From 8c43814ffd62691082c2199aae017e526efbb1c8 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Thu, 19 Sep 2024 11:43:12 -0300 Subject: [PATCH] feat? pagina de pagamentos --- VCart.Domain/Entities/PersonUser.cs | 4 +- VCart.Domain/ValueObjects/DateChanged.cs | 6 + VCart.Infra/Class1.cs | 7 - VCart.Infra/MongoDB/MongoDBContext.cs | 22 + VCart.Infra/MongoDB/UserPerson.cs | 34 + VCart.Infra/VCart.Infra.csproj | 5 + VCart/Controllers/LanguageController.cs | 21 + VCart/Controllers/LoginController.cs | 34 +- VCart/Controllers/PlansController.cs | 63 + VCart/Controllers/StartupController.cs | 12 + VCart/Middle/RequestLocalizationMiddleware.cs | 29 + VCart/Program.cs | 36 + VCart/Properties/launchSettings.json | 2 +- VCart/Readme.md | 3 + VCart/Resource.Designer.cs | 414 ++++ VCart/Resource.pt-BR.Designer.cs | 117 + VCart/Resource.pt-BR.resx | 237 ++ VCart/Resource.resx | 237 ++ VCart/VCart.csproj | 28 +- VCart/Views/Home/Index.cshtml | 26 +- VCart/Views/Login/Index.cshtml | 10 + VCart/Views/Plans/Index.cshtml | 107 + VCart/Views/Plans/Index.cshtml.css | 224 ++ VCart/Views/Shared/_Busy.cshtml | 13 + VCart/Views/Shared/_Language.cshtml | 15 + VCart/Views/Shared/_Layout.cshtml | 144 +- VCart/Views/Shared/_Layout.cshtml.css | 134 ++ VCart/Views/Startup/Index.cshtml | 181 ++ VCart/appsettings.json | 6 +- .../bootstrap-icons-1.11.3/0-circle-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/0-circle.svg | 4 + .../bootstrap-icons-1.11.3/0-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/0-square.svg | 4 + .../bootstrap-icons-1.11.3/1-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/1-circle.svg | 3 + .../bootstrap-icons-1.11.3/1-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/1-square.svg | 4 + .../css/bootstrap-icons-1.11.3/123.svg | 3 + .../bootstrap-icons-1.11.3/2-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/2-circle.svg | 3 + .../bootstrap-icons-1.11.3/2-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/2-square.svg | 4 + .../bootstrap-icons-1.11.3/3-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/3-circle.svg | 4 + .../bootstrap-icons-1.11.3/3-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/3-square.svg | 4 + .../bootstrap-icons-1.11.3/4-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/4-circle.svg | 4 + .../bootstrap-icons-1.11.3/4-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/4-square.svg | 4 + .../bootstrap-icons-1.11.3/5-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/5-circle.svg | 3 + .../bootstrap-icons-1.11.3/5-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/5-square.svg | 4 + .../bootstrap-icons-1.11.3/6-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/6-circle.svg | 3 + .../bootstrap-icons-1.11.3/6-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/6-square.svg | 4 + .../bootstrap-icons-1.11.3/7-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/7-circle.svg | 3 + .../bootstrap-icons-1.11.3/7-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/7-square.svg | 4 + .../bootstrap-icons-1.11.3/8-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/8-circle.svg | 3 + .../bootstrap-icons-1.11.3/8-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/8-square.svg | 4 + .../bootstrap-icons-1.11.3/9-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/9-circle.svg | 3 + .../bootstrap-icons-1.11.3/9-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/9-square.svg | 4 + .../css/bootstrap-icons-1.11.3/activity.svg | 3 + .../airplane-engines-fill.svg | 3 + .../airplane-engines.svg | 3 + .../bootstrap-icons-1.11.3/airplane-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/airplane.svg | 3 + .../css/bootstrap-icons-1.11.3/alarm-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/alarm.svg | 4 + .../css/bootstrap-icons-1.11.3/alexa.svg | 3 + .../bootstrap-icons-1.11.3/align-bottom.svg | 4 + .../bootstrap-icons-1.11.3/align-center.svg | 3 + .../css/bootstrap-icons-1.11.3/align-end.svg | 4 + .../bootstrap-icons-1.11.3/align-middle.svg | 3 + .../bootstrap-icons-1.11.3/align-start.svg | 4 + .../css/bootstrap-icons-1.11.3/align-top.svg | 4 + .../css/bootstrap-icons-1.11.3/alipay.svg | 4 + .../alphabet-uppercase.svg | 3 + .../css/bootstrap-icons-1.11.3/alphabet.svg | 3 + .../css/bootstrap-icons-1.11.3/alt.svg | 3 + .../css/bootstrap-icons-1.11.3/amazon.svg | 4 + .../css/bootstrap-icons-1.11.3/amd.svg | 3 + .../css/bootstrap-icons-1.11.3/android.svg | 3 + .../css/bootstrap-icons-1.11.3/android2.svg | 3 + .../bootstrap-icons-1.11.3/app-indicator.svg | 4 + .../css/bootstrap-icons-1.11.3/app.svg | 3 + .../css/bootstrap-icons-1.11.3/apple.svg | 4 + .../bootstrap-icons-1.11.3/archive-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/archive.svg | 3 + .../arrow-90deg-down.svg | 3 + .../arrow-90deg-left.svg | 3 + .../arrow-90deg-right.svg | 3 + .../bootstrap-icons-1.11.3/arrow-90deg-up.svg | 3 + .../bootstrap-icons-1.11.3/arrow-bar-down.svg | 3 + .../bootstrap-icons-1.11.3/arrow-bar-left.svg | 3 + .../arrow-bar-right.svg | 3 + .../bootstrap-icons-1.11.3/arrow-bar-up.svg | 3 + .../arrow-clockwise.svg | 4 + .../arrow-counterclockwise.svg | 4 + .../arrow-down-circle-fill.svg | 3 + .../arrow-down-circle.svg | 3 + .../arrow-down-left-circle-fill.svg | 3 + .../arrow-down-left-circle.svg | 3 + .../arrow-down-left-square-fill.svg | 3 + .../arrow-down-left-square.svg | 3 + .../arrow-down-left.svg | 3 + .../arrow-down-right-circle-fill.svg | 3 + .../arrow-down-right-circle.svg | 3 + .../arrow-down-right-square-fill.svg | 3 + .../arrow-down-right-square.svg | 3 + .../arrow-down-right.svg | 3 + .../arrow-down-short.svg | 3 + .../arrow-down-square-fill.svg | 3 + .../arrow-down-square.svg | 3 + .../bootstrap-icons-1.11.3/arrow-down-up.svg | 3 + .../css/bootstrap-icons-1.11.3/arrow-down.svg | 3 + .../arrow-left-circle-fill.svg | 3 + .../arrow-left-circle.svg | 3 + .../arrow-left-right.svg | 3 + .../arrow-left-short.svg | 3 + .../arrow-left-square-fill.svg | 3 + .../arrow-left-square.svg | 3 + .../css/bootstrap-icons-1.11.3/arrow-left.svg | 3 + .../bootstrap-icons-1.11.3/arrow-repeat.svg | 4 + .../arrow-return-left.svg | 3 + .../arrow-return-right.svg | 3 + .../arrow-right-circle-fill.svg | 3 + .../arrow-right-circle.svg | 3 + .../arrow-right-short.svg | 3 + .../arrow-right-square-fill.svg | 3 + .../arrow-right-square.svg | 3 + .../bootstrap-icons-1.11.3/arrow-right.svg | 3 + .../arrow-through-heart-fill.svg | 3 + .../arrow-through-heart.svg | 3 + .../arrow-up-circle-fill.svg | 3 + .../arrow-up-circle.svg | 3 + .../arrow-up-left-circle-fill.svg | 3 + .../arrow-up-left-circle.svg | 3 + .../arrow-up-left-square-fill.svg | 3 + .../arrow-up-left-square.svg | 3 + .../bootstrap-icons-1.11.3/arrow-up-left.svg | 3 + .../arrow-up-right-circle-fill.svg | 3 + .../arrow-up-right-circle.svg | 3 + .../arrow-up-right-square-fill.svg | 3 + .../arrow-up-right-square.svg | 3 + .../bootstrap-icons-1.11.3/arrow-up-right.svg | 3 + .../bootstrap-icons-1.11.3/arrow-up-short.svg | 3 + .../arrow-up-square-fill.svg | 3 + .../arrow-up-square.svg | 3 + .../css/bootstrap-icons-1.11.3/arrow-up.svg | 3 + .../arrows-angle-contract.svg | 3 + .../arrows-angle-expand.svg | 3 + .../arrows-collapse-vertical.svg | 3 + .../arrows-collapse.svg | 3 + .../arrows-expand-vertical.svg | 3 + .../bootstrap-icons-1.11.3/arrows-expand.svg | 3 + .../arrows-fullscreen.svg | 3 + .../bootstrap-icons-1.11.3/arrows-move.svg | 3 + .../arrows-vertical.svg | 3 + .../css/bootstrap-icons-1.11.3/arrows.svg | 3 + .../aspect-ratio-fill.svg | 3 + .../bootstrap-icons-1.11.3/aspect-ratio.svg | 4 + .../css/bootstrap-icons-1.11.3/asterisk.svg | 3 + .../wwwroot/css/bootstrap-icons-1.11.3/at.svg | 3 + .../css/bootstrap-icons-1.11.3/award-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/award.svg | 4 + .../css/bootstrap-icons-1.11.3/back.svg | 3 + .../bootstrap-icons-1.11.3/backpack-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/backpack.svg | 4 + .../bootstrap-icons-1.11.3/backpack2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/backpack2.svg | 5 + .../bootstrap-icons-1.11.3/backpack3-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/backpack3.svg | 4 + .../bootstrap-icons-1.11.3/backpack4-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/backpack4.svg | 4 + .../bootstrap-icons-1.11.3/backspace-fill.svg | 3 + .../backspace-reverse-fill.svg | 3 + .../backspace-reverse.svg | 4 + .../css/bootstrap-icons-1.11.3/backspace.svg | 4 + .../bootstrap-icons-1.11.3/badge-3d-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-3d.svg | 4 + .../bootstrap-icons-1.11.3/badge-4k-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-4k.svg | 4 + .../bootstrap-icons-1.11.3/badge-8k-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-8k.svg | 4 + .../bootstrap-icons-1.11.3/badge-ad-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-ad.svg | 4 + .../bootstrap-icons-1.11.3/badge-ar-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-ar.svg | 4 + .../bootstrap-icons-1.11.3/badge-cc-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/badge-cc.svg | 4 + .../bootstrap-icons-1.11.3/badge-hd-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-hd.svg | 4 + .../bootstrap-icons-1.11.3/badge-sd-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-sd.svg | 3 + .../bootstrap-icons-1.11.3/badge-tm-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/badge-tm.svg | 4 + .../bootstrap-icons-1.11.3/badge-vo-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-vo.svg | 4 + .../bootstrap-icons-1.11.3/badge-vr-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/badge-vr.svg | 4 + .../bootstrap-icons-1.11.3/badge-wc-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/badge-wc.svg | 4 + .../bootstrap-icons-1.11.3/bag-check-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bag-check.svg | 4 + .../bootstrap-icons-1.11.3/bag-dash-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bag-dash.svg | 4 + .../css/bootstrap-icons-1.11.3/bag-fill.svg | 3 + .../bootstrap-icons-1.11.3/bag-heart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bag-heart.svg | 3 + .../bootstrap-icons-1.11.3/bag-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bag-plus.svg | 4 + .../css/bootstrap-icons-1.11.3/bag-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bag-x.svg | 4 + .../css/bootstrap-icons-1.11.3/bag.svg | 3 + .../bootstrap-icons-1.11.3/balloon-fill.svg | 3 + .../balloon-heart-fill.svg | 3 + .../bootstrap-icons-1.11.3/balloon-heart.svg | 3 + .../css/bootstrap-icons-1.11.3/balloon.svg | 3 + .../css/bootstrap-icons-1.11.3/ban-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/ban.svg | 3 + .../bootstrap-icons-1.11.3/bandaid-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bandaid.svg | 4 + .../css/bootstrap-icons-1.11.3/bank.svg | 3 + .../css/bootstrap-icons-1.11.3/bank2.svg | 3 + .../bootstrap-icons-1.11.3/bar-chart-fill.svg | 3 + .../bar-chart-line-fill.svg | 3 + .../bootstrap-icons-1.11.3/bar-chart-line.svg | 3 + .../bar-chart-steps.svg | 3 + .../css/bootstrap-icons-1.11.3/bar-chart.svg | 3 + .../bootstrap-icons-1.11.3/basket-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/basket.svg | 3 + .../bootstrap-icons-1.11.3/basket2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/basket2.svg | 4 + .../bootstrap-icons-1.11.3/basket3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/basket3.svg | 3 + .../battery-charging.svg | 6 + .../bootstrap-icons-1.11.3/battery-full.svg | 4 + .../bootstrap-icons-1.11.3/battery-half.svg | 4 + .../css/bootstrap-icons-1.11.3/battery.svg | 3 + .../css/bootstrap-icons-1.11.3/behance.svg | 3 + .../css/bootstrap-icons-1.11.3/bell-fill.svg | 3 + .../bell-slash-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bell-slash.svg | 3 + .../css/bootstrap-icons-1.11.3/bell.svg | 3 + .../css/bootstrap-icons-1.11.3/bezier.svg | 4 + .../css/bootstrap-icons-1.11.3/bezier2.svg | 3 + .../css/bootstrap-icons-1.11.3/bicycle.svg | 3 + .../css/bootstrap-icons-1.11.3/bing.svg | 5 + .../binoculars-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/binoculars.svg | 3 + .../blockquote-left.svg | 3 + .../blockquote-right.svg | 3 + .../css/bootstrap-icons-1.11.3/bluetooth.svg | 3 + .../css/bootstrap-icons-1.11.3/body-text.svg | 3 + .../css/bootstrap-icons-1.11.3/book-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/book-half.svg | 3 + .../css/bootstrap-icons-1.11.3/book.svg | 3 + .../bookmark-check-fill.svg | 3 + .../bootstrap-icons-1.11.3/bookmark-check.svg | 4 + .../bookmark-dash-fill.svg | 3 + .../bootstrap-icons-1.11.3/bookmark-dash.svg | 4 + .../bootstrap-icons-1.11.3/bookmark-fill.svg | 3 + .../bookmark-heart-fill.svg | 3 + .../bootstrap-icons-1.11.3/bookmark-heart.svg | 4 + .../bookmark-plus-fill.svg | 3 + .../bootstrap-icons-1.11.3/bookmark-plus.svg | 4 + .../bookmark-star-fill.svg | 3 + .../bootstrap-icons-1.11.3/bookmark-star.svg | 4 + .../bookmark-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bookmark-x.svg | 4 + .../css/bootstrap-icons-1.11.3/bookmark.svg | 3 + .../bootstrap-icons-1.11.3/bookmarks-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/bookmarks.svg | 4 + .../css/bootstrap-icons-1.11.3/bookshelf.svg | 3 + .../bootstrap-icons-1.11.3/boombox-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/boombox.svg | 6 + .../bootstrap-icons-1.11.3/bootstrap-fill.svg | 4 + .../bootstrap-icons.svg | 1 + .../bootstrap-reboot.svg | 4 + .../css/bootstrap-icons-1.11.3/bootstrap.svg | 4 + .../css/bootstrap-icons-1.11.3/border-all.svg | 3 + .../bootstrap-icons-1.11.3/border-bottom.svg | 3 + .../bootstrap-icons-1.11.3/border-center.svg | 3 + .../bootstrap-icons-1.11.3/border-inner.svg | 5 + .../bootstrap-icons-1.11.3/border-left.svg | 3 + .../bootstrap-icons-1.11.3/border-middle.svg | 3 + .../bootstrap-icons-1.11.3/border-outer.svg | 4 + .../bootstrap-icons-1.11.3/border-right.svg | 3 + .../bootstrap-icons-1.11.3/border-style.svg | 3 + .../css/bootstrap-icons-1.11.3/border-top.svg | 3 + .../bootstrap-icons-1.11.3/border-width.svg | 3 + .../css/bootstrap-icons-1.11.3/border.svg | 3 + .../bounding-box-circles.svg | 3 + .../bootstrap-icons-1.11.3/bounding-box.svg | 3 + .../box-arrow-down-left.svg | 4 + .../box-arrow-down-right.svg | 4 + .../bootstrap-icons-1.11.3/box-arrow-down.svg | 4 + .../box-arrow-in-down-left.svg | 4 + .../box-arrow-in-down-right.svg | 4 + .../box-arrow-in-down.svg | 4 + .../box-arrow-in-left.svg | 4 + .../box-arrow-in-right.svg | 4 + .../box-arrow-in-up-left.svg | 4 + .../box-arrow-in-up-right.svg | 4 + .../box-arrow-in-up.svg | 4 + .../bootstrap-icons-1.11.3/box-arrow-left.svg | 4 + .../box-arrow-right.svg | 4 + .../box-arrow-up-left.svg | 4 + .../box-arrow-up-right.svg | 4 + .../bootstrap-icons-1.11.3/box-arrow-up.svg | 4 + .../css/bootstrap-icons-1.11.3/box-fill.svg | 3 + .../bootstrap-icons-1.11.3/box-seam-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/box-seam.svg | 3 + .../css/bootstrap-icons-1.11.3/box.svg | 3 + .../css/bootstrap-icons-1.11.3/box2-fill.svg | 3 + .../box2-heart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/box2-heart.svg | 4 + .../css/bootstrap-icons-1.11.3/box2.svg | 3 + .../css/bootstrap-icons-1.11.3/boxes.svg | 3 + .../braces-asterisk.svg | 3 + .../css/bootstrap-icons-1.11.3/braces.svg | 3 + .../css/bootstrap-icons-1.11.3/bricks.svg | 3 + .../bootstrap-icons-1.11.3/briefcase-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/briefcase.svg | 3 + .../brightness-alt-high-fill.svg | 3 + .../brightness-alt-high.svg | 3 + .../brightness-alt-low-fill.svg | 3 + .../brightness-alt-low.svg | 3 + .../brightness-high-fill.svg | 3 + .../brightness-high.svg | 3 + .../brightness-low-fill.svg | 3 + .../bootstrap-icons-1.11.3/brightness-low.svg | 3 + .../css/bootstrap-icons-1.11.3/brilliance.svg | 3 + .../bootstrap-icons-1.11.3/broadcast-pin.svg | 3 + .../css/bootstrap-icons-1.11.3/broadcast.svg | 3 + .../bootstrap-icons-1.11.3/browser-chrome.svg | 3 + .../bootstrap-icons-1.11.3/browser-edge.svg | 5 + .../browser-firefox.svg | 3 + .../bootstrap-icons-1.11.3/browser-safari.svg | 3 + .../css/bootstrap-icons-1.11.3/brush-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/brush.svg | 3 + .../bootstrap-icons-1.11.3/bucket-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bucket.svg | 3 + .../css/bootstrap-icons-1.11.3/bug-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/bug.svg | 3 + .../bootstrap-icons-1.11.3/building-add.svg | 5 + .../bootstrap-icons-1.11.3/building-check.svg | 5 + .../bootstrap-icons-1.11.3/building-dash.svg | 5 + .../bootstrap-icons-1.11.3/building-down.svg | 5 + .../building-exclamation.svg | 4 + .../building-fill-add.svg | 4 + .../building-fill-check.svg | 4 + .../building-fill-dash.svg | 4 + .../building-fill-down.svg | 4 + .../building-fill-exclamation.svg | 4 + .../building-fill-gear.svg | 4 + .../building-fill-lock.svg | 4 + .../building-fill-slash.svg | 4 + .../building-fill-up.svg | 4 + .../building-fill-x.svg | 4 + .../bootstrap-icons-1.11.3/building-fill.svg | 3 + .../bootstrap-icons-1.11.3/building-gear.svg | 4 + .../bootstrap-icons-1.11.3/building-lock.svg | 4 + .../bootstrap-icons-1.11.3/building-slash.svg | 5 + .../bootstrap-icons-1.11.3/building-up.svg | 5 + .../css/bootstrap-icons-1.11.3/building-x.svg | 4 + .../css/bootstrap-icons-1.11.3/building.svg | 4 + .../bootstrap-icons-1.11.3/buildings-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/buildings.svg | 4 + .../css/bootstrap-icons-1.11.3/bullseye.svg | 6 + .../bootstrap-icons-1.11.3/bus-front-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/bus-front.svg | 4 + .../bootstrap-icons-1.11.3/c-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/c-circle.svg | 3 + .../bootstrap-icons-1.11.3/c-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/c-square.svg | 4 + .../css/bootstrap-icons-1.11.3/cake-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cake.svg | 3 + .../css/bootstrap-icons-1.11.3/cake2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cake2.svg | 3 + .../calculator-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/calculator.svg | 4 + .../calendar-check-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-check.svg | 4 + .../calendar-date-fill.svg | 4 + .../bootstrap-icons-1.11.3/calendar-date.svg | 4 + .../calendar-day-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-day.svg | 4 + .../calendar-event-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-event.svg | 4 + .../bootstrap-icons-1.11.3/calendar-fill.svg | 3 + .../calendar-heart-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-heart.svg | 3 + .../calendar-minus-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-minus.svg | 4 + .../calendar-month-fill.svg | 4 + .../bootstrap-icons-1.11.3/calendar-month.svg | 4 + .../calendar-plus-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-plus.svg | 4 + .../calendar-range-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-range.svg | 4 + .../calendar-week-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar-week.svg | 4 + .../calendar-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/calendar-x.svg | 4 + .../css/bootstrap-icons-1.11.3/calendar.svg | 3 + .../calendar2-check-fill.svg | 3 + .../calendar2-check.svg | 5 + .../calendar2-date-fill.svg | 4 + .../bootstrap-icons-1.11.3/calendar2-date.svg | 5 + .../calendar2-day-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar2-day.svg | 5 + .../calendar2-event-fill.svg | 3 + .../calendar2-event.svg | 5 + .../bootstrap-icons-1.11.3/calendar2-fill.svg | 3 + .../calendar2-heart-fill.svg | 3 + .../calendar2-heart.svg | 3 + .../calendar2-minus-fill.svg | 3 + .../calendar2-minus.svg | 5 + .../calendar2-month-fill.svg | 4 + .../calendar2-month.svg | 5 + .../calendar2-plus-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar2-plus.svg | 4 + .../calendar2-range-fill.svg | 3 + .../calendar2-range.svg | 4 + .../calendar2-week-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar2-week.svg | 4 + .../calendar2-x-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar2-x.svg | 5 + .../css/bootstrap-icons-1.11.3/calendar2.svg | 4 + .../calendar3-event-fill.svg | 3 + .../calendar3-event.svg | 4 + .../bootstrap-icons-1.11.3/calendar3-fill.svg | 3 + .../calendar3-range-fill.svg | 3 + .../calendar3-range.svg | 4 + .../calendar3-week-fill.svg | 3 + .../bootstrap-icons-1.11.3/calendar3-week.svg | 4 + .../css/bootstrap-icons-1.11.3/calendar3.svg | 4 + .../calendar4-event.svg | 4 + .../calendar4-range.svg | 4 + .../bootstrap-icons-1.11.3/calendar4-week.svg | 4 + .../css/bootstrap-icons-1.11.3/calendar4.svg | 3 + .../bootstrap-icons-1.11.3/camera-fill.svg | 4 + .../camera-reels-fill.svg | 5 + .../bootstrap-icons-1.11.3/camera-reels.svg | 5 + .../camera-video-fill.svg | 3 + .../camera-video-off-fill.svg | 3 + .../camera-video-off.svg | 3 + .../bootstrap-icons-1.11.3/camera-video.svg | 3 + .../css/bootstrap-icons-1.11.3/camera.svg | 4 + .../css/bootstrap-icons-1.11.3/camera2.svg | 4 + .../bootstrap-icons-1.11.3/capslock-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/capslock.svg | 3 + .../bootstrap-icons-1.11.3/capsule-pill.svg | 3 + .../css/bootstrap-icons-1.11.3/capsule.svg | 3 + .../bootstrap-icons-1.11.3/car-front-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/car-front.svg | 4 + .../bootstrap-icons-1.11.3/card-checklist.svg | 4 + .../bootstrap-icons-1.11.3/card-heading.svg | 4 + .../css/bootstrap-icons-1.11.3/card-image.svg | 4 + .../css/bootstrap-icons-1.11.3/card-list.svg | 4 + .../css/bootstrap-icons-1.11.3/card-text.svg | 4 + .../caret-down-fill.svg | 3 + .../caret-down-square-fill.svg | 3 + .../caret-down-square.svg | 4 + .../css/bootstrap-icons-1.11.3/caret-down.svg | 3 + .../caret-left-fill.svg | 3 + .../caret-left-square-fill.svg | 3 + .../caret-left-square.svg | 4 + .../css/bootstrap-icons-1.11.3/caret-left.svg | 3 + .../caret-right-fill.svg | 3 + .../caret-right-square-fill.svg | 3 + .../caret-right-square.svg | 4 + .../bootstrap-icons-1.11.3/caret-right.svg | 3 + .../bootstrap-icons-1.11.3/caret-up-fill.svg | 3 + .../caret-up-square-fill.svg | 3 + .../caret-up-square.svg | 4 + .../css/bootstrap-icons-1.11.3/caret-up.svg | 3 + .../cart-check-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cart-check.svg | 4 + .../bootstrap-icons-1.11.3/cart-dash-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cart-dash.svg | 4 + .../css/bootstrap-icons-1.11.3/cart-fill.svg | 3 + .../bootstrap-icons-1.11.3/cart-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cart-plus.svg | 4 + .../bootstrap-icons-1.11.3/cart-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cart-x.svg | 4 + .../css/bootstrap-icons-1.11.3/cart.svg | 3 + .../css/bootstrap-icons-1.11.3/cart2.svg | 3 + .../css/bootstrap-icons-1.11.3/cart3.svg | 3 + .../css/bootstrap-icons-1.11.3/cart4.svg | 3 + .../css/bootstrap-icons-1.11.3/cash-coin.svg | 6 + .../css/bootstrap-icons-1.11.3/cash-stack.svg | 4 + .../css/bootstrap-icons-1.11.3/cash.svg | 4 + .../bootstrap-icons-1.11.3/cassette-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cassette.svg | 4 + .../css/bootstrap-icons-1.11.3/cast.svg | 4 + .../bootstrap-icons-1.11.3/cc-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cc-circle.svg | 3 + .../bootstrap-icons-1.11.3/cc-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cc-square.svg | 4 + .../bootstrap-icons-1.11.3/chat-dots-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/chat-dots.svg | 4 + .../css/bootstrap-icons-1.11.3/chat-fill.svg | 3 + .../chat-heart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/chat-heart.svg | 3 + .../chat-left-dots-fill.svg | 3 + .../bootstrap-icons-1.11.3/chat-left-dots.svg | 4 + .../bootstrap-icons-1.11.3/chat-left-fill.svg | 3 + .../chat-left-heart-fill.svg | 3 + .../chat-left-heart.svg | 4 + .../chat-left-quote-fill.svg | 3 + .../chat-left-quote.svg | 4 + .../chat-left-text-fill.svg | 3 + .../bootstrap-icons-1.11.3/chat-left-text.svg | 4 + .../css/bootstrap-icons-1.11.3/chat-left.svg | 3 + .../chat-quote-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/chat-quote.svg | 4 + .../chat-right-dots-fill.svg | 3 + .../chat-right-dots.svg | 4 + .../chat-right-fill.svg | 3 + .../chat-right-heart-fill.svg | 3 + .../chat-right-heart.svg | 4 + .../chat-right-quote-fill.svg | 3 + .../chat-right-quote.svg | 4 + .../chat-right-text-fill.svg | 3 + .../chat-right-text.svg | 4 + .../css/bootstrap-icons-1.11.3/chat-right.svg | 3 + .../chat-square-dots-fill.svg | 3 + .../chat-square-dots.svg | 4 + .../chat-square-fill.svg | 3 + .../chat-square-heart-fill.svg | 3 + .../chat-square-heart.svg | 4 + .../chat-square-quote-fill.svg | 3 + .../chat-square-quote.svg | 4 + .../chat-square-text-fill.svg | 3 + .../chat-square-text.svg | 4 + .../bootstrap-icons-1.11.3/chat-square.svg | 3 + .../bootstrap-icons-1.11.3/chat-text-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/chat-text.svg | 4 + .../css/bootstrap-icons-1.11.3/chat.svg | 3 + .../css/bootstrap-icons-1.11.3/check-all.svg | 3 + .../check-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/check-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/check-lg.svg | 3 + .../check-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/check-square.svg | 4 + .../css/bootstrap-icons-1.11.3/check.svg | 3 + .../css/bootstrap-icons-1.11.3/check2-all.svg | 4 + .../bootstrap-icons-1.11.3/check2-circle.svg | 4 + .../bootstrap-icons-1.11.3/check2-square.svg | 4 + .../css/bootstrap-icons-1.11.3/check2.svg | 3 + .../chevron-bar-contract.svg | 3 + .../chevron-bar-down.svg | 3 + .../chevron-bar-expand.svg | 3 + .../chevron-bar-left.svg | 3 + .../chevron-bar-right.svg | 3 + .../bootstrap-icons-1.11.3/chevron-bar-up.svg | 3 + .../chevron-compact-down.svg | 3 + .../chevron-compact-left.svg | 3 + .../chevron-compact-right.svg | 3 + .../chevron-compact-up.svg | 3 + .../chevron-contract.svg | 3 + .../chevron-double-down.svg | 4 + .../chevron-double-left.svg | 4 + .../chevron-double-right.svg | 4 + .../chevron-double-up.svg | 4 + .../bootstrap-icons-1.11.3/chevron-down.svg | 3 + .../bootstrap-icons-1.11.3/chevron-expand.svg | 3 + .../bootstrap-icons-1.11.3/chevron-left.svg | 3 + .../bootstrap-icons-1.11.3/chevron-right.svg | 3 + .../css/bootstrap-icons-1.11.3/chevron-up.svg | 3 + .../bootstrap-icons-1.11.3/circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/circle-half.svg | 3 + .../bootstrap-icons-1.11.3/circle-square.svg | 4 + .../css/bootstrap-icons-1.11.3/circle.svg | 3 + .../clipboard-check-fill.svg | 4 + .../clipboard-check.svg | 5 + .../clipboard-data-fill.svg | 4 + .../bootstrap-icons-1.11.3/clipboard-data.svg | 5 + .../bootstrap-icons-1.11.3/clipboard-fill.svg | 3 + .../clipboard-heart-fill.svg | 4 + .../clipboard-heart.svg | 5 + .../clipboard-minus-fill.svg | 4 + .../clipboard-minus.svg | 5 + .../clipboard-plus-fill.svg | 4 + .../bootstrap-icons-1.11.3/clipboard-plus.svg | 5 + .../clipboard-pulse.svg | 3 + .../clipboard-x-fill.svg | 4 + .../bootstrap-icons-1.11.3/clipboard-x.svg | 5 + .../css/bootstrap-icons-1.11.3/clipboard.svg | 4 + .../clipboard2-check-fill.svg | 4 + .../clipboard2-check.svg | 5 + .../clipboard2-data-fill.svg | 4 + .../clipboard2-data.svg | 5 + .../clipboard2-fill.svg | 4 + .../clipboard2-heart-fill.svg | 4 + .../clipboard2-heart.svg | 5 + .../clipboard2-minus-fill.svg | 4 + .../clipboard2-minus.svg | 5 + .../clipboard2-plus-fill.svg | 4 + .../clipboard2-plus.svg | 5 + .../clipboard2-pulse-fill.svg | 4 + .../clipboard2-pulse.svg | 5 + .../clipboard2-x-fill.svg | 4 + .../bootstrap-icons-1.11.3/clipboard2-x.svg | 5 + .../css/bootstrap-icons-1.11.3/clipboard2.svg | 4 + .../css/bootstrap-icons-1.11.3/clock-fill.svg | 3 + .../bootstrap-icons-1.11.3/clock-history.svg | 5 + .../css/bootstrap-icons-1.11.3/clock.svg | 4 + .../cloud-arrow-down-fill.svg | 3 + .../cloud-arrow-down.svg | 4 + .../cloud-arrow-up-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-arrow-up.svg | 4 + .../cloud-check-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-check.svg | 4 + .../cloud-download-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-download.svg | 4 + .../cloud-drizzle-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-drizzle.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-fog-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-fog.svg | 3 + .../cloud-fog2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-fog2.svg | 3 + .../cloud-hail-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-hail.svg | 3 + .../cloud-haze-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-haze.svg | 3 + .../cloud-haze2-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-haze2.svg | 3 + .../cloud-lightning-fill.svg | 3 + .../cloud-lightning-rain-fill.svg | 3 + .../cloud-lightning-rain.svg | 3 + .../cloud-lightning.svg | 3 + .../cloud-minus-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-minus.svg | 4 + .../cloud-moon-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cloud-moon.svg | 4 + .../cloud-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-plus.svg | 4 + .../cloud-rain-fill.svg | 3 + .../cloud-rain-heavy-fill.svg | 3 + .../cloud-rain-heavy.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-rain.svg | 3 + .../cloud-slash-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-slash.svg | 4 + .../cloud-sleet-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-sleet.svg | 3 + .../cloud-snow-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloud-snow.svg | 3 + .../bootstrap-icons-1.11.3/cloud-sun-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cloud-sun.svg | 4 + .../cloud-upload-fill.svg | 3 + .../bootstrap-icons-1.11.3/cloud-upload.svg | 4 + .../css/bootstrap-icons-1.11.3/cloud.svg | 3 + .../bootstrap-icons-1.11.3/clouds-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/clouds.svg | 4 + .../bootstrap-icons-1.11.3/cloudy-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/cloudy.svg | 3 + .../css/bootstrap-icons-1.11.3/code-slash.svg | 3 + .../bootstrap-icons-1.11.3/code-square.svg | 4 + .../css/bootstrap-icons-1.11.3/code.svg | 3 + .../css/bootstrap-icons-1.11.3/coin.svg | 5 + .../collection-fill.svg | 3 + .../collection-play-fill.svg | 3 + .../collection-play.svg | 4 + .../css/bootstrap-icons-1.11.3/collection.svg | 3 + .../bootstrap-icons-1.11.3/columns-gap.svg | 3 + .../css/bootstrap-icons-1.11.3/columns.svg | 3 + .../css/bootstrap-icons-1.11.3/command.svg | 3 + .../bootstrap-icons-1.11.3/compass-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/compass.svg | 4 + .../bootstrap-icons-1.11.3/cone-striped.svg | 3 + .../css/bootstrap-icons-1.11.3/cone.svg | 3 + .../css/bootstrap-icons-1.11.3/controller.svg | 4 + .../css/bootstrap-icons-1.11.3/cookie.svg | 4 + .../css/bootstrap-icons-1.11.3/copy.svg | 3 + .../css/bootstrap-icons-1.11.3/cpu-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cpu.svg | 3 + .../credit-card-2-back-fill.svg | 3 + .../credit-card-2-back.svg | 4 + .../credit-card-2-front-fill.svg | 3 + .../credit-card-2-front.svg | 4 + .../credit-card-fill.svg | 3 + .../bootstrap-icons-1.11.3/credit-card.svg | 4 + .../css/bootstrap-icons-1.11.3/crop.svg | 3 + .../css/bootstrap-icons-1.11.3/crosshair.svg | 3 + .../css/bootstrap-icons-1.11.3/crosshair2.svg | 3 + .../css/bootstrap-icons-1.11.3/cup-fill.svg | 3 + .../bootstrap-icons-1.11.3/cup-hot-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/cup-hot.svg | 4 + .../css/bootstrap-icons-1.11.3/cup-straw.svg | 3 + .../css/bootstrap-icons-1.11.3/cup.svg | 3 + .../currency-bitcoin.svg | 3 + .../currency-dollar.svg | 3 + .../bootstrap-icons-1.11.3/currency-euro.svg | 3 + .../currency-exchange.svg | 3 + .../bootstrap-icons-1.11.3/currency-pound.svg | 3 + .../bootstrap-icons-1.11.3/currency-rupee.svg | 3 + .../bootstrap-icons-1.11.3/currency-yen.svg | 3 + .../bootstrap-icons-1.11.3/cursor-fill.svg | 3 + .../bootstrap-icons-1.11.3/cursor-text.svg | 3 + .../css/bootstrap-icons-1.11.3/cursor.svg | 3 + .../dash-circle-dotted.svg | 3 + .../dash-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/dash-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/dash-lg.svg | 3 + .../dash-square-dotted.svg | 3 + .../dash-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/dash-square.svg | 4 + .../css/bootstrap-icons-1.11.3/dash.svg | 3 + .../bootstrap-icons-1.11.3/database-add.svg | 4 + .../bootstrap-icons-1.11.3/database-check.svg | 4 + .../bootstrap-icons-1.11.3/database-dash.svg | 4 + .../bootstrap-icons-1.11.3/database-down.svg | 4 + .../database-exclamation.svg | 4 + .../database-fill-add.svg | 4 + .../database-fill-check.svg | 4 + .../database-fill-dash.svg | 4 + .../database-fill-down.svg | 4 + .../database-fill-exclamation.svg | 5 + .../database-fill-gear.svg | 4 + .../database-fill-lock.svg | 5 + .../database-fill-slash.svg | 4 + .../database-fill-up.svg | 4 + .../database-fill-x.svg | 5 + .../bootstrap-icons-1.11.3/database-fill.svg | 6 + .../bootstrap-icons-1.11.3/database-gear.svg | 4 + .../bootstrap-icons-1.11.3/database-lock.svg | 4 + .../bootstrap-icons-1.11.3/database-slash.svg | 4 + .../bootstrap-icons-1.11.3/database-up.svg | 4 + .../css/bootstrap-icons-1.11.3/database-x.svg | 4 + .../css/bootstrap-icons-1.11.3/database.svg | 3 + .../device-hdd-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/device-hdd.svg | 5 + .../device-ssd-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/device-ssd.svg | 4 + .../bootstrap-icons-1.11.3/diagram-2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/diagram-2.svg | 3 + .../bootstrap-icons-1.11.3/diagram-3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/diagram-3.svg | 3 + .../bootstrap-icons-1.11.3/diamond-fill.svg | 3 + .../bootstrap-icons-1.11.3/diamond-half.svg | 3 + .../css/bootstrap-icons-1.11.3/diamond.svg | 3 + .../bootstrap-icons-1.11.3/dice-1-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-1.svg | 4 + .../bootstrap-icons-1.11.3/dice-2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-2.svg | 4 + .../bootstrap-icons-1.11.3/dice-3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-3.svg | 4 + .../bootstrap-icons-1.11.3/dice-4-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-4.svg | 4 + .../bootstrap-icons-1.11.3/dice-5-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-5.svg | 4 + .../bootstrap-icons-1.11.3/dice-6-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dice-6.svg | 4 + .../css/bootstrap-icons-1.11.3/disc-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/disc.svg | 4 + .../css/bootstrap-icons-1.11.3/discord.svg | 3 + .../bootstrap-icons-1.11.3/display-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/display.svg | 3 + .../displayport-fill.svg | 3 + .../bootstrap-icons-1.11.3/displayport.svg | 4 + .../distribute-horizontal.svg | 4 + .../distribute-vertical.svg | 4 + .../door-closed-fill.svg | 3 + .../bootstrap-icons-1.11.3/door-closed.svg | 4 + .../bootstrap-icons-1.11.3/door-open-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/door-open.svg | 4 + .../css/bootstrap-icons-1.11.3/dot.svg | 3 + .../css/bootstrap-icons-1.11.3/download.svg | 4 + .../css/bootstrap-icons-1.11.3/dpad-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/dpad.svg | 4 + .../css/bootstrap-icons-1.11.3/dribbble.svg | 3 + .../css/bootstrap-icons-1.11.3/dropbox.svg | 3 + .../bootstrap-icons-1.11.3/droplet-fill.svg | 3 + .../bootstrap-icons-1.11.3/droplet-half.svg | 4 + .../css/bootstrap-icons-1.11.3/droplet.svg | 4 + .../bootstrap-icons-1.11.3/duffle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/duffle.svg | 4 + .../css/bootstrap-icons-1.11.3/ear-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/ear.svg | 3 + .../css/bootstrap-icons-1.11.3/earbuds.svg | 3 + .../css/bootstrap-icons-1.11.3/easel-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/easel.svg | 3 + .../bootstrap-icons-1.11.3/easel2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/easel2.svg | 3 + .../bootstrap-icons-1.11.3/easel3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/easel3.svg | 3 + .../css/bootstrap-icons-1.11.3/egg-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/egg-fried.svg | 4 + .../css/bootstrap-icons-1.11.3/egg.svg | 3 + .../css/bootstrap-icons-1.11.3/eject-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/eject.svg | 3 + .../emoji-angry-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-angry.svg | 4 + .../emoji-astonished-fill.svg | 3 + .../emoji-astonished.svg | 4 + .../emoji-dizzy-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-dizzy.svg | 4 + .../emoji-expressionless-fill.svg | 3 + .../emoji-expressionless.svg | 4 + .../emoji-frown-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-frown.svg | 4 + .../emoji-grimace-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-grimace.svg | 4 + .../emoji-grin-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/emoji-grin.svg | 4 + .../emoji-heart-eyes-fill.svg | 3 + .../emoji-heart-eyes.svg | 4 + .../emoji-kiss-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/emoji-kiss.svg | 3 + .../emoji-laughing-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-laughing.svg | 4 + .../emoji-neutral-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-neutral.svg | 4 + .../emoji-smile-fill.svg | 3 + .../emoji-smile-upside-down-fill.svg | 3 + .../emoji-smile-upside-down.svg | 4 + .../bootstrap-icons-1.11.3/emoji-smile.svg | 4 + .../emoji-sunglasses-fill.svg | 3 + .../emoji-sunglasses.svg | 4 + .../emoji-surprise-fill.svg | 3 + .../bootstrap-icons-1.11.3/emoji-surprise.svg | 4 + .../emoji-tear-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/emoji-tear.svg | 4 + .../emoji-wink-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/emoji-wink.svg | 4 + .../envelope-arrow-down-fill.svg | 4 + .../envelope-arrow-down.svg | 4 + .../envelope-arrow-up-fill.svg | 4 + .../envelope-arrow-up.svg | 4 + .../envelope-at-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-at.svg | 4 + .../envelope-check-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-check.svg | 4 + .../envelope-dash-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-dash.svg | 4 + .../envelope-exclamation-fill.svg | 4 + .../envelope-exclamation.svg | 4 + .../bootstrap-icons-1.11.3/envelope-fill.svg | 3 + .../envelope-heart-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-heart.svg | 3 + .../envelope-open-fill.svg | 3 + .../envelope-open-heart-fill.svg | 4 + .../envelope-open-heart.svg | 3 + .../bootstrap-icons-1.11.3/envelope-open.svg | 3 + .../envelope-paper-fill.svg | 3 + .../envelope-paper-heart-fill.svg | 3 + .../envelope-paper-heart.svg | 3 + .../bootstrap-icons-1.11.3/envelope-paper.svg | 3 + .../envelope-plus-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-plus.svg | 4 + .../envelope-slash-fill.svg | 4 + .../bootstrap-icons-1.11.3/envelope-slash.svg | 4 + .../envelope-x-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/envelope-x.svg | 4 + .../css/bootstrap-icons-1.11.3/envelope.svg | 3 + .../bootstrap-icons-1.11.3/eraser-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/eraser.svg | 3 + .../css/bootstrap-icons-1.11.3/escape.svg | 4 + .../css/bootstrap-icons-1.11.3/ethernet.svg | 4 + .../bootstrap-icons-1.11.3/ev-front-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/ev-front.svg | 4 + .../ev-station-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/ev-station.svg | 4 + .../exclamation-circle-fill.svg | 3 + .../exclamation-circle.svg | 4 + .../exclamation-diamond-fill.svg | 3 + .../exclamation-diamond.svg | 4 + .../bootstrap-icons-1.11.3/exclamation-lg.svg | 3 + .../exclamation-octagon-fill.svg | 3 + .../exclamation-octagon.svg | 4 + .../exclamation-square-fill.svg | 3 + .../exclamation-square.svg | 4 + .../exclamation-triangle-fill.svg | 3 + .../exclamation-triangle.svg | 4 + .../bootstrap-icons-1.11.3/exclamation.svg | 3 + .../css/bootstrap-icons-1.11.3/exclude.svg | 3 + .../bootstrap-icons-1.11.3/explicit-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/explicit.svg | 4 + .../css/bootstrap-icons-1.11.3/exposure.svg | 4 + .../css/bootstrap-icons-1.11.3/eye-fill.svg | 4 + .../bootstrap-icons-1.11.3/eye-slash-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/eye-slash.svg | 5 + .../css/bootstrap-icons-1.11.3/eye.svg | 4 + .../css/bootstrap-icons-1.11.3/eyedropper.svg | 3 + .../css/bootstrap-icons-1.11.3/eyeglasses.svg | 3 + .../css/bootstrap-icons-1.11.3/facebook.svg | 3 + .../css/bootstrap-icons-1.11.3/fan.svg | 4 + .../fast-forward-btn-fill.svg | 3 + .../fast-forward-btn.svg | 4 + .../fast-forward-circle-fill.svg | 3 + .../fast-forward-circle.svg | 4 + .../fast-forward-fill.svg | 4 + .../bootstrap-icons-1.11.3/fast-forward.svg | 4 + .../css/bootstrap-icons-1.11.3/feather.svg | 3 + .../css/bootstrap-icons-1.11.3/feather2.svg | 3 + .../file-arrow-down-fill.svg | 3 + .../file-arrow-down.svg | 4 + .../file-arrow-up-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-arrow-up.svg | 4 + .../file-bar-graph-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-bar-graph.svg | 4 + .../file-binary-fill.svg | 4 + .../bootstrap-icons-1.11.3/file-binary.svg | 4 + .../file-break-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-break.svg | 3 + .../file-check-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-check.svg | 4 + .../bootstrap-icons-1.11.3/file-code-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-code.svg | 4 + .../bootstrap-icons-1.11.3/file-diff-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-diff.svg | 4 + .../file-earmark-arrow-down-fill.svg | 3 + .../file-earmark-arrow-down.svg | 4 + .../file-earmark-arrow-up-fill.svg | 3 + .../file-earmark-arrow-up.svg | 4 + .../file-earmark-bar-graph-fill.svg | 3 + .../file-earmark-bar-graph.svg | 4 + .../file-earmark-binary-fill.svg | 4 + .../file-earmark-binary.svg | 4 + .../file-earmark-break-fill.svg | 3 + .../file-earmark-break.svg | 3 + .../file-earmark-check-fill.svg | 3 + .../file-earmark-check.svg | 4 + .../file-earmark-code-fill.svg | 3 + .../file-earmark-code.svg | 4 + .../file-earmark-diff-fill.svg | 3 + .../file-earmark-diff.svg | 4 + .../file-earmark-easel-fill.svg | 4 + .../file-earmark-easel.svg | 4 + .../file-earmark-excel-fill.svg | 3 + .../file-earmark-excel.svg | 4 + .../file-earmark-fill.svg | 3 + .../file-earmark-font-fill.svg | 3 + .../file-earmark-font.svg | 4 + .../file-earmark-image-fill.svg | 4 + .../file-earmark-image.svg | 4 + .../file-earmark-lock-fill.svg | 4 + .../file-earmark-lock.svg | 4 + .../file-earmark-lock2-fill.svg | 4 + .../file-earmark-lock2.svg | 4 + .../file-earmark-medical-fill.svg | 3 + .../file-earmark-medical.svg | 4 + .../file-earmark-minus-fill.svg | 3 + .../file-earmark-minus.svg | 4 + .../file-earmark-music-fill.svg | 3 + .../file-earmark-music.svg | 4 + .../file-earmark-pdf-fill.svg | 4 + .../file-earmark-pdf.svg | 4 + .../file-earmark-person-fill.svg | 3 + .../file-earmark-person.svg | 4 + .../file-earmark-play-fill.svg | 3 + .../file-earmark-play.svg | 4 + .../file-earmark-plus-fill.svg | 3 + .../file-earmark-plus.svg | 4 + .../file-earmark-post-fill.svg | 3 + .../file-earmark-post.svg | 4 + .../file-earmark-ppt-fill.svg | 4 + .../file-earmark-ppt.svg | 4 + .../file-earmark-richtext-fill.svg | 3 + .../file-earmark-richtext.svg | 4 + .../file-earmark-ruled-fill.svg | 3 + .../file-earmark-ruled.svg | 3 + .../file-earmark-slides-fill.svg | 4 + .../file-earmark-slides.svg | 4 + .../file-earmark-spreadsheet-fill.svg | 4 + .../file-earmark-spreadsheet.svg | 3 + .../file-earmark-text-fill.svg | 3 + .../file-earmark-text.svg | 4 + .../file-earmark-word-fill.svg | 3 + .../file-earmark-word.svg | 4 + .../file-earmark-x-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-earmark-x.svg | 4 + .../file-earmark-zip-fill.svg | 4 + .../file-earmark-zip.svg | 4 + .../bootstrap-icons-1.11.3/file-earmark.svg | 3 + .../file-easel-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-easel.svg | 4 + .../file-excel-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-excel.svg | 4 + .../css/bootstrap-icons-1.11.3/file-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-font-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-font.svg | 4 + .../file-image-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-image.svg | 4 + .../bootstrap-icons-1.11.3/file-lock-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-lock.svg | 4 + .../file-lock2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-lock2.svg | 4 + .../file-medical-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-medical.svg | 4 + .../file-minus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-minus.svg | 4 + .../file-music-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-music.svg | 4 + .../bootstrap-icons-1.11.3/file-pdf-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-pdf.svg | 4 + .../file-person-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-person.svg | 4 + .../bootstrap-icons-1.11.3/file-play-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-play.svg | 4 + .../bootstrap-icons-1.11.3/file-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-plus.svg | 4 + .../bootstrap-icons-1.11.3/file-post-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-post.svg | 4 + .../bootstrap-icons-1.11.3/file-ppt-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-ppt.svg | 4 + .../file-richtext-fill.svg | 3 + .../bootstrap-icons-1.11.3/file-richtext.svg | 4 + .../file-ruled-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-ruled.svg | 3 + .../file-slides-fill.svg | 4 + .../bootstrap-icons-1.11.3/file-slides.svg | 4 + .../file-spreadsheet-fill.svg | 3 + .../file-spreadsheet.svg | 3 + .../bootstrap-icons-1.11.3/file-text-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-text.svg | 4 + .../bootstrap-icons-1.11.3/file-word-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-word.svg | 4 + .../bootstrap-icons-1.11.3/file-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/file-x.svg | 4 + .../bootstrap-icons-1.11.3/file-zip-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/file-zip.svg | 4 + .../css/bootstrap-icons-1.11.3/file.svg | 3 + .../css/bootstrap-icons-1.11.3/files-alt.svg | 3 + .../css/bootstrap-icons-1.11.3/files.svg | 3 + .../bootstrap-icons-1.11.3/filetype-aac.svg | 3 + .../bootstrap-icons-1.11.3/filetype-ai.svg | 3 + .../bootstrap-icons-1.11.3/filetype-bmp.svg | 3 + .../bootstrap-icons-1.11.3/filetype-cs.svg | 3 + .../bootstrap-icons-1.11.3/filetype-css.svg | 3 + .../bootstrap-icons-1.11.3/filetype-csv.svg | 3 + .../bootstrap-icons-1.11.3/filetype-doc.svg | 3 + .../bootstrap-icons-1.11.3/filetype-docx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-exe.svg | 3 + .../bootstrap-icons-1.11.3/filetype-gif.svg | 3 + .../bootstrap-icons-1.11.3/filetype-heic.svg | 3 + .../bootstrap-icons-1.11.3/filetype-html.svg | 3 + .../bootstrap-icons-1.11.3/filetype-java.svg | 3 + .../bootstrap-icons-1.11.3/filetype-jpg.svg | 3 + .../bootstrap-icons-1.11.3/filetype-js.svg | 3 + .../bootstrap-icons-1.11.3/filetype-json.svg | 3 + .../bootstrap-icons-1.11.3/filetype-jsx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-key.svg | 3 + .../bootstrap-icons-1.11.3/filetype-m4p.svg | 3 + .../bootstrap-icons-1.11.3/filetype-md.svg | 3 + .../bootstrap-icons-1.11.3/filetype-mdx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-mov.svg | 3 + .../bootstrap-icons-1.11.3/filetype-mp3.svg | 3 + .../bootstrap-icons-1.11.3/filetype-mp4.svg | 3 + .../bootstrap-icons-1.11.3/filetype-otf.svg | 3 + .../bootstrap-icons-1.11.3/filetype-pdf.svg | 3 + .../bootstrap-icons-1.11.3/filetype-php.svg | 3 + .../bootstrap-icons-1.11.3/filetype-png.svg | 3 + .../bootstrap-icons-1.11.3/filetype-ppt.svg | 3 + .../bootstrap-icons-1.11.3/filetype-pptx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-psd.svg | 3 + .../bootstrap-icons-1.11.3/filetype-py.svg | 3 + .../bootstrap-icons-1.11.3/filetype-raw.svg | 3 + .../bootstrap-icons-1.11.3/filetype-rb.svg | 3 + .../bootstrap-icons-1.11.3/filetype-sass.svg | 3 + .../bootstrap-icons-1.11.3/filetype-scss.svg | 3 + .../bootstrap-icons-1.11.3/filetype-sh.svg | 3 + .../bootstrap-icons-1.11.3/filetype-sql.svg | 3 + .../bootstrap-icons-1.11.3/filetype-svg.svg | 3 + .../bootstrap-icons-1.11.3/filetype-tiff.svg | 3 + .../bootstrap-icons-1.11.3/filetype-tsx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-ttf.svg | 3 + .../bootstrap-icons-1.11.3/filetype-txt.svg | 3 + .../bootstrap-icons-1.11.3/filetype-wav.svg | 3 + .../bootstrap-icons-1.11.3/filetype-woff.svg | 3 + .../bootstrap-icons-1.11.3/filetype-xls.svg | 3 + .../bootstrap-icons-1.11.3/filetype-xlsx.svg | 3 + .../bootstrap-icons-1.11.3/filetype-xml.svg | 3 + .../bootstrap-icons-1.11.3/filetype-yml.svg | 3 + .../css/bootstrap-icons-1.11.3/film.svg | 3 + .../filter-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/filter-circle.svg | 4 + .../bootstrap-icons-1.11.3/filter-left.svg | 3 + .../bootstrap-icons-1.11.3/filter-right.svg | 3 + .../filter-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/filter-square.svg | 4 + .../css/bootstrap-icons-1.11.3/filter.svg | 3 + .../bootstrap-icons-1.11.3/fingerprint.svg | 7 + .../css/bootstrap-icons-1.11.3/fire.svg | 3 + .../css/bootstrap-icons-1.11.3/flag-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/flag.svg | 3 + .../bootstrap-icons-1.11.3/floppy-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/floppy.svg | 4 + .../bootstrap-icons-1.11.3/floppy2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/floppy2.svg | 3 + .../css/bootstrap-icons-1.11.3/flower1.svg | 3 + .../css/bootstrap-icons-1.11.3/flower2.svg | 3 + .../css/bootstrap-icons-1.11.3/flower3.svg | 3 + .../bootstrap-icons-1.11.3/folder-check.svg | 4 + .../bootstrap-icons-1.11.3/folder-fill.svg | 3 + .../bootstrap-icons-1.11.3/folder-minus.svg | 4 + .../bootstrap-icons-1.11.3/folder-plus.svg | 4 + .../folder-symlink-fill.svg | 3 + .../bootstrap-icons-1.11.3/folder-symlink.svg | 4 + .../css/bootstrap-icons-1.11.3/folder-x.svg | 4 + .../css/bootstrap-icons-1.11.3/folder.svg | 3 + .../bootstrap-icons-1.11.3/folder2-open.svg | 3 + .../css/bootstrap-icons-1.11.3/folder2.svg | 3 + .../font/bootstrap-icons.css | 2078 ++++++++++++++++ .../font/bootstrap-icons.json | 2052 ++++++++++++++++ .../font/bootstrap-icons.min.css | 5 + .../font/bootstrap-icons.scss | 2090 +++++++++++++++++ .../font/fonts/bootstrap-icons.woff | Bin 0 -> 176032 bytes .../font/fonts/bootstrap-icons.woff2 | Bin 0 -> 130396 bytes .../css/bootstrap-icons-1.11.3/fonts.svg | 3 + .../bootstrap-icons-1.11.3/forward-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/forward.svg | 3 + .../css/bootstrap-icons-1.11.3/front.svg | 3 + .../fuel-pump-diesel-fill.svg | 4 + .../fuel-pump-diesel.svg | 4 + .../bootstrap-icons-1.11.3/fuel-pump-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/fuel-pump.svg | 4 + .../fullscreen-exit.svg | 3 + .../css/bootstrap-icons-1.11.3/fullscreen.svg | 3 + .../bootstrap-icons-1.11.3/funnel-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/funnel.svg | 3 + .../css/bootstrap-icons-1.11.3/gear-fill.svg | 3 + .../gear-wide-connected.svg | 3 + .../css/bootstrap-icons-1.11.3/gear-wide.svg | 3 + .../css/bootstrap-icons-1.11.3/gear.svg | 4 + .../css/bootstrap-icons-1.11.3/gem.svg | 3 + .../gender-ambiguous.svg | 3 + .../bootstrap-icons-1.11.3/gender-female.svg | 3 + .../bootstrap-icons-1.11.3/gender-male.svg | 3 + .../bootstrap-icons-1.11.3/gender-neuter.svg | 3 + .../bootstrap-icons-1.11.3/gender-trans.svg | 3 + .../bootstrap-icons-1.11.3/geo-alt-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/geo-alt.svg | 4 + .../css/bootstrap-icons-1.11.3/geo-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/geo.svg | 3 + .../css/bootstrap-icons-1.11.3/gift-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/gift.svg | 3 + .../css/bootstrap-icons-1.11.3/git.svg | 3 + .../css/bootstrap-icons-1.11.3/github.svg | 3 + .../css/bootstrap-icons-1.11.3/gitlab.svg | 3 + .../bootstrap-icons-1.11.3/globe-americas.svg | 3 + .../globe-asia-australia.svg | 4 + .../globe-central-south-asia.svg | 3 + .../globe-europe-africa.svg | 3 + .../css/bootstrap-icons-1.11.3/globe.svg | 3 + .../css/bootstrap-icons-1.11.3/globe2.svg | 3 + .../bootstrap-icons-1.11.3/google-play.svg | 3 + .../css/bootstrap-icons-1.11.3/google.svg | 3 + .../css/bootstrap-icons-1.11.3/gpu-card.svg | 5 + .../graph-down-arrow.svg | 3 + .../css/bootstrap-icons-1.11.3/graph-down.svg | 3 + .../bootstrap-icons-1.11.3/graph-up-arrow.svg | 3 + .../css/bootstrap-icons-1.11.3/graph-up.svg | 3 + .../bootstrap-icons-1.11.3/grid-1x2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/grid-1x2.svg | 3 + .../grid-3x2-gap-fill.svg | 3 + .../bootstrap-icons-1.11.3/grid-3x2-gap.svg | 3 + .../css/bootstrap-icons-1.11.3/grid-3x2.svg | 3 + .../grid-3x3-gap-fill.svg | 3 + .../bootstrap-icons-1.11.3/grid-3x3-gap.svg | 3 + .../css/bootstrap-icons-1.11.3/grid-3x3.svg | 3 + .../css/bootstrap-icons-1.11.3/grid-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/grid.svg | 3 + .../grip-horizontal.svg | 3 + .../bootstrap-icons-1.11.3/grip-vertical.svg | 3 + .../bootstrap-icons-1.11.3/h-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/h-circle.svg | 3 + .../bootstrap-icons-1.11.3/h-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/h-square.svg | 4 + .../css/bootstrap-icons-1.11.3/hammer.svg | 3 + .../hand-index-fill.svg | 3 + .../hand-index-thumb-fill.svg | 3 + .../hand-index-thumb.svg | 3 + .../css/bootstrap-icons-1.11.3/hand-index.svg | 3 + .../hand-thumbs-down-fill.svg | 3 + .../hand-thumbs-down.svg | 3 + .../hand-thumbs-up-fill.svg | 3 + .../bootstrap-icons-1.11.3/hand-thumbs-up.svg | 3 + .../bootstrap-icons-1.11.3/handbag-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/handbag.svg | 3 + .../css/bootstrap-icons-1.11.3/hash.svg | 3 + .../css/bootstrap-icons-1.11.3/hdd-fill.svg | 3 + .../hdd-network-fill.svg | 3 + .../bootstrap-icons-1.11.3/hdd-network.svg | 4 + .../bootstrap-icons-1.11.3/hdd-rack-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/hdd-rack.svg | 4 + .../bootstrap-icons-1.11.3/hdd-stack-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/hdd-stack.svg | 5 + .../css/bootstrap-icons-1.11.3/hdd.svg | 4 + .../css/bootstrap-icons-1.11.3/hdmi-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/hdmi.svg | 4 + .../css/bootstrap-icons-1.11.3/headphones.svg | 3 + .../css/bootstrap-icons-1.11.3/headset-vr.svg | 4 + .../css/bootstrap-icons-1.11.3/headset.svg | 3 + .../bootstrap-icons-1.11.3/heart-arrow.svg | 3 + .../css/bootstrap-icons-1.11.3/heart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/heart-half.svg | 3 + .../heart-pulse-fill.svg | 4 + .../bootstrap-icons-1.11.3/heart-pulse.svg | 4 + .../css/bootstrap-icons-1.11.3/heart.svg | 3 + .../heartbreak-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/heartbreak.svg | 3 + .../css/bootstrap-icons-1.11.3/hearts.svg | 3 + .../bootstrap-icons-1.11.3/heptagon-fill.svg | 3 + .../bootstrap-icons-1.11.3/heptagon-half.svg | 3 + .../css/bootstrap-icons-1.11.3/heptagon.svg | 3 + .../bootstrap-icons-1.11.3/hexagon-fill.svg | 3 + .../bootstrap-icons-1.11.3/hexagon-half.svg | 3 + .../css/bootstrap-icons-1.11.3/hexagon.svg | 3 + .../bootstrap-icons-1.11.3/highlighter.svg | 3 + .../css/bootstrap-icons-1.11.3/highlights.svg | 3 + .../bootstrap-icons-1.11.3/hospital-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/hospital.svg | 4 + .../hourglass-bottom.svg | 3 + .../hourglass-split.svg | 3 + .../bootstrap-icons-1.11.3/hourglass-top.svg | 3 + .../css/bootstrap-icons-1.11.3/hourglass.svg | 3 + .../bootstrap-icons-1.11.3/house-add-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-add.svg | 4 + .../house-check-fill.svg | 5 + .../bootstrap-icons-1.11.3/house-check.svg | 4 + .../house-dash-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-dash.svg | 4 + .../house-door-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/house-door.svg | 3 + .../house-down-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-down.svg | 4 + .../house-exclamation-fill.svg | 5 + .../house-exclamation.svg | 4 + .../css/bootstrap-icons-1.11.3/house-fill.svg | 4 + .../house-gear-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-gear.svg | 4 + .../house-heart-fill.svg | 4 + .../bootstrap-icons-1.11.3/house-heart.svg | 4 + .../house-lock-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-lock.svg | 4 + .../house-slash-fill.svg | 5 + .../bootstrap-icons-1.11.3/house-slash.svg | 4 + .../bootstrap-icons-1.11.3/house-up-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-up.svg | 4 + .../bootstrap-icons-1.11.3/house-x-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/house-x.svg | 4 + .../css/bootstrap-icons-1.11.3/house.svg | 3 + .../bootstrap-icons-1.11.3/houses-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/houses.svg | 3 + .../wwwroot/css/bootstrap-icons-1.11.3/hr.svg | 3 + .../css/bootstrap-icons-1.11.3/hurricane.svg | 3 + .../css/bootstrap-icons-1.11.3/hypnotize.svg | 4 + .../css/bootstrap-icons-1.11.3/image-alt.svg | 3 + .../css/bootstrap-icons-1.11.3/image-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/image.svg | 4 + .../css/bootstrap-icons-1.11.3/images.svg | 4 + .../css/bootstrap-icons-1.11.3/inbox-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/inbox.svg | 3 + .../bootstrap-icons-1.11.3/inboxes-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/inboxes.svg | 3 + .../css/bootstrap-icons-1.11.3/incognito.svg | 3 + .../css/bootstrap-icons-1.11.3/indent.svg | 4 + .../css/bootstrap-icons-1.11.3/infinity.svg | 3 + .../info-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/info-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/info-lg.svg | 3 + .../info-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/info-square.svg | 4 + .../css/bootstrap-icons-1.11.3/info.svg | 3 + .../input-cursor-text.svg | 4 + .../bootstrap-icons-1.11.3/input-cursor.svg | 4 + .../css/bootstrap-icons-1.11.3/instagram.svg | 3 + .../css/bootstrap-icons-1.11.3/intersect.svg | 3 + .../bootstrap-icons-1.11.3/journal-album.svg | 5 + .../journal-arrow-down.svg | 5 + .../journal-arrow-up.svg | 5 + .../journal-bookmark-fill.svg | 5 + .../journal-bookmark.svg | 5 + .../bootstrap-icons-1.11.3/journal-check.svg | 5 + .../bootstrap-icons-1.11.3/journal-code.svg | 5 + .../journal-medical.svg | 5 + .../bootstrap-icons-1.11.3/journal-minus.svg | 5 + .../bootstrap-icons-1.11.3/journal-plus.svg | 5 + .../journal-richtext.svg | 5 + .../bootstrap-icons-1.11.3/journal-text.svg | 5 + .../css/bootstrap-icons-1.11.3/journal-x.svg | 5 + .../css/bootstrap-icons-1.11.3/journal.svg | 4 + .../css/bootstrap-icons-1.11.3/journals.svg | 4 + .../css/bootstrap-icons-1.11.3/joystick.svg | 4 + .../bootstrap-icons-1.11.3/justify-left.svg | 3 + .../bootstrap-icons-1.11.3/justify-right.svg | 3 + .../css/bootstrap-icons-1.11.3/justify.svg | 3 + .../bootstrap-icons-1.11.3/kanban-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/kanban.svg | 4 + .../css/bootstrap-icons-1.11.3/key-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/key.svg | 4 + .../bootstrap-icons-1.11.3/keyboard-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/keyboard.svg | 4 + .../css/bootstrap-icons-1.11.3/ladder.svg | 3 + .../css/bootstrap-icons-1.11.3/lamp-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/lamp.svg | 4 + .../bootstrap-icons-1.11.3/laptop-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/laptop.svg | 3 + .../bootstrap-icons-1.11.3/layer-backward.svg | 4 + .../bootstrap-icons-1.11.3/layer-forward.svg | 4 + .../bootstrap-icons-1.11.3/layers-fill.svg | 4 + .../bootstrap-icons-1.11.3/layers-half.svg | 3 + .../css/bootstrap-icons-1.11.3/layers.svg | 3 + .../layout-sidebar-inset-reverse.svg | 4 + .../layout-sidebar-inset.svg | 4 + .../layout-sidebar-reverse.svg | 3 + .../bootstrap-icons-1.11.3/layout-sidebar.svg | 3 + .../bootstrap-icons-1.11.3/layout-split.svg | 3 + .../layout-text-sidebar-reverse.svg | 4 + .../layout-text-sidebar.svg | 4 + .../layout-text-window-reverse.svg | 4 + .../layout-text-window.svg | 4 + .../layout-three-columns.svg | 3 + .../css/bootstrap-icons-1.11.3/layout-wtf.svg | 3 + .../bootstrap-icons-1.11.3/life-preserver.svg | 3 + .../bootstrap-icons-1.11.3/lightbulb-fill.svg | 3 + .../lightbulb-off-fill.svg | 3 + .../bootstrap-icons-1.11.3/lightbulb-off.svg | 3 + .../css/bootstrap-icons-1.11.3/lightbulb.svg | 3 + .../lightning-charge-fill.svg | 3 + .../lightning-charge.svg | 3 + .../bootstrap-icons-1.11.3/lightning-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/lightning.svg | 3 + .../css/bootstrap-icons-1.11.3/line.svg | 3 + .../css/bootstrap-icons-1.11.3/link-45deg.svg | 4 + .../css/bootstrap-icons-1.11.3/link.svg | 4 + .../css/bootstrap-icons-1.11.3/linkedin.svg | 3 + .../css/bootstrap-icons-1.11.3/list-check.svg | 3 + .../list-columns-reverse.svg | 3 + .../bootstrap-icons-1.11.3/list-columns.svg | 3 + .../bootstrap-icons-1.11.3/list-nested.svg | 3 + .../css/bootstrap-icons-1.11.3/list-ol.svg | 4 + .../css/bootstrap-icons-1.11.3/list-stars.svg | 4 + .../css/bootstrap-icons-1.11.3/list-task.svg | 5 + .../css/bootstrap-icons-1.11.3/list-ul.svg | 3 + .../css/bootstrap-icons-1.11.3/list.svg | 3 + .../css/bootstrap-icons-1.11.3/lock-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/lock.svg | 3 + .../bootstrap-icons-1.11.3/luggage-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/luggage.svg | 4 + .../css/bootstrap-icons-1.11.3/lungs-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/lungs.svg | 3 + .../css/bootstrap-icons-1.11.3/magic.svg | 3 + .../bootstrap-icons-1.11.3/magnet-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/magnet.svg | 3 + .../bootstrap-icons-1.11.3/mailbox-flag.svg | 4 + .../css/bootstrap-icons-1.11.3/mailbox.svg | 4 + .../bootstrap-icons-1.11.3/mailbox2-flag.svg | 4 + .../css/bootstrap-icons-1.11.3/mailbox2.svg | 4 + .../css/bootstrap-icons-1.11.3/map-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/map.svg | 3 + .../bootstrap-icons-1.11.3/markdown-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/markdown.svg | 6 + .../css/bootstrap-icons-1.11.3/marker-tip.svg | 3 + .../css/bootstrap-icons-1.11.3/mask.svg | 3 + .../css/bootstrap-icons-1.11.3/mastodon.svg | 3 + .../css/bootstrap-icons-1.11.3/medium.svg | 3 + .../bootstrap-icons-1.11.3/megaphone-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/megaphone.svg | 3 + .../css/bootstrap-icons-1.11.3/memory.svg | 3 + .../bootstrap-icons-1.11.3/menu-app-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/menu-app.svg | 3 + .../menu-button-fill.svg | 3 + .../menu-button-wide-fill.svg | 3 + .../menu-button-wide.svg | 4 + .../bootstrap-icons-1.11.3/menu-button.svg | 4 + .../css/bootstrap-icons-1.11.3/menu-down.svg | 3 + .../css/bootstrap-icons-1.11.3/menu-up.svg | 3 + .../css/bootstrap-icons-1.11.3/messenger.svg | 3 + .../css/bootstrap-icons-1.11.3/meta.svg | 3 + .../css/bootstrap-icons-1.11.3/mic-fill.svg | 4 + .../bootstrap-icons-1.11.3/mic-mute-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/mic-mute.svg | 4 + .../css/bootstrap-icons-1.11.3/mic.svg | 4 + .../microsoft-teams.svg | 4 + .../css/bootstrap-icons-1.11.3/microsoft.svg | 3 + .../minecart-loaded.svg | 4 + .../css/bootstrap-icons-1.11.3/minecart.svg | 3 + .../css/bootstrap-icons-1.11.3/modem-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/modem.svg | 4 + .../css/bootstrap-icons-1.11.3/moisture.svg | 3 + .../css/bootstrap-icons-1.11.3/moon-fill.svg | 3 + .../moon-stars-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/moon-stars.svg | 4 + .../css/bootstrap-icons-1.11.3/moon.svg | 3 + .../mortarboard-fill.svg | 4 + .../bootstrap-icons-1.11.3/mortarboard.svg | 4 + .../motherboard-fill.svg | 4 + .../bootstrap-icons-1.11.3/motherboard.svg | 4 + .../css/bootstrap-icons-1.11.3/mouse-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/mouse.svg | 3 + .../bootstrap-icons-1.11.3/mouse2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/mouse2.svg | 3 + .../bootstrap-icons-1.11.3/mouse3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/mouse3.svg | 3 + .../music-note-beamed.svg | 5 + .../music-note-list.svg | 6 + .../css/bootstrap-icons-1.11.3/music-note.svg | 5 + .../music-player-fill.svg | 4 + .../bootstrap-icons-1.11.3/music-player.svg | 5 + .../css/bootstrap-icons-1.11.3/newspaper.svg | 4 + .../nintendo-switch.svg | 4 + .../node-minus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/node-minus.svg | 3 + .../bootstrap-icons-1.11.3/node-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/node-plus.svg | 3 + .../noise-reduction.svg | 4 + .../css/bootstrap-icons-1.11.3/nut-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/nut.svg | 4 + .../css/bootstrap-icons-1.11.3/nvidia.svg | 3 + .../css/bootstrap-icons-1.11.3/nvme-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/nvme.svg | 4 + .../bootstrap-icons-1.11.3/octagon-fill.svg | 3 + .../bootstrap-icons-1.11.3/octagon-half.svg | 3 + .../css/bootstrap-icons-1.11.3/octagon.svg | 3 + .../bootstrap-icons-1.11.3/opencollective.svg | 4 + .../optical-audio-fill.svg | 4 + .../bootstrap-icons-1.11.3/optical-audio.svg | 5 + .../css/bootstrap-icons-1.11.3/option.svg | 3 + .../css/bootstrap-icons-1.11.3/outlet.svg | 4 + .../bootstrap-icons-1.11.3/p-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/p-circle.svg | 3 + .../bootstrap-icons-1.11.3/p-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/p-square.svg | 4 + .../bootstrap-icons-1.11.3/paint-bucket.svg | 3 + .../bootstrap-icons-1.11.3/palette-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/palette.svg | 4 + .../css/bootstrap-icons-1.11.3/palette2.svg | 3 + .../css/bootstrap-icons-1.11.3/paperclip.svg | 3 + .../css/bootstrap-icons-1.11.3/paragraph.svg | 3 + .../css/bootstrap-icons-1.11.3/pass-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pass.svg | 4 + .../bootstrap-icons-1.11.3/passport-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/passport.svg | 4 + .../patch-check-fill.svg | 3 + .../bootstrap-icons-1.11.3/patch-check.svg | 4 + .../patch-exclamation-fill.svg | 3 + .../patch-exclamation.svg | 4 + .../patch-minus-fill.svg | 3 + .../bootstrap-icons-1.11.3/patch-minus.svg | 4 + .../patch-plus-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/patch-plus.svg | 4 + .../patch-question-fill.svg | 3 + .../bootstrap-icons-1.11.3/patch-question.svg | 5 + .../bootstrap-icons-1.11.3/pause-btn-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pause-btn.svg | 4 + .../pause-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/pause-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/pause-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pause.svg | 3 + .../css/bootstrap-icons-1.11.3/paypal.svg | 3 + .../pc-display-horizontal.svg | 3 + .../css/bootstrap-icons-1.11.3/pc-display.svg | 3 + .../bootstrap-icons-1.11.3/pc-horizontal.svg | 3 + .../wwwroot/css/bootstrap-icons-1.11.3/pc.svg | 3 + .../pci-card-network.svg | 5 + .../bootstrap-icons-1.11.3/pci-card-sound.svg | 5 + .../css/bootstrap-icons-1.11.3/pci-card.svg | 4 + .../css/bootstrap-icons-1.11.3/peace-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/peace.svg | 3 + .../css/bootstrap-icons-1.11.3/pen-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pen.svg | 3 + .../bootstrap-icons-1.11.3/pencil-fill.svg | 3 + .../bootstrap-icons-1.11.3/pencil-square.svg | 4 + .../css/bootstrap-icons-1.11.3/pencil.svg | 3 + .../bootstrap-icons-1.11.3/pentagon-fill.svg | 3 + .../bootstrap-icons-1.11.3/pentagon-half.svg | 3 + .../css/bootstrap-icons-1.11.3/pentagon.svg | 3 + .../bootstrap-icons-1.11.3/people-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/people.svg | 3 + .../css/bootstrap-icons-1.11.3/percent.svg | 3 + .../css/bootstrap-icons-1.11.3/person-add.svg | 4 + .../bootstrap-icons-1.11.3/person-arms-up.svg | 4 + .../person-badge-fill.svg | 3 + .../bootstrap-icons-1.11.3/person-badge.svg | 4 + .../person-bounding-box.svg | 4 + .../person-check-fill.svg | 4 + .../bootstrap-icons-1.11.3/person-check.svg | 4 + .../bootstrap-icons-1.11.3/person-circle.svg | 4 + .../person-dash-fill.svg | 4 + .../bootstrap-icons-1.11.3/person-dash.svg | 4 + .../bootstrap-icons-1.11.3/person-down.svg | 4 + .../person-exclamation.svg | 4 + .../person-fill-add.svg | 4 + .../person-fill-check.svg | 4 + .../person-fill-dash.svg | 4 + .../person-fill-down.svg | 4 + .../person-fill-exclamation.svg | 4 + .../person-fill-gear.svg | 3 + .../person-fill-lock.svg | 3 + .../person-fill-slash.svg | 3 + .../bootstrap-icons-1.11.3/person-fill-up.svg | 4 + .../bootstrap-icons-1.11.3/person-fill-x.svg | 4 + .../bootstrap-icons-1.11.3/person-fill.svg | 3 + .../bootstrap-icons-1.11.3/person-gear.svg | 3 + .../bootstrap-icons-1.11.3/person-heart.svg | 3 + .../bootstrap-icons-1.11.3/person-hearts.svg | 3 + .../person-lines-fill.svg | 3 + .../bootstrap-icons-1.11.3/person-lock.svg | 3 + .../person-plus-fill.svg | 4 + .../bootstrap-icons-1.11.3/person-plus.svg | 4 + .../person-raised-hand.svg | 4 + .../bootstrap-icons-1.11.3/person-rolodex.svg | 4 + .../bootstrap-icons-1.11.3/person-slash.svg | 3 + .../bootstrap-icons-1.11.3/person-square.svg | 4 + .../person-standing-dress.svg | 3 + .../person-standing.svg | 3 + .../css/bootstrap-icons-1.11.3/person-up.svg | 4 + .../person-vcard-fill.svg | 3 + .../bootstrap-icons-1.11.3/person-vcard.svg | 4 + .../bootstrap-icons-1.11.3/person-video.svg | 4 + .../bootstrap-icons-1.11.3/person-video2.svg | 4 + .../bootstrap-icons-1.11.3/person-video3.svg | 4 + .../bootstrap-icons-1.11.3/person-walking.svg | 4 + .../person-wheelchair.svg | 3 + .../person-workspace.svg | 4 + .../bootstrap-icons-1.11.3/person-x-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/person-x.svg | 4 + .../css/bootstrap-icons-1.11.3/person.svg | 3 + .../css/bootstrap-icons-1.11.3/phone-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/phone-flip.svg | 3 + .../phone-landscape-fill.svg | 3 + .../phone-landscape.svg | 4 + .../phone-vibrate-fill.svg | 3 + .../bootstrap-icons-1.11.3/phone-vibrate.svg | 4 + .../css/bootstrap-icons-1.11.3/phone.svg | 4 + .../bootstrap-icons-1.11.3/pie-chart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pie-chart.svg | 3 + .../piggy-bank-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/piggy-bank.svg | 4 + .../bootstrap-icons-1.11.3/pin-angle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pin-angle.svg | 3 + .../css/bootstrap-icons-1.11.3/pin-fill.svg | 3 + .../bootstrap-icons-1.11.3/pin-map-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/pin-map.svg | 4 + .../css/bootstrap-icons-1.11.3/pin.svg | 3 + .../css/bootstrap-icons-1.11.3/pinterest.svg | 3 + .../css/bootstrap-icons-1.11.3/pip-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/pip.svg | 4 + .../bootstrap-icons-1.11.3/play-btn-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/play-btn.svg | 4 + .../play-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/play-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/play-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/play.svg | 3 + .../bootstrap-icons-1.11.3/playstation.svg | 3 + .../css/bootstrap-icons-1.11.3/plug-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/plug.svg | 3 + .../css/bootstrap-icons-1.11.3/plugin.svg | 3 + .../plus-circle-dotted.svg | 3 + .../plus-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/plus-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/plus-lg.svg | 3 + .../plus-slash-minus.svg | 3 + .../plus-square-dotted.svg | 3 + .../plus-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/plus-square.svg | 4 + .../css/bootstrap-icons-1.11.3/plus.svg | 3 + .../bootstrap-icons-1.11.3/postage-fill.svg | 4 + .../postage-heart-fill.svg | 4 + .../bootstrap-icons-1.11.3/postage-heart.svg | 4 + .../css/bootstrap-icons-1.11.3/postage.svg | 4 + .../bootstrap-icons-1.11.3/postcard-fill.svg | 4 + .../postcard-heart-fill.svg | 3 + .../bootstrap-icons-1.11.3/postcard-heart.svg | 4 + .../css/bootstrap-icons-1.11.3/postcard.svg | 3 + .../css/bootstrap-icons-1.11.3/power.svg | 4 + .../bootstrap-icons-1.11.3/prescription.svg | 4 + .../bootstrap-icons-1.11.3/prescription2.svg | 4 + .../bootstrap-icons-1.11.3/printer-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/printer.svg | 4 + .../bootstrap-icons-1.11.3/projector-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/projector.svg | 4 + .../bootstrap-icons-1.11.3/puzzle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/puzzle.svg | 3 + .../bootstrap-icons-1.11.3/qr-code-scan.svg | 7 + .../css/bootstrap-icons-1.11.3/qr-code.svg | 7 + .../question-circle-fill.svg | 3 + .../question-circle.svg | 4 + .../question-diamond-fill.svg | 3 + .../question-diamond.svg | 4 + .../bootstrap-icons-1.11.3/question-lg.svg | 3 + .../question-octagon-fill.svg | 3 + .../question-octagon.svg | 4 + .../question-square-fill.svg | 3 + .../question-square.svg | 4 + .../css/bootstrap-icons-1.11.3/question.svg | 3 + .../css/bootstrap-icons-1.11.3/quora.svg | 3 + .../css/bootstrap-icons-1.11.3/quote.svg | 3 + .../bootstrap-icons-1.11.3/r-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/r-circle.svg | 3 + .../bootstrap-icons-1.11.3/r-square-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/r-square.svg | 4 + .../css/bootstrap-icons-1.11.3/radar.svg | 3 + .../bootstrap-icons-1.11.3/radioactive.svg | 4 + .../css/bootstrap-icons-1.11.3/rainbow.svg | 3 + .../bootstrap-icons-1.11.3/receipt-cutoff.svg | 4 + .../css/bootstrap-icons-1.11.3/receipt.svg | 4 + .../bootstrap-icons-1.11.3/reception-0.svg | 3 + .../bootstrap-icons-1.11.3/reception-1.svg | 3 + .../bootstrap-icons-1.11.3/reception-2.svg | 3 + .../bootstrap-icons-1.11.3/reception-3.svg | 3 + .../bootstrap-icons-1.11.3/reception-4.svg | 3 + .../record-btn-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/record-btn.svg | 4 + .../record-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/record-circle.svg | 4 + .../bootstrap-icons-1.11.3/record-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/record.svg | 3 + .../bootstrap-icons-1.11.3/record2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/record2.svg | 4 + .../css/bootstrap-icons-1.11.3/recycle.svg | 3 + .../css/bootstrap-icons-1.11.3/reddit.svg | 4 + .../css/bootstrap-icons-1.11.3/regex.svg | 3 + .../css/bootstrap-icons-1.11.3/repeat-1.svg | 4 + .../css/bootstrap-icons-1.11.3/repeat.svg | 3 + .../bootstrap-icons-1.11.3/reply-all-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/reply-all.svg | 4 + .../css/bootstrap-icons-1.11.3/reply-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/reply.svg | 3 + .../rewind-btn-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/rewind-btn.svg | 4 + .../rewind-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/rewind-circle.svg | 4 + .../bootstrap-icons-1.11.3/rewind-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/rewind.svg | 4 + .../css/bootstrap-icons-1.11.3/robot.svg | 4 + .../bootstrap-icons-1.11.3/rocket-fill.svg | 4 + .../rocket-takeoff-fill.svg | 4 + .../bootstrap-icons-1.11.3/rocket-takeoff.svg | 5 + .../css/bootstrap-icons-1.11.3/rocket.svg | 5 + .../bootstrap-icons-1.11.3/router-fill.svg | 6 + .../css/bootstrap-icons-1.11.3/router.svg | 6 + .../css/bootstrap-icons-1.11.3/rss-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/rss.svg | 4 + .../css/bootstrap-icons-1.11.3/rulers.svg | 3 + .../css/bootstrap-icons-1.11.3/safe-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/safe.svg | 4 + .../css/bootstrap-icons-1.11.3/safe2-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/safe2.svg | 4 + .../css/bootstrap-icons-1.11.3/save-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/save.svg | 3 + .../css/bootstrap-icons-1.11.3/save2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/save2.svg | 3 + .../css/bootstrap-icons-1.11.3/scissors.svg | 3 + .../css/bootstrap-icons-1.11.3/scooter.svg | 3 + .../bootstrap-icons-1.11.3/screwdriver.svg | 3 + .../bootstrap-icons-1.11.3/sd-card-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sd-card.svg | 4 + .../search-heart-fill.svg | 3 + .../bootstrap-icons-1.11.3/search-heart.svg | 4 + .../css/bootstrap-icons-1.11.3/search.svg | 3 + .../bootstrap-icons-1.11.3/segmented-nav.svg | 3 + .../send-arrow-down-fill.svg | 4 + .../send-arrow-down.svg | 4 + .../send-arrow-up-fill.svg | 4 + .../bootstrap-icons-1.11.3/send-arrow-up.svg | 4 + .../send-check-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/send-check.svg | 4 + .../bootstrap-icons-1.11.3/send-dash-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/send-dash.svg | 4 + .../send-exclamation-fill.svg | 4 + .../send-exclamation.svg | 4 + .../css/bootstrap-icons-1.11.3/send-fill.svg | 3 + .../bootstrap-icons-1.11.3/send-plus-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/send-plus.svg | 4 + .../send-slash-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/send-slash.svg | 4 + .../bootstrap-icons-1.11.3/send-x-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/send-x.svg | 4 + .../css/bootstrap-icons-1.11.3/send.svg | 3 + .../css/bootstrap-icons-1.11.3/server.svg | 5 + .../css/bootstrap-icons-1.11.3/shadows.svg | 3 + .../css/bootstrap-icons-1.11.3/share-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/share.svg | 3 + .../bootstrap-icons-1.11.3/shield-check.svg | 4 + .../shield-exclamation.svg | 4 + .../shield-fill-check.svg | 3 + .../shield-fill-exclamation.svg | 3 + .../shield-fill-minus.svg | 3 + .../shield-fill-plus.svg | 3 + .../bootstrap-icons-1.11.3/shield-fill-x.svg | 3 + .../bootstrap-icons-1.11.3/shield-fill.svg | 3 + .../shield-lock-fill.svg | 3 + .../bootstrap-icons-1.11.3/shield-lock.svg | 4 + .../bootstrap-icons-1.11.3/shield-minus.svg | 4 + .../bootstrap-icons-1.11.3/shield-plus.svg | 4 + .../bootstrap-icons-1.11.3/shield-shaded.svg | 3 + .../shield-slash-fill.svg | 3 + .../bootstrap-icons-1.11.3/shield-slash.svg | 3 + .../css/bootstrap-icons-1.11.3/shield-x.svg | 4 + .../css/bootstrap-icons-1.11.3/shield.svg | 3 + .../css/bootstrap-icons-1.11.3/shift-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/shift.svg | 3 + .../bootstrap-icons-1.11.3/shop-window.svg | 3 + .../css/bootstrap-icons-1.11.3/shop.svg | 3 + .../css/bootstrap-icons-1.11.3/shuffle.svg | 4 + .../sign-dead-end-fill.svg | 4 + .../bootstrap-icons-1.11.3/sign-dead-end.svg | 4 + .../sign-do-not-enter-fill.svg | 4 + .../sign-do-not-enter.svg | 4 + .../sign-intersection-fill.svg | 3 + .../sign-intersection-side-fill.svg | 3 + .../sign-intersection-side.svg | 4 + .../sign-intersection-t-fill.svg | 3 + .../sign-intersection-t.svg | 4 + .../sign-intersection-y-fill.svg | 3 + .../sign-intersection-y.svg | 4 + .../sign-intersection.svg | 4 + .../sign-merge-left-fill.svg | 3 + .../sign-merge-left.svg | 4 + .../sign-merge-right-fill.svg | 3 + .../sign-merge-right.svg | 4 + .../sign-no-left-turn-fill.svg | 4 + .../sign-no-left-turn.svg | 3 + .../sign-no-parking-fill.svg | 4 + .../sign-no-parking.svg | 3 + .../sign-no-right-turn-fill.svg | 4 + .../sign-no-right-turn.svg | 3 + .../sign-railroad-fill.svg | 5 + .../bootstrap-icons-1.11.3/sign-railroad.svg | 4 + .../bootstrap-icons-1.11.3/sign-stop-fill.svg | 4 + .../sign-stop-lights-fill.svg | 4 + .../sign-stop-lights.svg | 4 + .../css/bootstrap-icons-1.11.3/sign-stop.svg | 5 + .../sign-turn-left-fill.svg | 3 + .../bootstrap-icons-1.11.3/sign-turn-left.svg | 4 + .../sign-turn-right-fill.svg | 3 + .../sign-turn-right.svg | 4 + .../sign-turn-slight-left-fill.svg | 3 + .../sign-turn-slight-left.svg | 4 + .../sign-turn-slight-right-fill.svg | 3 + .../sign-turn-slight-right.svg | 4 + .../sign-yield-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/sign-yield.svg | 5 + .../css/bootstrap-icons-1.11.3/signal.svg | 3 + .../signpost-2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/signpost-2.svg | 3 + .../bootstrap-icons-1.11.3/signpost-fill.svg | 3 + .../signpost-split-fill.svg | 3 + .../bootstrap-icons-1.11.3/signpost-split.svg | 3 + .../css/bootstrap-icons-1.11.3/signpost.svg | 3 + .../css/bootstrap-icons-1.11.3/sim-fill.svg | 4 + .../bootstrap-icons-1.11.3/sim-slash-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sim-slash.svg | 3 + .../css/bootstrap-icons-1.11.3/sim.svg | 4 + .../css/bootstrap-icons-1.11.3/sina-weibo.svg | 4 + .../skip-backward-btn-fill.svg | 3 + .../skip-backward-btn.svg | 4 + .../skip-backward-circle-fill.svg | 3 + .../skip-backward-circle.svg | 4 + .../skip-backward-fill.svg | 3 + .../bootstrap-icons-1.11.3/skip-backward.svg | 3 + .../skip-end-btn-fill.svg | 3 + .../bootstrap-icons-1.11.3/skip-end-btn.svg | 4 + .../skip-end-circle-fill.svg | 3 + .../skip-end-circle.svg | 4 + .../bootstrap-icons-1.11.3/skip-end-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/skip-end.svg | 3 + .../skip-forward-btn-fill.svg | 3 + .../skip-forward-btn.svg | 4 + .../skip-forward-circle-fill.svg | 3 + .../skip-forward-circle.svg | 4 + .../skip-forward-fill.svg | 3 + .../bootstrap-icons-1.11.3/skip-forward.svg | 3 + .../skip-start-btn-fill.svg | 3 + .../bootstrap-icons-1.11.3/skip-start-btn.svg | 4 + .../skip-start-circle-fill.svg | 3 + .../skip-start-circle.svg | 4 + .../skip-start-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/skip-start.svg | 3 + .../css/bootstrap-icons-1.11.3/skype.svg | 3 + .../css/bootstrap-icons-1.11.3/slack.svg | 3 + .../slash-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/slash-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/slash-lg.svg | 3 + .../slash-square-fill.svg | 3 + .../bootstrap-icons-1.11.3/slash-square.svg | 4 + .../css/bootstrap-icons-1.11.3/slash.svg | 3 + .../css/bootstrap-icons-1.11.3/sliders.svg | 3 + .../sliders2-vertical.svg | 3 + .../css/bootstrap-icons-1.11.3/sliders2.svg | 3 + .../css/bootstrap-icons-1.11.3/smartwatch.svg | 4 + .../css/bootstrap-icons-1.11.3/snapchat.svg | 3 + .../css/bootstrap-icons-1.11.3/snow.svg | 3 + .../css/bootstrap-icons-1.11.3/snow2.svg | 3 + .../css/bootstrap-icons-1.11.3/snow3.svg | 4 + .../sort-alpha-down-alt.svg | 5 + .../sort-alpha-down.svg | 4 + .../sort-alpha-up-alt.svg | 5 + .../bootstrap-icons-1.11.3/sort-alpha-up.svg | 4 + .../bootstrap-icons-1.11.3/sort-down-alt.svg | 3 + .../css/bootstrap-icons-1.11.3/sort-down.svg | 3 + .../sort-numeric-down-alt.svg | 4 + .../sort-numeric-down.svg | 5 + .../sort-numeric-up-alt.svg | 4 + .../sort-numeric-up.svg | 5 + .../bootstrap-icons-1.11.3/sort-up-alt.svg | 3 + .../css/bootstrap-icons-1.11.3/sort-up.svg | 3 + .../css/bootstrap-icons-1.11.3/soundwave.svg | 3 + .../bootstrap-icons-1.11.3/sourceforge.svg | 4 + .../bootstrap-icons-1.11.3/speaker-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/speaker.svg | 4 + .../bootstrap-icons-1.11.3/speedometer.svg | 4 + .../bootstrap-icons-1.11.3/speedometer2.svg | 4 + .../css/bootstrap-icons-1.11.3/spellcheck.svg | 4 + .../css/bootstrap-icons-1.11.3/spotify.svg | 3 + .../bootstrap-icons-1.11.3/square-fill.svg | 3 + .../bootstrap-icons-1.11.3/square-half.svg | 3 + .../css/bootstrap-icons-1.11.3/square.svg | 3 + .../bootstrap-icons-1.11.3/stack-overflow.svg | 4 + .../css/bootstrap-icons-1.11.3/stack.svg | 4 + .../css/bootstrap-icons-1.11.3/star-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/star-half.svg | 3 + .../css/bootstrap-icons-1.11.3/star.svg | 3 + .../css/bootstrap-icons-1.11.3/stars.svg | 3 + .../css/bootstrap-icons-1.11.3/steam.svg | 4 + .../bootstrap-icons-1.11.3/stickies-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/stickies.svg | 4 + .../bootstrap-icons-1.11.3/sticky-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sticky.svg | 3 + .../bootstrap-icons-1.11.3/stop-btn-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/stop-btn.svg | 4 + .../stop-circle-fill.svg | 3 + .../bootstrap-icons-1.11.3/stop-circle.svg | 4 + .../css/bootstrap-icons-1.11.3/stop-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/stop.svg | 3 + .../stoplights-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/stoplights.svg | 4 + .../bootstrap-icons-1.11.3/stopwatch-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/stopwatch.svg | 4 + .../css/bootstrap-icons-1.11.3/strava.svg | 3 + .../css/bootstrap-icons-1.11.3/stripe.svg | 3 + .../css/bootstrap-icons-1.11.3/subscript.svg | 3 + .../css/bootstrap-icons-1.11.3/substack.svg | 3 + .../css/bootstrap-icons-1.11.3/subtract.svg | 3 + .../bootstrap-icons-1.11.3/suit-club-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/suit-club.svg | 3 + .../suit-diamond-fill.svg | 3 + .../bootstrap-icons-1.11.3/suit-diamond.svg | 3 + .../suit-heart-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/suit-heart.svg | 3 + .../suit-spade-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/suit-spade.svg | 3 + .../bootstrap-icons-1.11.3/suitcase-fill.svg | 3 + .../suitcase-lg-fill.svg | 3 + .../bootstrap-icons-1.11.3/suitcase-lg.svg | 3 + .../css/bootstrap-icons-1.11.3/suitcase.svg | 4 + .../bootstrap-icons-1.11.3/suitcase2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/suitcase2.svg | 3 + .../css/bootstrap-icons-1.11.3/sun-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sun.svg | 3 + .../css/bootstrap-icons-1.11.3/sunglasses.svg | 3 + .../bootstrap-icons-1.11.3/sunrise-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sunrise.svg | 3 + .../bootstrap-icons-1.11.3/sunset-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/sunset.svg | 3 + .../bootstrap-icons-1.11.3/superscript.svg | 3 + .../symmetry-horizontal.svg | 3 + .../symmetry-vertical.svg | 3 + .../css/bootstrap-icons-1.11.3/table.svg | 3 + .../bootstrap-icons-1.11.3/tablet-fill.svg | 3 + .../tablet-landscape-fill.svg | 3 + .../tablet-landscape.svg | 4 + .../css/bootstrap-icons-1.11.3/tablet.svg | 4 + .../css/bootstrap-icons-1.11.3/tag-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/tag.svg | 4 + .../css/bootstrap-icons-1.11.3/tags-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/tags.svg | 4 + .../taxi-front-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/taxi-front.svg | 4 + .../css/bootstrap-icons-1.11.3/telegram.svg | 3 + .../bootstrap-icons-1.11.3/telephone-fill.svg | 3 + .../telephone-forward-fill.svg | 3 + .../telephone-forward.svg | 3 + .../telephone-inbound-fill.svg | 3 + .../telephone-inbound.svg | 3 + .../telephone-minus-fill.svg | 3 + .../telephone-minus.svg | 4 + .../telephone-outbound-fill.svg | 3 + .../telephone-outbound.svg | 3 + .../telephone-plus-fill.svg | 3 + .../bootstrap-icons-1.11.3/telephone-plus.svg | 4 + .../telephone-x-fill.svg | 3 + .../bootstrap-icons-1.11.3/telephone-x.svg | 4 + .../css/bootstrap-icons-1.11.3/telephone.svg | 3 + .../css/bootstrap-icons-1.11.3/tencent-qq.svg | 4 + .../bootstrap-icons-1.11.3/terminal-dash.svg | 4 + .../bootstrap-icons-1.11.3/terminal-fill.svg | 3 + .../bootstrap-icons-1.11.3/terminal-plus.svg | 4 + .../bootstrap-icons-1.11.3/terminal-split.svg | 4 + .../css/bootstrap-icons-1.11.3/terminal-x.svg | 4 + .../css/bootstrap-icons-1.11.3/terminal.svg | 4 + .../bootstrap-icons-1.11.3/text-center.svg | 3 + .../text-indent-left.svg | 3 + .../text-indent-right.svg | 3 + .../css/bootstrap-icons-1.11.3/text-left.svg | 3 + .../bootstrap-icons-1.11.3/text-paragraph.svg | 3 + .../css/bootstrap-icons-1.11.3/text-right.svg | 3 + .../css/bootstrap-icons-1.11.3/text-wrap.svg | 3 + .../textarea-resize.svg | 3 + .../css/bootstrap-icons-1.11.3/textarea-t.svg | 4 + .../css/bootstrap-icons-1.11.3/textarea.svg | 3 + .../thermometer-half.svg | 4 + .../thermometer-high.svg | 4 + .../thermometer-low.svg | 4 + .../thermometer-snow.svg | 4 + .../thermometer-sun.svg | 4 + .../bootstrap-icons-1.11.3/thermometer.svg | 4 + .../bootstrap-icons-1.11.3/threads-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/threads.svg | 3 + .../three-dots-vertical.svg | 3 + .../css/bootstrap-icons-1.11.3/three-dots.svg | 3 + .../thunderbolt-fill.svg | 3 + .../bootstrap-icons-1.11.3/thunderbolt.svg | 4 + .../ticket-detailed-fill.svg | 3 + .../ticket-detailed.svg | 4 + .../bootstrap-icons-1.11.3/ticket-fill.svg | 3 + .../ticket-perforated-fill.svg | 3 + .../ticket-perforated.svg | 4 + .../css/bootstrap-icons-1.11.3/ticket.svg | 3 + .../css/bootstrap-icons-1.11.3/tiktok.svg | 3 + .../css/bootstrap-icons-1.11.3/toggle-off.svg | 3 + .../css/bootstrap-icons-1.11.3/toggle-on.svg | 3 + .../bootstrap-icons-1.11.3/toggle2-off.svg | 4 + .../css/bootstrap-icons-1.11.3/toggle2-on.svg | 4 + .../css/bootstrap-icons-1.11.3/toggles.svg | 3 + .../css/bootstrap-icons-1.11.3/toggles2.svg | 5 + .../css/bootstrap-icons-1.11.3/tools.svg | 3 + .../css/bootstrap-icons-1.11.3/tornado.svg | 3 + .../train-freight-front-fill.svg | 3 + .../train-freight-front.svg | 3 + .../train-front-fill.svg | 3 + .../bootstrap-icons-1.11.3/train-front.svg | 3 + .../train-lightrail-front-fill.svg | 3 + .../train-lightrail-front.svg | 3 + .../css/bootstrap-icons-1.11.3/translate.svg | 4 + .../bootstrap-icons-1.11.3/transparency.svg | 3 + .../css/bootstrap-icons-1.11.3/trash-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/trash.svg | 4 + .../bootstrap-icons-1.11.3/trash2-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/trash2.svg | 3 + .../bootstrap-icons-1.11.3/trash3-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/trash3.svg | 3 + .../css/bootstrap-icons-1.11.3/tree-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/tree.svg | 3 + .../css/bootstrap-icons-1.11.3/trello.svg | 3 + .../bootstrap-icons-1.11.3/triangle-fill.svg | 3 + .../bootstrap-icons-1.11.3/triangle-half.svg | 3 + .../css/bootstrap-icons-1.11.3/triangle.svg | 3 + .../bootstrap-icons-1.11.3/trophy-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/trophy.svg | 3 + .../bootstrap-icons-1.11.3/tropical-storm.svg | 4 + .../bootstrap-icons-1.11.3/truck-flatbed.svg | 3 + .../truck-front-fill.svg | 3 + .../bootstrap-icons-1.11.3/truck-front.svg | 4 + .../css/bootstrap-icons-1.11.3/truck.svg | 3 + .../css/bootstrap-icons-1.11.3/tsunami.svg | 3 + .../css/bootstrap-icons-1.11.3/tv-fill.svg | 3 + .../wwwroot/css/bootstrap-icons-1.11.3/tv.svg | 3 + .../css/bootstrap-icons-1.11.3/twitch.svg | 4 + .../css/bootstrap-icons-1.11.3/twitter-x.svg | 3 + .../css/bootstrap-icons-1.11.3/twitter.svg | 3 + .../css/bootstrap-icons-1.11.3/type-bold.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h1.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h2.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h3.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h4.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h5.svg | 3 + .../css/bootstrap-icons-1.11.3/type-h6.svg | 3 + .../bootstrap-icons-1.11.3/type-italic.svg | 3 + .../type-strikethrough.svg | 3 + .../bootstrap-icons-1.11.3/type-underline.svg | 3 + .../css/bootstrap-icons-1.11.3/type.svg | 3 + .../css/bootstrap-icons-1.11.3/ubuntu.svg | 3 + .../bootstrap-icons-1.11.3/ui-checks-grid.svg | 3 + .../css/bootstrap-icons-1.11.3/ui-checks.svg | 3 + .../bootstrap-icons-1.11.3/ui-radios-grid.svg | 3 + .../css/bootstrap-icons-1.11.3/ui-radios.svg | 3 + .../bootstrap-icons-1.11.3/umbrella-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/umbrella.svg | 3 + .../css/bootstrap-icons-1.11.3/unindent.svg | 4 + .../css/bootstrap-icons-1.11.3/union.svg | 3 + .../css/bootstrap-icons-1.11.3/unity.svg | 3 + .../universal-access-circle.svg | 4 + .../universal-access.svg | 3 + .../bootstrap-icons-1.11.3/unlock-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/unlock.svg | 3 + .../css/bootstrap-icons-1.11.3/upc-scan.svg | 3 + .../css/bootstrap-icons-1.11.3/upc.svg | 3 + .../css/bootstrap-icons-1.11.3/upload.svg | 4 + .../css/bootstrap-icons-1.11.3/usb-c-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-c.svg | 4 + .../bootstrap-icons-1.11.3/usb-drive-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-drive.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-fill.svg | 3 + .../bootstrap-icons-1.11.3/usb-micro-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-micro.svg | 4 + .../bootstrap-icons-1.11.3/usb-mini-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-mini.svg | 4 + .../bootstrap-icons-1.11.3/usb-plug-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-plug.svg | 3 + .../css/bootstrap-icons-1.11.3/usb-symbol.svg | 3 + .../css/bootstrap-icons-1.11.3/usb.svg | 4 + .../css/bootstrap-icons-1.11.3/valentine.svg | 4 + .../css/bootstrap-icons-1.11.3/valentine2.svg | 4 + .../css/bootstrap-icons-1.11.3/vector-pen.svg | 4 + .../css/bootstrap-icons-1.11.3/view-list.svg | 3 + .../bootstrap-icons-1.11.3/view-stacked.svg | 3 + .../css/bootstrap-icons-1.11.3/vignette.svg | 4 + .../css/bootstrap-icons-1.11.3/vimeo.svg | 3 + .../css/bootstrap-icons-1.11.3/vinyl-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/vinyl.svg | 5 + .../css/bootstrap-icons-1.11.3/virus.svg | 3 + .../css/bootstrap-icons-1.11.3/virus2.svg | 3 + .../css/bootstrap-icons-1.11.3/voicemail.svg | 3 + .../volume-down-fill.svg | 3 + .../bootstrap-icons-1.11.3/volume-down.svg | 3 + .../volume-mute-fill.svg | 3 + .../bootstrap-icons-1.11.3/volume-mute.svg | 3 + .../volume-off-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/volume-off.svg | 3 + .../bootstrap-icons-1.11.3/volume-up-fill.svg | 5 + .../css/bootstrap-icons-1.11.3/volume-up.svg | 5 + .../wwwroot/css/bootstrap-icons-1.11.3/vr.svg | 3 + .../bootstrap-icons-1.11.3/wallet-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/wallet.svg | 3 + .../css/bootstrap-icons-1.11.3/wallet2.svg | 3 + .../css/bootstrap-icons-1.11.3/watch.svg | 4 + .../css/bootstrap-icons-1.11.3/water.svg | 3 + .../bootstrap-icons-1.11.3/webcam-fill.svg | 4 + .../css/bootstrap-icons-1.11.3/webcam.svg | 4 + .../css/bootstrap-icons-1.11.3/wechat.svg | 4 + .../css/bootstrap-icons-1.11.3/whatsapp.svg | 3 + .../css/bootstrap-icons-1.11.3/wifi-1.svg | 3 + .../css/bootstrap-icons-1.11.3/wifi-2.svg | 3 + .../css/bootstrap-icons-1.11.3/wifi-off.svg | 3 + .../css/bootstrap-icons-1.11.3/wifi.svg | 4 + .../css/bootstrap-icons-1.11.3/wikipedia.svg | 3 + .../css/bootstrap-icons-1.11.3/wind.svg | 3 + .../bootstrap-icons-1.11.3/window-dash.svg | 5 + .../bootstrap-icons-1.11.3/window-desktop.svg | 4 + .../bootstrap-icons-1.11.3/window-dock.svg | 4 + .../window-fullscreen.svg | 4 + .../bootstrap-icons-1.11.3/window-plus.svg | 5 + .../bootstrap-icons-1.11.3/window-sidebar.svg | 4 + .../bootstrap-icons-1.11.3/window-split.svg | 4 + .../bootstrap-icons-1.11.3/window-stack.svg | 4 + .../css/bootstrap-icons-1.11.3/window-x.svg | 5 + .../css/bootstrap-icons-1.11.3/window.svg | 4 + .../css/bootstrap-icons-1.11.3/windows.svg | 3 + .../css/bootstrap-icons-1.11.3/wordpress.svg | 5 + .../wrench-adjustable-circle-fill.svg | 4 + .../wrench-adjustable-circle.svg | 4 + .../wrench-adjustable.svg | 4 + .../css/bootstrap-icons-1.11.3/wrench.svg | 3 + .../bootstrap-icons-1.11.3/x-circle-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/x-circle.svg | 4 + .../bootstrap-icons-1.11.3/x-diamond-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/x-diamond.svg | 3 + .../css/bootstrap-icons-1.11.3/x-lg.svg | 3 + .../bootstrap-icons-1.11.3/x-octagon-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/x-octagon.svg | 4 + .../bootstrap-icons-1.11.3/x-square-fill.svg | 3 + .../css/bootstrap-icons-1.11.3/x-square.svg | 4 + .../wwwroot/css/bootstrap-icons-1.11.3/x.svg | 3 + .../css/bootstrap-icons-1.11.3/xbox.svg | 3 + .../css/bootstrap-icons-1.11.3/yelp.svg | 3 + .../css/bootstrap-icons-1.11.3/yin-yang.svg | 4 + .../css/bootstrap-icons-1.11.3/youtube.svg | 3 + .../css/bootstrap-icons-1.11.3/zoom-in.svg | 5 + .../css/bootstrap-icons-1.11.3/zoom-out.svg | 5 + VCart/wwwroot/css/site.css | 2 +- 2087 files changed, 15431 insertions(+), 94 deletions(-) delete mode 100644 VCart.Infra/Class1.cs create mode 100644 VCart.Infra/MongoDB/MongoDBContext.cs create mode 100644 VCart.Infra/MongoDB/UserPerson.cs create mode 100644 VCart/Controllers/LanguageController.cs create mode 100644 VCart/Controllers/PlansController.cs create mode 100644 VCart/Controllers/StartupController.cs create mode 100644 VCart/Middle/RequestLocalizationMiddleware.cs create mode 100644 VCart/Readme.md create mode 100644 VCart/Resource.Designer.cs create mode 100644 VCart/Resource.pt-BR.Designer.cs create mode 100644 VCart/Resource.pt-BR.resx create mode 100644 VCart/Resource.resx create mode 100644 VCart/Views/Plans/Index.cshtml create mode 100644 VCart/Views/Plans/Index.cshtml.css create mode 100644 VCart/Views/Shared/_Busy.cshtml create mode 100644 VCart/Views/Shared/_Language.cshtml create mode 100644 VCart/Views/Startup/Index.cshtml create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/0-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/0-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/0-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/0-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/1-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/1-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/1-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/1-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/123.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/2-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/2-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/2-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/2-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/3-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/3-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/3-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/3-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/4-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/4-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/4-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/4-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/5-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/5-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/5-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/5-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/6-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/6-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/6-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/6-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/7-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/7-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/7-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/7-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/8-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/8-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/8-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/8-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/9-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/9-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/9-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/9-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/activity.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/airplane-engines-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/airplane-engines.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/airplane-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/airplane.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alarm-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alarm.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alexa.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-bottom.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-center.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-end.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-middle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-start.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/align-top.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alipay.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alphabet-uppercase.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alphabet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/amazon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/amd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/android.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/android2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/app-indicator.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/app.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/apple.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/archive-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/archive.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-90deg-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-90deg-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-90deg-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-90deg-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-bar-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-bar-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-bar-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-bar-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-clockwise.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-counterclockwise.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-left-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-left-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-left-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-left-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-right-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-right-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-right-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-right-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-short.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-short.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-repeat.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-return-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-return-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right-short.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-through-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-through-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-left-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-left-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-left-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-left-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-right-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-right-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-right-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-right-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-short.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-angle-contract.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-angle-expand.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-collapse-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-collapse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-expand-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-expand.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-fullscreen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-move.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/arrows.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/aspect-ratio-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/aspect-ratio.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/asterisk.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/at.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/award-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/award.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/back.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack4-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backpack4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backspace-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backspace-reverse-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backspace-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/backspace.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-3d-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-3d.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-4k-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-4k.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-8k-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-8k.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-ad-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-ad.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-ar-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-ar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-cc-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-cc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-hd-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-hd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-sd-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-sd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-tm-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-tm.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-vo-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-vo.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-vr-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-vr.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-wc-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/badge-wc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/balloon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/balloon-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/balloon-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/balloon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ban-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ban.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bandaid-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bandaid.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bank.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bank2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bar-chart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bar-chart-line-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bar-chart-line.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bar-chart-steps.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bar-chart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/basket3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/battery-charging.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/battery-full.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/battery-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/battery.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/behance.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bell-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bell-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bell-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bell.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bezier.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bezier2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bicycle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bing.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/binoculars-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/binoculars.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/blockquote-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/blockquote-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bluetooth.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/body-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/book-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/book-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/book.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-star-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-star.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmark.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmarks-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookmarks.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bookshelf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/boombox-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/boombox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bootstrap-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bootstrap-icons.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bootstrap-reboot.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bootstrap.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-all.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-bottom.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-center.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-inner.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-middle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-outer.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-style.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-top.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border-width.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/border.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bounding-box-circles.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bounding-box.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-down-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-down-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-down-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-down-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-up-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-up-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-in-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-up-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-up-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-seam-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box-seam.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box2-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box2-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/box2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/boxes.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/braces-asterisk.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/braces.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bricks.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/briefcase-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/briefcase.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-alt-high-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-alt-high.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-alt-low-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-alt-low.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-high-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-high.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-low-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brightness-low.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brilliance.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/broadcast-pin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/broadcast.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/browser-chrome.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/browser-edge.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/browser-firefox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/browser-safari.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brush-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/brush.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bucket-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bucket.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bug-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bug.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/building.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/buildings-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/buildings.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bullseye.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bus-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/bus-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/c-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/c-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/c-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/c-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cake-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cake.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cake2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cake2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calculator-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calculator.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-date-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-date.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-day-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-day.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-event-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-event.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-month-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-month.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-range-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-range.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-week-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-week.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-date-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-date.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-day-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-day.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-event-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-event.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-month-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-month.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-range-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-range.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-week-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-week.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-event-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-event.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-range-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-range.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-week-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3-week.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar4-event.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar4-range.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar4-week.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/calendar4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-reels-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-reels.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-video-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-video-off-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-video-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera-video.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/camera2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/capslock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/capslock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/capsule-pill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/capsule.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/car-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/car-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/card-checklist.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/card-heading.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/card-image.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/card-list.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/card-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-down-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-down-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-left-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-left-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-left-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-right-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-right-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-right-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-up-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-up-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/caret-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cart4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cash-coin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cash-stack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cassette-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cassette.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cast.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cc-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cc-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cc-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cc-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-dots-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-dots.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-dots-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-dots.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-quote-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-quote.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-quote-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-quote.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-dots-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-dots.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-quote-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-quote.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-dots-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-dots.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-quote-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-quote.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chat.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-all.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check2-all.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check2-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check2-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/check2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-contract.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-expand.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-bar-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-compact-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-compact-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-compact-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-compact-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-contract.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-double-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-double-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-double-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-double-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-expand.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/chevron-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/circle-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/circle-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-data-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-data.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-pulse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-data-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-data.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-pulse-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-pulse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clipboard2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clock-history.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-arrow-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-arrow-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-download-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-download.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-drizzle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-drizzle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-fog-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-fog.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-fog2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-fog2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-hail-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-hail.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-haze-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-haze.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-haze2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-haze2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-lightning-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-lightning-rain-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-lightning-rain.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-lightning.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-moon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-moon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-rain-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-rain-heavy-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-rain-heavy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-rain.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-sleet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-sleet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-snow-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-snow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-sun-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-sun.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-upload-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud-upload.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloud.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clouds-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/clouds.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloudy-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cloudy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/code-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/code-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/code.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/coin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/collection-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/collection-play-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/collection-play.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/collection.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/columns-gap.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/columns.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/command.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/compass-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/compass.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cone-striped.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cone.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/controller.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cookie.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/copy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cpu-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cpu.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card-2-back-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card-2-back.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card-2-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card-2-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/credit-card.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/crop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/crosshair.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/crosshair2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cup-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cup-hot-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cup-hot.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cup-straw.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cup.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-bitcoin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-dollar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-euro.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-exchange.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-pound.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-rupee.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/currency-yen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cursor-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cursor-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/cursor.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-circle-dotted.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-square-dotted.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/database.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/device-hdd-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/device-hdd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/device-ssd-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/device-ssd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diagram-2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diagram-2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diagram-3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diagram-3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diamond-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diamond-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/diamond.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-1-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-4-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-5-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-5.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-6-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dice-6.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/disc-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/disc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/discord.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/display-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/display.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/displayport-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/displayport.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/distribute-horizontal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/distribute-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/door-closed-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/door-closed.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/door-open-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/door-open.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dot.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/download.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dpad-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dpad.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dribbble.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/dropbox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/droplet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/droplet-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/droplet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/duffle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/duffle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ear-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/earbuds.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/easel3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/egg-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/egg-fried.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/egg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eject-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eject.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-angry-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-angry.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-astonished-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-astonished.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-dizzy-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-dizzy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-expressionless-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-expressionless.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-frown-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-frown.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-grimace-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-grimace.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-grin-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-grin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-heart-eyes-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-heart-eyes.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-kiss-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-kiss.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-laughing-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-laughing.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-neutral-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-neutral.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-smile-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-smile-upside-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-smile-upside-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-smile.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-sunglasses-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-sunglasses.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-surprise-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-surprise.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-tear-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-tear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-wink-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/emoji-wink.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-arrow-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-arrow-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-at-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-at.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-exclamation-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-open-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-open-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-open-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-open.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-paper-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-paper-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-paper-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-paper.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/envelope.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eraser-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eraser.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/escape.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ethernet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ev-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ev-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ev-station-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ev-station.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-diamond-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-diamond.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-octagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-octagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-triangle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation-triangle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exclude.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/explicit-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/explicit.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/exposure.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eye-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eye-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eye-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eye.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eyedropper.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/eyeglasses.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/facebook.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fan.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fast-forward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/feather.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/feather2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-arrow-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-arrow-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-bar-graph-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-bar-graph.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-binary-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-binary.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-break-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-break.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-code-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-code.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-diff-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-diff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-arrow-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-arrow-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-bar-graph-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-bar-graph.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-binary-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-binary.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-break-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-break.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-code-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-code.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-diff-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-diff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-easel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-easel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-excel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-excel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-font-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-font.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-image-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-image.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-lock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-lock2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-lock2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-medical-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-medical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-music-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-music.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-pdf-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-pdf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-person-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-person.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-play-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-play.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-post-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-post.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-ppt-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-ppt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-richtext-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-richtext.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-ruled-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-ruled.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-slides-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-slides.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-spreadsheet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-spreadsheet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-word-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-word.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-zip-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark-zip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-earmark.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-easel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-easel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-excel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-excel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-font-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-font.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-image-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-image.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-lock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-lock2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-lock2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-medical-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-medical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-music-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-music.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-pdf-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-pdf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-person-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-person.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-play-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-play.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-post-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-post.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-ppt-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-ppt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-richtext-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-richtext.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-ruled-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-ruled.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-slides-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-slides.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-spreadsheet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-spreadsheet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-text-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-word-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-word.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-zip-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file-zip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/file.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/files-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/files.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-aac.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-ai.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-bmp.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-cs.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-css.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-csv.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-doc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-docx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-exe.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-gif.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-heic.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-html.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-java.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-jpg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-js.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-json.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-jsx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-key.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-m4p.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-md.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-mdx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-mov.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-mp3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-mp4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-otf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-pdf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-php.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-png.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-ppt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-pptx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-psd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-py.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-raw.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-rb.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-sass.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-scss.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-sh.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-sql.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-svg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-tiff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-tsx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-ttf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-txt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-wav.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-woff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-xls.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-xlsx.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-xml.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filetype-yml.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/film.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/filter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fingerprint.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fire.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/flag-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/flag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/floppy-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/floppy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/floppy2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/floppy2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/flower1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/flower2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/flower3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-symlink-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-symlink.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder2-open.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/folder2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/bootstrap-icons.css create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/bootstrap-icons.json create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/bootstrap-icons.scss create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/font/fonts/bootstrap-icons.woff2 create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fonts.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/forward-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/forward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fuel-pump-diesel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fuel-pump-diesel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fuel-pump-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fuel-pump.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fullscreen-exit.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/fullscreen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/funnel-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/funnel.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gear-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gear-wide-connected.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gear-wide.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gem.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gender-ambiguous.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gender-female.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gender-male.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gender-neuter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gender-trans.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/geo-alt-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/geo-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/geo-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/geo.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gift-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gift.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/git.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/github.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gitlab.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe-americas.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe-asia-australia.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe-central-south-asia.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe-europe-africa.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/globe2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/google-play.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/google.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/gpu-card.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/graph-down-arrow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/graph-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/graph-up-arrow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/graph-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-1x2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-1x2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x2-gap-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x2-gap.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x3-gap-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x3-gap.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-3x3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grid.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grip-horizontal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/grip-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/h-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/h-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/h-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/h-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hammer.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-index-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-index-thumb-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-index-thumb.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-index.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-thumbs-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-thumbs-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-thumbs-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hand-thumbs-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/handbag-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/handbag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-network-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-network.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-rack-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-rack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-stack-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd-stack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdd.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdmi-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hdmi.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/headphones.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/headset-vr.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/headset.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart-arrow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart-pulse-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart-pulse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heartbreak-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heartbreak.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hearts.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heptagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heptagon-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/heptagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hexagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hexagon-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hexagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/highlighter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/highlights.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hospital-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hospital.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hourglass-bottom.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hourglass-split.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hourglass-top.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hourglass.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-add-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-door-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-door.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-exclamation-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-gear-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-lock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/house.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/houses-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/houses.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hr.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hurricane.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/hypnotize.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/image-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/image-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/image.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/images.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/inbox-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/inbox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/inboxes-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/inboxes.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/incognito.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/indent.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/infinity.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/info.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/input-cursor-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/input-cursor.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/instagram.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/intersect.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-album.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-bookmark-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-bookmark.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-code.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-medical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-richtext.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-text.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/journals.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/joystick.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/justify-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/justify-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/justify.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/kanban-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/kanban.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/key-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/key.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/keyboard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/keyboard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ladder.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lamp-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lamp.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/laptop-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/laptop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layer-backward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layer-forward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layers-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layers-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layers.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-sidebar-inset-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-sidebar-inset.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-sidebar-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-sidebar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-split.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-text-sidebar-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-text-sidebar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-text-window-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-text-window.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-three-columns.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/layout-wtf.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/life-preserver.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightbulb-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightbulb-off-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightbulb-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightbulb.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightning-charge-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightning-charge.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightning-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lightning.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/line.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/link-45deg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/link.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/linkedin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-columns-reverse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-columns.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-nested.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-ol.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-stars.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-task.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list-ul.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/list.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/luggage-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/luggage.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lungs-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/lungs.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/magic.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/magnet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/magnet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mailbox-flag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mailbox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mailbox2-flag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mailbox2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/map-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/map.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/markdown-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/markdown.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/marker-tip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mask.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mastodon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/medium.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/megaphone-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/megaphone.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/memory.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-app-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-app.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-button-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-button-wide-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-button-wide.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-button.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/menu-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/messenger.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/meta.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mic-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mic-mute-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mic-mute.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mic.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/microsoft-teams.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/microsoft.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/minecart-loaded.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/minecart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/modem-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/modem.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/moisture.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/moon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/moon-stars-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/moon-stars.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/moon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mortarboard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mortarboard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/motherboard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/motherboard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/mouse3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/music-note-beamed.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/music-note-list.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/music-note.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/music-player-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/music-player.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/newspaper.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nintendo-switch.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/node-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/node-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/node-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/node-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/noise-reduction.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nut-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nut.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nvidia.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nvme-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/nvme.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/octagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/octagon-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/octagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/opencollective.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/optical-audio-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/optical-audio.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/option.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/outlet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/p-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/p-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/p-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/p-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/paint-bucket.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/palette-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/palette.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/palette2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/paperclip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/paragraph.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pass-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pass.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/passport-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/passport.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-exclamation-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-question-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/patch-question.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pause.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/paypal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pc-display-horizontal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pc-display.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pc-horizontal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pci-card-network.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pci-card-sound.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pci-card.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/peace-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/peace.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pen-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pencil-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pencil-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pencil.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pentagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pentagon-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pentagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/people-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/people.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/percent.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-arms-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-badge-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-badge.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-bounding-box.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-add.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-gear.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-hearts.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-lines-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-raised-hand.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-rolodex.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-standing-dress.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-standing.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-vcard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-vcard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-video.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-video2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-video3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-walking.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-wheelchair.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-workspace.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/person.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-flip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-landscape-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-landscape.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-vibrate-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone-vibrate.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/phone.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pie-chart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pie-chart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/piggy-bank-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/piggy-bank.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin-angle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin-angle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin-map-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin-map.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pinterest.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pip-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/pip.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/play.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/playstation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plug-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plug.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plugin.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-circle-dotted.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-slash-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-square-dotted.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postage-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postage-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postage-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postage.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postcard-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postcard-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postcard-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/postcard.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/power.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/prescription.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/prescription2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/printer-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/printer.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/projector-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/projector.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/puzzle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/puzzle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/qr-code-scan.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/qr-code.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-diamond-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-diamond.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-octagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-octagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/question.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/quora.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/quote.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/r-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/r-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/r-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/r-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/radar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/radioactive.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rainbow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/receipt-cutoff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/receipt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reception-0.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reception-1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reception-2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reception-3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reception-4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/record2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/recycle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reddit.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/regex.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/repeat-1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/repeat.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reply-all-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reply-all.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reply-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/reply.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rewind.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/robot.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rocket-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rocket-takeoff-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rocket-takeoff.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rocket.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/router-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/router.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rss-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rss.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/rulers.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/safe-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/safe.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/safe2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/safe2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/save-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/save.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/save2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/save2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/scissors.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/scooter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/screwdriver.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sd-card-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sd-card.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/search-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/search-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/search.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/segmented-nav.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-arrow-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-arrow-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-arrow-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-arrow-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-check-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-dash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-exclamation-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/send.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/server.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shadows.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/share-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/share.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill-check.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill-exclamation.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-lock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-lock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-shaded.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shield.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shift-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shift.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shop-window.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/shuffle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-dead-end-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-dead-end.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-do-not-enter-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-do-not-enter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-side-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-side.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-t-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-t.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-y-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection-y.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-intersection.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-merge-left-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-merge-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-merge-right-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-merge-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-left-turn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-left-turn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-parking-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-parking.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-right-turn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-no-right-turn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-railroad-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-railroad.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-stop-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-stop-lights-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-stop-lights.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-stop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-left-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-right-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-slight-left-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-slight-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-slight-right-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-turn-slight-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-yield-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sign-yield.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost-2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost-2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost-split-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost-split.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/signpost.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sim-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sim-slash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sim-slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sim.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sina-weibo.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-backward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-end.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-forward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skip-start.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/skype.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/slash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sliders.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sliders2-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sliders2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/smartwatch.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/snapchat.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/snow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/snow2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/snow3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-alpha-down-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-alpha-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-alpha-up-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-alpha-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-down-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-numeric-down-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-numeric-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-numeric-up-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-numeric-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-up-alt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sort-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/soundwave.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sourceforge.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/speaker-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/speaker.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/speedometer.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/speedometer2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/spellcheck.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/spotify.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/square-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stack-overflow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/star-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/star-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/star.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stars.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/steam.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stickies-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stickies.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sticky-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sticky.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop-btn-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop-btn.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stoplights-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stoplights.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stopwatch-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stopwatch.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/strava.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/stripe.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/subscript.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/substack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/subtract.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-club-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-club.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-diamond-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-diamond.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-heart-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-heart.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-spade-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suit-spade.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase-lg-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/suitcase2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sun-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sun.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sunglasses.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sunrise-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sunrise.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sunset-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/sunset.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/superscript.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/symmetry-horizontal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/symmetry-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/table.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tablet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tablet-landscape-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tablet-landscape.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tablet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tag-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tag.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tags-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tags.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/taxi-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/taxi-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telegram.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-forward-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-forward.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-inbound-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-inbound.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-minus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-minus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-outbound-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-outbound.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-plus-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-x-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/telephone.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tencent-qq.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal-split.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/terminal.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-center.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-indent-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-indent-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-left.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-paragraph.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-right.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/text-wrap.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/textarea-resize.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/textarea-t.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/textarea.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer-high.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer-low.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer-snow.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer-sun.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thermometer.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/threads-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/threads.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/three-dots-vertical.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/three-dots.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thunderbolt-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/thunderbolt.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket-detailed-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket-detailed.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket-perforated-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket-perforated.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ticket.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tiktok.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggle-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggle-on.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggle2-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggle2-on.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggles.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/toggles2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tools.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tornado.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-freight-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-freight-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-lightrail-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/train-lightrail-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/translate.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/transparency.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash2-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash3-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trash3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tree-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tree.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trello.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/triangle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/triangle-half.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/triangle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trophy-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/trophy.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tropical-storm.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/truck-flatbed.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/truck-front-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/truck-front.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/truck.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tsunami.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tv-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/tv.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/twitch.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/twitter-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/twitter.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-bold.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h3.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h4.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h5.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-h6.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-italic.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-strikethrough.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type-underline.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/type.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ubuntu.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ui-checks-grid.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ui-checks.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ui-radios-grid.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/ui-radios.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/umbrella-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/umbrella.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/unindent.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/union.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/unity.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/universal-access-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/universal-access.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/unlock-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/unlock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/upc-scan.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/upc.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/upload.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-c-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-c.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-drive-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-drive.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-micro-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-micro.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-mini-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-mini.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-plug-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-plug.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb-symbol.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/usb.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/valentine.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/valentine2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vector-pen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/view-list.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/view-stacked.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vignette.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vimeo.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vinyl-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vinyl.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/virus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/virus2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/voicemail.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-down-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-down.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-mute-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-mute.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-off-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-up-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/volume-up.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/vr.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wallet-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wallet.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wallet2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/watch.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/water.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/webcam-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/webcam.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wechat.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/whatsapp.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wifi-1.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wifi-2.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wifi-off.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wifi.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wikipedia.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wind.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-dash.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-desktop.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-dock.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-fullscreen.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-plus.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-sidebar.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-split.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-stack.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window-x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/window.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/windows.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wordpress.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wrench-adjustable-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wrench-adjustable-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wrench-adjustable.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/wrench.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-circle-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-circle.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-diamond-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-diamond.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-lg.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-octagon-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-octagon.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-square-fill.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x-square.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/x.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/xbox.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/yelp.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/yin-yang.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/youtube.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/zoom-in.svg create mode 100644 VCart/wwwroot/css/bootstrap-icons-1.11.3/zoom-out.svg diff --git a/VCart.Domain/Entities/PersonUser.cs b/VCart.Domain/Entities/PersonUser.cs index a4dabfd..8eb216b 100644 --- a/VCart.Domain/Entities/PersonUser.cs +++ b/VCart.Domain/Entities/PersonUser.cs @@ -16,6 +16,8 @@ namespace VCart.Domain.Entities public string LastName => Name.LastName; public Email Email { get; private set; } public DateChanged DateChanged { get; private set; } - + public bool IsCompleted { get; private set; } + public int CountryId { get; private set; } + public int BusinessAreaId { get; private set; } } } diff --git a/VCart.Domain/ValueObjects/DateChanged.cs b/VCart.Domain/ValueObjects/DateChanged.cs index ee7efba..a3ef0e2 100644 --- a/VCart.Domain/ValueObjects/DateChanged.cs +++ b/VCart.Domain/ValueObjects/DateChanged.cs @@ -1,5 +1,6 @@  using BaseDomain; +using System.Globalization; namespace VCart.Domain { @@ -15,6 +16,11 @@ namespace VCart.Domain this.Value = dateTime; } + public DateChanged(string dateTime) + { + this.Value = Convert.ToDateTime(dateTime, new CultureInfo("pt-BR")); + } + public DateTime? Value { get; private set; } public override bool GetValidationExpression() diff --git a/VCart.Infra/Class1.cs b/VCart.Infra/Class1.cs deleted file mode 100644 index 81763e8..0000000 --- a/VCart.Infra/Class1.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace VCart.Infra -{ - public class Class1 - { - - } -} diff --git a/VCart.Infra/MongoDB/MongoDBContext.cs b/VCart.Infra/MongoDB/MongoDBContext.cs new file mode 100644 index 0000000..1a88991 --- /dev/null +++ b/VCart.Infra/MongoDB/MongoDBContext.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using MongoDB.Driver; + +namespace VCart.Infra.MongoDB +{ + public class MongoDbContext + { + private readonly IMongoDatabase _database; + + public MongoDbContext(string connectionString, string databaseName) + { + var client = new MongoClient(connectionString); + _database = client.GetDatabase(databaseName); + } + + public IMongoCollection Users => _database.GetCollection("Users"); + } +} diff --git a/VCart.Infra/MongoDB/UserPerson.cs b/VCart.Infra/MongoDB/UserPerson.cs new file mode 100644 index 0000000..0843d8d --- /dev/null +++ b/VCart.Infra/MongoDB/UserPerson.cs @@ -0,0 +1,34 @@ +using global::MongoDB.Bson.Serialization.Attributes; +using global::MongoDB.Bson; + +namespace VCart.Infra.MongoDB +{ + + public class PersonUser + { + [BsonId] + [BsonRepresentation(BsonType.ObjectId)] + public string Id { get; set; } + + [BsonElement("Nome")] + public string Nome { get; set; } + + [BsonElement("Email")] + public string Email { get; set; } + + [BsonElement("País")] + public string Pais { get; set; } + + [BsonElement("AreaDeNegocio")] + public string AreaDeNegocio { get; set; } + + [BsonElement("Completado")] + public bool Completado { get; set; } + + [BsonElement("Valido")] + public bool Valido { get; set; } + + [BsonElement("DataHoraCriacao")] + public DateTime DataHoraCriacao { get; set; } + } +} diff --git a/VCart.Infra/VCart.Infra.csproj b/VCart.Infra/VCart.Infra.csproj index fa71b7a..52787ab 100644 --- a/VCart.Infra/VCart.Infra.csproj +++ b/VCart.Infra/VCart.Infra.csproj @@ -6,4 +6,9 @@ enable + + + + + diff --git a/VCart/Controllers/LanguageController.cs b/VCart/Controllers/LanguageController.cs new file mode 100644 index 0000000..560253c --- /dev/null +++ b/VCart/Controllers/LanguageController.cs @@ -0,0 +1,21 @@ +using Microsoft.AspNetCore.Mvc; +using System.Globalization; + +namespace VCart.Controllers +{ + public class LanguageController : Controller + { + public ActionResult ChangeLanguage(string lang) + { + if (!string.IsNullOrEmpty(lang)) + { + Thread.CurrentThread.CurrentCulture = new CultureInfo(lang); + Thread.CurrentThread.CurrentUICulture = new CultureInfo(lang); + } + + Response.Cookies.Append("Language", lang, new CookieOptions { Expires = DateTimeOffset.UtcNow.AddYears(1) }); + + return Redirect(Request.Headers["Referer"].ToString()); + } + } +} diff --git a/VCart/Controllers/LoginController.cs b/VCart/Controllers/LoginController.cs index da9579e..90e00e9 100644 --- a/VCart/Controllers/LoginController.cs +++ b/VCart/Controllers/LoginController.cs @@ -4,6 +4,7 @@ using System.Security.Claims; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication; +using Stripe; namespace VCart.Controllers { @@ -11,8 +12,9 @@ namespace VCart.Controllers { private readonly ILogger logger; private readonly IHttpClientFactory httpClientFactory; + private readonly StripeClient _stripeClient; - public LoginController(ILogger logger, IHttpClientFactory httpClientFactory) + public LoginController(ILogger logger, IHttpClientFactory httpClientFactory) { this.logger = logger; this.httpClientFactory = httpClientFactory; @@ -23,13 +25,22 @@ namespace VCart.Controllers return View("~/Views/Login/Index.cshtml"); } - [HttpPost] - [ValidateAntiForgeryToken] - public ActionResult ExternalLogin(string provider, string returnUrl) - { + [HttpPost] + [ValidateAntiForgeryToken] + public ActionResult ExternalLogin(string provider, string returnUrl) + { var redirectUrl = Url.Action("ExternalLoginCallback", "Login", new { ReturnUrl = returnUrl }); - var properties = new AuthenticationProperties { RedirectUri = "https://localhost:44377" + redirectUrl}; - return Challenge(properties, "Microsoft"); + var properties = new AuthenticationProperties { RedirectUri = "https://localhost:44377" + redirectUrl }; + return Challenge(properties, "Microsoft"); + } + + [HttpPost] + [ValidateAntiForgeryToken] + public ActionResult ExternalLoginGoogle(string provider, string returnUrl) + { + var redirectUrl = Url.Action("ExternalLoginCallback", "Login", new { ReturnUrl = returnUrl }); + var properties = new AuthenticationProperties { RedirectUri = "https://localhost:44377" + redirectUrl }; + return Challenge(properties, "Google"); } [AllowAnonymous] @@ -43,8 +54,9 @@ namespace VCart.Controllers var claims = new List { new Claim(ClaimTypes.Name, emailExist), - new Claim("FullName", HttpContext.User.FindFirst(ClaimTypes.GivenName).Value), - new Claim(ClaimTypes.Role, "Administrator"), + new Claim("FirstName", HttpContext.User.FindFirst(ClaimTypes.GivenName).Value), + new Claim("FullName", HttpContext.User.FindFirst(ClaimTypes.GivenName).Value + " " + HttpContext.User.FindFirst(ClaimTypes.Surname).Value), + new Claim(ClaimTypes.Role, "User"), }; var claimsIdentity = new ClaimsIdentity( @@ -81,9 +93,7 @@ namespace VCart.Controllers new ClaimsPrincipal(claimsIdentity), authProperties); - - - return RedirectToAction("Index", "Home"); + return RedirectToAction("Index", "Startup"); } ViewBag.ErrorTitle = $"Email claim not received from: Microsoft"; ViewBag.ErrorMessage = "Please contact support on info@dotnettutorials.net"; diff --git a/VCart/Controllers/PlansController.cs b/VCart/Controllers/PlansController.cs new file mode 100644 index 0000000..d27f60a --- /dev/null +++ b/VCart/Controllers/PlansController.cs @@ -0,0 +1,63 @@ +using Microsoft.AspNetCore.Mvc; +using Newtonsoft.Json; +using Stripe; + +namespace VCart.Controllers +{ + public class PlansController : Controller + { + public IActionResult Index() + { + return View(); + } + + [HttpPost] + public ActionResult Create(PaymentIntentCreateRequest request) + { + var paymentIntentService = new PaymentIntentService(); + var paymentIntent = paymentIntentService.Create(new PaymentIntentCreateOptions + { + Amount = CalculateOrderAmount(request.Items), + Currency = "usd", + // In the latest version of the API, specifying the `automatic_payment_methods` parameter is optional because Stripe enables its functionality by default. + AutomaticPaymentMethods = new PaymentIntentAutomaticPaymentMethodsOptions + { + Enabled = true, + }, + }); + + return Json(new + { + clientSecret = paymentIntent.ClientSecret + // [DEV]: For demo purposes only, you should avoid exposing the PaymentIntent ID in the client-side code. + //dpmCheckerLink = $"https://dashboard.stripe.com/settings/payment_methods/review?transaction_id={paymentIntent.ID}" + }); + } + + private long CalculateOrderAmount(Item[] items) + { + // Calculate the order total on the server to prevent + // people from directly manipulating the amount on the client + long total = 0; + foreach (Item item in items) + { + total += item.Amount; + } + return total; + } + + public class Item + { + [JsonProperty("id")] + public string Id { get; set; } + [JsonProperty("Amount")] + public long Amount { get; set; } + } + + public class PaymentIntentCreateRequest + { + [JsonProperty("items")] + public Item[] Items { get; set; } + } + } +} diff --git a/VCart/Controllers/StartupController.cs b/VCart/Controllers/StartupController.cs new file mode 100644 index 0000000..0b0134d --- /dev/null +++ b/VCart/Controllers/StartupController.cs @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace VCart.Controllers +{ + public class StartupController : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/VCart/Middle/RequestLocalizationMiddleware.cs b/VCart/Middle/RequestLocalizationMiddleware.cs new file mode 100644 index 0000000..bdc89df --- /dev/null +++ b/VCart/Middle/RequestLocalizationMiddleware.cs @@ -0,0 +1,29 @@ +namespace VCart.Middle +{ + using Microsoft.AspNetCore.Http; + using System.Globalization; + using System.Threading.Tasks; + + public class RequestLocalizationMiddleware + { + private readonly RequestDelegate _next; + + public RequestLocalizationMiddleware(RequestDelegate next) + { + _next = next; + } + + public async Task InvokeAsync(HttpContext context) + { + var cookie = context.Request.Cookies["Language"]; + if (!string.IsNullOrEmpty(cookie)) + { + var culture = new CultureInfo(cookie); + CultureInfo.CurrentCulture = culture; + CultureInfo.CurrentUICulture = culture; + } + + await _next(context); + } + } +} diff --git a/VCart/Program.cs b/VCart/Program.cs index da5ff80..22cf153 100644 --- a/VCart/Program.cs +++ b/VCart/Program.cs @@ -1,5 +1,10 @@ using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.MicrosoftAccount; +using Microsoft.AspNetCore.Localization; +using Microsoft.AspNetCore.Mvc.Razor; +using Microsoft.Extensions.Options; +using Stripe; +using System.Globalization; var builder = WebApplication.CreateBuilder(args); @@ -22,17 +27,48 @@ options => options.SlidingExpiration = true; options.AccessDeniedPath = "/Forbidden/"; }) +.AddGoogle(googleOptions => +{ + googleOptions.ClientId = config["Authentication:Google:ClientId"]; + googleOptions.ClientSecret = config["Authentication:Google:ClientSecret"]; +}) .AddMicrosoftAccount(microsoftOptions => { microsoftOptions.ClientId = config["Authentication:Microsoft:ClientId"]; //microsoftOptions.ClientSecret = "2a7cb1bd-037a-49fa-9e5e-2b2655431af9"; microsoftOptions.ClientSecret = config["Authentication:Microsoft:ClientSecret"]; +}) +; + +builder.Services.AddLocalization(options => options.ResourcesPath = "Resources"); + +builder.Services.AddMvc() + .AddViewLocalization(LanguageViewLocationExpanderFormat.Suffix) + .AddDataAnnotationsLocalization(); + +builder.Services.Configure(options => +{ + var supportedCultures = new List + { + new CultureInfo("en"), + new CultureInfo("pt-BR") + }; + + options.DefaultRequestCulture = new RequestCulture("pt-BR"); + options.SupportedCultures = supportedCultures; + options.SupportedUICultures = supportedCultures; }); +StripeConfiguration.ApiKey = builder.Configuration["Stripe:SecretKey"]; +builder.Services.AddControllersWithViews(); builder.Services.AddHttpClient(); var app = builder.Build(); +var locOptions = app.Services.GetService>(); +app.UseRequestLocalization(locOptions.Value); + +app.UseMiddleware(); // Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) diff --git a/VCart/Properties/launchSettings.json b/VCart/Properties/launchSettings.json index 24f44d9..bf3ed30 100644 --- a/VCart/Properties/launchSettings.json +++ b/VCart/Properties/launchSettings.json @@ -7,7 +7,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5094" + "applicationUrl": "http://192.168.0.27:5094" }, "https": { "commandName": "Project", diff --git a/VCart/Readme.md b/VCart/Readme.md new file mode 100644 index 0000000..562bbe5 --- /dev/null +++ b/VCart/Readme.md @@ -0,0 +1,3 @@ +Obter temas para o bootstrap: +https://www.bootpress.org/bootstrap.html?page=2of13 + diff --git a/VCart/Resource.Designer.cs b/VCart/Resource.Designer.cs new file mode 100644 index 0000000..c6bb7d9 --- /dev/null +++ b/VCart/Resource.Designer.cs @@ -0,0 +1,414 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace VCart { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Resource { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resource() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VCart.Resource", typeof(Resource).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Food and Drink. + /// + public static string BU_Alimentacao { + get { + return ResourceManager.GetString("BU_Alimentacao", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Beauty. + /// + public static string BU_Beleza { + get { + return ResourceManager.GetString("BU_Beleza", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Construction. + /// + public static string BU_Construção { + get { + return ResourceManager.GetString("BU_Construção", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Education. + /// + public static string BU_Educacao { + get { + return ResourceManager.GetString("BU_Educacao", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Green businesses. + /// + public static string BU_Empreendedorismo { + get { + return ResourceManager.GetString("BU_Empreendedorismo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Health & Care. + /// + public static string BU_Saúde { + get { + return ResourceManager.GetString("BU_Saúde", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PET and Animals. + /// + public static string BU_SetorPET { + get { + return ResourceManager.GetString("BU_SetorPET", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Information tecnology. + /// + public static string BU_TI { + get { + return ResourceManager.GetString("BU_TI", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Logistics. + /// + public static string BU_TransporteLogistica { + get { + return ResourceManager.GetString("BU_TransporteLogistica", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clothes. + /// + public static string BU_Vestuário { + get { + return ResourceManager.GetString("BU_Vestuário", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Business Area. + /// + public static string BusinessAreaLabel { + get { + return ResourceManager.GetString("BusinessAreaLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter business area. + /// + public static string BusinessAreaPlaceholder { + get { + return ResourceManager.GetString("BusinessAreaPlaceholder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change language to find your country.. + /// + public static string ChangeLanguage { + get { + return ResourceManager.GetString("ChangeLanguage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Angola. + /// + public static string Country_Angola_Label { + get { + return ResourceManager.GetString("Country_Angola_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Australia. + /// + public static string Country_Australia_Label { + get { + return ResourceManager.GetString("Country_Australia_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Brazil. + /// + public static string Country_Brasil_Label { + get { + return ResourceManager.GetString("Country_Brasil_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cabo Verde. + /// + public static string Country_CaboVerde_Label { + get { + return ResourceManager.GetString("Country_CaboVerde_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Canada. + /// + public static string Country_Canada_Label { + get { + return ResourceManager.GetString("Country_Canada_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to USA. + /// + public static string Country_EUA_Label { + get { + return ResourceManager.GetString("Country_EUA_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Philipinas. + /// + public static string Country_Filipinas_Label { + get { + return ResourceManager.GetString("Country_Filipinas_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gana. + /// + public static string Country_Gana_Label { + get { + return ResourceManager.GetString("Country_Gana_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Guine Bissau. + /// + public static string Country_GuineBissau_Label { + get { + return ResourceManager.GetString("Country_GuineBissau_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to India. + /// + public static string Country_India_Label { + get { + return ResourceManager.GetString("Country_India_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Moçambique. + /// + public static string Country_Mocambique_Label { + get { + return ResourceManager.GetString("Country_Mocambique_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Niger. + /// + public static string Country_Nigeria_Label { + get { + return ResourceManager.GetString("Country_Nigeria_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Paquistan. + /// + public static string Country_Paquistao_Label { + get { + return ResourceManager.GetString("Country_Paquistao_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Portugal. + /// + public static string Country_Portugal_Label { + get { + return ResourceManager.GetString("Country_Portugal_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quenia. + /// + public static string Country_Quenia_Label { + get { + return ResourceManager.GetString("Country_Quenia_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Timor Leste. + /// + public static string Country_TimorLeste_Label { + get { + return ResourceManager.GetString("Country_TimorLeste_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to United Kingdom. + /// + public static string Country_UK_Label { + get { + return ResourceManager.GetString("Country_UK_Label", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Country. + /// + public static string CountryLabel { + get { + return ResourceManager.GetString("CountryLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter country. + /// + public static string CountryPlaceholder { + get { + return ResourceManager.GetString("CountryPlaceholder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Email. + /// + public static string EmailLabel { + get { + return ResourceManager.GetString("EmailLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Company / Group. + /// + public static string GroupNameLabel { + get { + return ResourceManager.GetString("GroupNameLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Desired group name. + /// + public static string GroupPlaceHolder { + get { + return ResourceManager.GetString("GroupPlaceHolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Primary Data. + /// + public static string InitialFormTitle { + get { + return ResourceManager.GetString("InitialFormTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Nome. + /// + public static string NameLabel { + get { + return ResourceManager.GetString("NameLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Phone number. + /// + public static string PhoneNumberLabel { + get { + return ResourceManager.GetString("PhoneNumberLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save. + /// + public static string SaveButton { + get { + return ResourceManager.GetString("SaveButton", resourceCulture); + } + } + } +} diff --git a/VCart/Resource.pt-BR.Designer.cs b/VCart/Resource.pt-BR.Designer.cs new file mode 100644 index 0000000..54f176f --- /dev/null +++ b/VCart/Resource.pt-BR.Designer.cs @@ -0,0 +1,117 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace VCart { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Resource___Copy { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resource___Copy() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VCart.Resource - Copy", typeof(Resource___Copy).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string BusinessAreaLabel { + get { + return ResourceManager.GetString("BusinessAreaLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string CountryLabel { + get { + return ResourceManager.GetString("CountryLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string EmailLabel { + get { + return ResourceManager.GetString("EmailLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string GroupNameLabel { + get { + return ResourceManager.GetString("GroupNameLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string PhoneNumberLabel { + get { + return ResourceManager.GetString("PhoneNumberLabel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to . + /// + public static string SaveButton { + get { + return ResourceManager.GetString("SaveButton", resourceCulture); + } + } + } +} diff --git a/VCart/Resource.pt-BR.resx b/VCart/Resource.pt-BR.resx new file mode 100644 index 0000000..571a03c --- /dev/null +++ b/VCart/Resource.pt-BR.resx @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Área de negócio + + + Area de negócio + + + Alimentacao e bebidas + + + Beleza + + + Construção + + + Educação + + + Empreendedorismo verde + + + Saúde e bem-estar + + + Setor Pet + + + Tecnologia da informação & Informática + + + Transporte e logística + + + Vestuário e calçados + + + Troque o idioma para verificar seu país. + + + País + + + Selecione seu país + + + Angola + + + Australia + + + Brazil + + + Cabo Verde + + + Canada + + + EUA + + + Philipinas + + + Gana + + + Guine Bissau + + + India + + + Moçambique + + + Niger + + + Paquistan + + + Portugal + + + Quenia + + + Timor Leste + + + United Kingdom + + + Email + + + Empresa / Grupo + + + Nome desejado para o grupo + + + Dados iniciais + + + Nome + + + Telefone + + + Gravar + + \ No newline at end of file diff --git a/VCart/Resource.resx b/VCart/Resource.resx new file mode 100644 index 0000000..8f2d50b --- /dev/null +++ b/VCart/Resource.resx @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Business Area + + + Enter business area + + + Food and Drink + + + Beauty + + + Construction + + + Education + + + Green businesses + + + Health & Care + + + PET and Animals + + + Information tecnology + + + Logistics + + + Clothes + + + Change language to find your country. + + + Country + + + Enter country + + + Angola + + + Australia + + + Brazil + + + Cabo Verde + + + Canada + + + USA + + + Philipinas + + + Gana + + + Guine Bissau + + + India + + + Moçambique + + + Niger + + + Paquistan + + + Portugal + + + Quenia + + + Timor Leste + + + United Kingdom + + + Email + + + Company / Group + + + Desired group name + + + Primary Data + + + Nome + + + Phone number + + + Save + + \ No newline at end of file diff --git a/VCart/VCart.csproj b/VCart/VCart.csproj index f9324f5..68b2cf5 100644 --- a/VCart/VCart.csproj +++ b/VCart/VCart.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -10,7 +10,9 @@ + + @@ -18,4 +20,28 @@ + + + Resource.pt-BR.resx + True + True + + + True + True + Resource.resx + + + + + + Resource.pt-BR.Designer.cs + PublicResXFileCodeGenerator + + + PublicResXFileCodeGenerator + Resource.Designer.cs + + + diff --git a/VCart/Views/Home/Index.cshtml b/VCart/Views/Home/Index.cshtml index 50f0791..b4a63c5 100644 --- a/VCart/Views/Home/Index.cshtml +++ b/VCart/Views/Home/Index.cshtml @@ -1,4 +1,4 @@ - @{ +@{ ViewData["Title"] = "Home Page"; } @@ -7,6 +7,14 @@ } +@section Style { + +} +