From 31ecb4023527da84c21cf27e8c7e69ddd2ea16bb Mon Sep 17 00:00:00 2001 From: fs Date: Mon, 13 Apr 2026 21:31:59 +0200 Subject: [PATCH] refactor: clean up web assets and consolidate PHP helpers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove 2079 unused bootstrap-icons SVGs + min.css (~9.3 MB saved, app uses font approach only) - Remove unused editorjs.umd.js (only .mjs is imported) - Extract shared syncControlState into app-conditional-controls.js, deduplicate SSO/LDAP toggles - Add settingToBool() helper to DRY up repeated bool-parsing pattern across 6 call sites - Merge single-function auth.php into app.php, delete auth.php - Extract 9 branding functions from app.php into dedicated branding.php (app.php 709→528 lines) - Remove empty web/img/ directory Co-Authored-By: Claude Opus 4.6 --- lib/Service/Settings/SettingsAppGateway.php | 20 +- lib/Support/helpers.php | 2 +- lib/Support/helpers/app.php | 252 +++--------------- lib/Support/helpers/auth.php | 11 - lib/Support/helpers/branding.php | 200 ++++++++++++++ lib/Support/helpers/grid.php | 9 +- web/js/components/app-tenant-ldap-toggle.js | 66 +---- web/js/components/app-tenant-sso-toggle.js | 65 +---- web/js/core/app-conditional-controls.js | 90 +++++++ web/vendor/bootstrap-icons/0-circle-fill.svg | 4 - web/vendor/bootstrap-icons/0-circle.svg | 4 - web/vendor/bootstrap-icons/0-square-fill.svg | 4 - web/vendor/bootstrap-icons/0-square.svg | 4 - web/vendor/bootstrap-icons/1-circle-fill.svg | 3 - web/vendor/bootstrap-icons/1-circle.svg | 3 - web/vendor/bootstrap-icons/1-square-fill.svg | 3 - web/vendor/bootstrap-icons/1-square.svg | 4 - web/vendor/bootstrap-icons/123.svg | 3 - web/vendor/bootstrap-icons/2-circle-fill.svg | 3 - web/vendor/bootstrap-icons/2-circle.svg | 3 - web/vendor/bootstrap-icons/2-square-fill.svg | 3 - web/vendor/bootstrap-icons/2-square.svg | 4 - web/vendor/bootstrap-icons/3-circle-fill.svg | 3 - web/vendor/bootstrap-icons/3-circle.svg | 4 - web/vendor/bootstrap-icons/3-square-fill.svg | 3 - web/vendor/bootstrap-icons/3-square.svg | 4 - web/vendor/bootstrap-icons/4-circle-fill.svg | 3 - web/vendor/bootstrap-icons/4-circle.svg | 4 - web/vendor/bootstrap-icons/4-square-fill.svg | 4 - web/vendor/bootstrap-icons/4-square.svg | 4 - web/vendor/bootstrap-icons/5-circle-fill.svg | 3 - web/vendor/bootstrap-icons/5-circle.svg | 3 - web/vendor/bootstrap-icons/5-square-fill.svg | 3 - web/vendor/bootstrap-icons/5-square.svg | 4 - web/vendor/bootstrap-icons/6-circle-fill.svg | 3 - web/vendor/bootstrap-icons/6-circle.svg | 3 - web/vendor/bootstrap-icons/6-square-fill.svg | 4 - web/vendor/bootstrap-icons/6-square.svg | 4 - web/vendor/bootstrap-icons/7-circle-fill.svg | 3 - web/vendor/bootstrap-icons/7-circle.svg | 3 - web/vendor/bootstrap-icons/7-square-fill.svg | 3 - web/vendor/bootstrap-icons/7-square.svg | 4 - web/vendor/bootstrap-icons/8-circle-fill.svg | 3 - web/vendor/bootstrap-icons/8-circle.svg | 3 - web/vendor/bootstrap-icons/8-square-fill.svg | 4 - web/vendor/bootstrap-icons/8-square.svg | 4 - web/vendor/bootstrap-icons/9-circle-fill.svg | 3 - web/vendor/bootstrap-icons/9-circle.svg | 3 - web/vendor/bootstrap-icons/9-square-fill.svg | 4 - web/vendor/bootstrap-icons/9-square.svg | 4 - web/vendor/bootstrap-icons/activity.svg | 3 - .../bootstrap-icons/airplane-engines-fill.svg | 3 - .../bootstrap-icons/airplane-engines.svg | 3 - web/vendor/bootstrap-icons/airplane-fill.svg | 3 - web/vendor/bootstrap-icons/airplane.svg | 3 - web/vendor/bootstrap-icons/alarm-fill.svg | 3 - web/vendor/bootstrap-icons/alarm.svg | 4 - web/vendor/bootstrap-icons/alexa.svg | 3 - web/vendor/bootstrap-icons/align-bottom.svg | 4 - web/vendor/bootstrap-icons/align-center.svg | 3 - web/vendor/bootstrap-icons/align-end.svg | 4 - web/vendor/bootstrap-icons/align-middle.svg | 3 - web/vendor/bootstrap-icons/align-start.svg | 4 - web/vendor/bootstrap-icons/align-top.svg | 4 - web/vendor/bootstrap-icons/alipay.svg | 4 - .../bootstrap-icons/alphabet-uppercase.svg | 3 - web/vendor/bootstrap-icons/alphabet.svg | 3 - web/vendor/bootstrap-icons/alt.svg | 3 - web/vendor/bootstrap-icons/amazon.svg | 4 - web/vendor/bootstrap-icons/amd.svg | 3 - web/vendor/bootstrap-icons/android.svg | 3 - web/vendor/bootstrap-icons/android2.svg | 3 - web/vendor/bootstrap-icons/anthropic.svg | 3 - web/vendor/bootstrap-icons/app-indicator.svg | 4 - web/vendor/bootstrap-icons/app.svg | 3 - web/vendor/bootstrap-icons/apple-music.svg | 3 - web/vendor/bootstrap-icons/apple.svg | 4 - web/vendor/bootstrap-icons/archive-fill.svg | 3 - web/vendor/bootstrap-icons/archive.svg | 3 - .../bootstrap-icons/arrow-90deg-down.svg | 3 - .../bootstrap-icons/arrow-90deg-left.svg | 3 - .../bootstrap-icons/arrow-90deg-right.svg | 3 - web/vendor/bootstrap-icons/arrow-90deg-up.svg | 3 - web/vendor/bootstrap-icons/arrow-bar-down.svg | 3 - web/vendor/bootstrap-icons/arrow-bar-left.svg | 3 - .../bootstrap-icons/arrow-bar-right.svg | 3 - web/vendor/bootstrap-icons/arrow-bar-up.svg | 3 - .../bootstrap-icons/arrow-clockwise.svg | 4 - .../arrow-counterclockwise.svg | 4 - .../arrow-down-circle-fill.svg | 3 - .../bootstrap-icons/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 - .../bootstrap-icons/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 - .../bootstrap-icons/arrow-down-right.svg | 3 - .../bootstrap-icons/arrow-down-short.svg | 3 - .../arrow-down-square-fill.svg | 3 - .../bootstrap-icons/arrow-down-square.svg | 3 - web/vendor/bootstrap-icons/arrow-down-up.svg | 3 - web/vendor/bootstrap-icons/arrow-down.svg | 3 - .../arrow-left-circle-fill.svg | 3 - .../bootstrap-icons/arrow-left-circle.svg | 3 - .../bootstrap-icons/arrow-left-right.svg | 3 - .../bootstrap-icons/arrow-left-short.svg | 3 - .../arrow-left-square-fill.svg | 3 - .../bootstrap-icons/arrow-left-square.svg | 3 - web/vendor/bootstrap-icons/arrow-left.svg | 3 - web/vendor/bootstrap-icons/arrow-repeat.svg | 4 - .../bootstrap-icons/arrow-return-left.svg | 3 - .../bootstrap-icons/arrow-return-right.svg | 3 - .../arrow-right-circle-fill.svg | 3 - .../bootstrap-icons/arrow-right-circle.svg | 3 - .../bootstrap-icons/arrow-right-short.svg | 3 - .../arrow-right-square-fill.svg | 3 - .../bootstrap-icons/arrow-right-square.svg | 3 - web/vendor/bootstrap-icons/arrow-right.svg | 3 - .../arrow-through-heart-fill.svg | 3 - .../bootstrap-icons/arrow-through-heart.svg | 3 - .../bootstrap-icons/arrow-up-circle-fill.svg | 3 - .../bootstrap-icons/arrow-up-circle.svg | 3 - .../arrow-up-left-circle-fill.svg | 3 - .../bootstrap-icons/arrow-up-left-circle.svg | 3 - .../arrow-up-left-square-fill.svg | 3 - .../bootstrap-icons/arrow-up-left-square.svg | 3 - web/vendor/bootstrap-icons/arrow-up-left.svg | 3 - .../arrow-up-right-circle-fill.svg | 3 - .../bootstrap-icons/arrow-up-right-circle.svg | 3 - .../arrow-up-right-square-fill.svg | 3 - .../bootstrap-icons/arrow-up-right-square.svg | 3 - web/vendor/bootstrap-icons/arrow-up-right.svg | 3 - web/vendor/bootstrap-icons/arrow-up-short.svg | 3 - .../bootstrap-icons/arrow-up-square-fill.svg | 3 - .../bootstrap-icons/arrow-up-square.svg | 3 - web/vendor/bootstrap-icons/arrow-up.svg | 3 - .../bootstrap-icons/arrows-angle-contract.svg | 3 - .../bootstrap-icons/arrows-angle-expand.svg | 3 - .../arrows-collapse-vertical.svg | 3 - .../bootstrap-icons/arrows-collapse.svg | 3 - .../arrows-expand-vertical.svg | 3 - web/vendor/bootstrap-icons/arrows-expand.svg | 3 - .../bootstrap-icons/arrows-fullscreen.svg | 3 - web/vendor/bootstrap-icons/arrows-move.svg | 3 - .../bootstrap-icons/arrows-vertical.svg | 3 - web/vendor/bootstrap-icons/arrows.svg | 3 - .../bootstrap-icons/aspect-ratio-fill.svg | 3 - web/vendor/bootstrap-icons/aspect-ratio.svg | 4 - web/vendor/bootstrap-icons/asterisk.svg | 3 - web/vendor/bootstrap-icons/at.svg | 3 - web/vendor/bootstrap-icons/award-fill.svg | 4 - web/vendor/bootstrap-icons/award.svg | 4 - web/vendor/bootstrap-icons/back.svg | 3 - web/vendor/bootstrap-icons/backpack-fill.svg | 4 - web/vendor/bootstrap-icons/backpack.svg | 4 - web/vendor/bootstrap-icons/backpack2-fill.svg | 4 - web/vendor/bootstrap-icons/backpack2.svg | 5 - web/vendor/bootstrap-icons/backpack3-fill.svg | 4 - web/vendor/bootstrap-icons/backpack3.svg | 4 - web/vendor/bootstrap-icons/backpack4-fill.svg | 4 - web/vendor/bootstrap-icons/backpack4.svg | 4 - web/vendor/bootstrap-icons/backspace-fill.svg | 3 - .../backspace-reverse-fill.svg | 3 - .../bootstrap-icons/backspace-reverse.svg | 4 - web/vendor/bootstrap-icons/backspace.svg | 4 - web/vendor/bootstrap-icons/badge-3d-fill.svg | 4 - web/vendor/bootstrap-icons/badge-3d.svg | 4 - web/vendor/bootstrap-icons/badge-4k-fill.svg | 4 - web/vendor/bootstrap-icons/badge-4k.svg | 4 - web/vendor/bootstrap-icons/badge-8k-fill.svg | 4 - web/vendor/bootstrap-icons/badge-8k.svg | 4 - web/vendor/bootstrap-icons/badge-ad-fill.svg | 4 - web/vendor/bootstrap-icons/badge-ad.svg | 4 - web/vendor/bootstrap-icons/badge-ar-fill.svg | 4 - web/vendor/bootstrap-icons/badge-ar.svg | 4 - web/vendor/bootstrap-icons/badge-cc-fill.svg | 3 - web/vendor/bootstrap-icons/badge-cc.svg | 4 - web/vendor/bootstrap-icons/badge-hd-fill.svg | 4 - web/vendor/bootstrap-icons/badge-hd.svg | 4 - web/vendor/bootstrap-icons/badge-sd-fill.svg | 4 - web/vendor/bootstrap-icons/badge-sd.svg | 3 - web/vendor/bootstrap-icons/badge-tm-fill.svg | 3 - web/vendor/bootstrap-icons/badge-tm.svg | 4 - web/vendor/bootstrap-icons/badge-vo-fill.svg | 4 - web/vendor/bootstrap-icons/badge-vo.svg | 4 - web/vendor/bootstrap-icons/badge-vr-fill.svg | 4 - web/vendor/bootstrap-icons/badge-vr.svg | 4 - web/vendor/bootstrap-icons/badge-wc-fill.svg | 3 - web/vendor/bootstrap-icons/badge-wc.svg | 4 - web/vendor/bootstrap-icons/bag-check-fill.svg | 3 - web/vendor/bootstrap-icons/bag-check.svg | 4 - web/vendor/bootstrap-icons/bag-dash-fill.svg | 3 - web/vendor/bootstrap-icons/bag-dash.svg | 4 - web/vendor/bootstrap-icons/bag-fill.svg | 3 - web/vendor/bootstrap-icons/bag-heart-fill.svg | 3 - web/vendor/bootstrap-icons/bag-heart.svg | 3 - web/vendor/bootstrap-icons/bag-plus-fill.svg | 3 - web/vendor/bootstrap-icons/bag-plus.svg | 4 - web/vendor/bootstrap-icons/bag-x-fill.svg | 3 - web/vendor/bootstrap-icons/bag-x.svg | 4 - web/vendor/bootstrap-icons/bag.svg | 3 - web/vendor/bootstrap-icons/balloon-fill.svg | 3 - .../bootstrap-icons/balloon-heart-fill.svg | 3 - web/vendor/bootstrap-icons/balloon-heart.svg | 3 - web/vendor/bootstrap-icons/balloon.svg | 3 - web/vendor/bootstrap-icons/ban-fill.svg | 3 - web/vendor/bootstrap-icons/ban.svg | 3 - web/vendor/bootstrap-icons/bandaid-fill.svg | 3 - web/vendor/bootstrap-icons/bandaid.svg | 4 - web/vendor/bootstrap-icons/bank.svg | 3 - web/vendor/bootstrap-icons/bank2.svg | 3 - web/vendor/bootstrap-icons/bar-chart-fill.svg | 3 - .../bootstrap-icons/bar-chart-line-fill.svg | 3 - web/vendor/bootstrap-icons/bar-chart-line.svg | 3 - .../bootstrap-icons/bar-chart-steps.svg | 3 - web/vendor/bootstrap-icons/bar-chart.svg | 3 - web/vendor/bootstrap-icons/basket-fill.svg | 3 - web/vendor/bootstrap-icons/basket.svg | 3 - web/vendor/bootstrap-icons/basket2-fill.svg | 3 - web/vendor/bootstrap-icons/basket2.svg | 4 - web/vendor/bootstrap-icons/basket3-fill.svg | 3 - web/vendor/bootstrap-icons/basket3.svg | 3 - .../bootstrap-icons/battery-charging.svg | 6 - web/vendor/bootstrap-icons/battery-full.svg | 4 - web/vendor/bootstrap-icons/battery-half.svg | 4 - web/vendor/bootstrap-icons/battery-low.svg | 4 - web/vendor/bootstrap-icons/battery.svg | 3 - web/vendor/bootstrap-icons/beaker-fill.svg | 3 - web/vendor/bootstrap-icons/beaker.svg | 4 - web/vendor/bootstrap-icons/behance.svg | 3 - web/vendor/bootstrap-icons/bell-fill.svg | 3 - .../bootstrap-icons/bell-slash-fill.svg | 3 - web/vendor/bootstrap-icons/bell-slash.svg | 3 - web/vendor/bootstrap-icons/bell.svg | 3 - web/vendor/bootstrap-icons/bezier.svg | 4 - web/vendor/bootstrap-icons/bezier2.svg | 3 - web/vendor/bootstrap-icons/bicycle.svg | 3 - web/vendor/bootstrap-icons/bing.svg | 5 - .../bootstrap-icons/binoculars-fill.svg | 3 - web/vendor/bootstrap-icons/binoculars.svg | 3 - .../bootstrap-icons/blockquote-left.svg | 3 - .../bootstrap-icons/blockquote-right.svg | 3 - web/vendor/bootstrap-icons/bluesky.svg | 3 - web/vendor/bootstrap-icons/bluetooth.svg | 3 - web/vendor/bootstrap-icons/body-text.svg | 3 - web/vendor/bootstrap-icons/book-fill.svg | 3 - web/vendor/bootstrap-icons/book-half.svg | 3 - web/vendor/bootstrap-icons/book.svg | 3 - .../bootstrap-icons/bookmark-check-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-check.svg | 4 - .../bootstrap-icons/bookmark-dash-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-dash.svg | 4 - web/vendor/bootstrap-icons/bookmark-fill.svg | 3 - .../bootstrap-icons/bookmark-heart-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-heart.svg | 4 - .../bootstrap-icons/bookmark-plus-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-plus.svg | 4 - .../bootstrap-icons/bookmark-star-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-star.svg | 4 - .../bootstrap-icons/bookmark-x-fill.svg | 3 - web/vendor/bootstrap-icons/bookmark-x.svg | 4 - web/vendor/bootstrap-icons/bookmark.svg | 3 - web/vendor/bootstrap-icons/bookmarks-fill.svg | 4 - web/vendor/bootstrap-icons/bookmarks.svg | 4 - web/vendor/bootstrap-icons/bookshelf.svg | 3 - web/vendor/bootstrap-icons/boombox-fill.svg | 4 - web/vendor/bootstrap-icons/boombox.svg | 6 - web/vendor/bootstrap-icons/bootstrap-fill.svg | 4 - .../bootstrap-icons/bootstrap-icons.min.css | 5 - .../bootstrap-icons/bootstrap-icons.svg | 1 - .../bootstrap-icons/bootstrap-reboot.svg | 4 - web/vendor/bootstrap-icons/bootstrap.svg | 4 - web/vendor/bootstrap-icons/border-all.svg | 3 - web/vendor/bootstrap-icons/border-bottom.svg | 3 - web/vendor/bootstrap-icons/border-center.svg | 3 - web/vendor/bootstrap-icons/border-inner.svg | 5 - web/vendor/bootstrap-icons/border-left.svg | 3 - web/vendor/bootstrap-icons/border-middle.svg | 3 - web/vendor/bootstrap-icons/border-outer.svg | 4 - web/vendor/bootstrap-icons/border-right.svg | 3 - web/vendor/bootstrap-icons/border-style.svg | 3 - web/vendor/bootstrap-icons/border-top.svg | 3 - web/vendor/bootstrap-icons/border-width.svg | 3 - web/vendor/bootstrap-icons/border.svg | 3 - .../bootstrap-icons/bounding-box-circles.svg | 3 - web/vendor/bootstrap-icons/bounding-box.svg | 3 - .../bootstrap-icons/box-arrow-down-left.svg | 4 - .../bootstrap-icons/box-arrow-down-right.svg | 4 - web/vendor/bootstrap-icons/box-arrow-down.svg | 4 - .../box-arrow-in-down-left.svg | 4 - .../box-arrow-in-down-right.svg | 4 - .../bootstrap-icons/box-arrow-in-down.svg | 4 - .../bootstrap-icons/box-arrow-in-left.svg | 4 - .../bootstrap-icons/box-arrow-in-right.svg | 4 - .../bootstrap-icons/box-arrow-in-up-left.svg | 4 - .../bootstrap-icons/box-arrow-in-up-right.svg | 4 - .../bootstrap-icons/box-arrow-in-up.svg | 4 - web/vendor/bootstrap-icons/box-arrow-left.svg | 4 - .../bootstrap-icons/box-arrow-right.svg | 4 - .../bootstrap-icons/box-arrow-up-left.svg | 4 - .../bootstrap-icons/box-arrow-up-right.svg | 4 - web/vendor/bootstrap-icons/box-arrow-up.svg | 4 - web/vendor/bootstrap-icons/box-fill.svg | 3 - web/vendor/bootstrap-icons/box-seam-fill.svg | 3 - web/vendor/bootstrap-icons/box-seam.svg | 3 - web/vendor/bootstrap-icons/box.svg | 3 - web/vendor/bootstrap-icons/box2-fill.svg | 3 - .../bootstrap-icons/box2-heart-fill.svg | 3 - web/vendor/bootstrap-icons/box2-heart.svg | 4 - web/vendor/bootstrap-icons/box2.svg | 3 - web/vendor/bootstrap-icons/boxes.svg | 3 - .../bootstrap-icons/braces-asterisk.svg | 3 - web/vendor/bootstrap-icons/braces.svg | 3 - web/vendor/bootstrap-icons/bricks.svg | 3 - web/vendor/bootstrap-icons/briefcase-fill.svg | 4 - web/vendor/bootstrap-icons/briefcase.svg | 3 - .../brightness-alt-high-fill.svg | 3 - .../bootstrap-icons/brightness-alt-high.svg | 3 - .../brightness-alt-low-fill.svg | 3 - .../bootstrap-icons/brightness-alt-low.svg | 3 - .../bootstrap-icons/brightness-high-fill.svg | 3 - .../bootstrap-icons/brightness-high.svg | 3 - .../bootstrap-icons/brightness-low-fill.svg | 3 - web/vendor/bootstrap-icons/brightness-low.svg | 3 - web/vendor/bootstrap-icons/brilliance.svg | 3 - web/vendor/bootstrap-icons/broadcast-pin.svg | 3 - web/vendor/bootstrap-icons/broadcast.svg | 3 - web/vendor/bootstrap-icons/browser-chrome.svg | 3 - web/vendor/bootstrap-icons/browser-edge.svg | 5 - .../bootstrap-icons/browser-firefox.svg | 3 - web/vendor/bootstrap-icons/browser-safari.svg | 3 - web/vendor/bootstrap-icons/brush-fill.svg | 3 - web/vendor/bootstrap-icons/brush.svg | 3 - web/vendor/bootstrap-icons/bucket-fill.svg | 3 - web/vendor/bootstrap-icons/bucket.svg | 3 - web/vendor/bootstrap-icons/bug-fill.svg | 4 - web/vendor/bootstrap-icons/bug.svg | 3 - web/vendor/bootstrap-icons/building-add.svg | 5 - web/vendor/bootstrap-icons/building-check.svg | 5 - web/vendor/bootstrap-icons/building-dash.svg | 5 - web/vendor/bootstrap-icons/building-down.svg | 5 - .../bootstrap-icons/building-exclamation.svg | 4 - .../bootstrap-icons/building-fill-add.svg | 4 - .../bootstrap-icons/building-fill-check.svg | 4 - .../bootstrap-icons/building-fill-dash.svg | 4 - .../bootstrap-icons/building-fill-down.svg | 4 - .../building-fill-exclamation.svg | 4 - .../bootstrap-icons/building-fill-gear.svg | 4 - .../bootstrap-icons/building-fill-lock.svg | 4 - .../bootstrap-icons/building-fill-slash.svg | 4 - .../bootstrap-icons/building-fill-up.svg | 4 - .../bootstrap-icons/building-fill-x.svg | 4 - web/vendor/bootstrap-icons/building-fill.svg | 3 - web/vendor/bootstrap-icons/building-gear.svg | 4 - web/vendor/bootstrap-icons/building-lock.svg | 4 - web/vendor/bootstrap-icons/building-slash.svg | 5 - web/vendor/bootstrap-icons/building-up.svg | 5 - web/vendor/bootstrap-icons/building-x.svg | 4 - web/vendor/bootstrap-icons/building.svg | 4 - web/vendor/bootstrap-icons/buildings-fill.svg | 3 - web/vendor/bootstrap-icons/buildings.svg | 4 - web/vendor/bootstrap-icons/bullseye.svg | 6 - web/vendor/bootstrap-icons/bus-front-fill.svg | 3 - web/vendor/bootstrap-icons/bus-front.svg | 4 - web/vendor/bootstrap-icons/c-circle-fill.svg | 3 - web/vendor/bootstrap-icons/c-circle.svg | 3 - web/vendor/bootstrap-icons/c-square-fill.svg | 3 - web/vendor/bootstrap-icons/c-square.svg | 4 - web/vendor/bootstrap-icons/cake-fill.svg | 3 - web/vendor/bootstrap-icons/cake.svg | 3 - web/vendor/bootstrap-icons/cake2-fill.svg | 4 - web/vendor/bootstrap-icons/cake2.svg | 3 - .../bootstrap-icons/calculator-fill.svg | 3 - web/vendor/bootstrap-icons/calculator.svg | 4 - .../bootstrap-icons/calendar-check-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-check.svg | 4 - .../bootstrap-icons/calendar-date-fill.svg | 4 - web/vendor/bootstrap-icons/calendar-date.svg | 4 - .../bootstrap-icons/calendar-day-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-day.svg | 4 - .../bootstrap-icons/calendar-event-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-event.svg | 4 - web/vendor/bootstrap-icons/calendar-fill.svg | 3 - .../bootstrap-icons/calendar-heart-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-heart.svg | 3 - .../bootstrap-icons/calendar-minus-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-minus.svg | 4 - .../bootstrap-icons/calendar-month-fill.svg | 4 - web/vendor/bootstrap-icons/calendar-month.svg | 4 - .../bootstrap-icons/calendar-plus-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-plus.svg | 4 - .../bootstrap-icons/calendar-range-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-range.svg | 4 - .../bootstrap-icons/calendar-week-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-week.svg | 4 - .../bootstrap-icons/calendar-x-fill.svg | 3 - web/vendor/bootstrap-icons/calendar-x.svg | 4 - web/vendor/bootstrap-icons/calendar.svg | 3 - .../bootstrap-icons/calendar2-check-fill.svg | 3 - .../bootstrap-icons/calendar2-check.svg | 5 - .../bootstrap-icons/calendar2-date-fill.svg | 4 - web/vendor/bootstrap-icons/calendar2-date.svg | 5 - .../bootstrap-icons/calendar2-day-fill.svg | 3 - web/vendor/bootstrap-icons/calendar2-day.svg | 5 - .../bootstrap-icons/calendar2-event-fill.svg | 3 - .../bootstrap-icons/calendar2-event.svg | 5 - web/vendor/bootstrap-icons/calendar2-fill.svg | 3 - .../bootstrap-icons/calendar2-heart-fill.svg | 3 - .../bootstrap-icons/calendar2-heart.svg | 3 - .../bootstrap-icons/calendar2-minus-fill.svg | 3 - .../bootstrap-icons/calendar2-minus.svg | 5 - .../bootstrap-icons/calendar2-month-fill.svg | 4 - .../bootstrap-icons/calendar2-month.svg | 5 - .../bootstrap-icons/calendar2-plus-fill.svg | 3 - web/vendor/bootstrap-icons/calendar2-plus.svg | 4 - .../bootstrap-icons/calendar2-range-fill.svg | 3 - .../bootstrap-icons/calendar2-range.svg | 4 - .../bootstrap-icons/calendar2-week-fill.svg | 3 - web/vendor/bootstrap-icons/calendar2-week.svg | 4 - .../bootstrap-icons/calendar2-x-fill.svg | 3 - web/vendor/bootstrap-icons/calendar2-x.svg | 5 - web/vendor/bootstrap-icons/calendar2.svg | 4 - .../bootstrap-icons/calendar3-event-fill.svg | 3 - .../bootstrap-icons/calendar3-event.svg | 4 - web/vendor/bootstrap-icons/calendar3-fill.svg | 3 - .../bootstrap-icons/calendar3-range-fill.svg | 3 - .../bootstrap-icons/calendar3-range.svg | 4 - .../bootstrap-icons/calendar3-week-fill.svg | 3 - web/vendor/bootstrap-icons/calendar3-week.svg | 4 - web/vendor/bootstrap-icons/calendar3.svg | 4 - .../bootstrap-icons/calendar4-event.svg | 4 - .../bootstrap-icons/calendar4-range.svg | 4 - web/vendor/bootstrap-icons/calendar4-week.svg | 4 - web/vendor/bootstrap-icons/calendar4.svg | 3 - web/vendor/bootstrap-icons/camera-fill.svg | 4 - .../bootstrap-icons/camera-reels-fill.svg | 5 - web/vendor/bootstrap-icons/camera-reels.svg | 5 - .../bootstrap-icons/camera-video-fill.svg | 3 - .../bootstrap-icons/camera-video-off-fill.svg | 3 - .../bootstrap-icons/camera-video-off.svg | 3 - web/vendor/bootstrap-icons/camera-video.svg | 3 - web/vendor/bootstrap-icons/camera.svg | 4 - web/vendor/bootstrap-icons/camera2.svg | 4 - web/vendor/bootstrap-icons/capslock-fill.svg | 3 - web/vendor/bootstrap-icons/capslock.svg | 3 - web/vendor/bootstrap-icons/capsule-pill.svg | 3 - web/vendor/bootstrap-icons/capsule.svg | 3 - web/vendor/bootstrap-icons/car-front-fill.svg | 3 - web/vendor/bootstrap-icons/car-front.svg | 4 - web/vendor/bootstrap-icons/card-checklist.svg | 4 - web/vendor/bootstrap-icons/card-heading.svg | 4 - web/vendor/bootstrap-icons/card-image.svg | 4 - web/vendor/bootstrap-icons/card-list.svg | 4 - web/vendor/bootstrap-icons/card-text.svg | 4 - .../bootstrap-icons/caret-down-fill.svg | 3 - .../caret-down-square-fill.svg | 3 - .../bootstrap-icons/caret-down-square.svg | 4 - web/vendor/bootstrap-icons/caret-down.svg | 3 - .../bootstrap-icons/caret-left-fill.svg | 3 - .../caret-left-square-fill.svg | 3 - .../bootstrap-icons/caret-left-square.svg | 4 - web/vendor/bootstrap-icons/caret-left.svg | 3 - .../bootstrap-icons/caret-right-fill.svg | 3 - .../caret-right-square-fill.svg | 3 - .../bootstrap-icons/caret-right-square.svg | 4 - web/vendor/bootstrap-icons/caret-right.svg | 3 - web/vendor/bootstrap-icons/caret-up-fill.svg | 3 - .../bootstrap-icons/caret-up-square-fill.svg | 3 - .../bootstrap-icons/caret-up-square.svg | 4 - web/vendor/bootstrap-icons/caret-up.svg | 3 - .../bootstrap-icons/cart-check-fill.svg | 3 - web/vendor/bootstrap-icons/cart-check.svg | 4 - web/vendor/bootstrap-icons/cart-dash-fill.svg | 3 - web/vendor/bootstrap-icons/cart-dash.svg | 4 - web/vendor/bootstrap-icons/cart-fill.svg | 3 - web/vendor/bootstrap-icons/cart-plus-fill.svg | 3 - web/vendor/bootstrap-icons/cart-plus.svg | 4 - web/vendor/bootstrap-icons/cart-x-fill.svg | 3 - web/vendor/bootstrap-icons/cart-x.svg | 4 - web/vendor/bootstrap-icons/cart.svg | 3 - web/vendor/bootstrap-icons/cart2.svg | 3 - web/vendor/bootstrap-icons/cart3.svg | 3 - web/vendor/bootstrap-icons/cart4.svg | 3 - web/vendor/bootstrap-icons/cash-coin.svg | 6 - web/vendor/bootstrap-icons/cash-stack.svg | 4 - web/vendor/bootstrap-icons/cash.svg | 4 - web/vendor/bootstrap-icons/cassette-fill.svg | 4 - web/vendor/bootstrap-icons/cassette.svg | 4 - web/vendor/bootstrap-icons/cast.svg | 4 - web/vendor/bootstrap-icons/cc-circle-fill.svg | 3 - web/vendor/bootstrap-icons/cc-circle.svg | 3 - web/vendor/bootstrap-icons/cc-square-fill.svg | 3 - web/vendor/bootstrap-icons/cc-square.svg | 4 - web/vendor/bootstrap-icons/chat-dots-fill.svg | 3 - web/vendor/bootstrap-icons/chat-dots.svg | 4 - web/vendor/bootstrap-icons/chat-fill.svg | 3 - .../bootstrap-icons/chat-heart-fill.svg | 3 - web/vendor/bootstrap-icons/chat-heart.svg | 3 - .../bootstrap-icons/chat-left-dots-fill.svg | 3 - web/vendor/bootstrap-icons/chat-left-dots.svg | 4 - web/vendor/bootstrap-icons/chat-left-fill.svg | 3 - .../bootstrap-icons/chat-left-heart-fill.svg | 3 - .../bootstrap-icons/chat-left-heart.svg | 4 - .../bootstrap-icons/chat-left-quote-fill.svg | 3 - .../bootstrap-icons/chat-left-quote.svg | 4 - .../bootstrap-icons/chat-left-text-fill.svg | 3 - web/vendor/bootstrap-icons/chat-left-text.svg | 4 - web/vendor/bootstrap-icons/chat-left.svg | 3 - .../bootstrap-icons/chat-quote-fill.svg | 3 - web/vendor/bootstrap-icons/chat-quote.svg | 4 - .../bootstrap-icons/chat-right-dots-fill.svg | 3 - .../bootstrap-icons/chat-right-dots.svg | 4 - .../bootstrap-icons/chat-right-fill.svg | 3 - .../bootstrap-icons/chat-right-heart-fill.svg | 3 - .../bootstrap-icons/chat-right-heart.svg | 4 - .../bootstrap-icons/chat-right-quote-fill.svg | 3 - .../bootstrap-icons/chat-right-quote.svg | 4 - .../bootstrap-icons/chat-right-text-fill.svg | 3 - .../bootstrap-icons/chat-right-text.svg | 4 - web/vendor/bootstrap-icons/chat-right.svg | 3 - .../bootstrap-icons/chat-square-dots-fill.svg | 3 - .../bootstrap-icons/chat-square-dots.svg | 4 - .../bootstrap-icons/chat-square-fill.svg | 3 - .../chat-square-heart-fill.svg | 3 - .../bootstrap-icons/chat-square-heart.svg | 4 - .../chat-square-quote-fill.svg | 3 - .../bootstrap-icons/chat-square-quote.svg | 4 - .../bootstrap-icons/chat-square-text-fill.svg | 3 - .../bootstrap-icons/chat-square-text.svg | 4 - web/vendor/bootstrap-icons/chat-square.svg | 3 - web/vendor/bootstrap-icons/chat-text-fill.svg | 3 - web/vendor/bootstrap-icons/chat-text.svg | 4 - web/vendor/bootstrap-icons/chat.svg | 3 - web/vendor/bootstrap-icons/check-all.svg | 3 - .../bootstrap-icons/check-circle-fill.svg | 3 - web/vendor/bootstrap-icons/check-circle.svg | 4 - web/vendor/bootstrap-icons/check-lg.svg | 3 - .../bootstrap-icons/check-square-fill.svg | 3 - web/vendor/bootstrap-icons/check-square.svg | 4 - web/vendor/bootstrap-icons/check.svg | 3 - web/vendor/bootstrap-icons/check2-all.svg | 4 - web/vendor/bootstrap-icons/check2-circle.svg | 4 - web/vendor/bootstrap-icons/check2-square.svg | 4 - web/vendor/bootstrap-icons/check2.svg | 3 - .../bootstrap-icons/chevron-bar-contract.svg | 3 - .../bootstrap-icons/chevron-bar-down.svg | 3 - .../bootstrap-icons/chevron-bar-expand.svg | 3 - .../bootstrap-icons/chevron-bar-left.svg | 3 - .../bootstrap-icons/chevron-bar-right.svg | 3 - web/vendor/bootstrap-icons/chevron-bar-up.svg | 3 - .../bootstrap-icons/chevron-compact-down.svg | 3 - .../bootstrap-icons/chevron-compact-left.svg | 3 - .../bootstrap-icons/chevron-compact-right.svg | 3 - .../bootstrap-icons/chevron-compact-up.svg | 3 - .../bootstrap-icons/chevron-contract.svg | 3 - .../bootstrap-icons/chevron-double-down.svg | 4 - .../bootstrap-icons/chevron-double-left.svg | 4 - .../bootstrap-icons/chevron-double-right.svg | 4 - .../bootstrap-icons/chevron-double-up.svg | 4 - web/vendor/bootstrap-icons/chevron-down.svg | 3 - web/vendor/bootstrap-icons/chevron-expand.svg | 3 - web/vendor/bootstrap-icons/chevron-left.svg | 3 - web/vendor/bootstrap-icons/chevron-right.svg | 3 - web/vendor/bootstrap-icons/chevron-up.svg | 3 - web/vendor/bootstrap-icons/circle-fill.svg | 3 - web/vendor/bootstrap-icons/circle-half.svg | 3 - web/vendor/bootstrap-icons/circle-square.svg | 4 - web/vendor/bootstrap-icons/circle.svg | 3 - web/vendor/bootstrap-icons/claude.svg | 3 - .../bootstrap-icons/clipboard-check-fill.svg | 4 - .../bootstrap-icons/clipboard-check.svg | 5 - .../bootstrap-icons/clipboard-data-fill.svg | 4 - web/vendor/bootstrap-icons/clipboard-data.svg | 5 - web/vendor/bootstrap-icons/clipboard-fill.svg | 3 - .../bootstrap-icons/clipboard-heart-fill.svg | 4 - .../bootstrap-icons/clipboard-heart.svg | 5 - .../bootstrap-icons/clipboard-minus-fill.svg | 4 - .../bootstrap-icons/clipboard-minus.svg | 5 - .../bootstrap-icons/clipboard-plus-fill.svg | 4 - web/vendor/bootstrap-icons/clipboard-plus.svg | 5 - .../bootstrap-icons/clipboard-pulse.svg | 3 - .../bootstrap-icons/clipboard-x-fill.svg | 4 - web/vendor/bootstrap-icons/clipboard-x.svg | 5 - web/vendor/bootstrap-icons/clipboard.svg | 4 - .../bootstrap-icons/clipboard2-check-fill.svg | 4 - .../bootstrap-icons/clipboard2-check.svg | 5 - .../bootstrap-icons/clipboard2-data-fill.svg | 4 - .../bootstrap-icons/clipboard2-data.svg | 5 - .../bootstrap-icons/clipboard2-fill.svg | 4 - .../bootstrap-icons/clipboard2-heart-fill.svg | 4 - .../bootstrap-icons/clipboard2-heart.svg | 5 - .../bootstrap-icons/clipboard2-minus-fill.svg | 4 - .../bootstrap-icons/clipboard2-minus.svg | 5 - .../bootstrap-icons/clipboard2-plus-fill.svg | 4 - .../bootstrap-icons/clipboard2-plus.svg | 5 - .../bootstrap-icons/clipboard2-pulse-fill.svg | 4 - .../bootstrap-icons/clipboard2-pulse.svg | 5 - .../bootstrap-icons/clipboard2-x-fill.svg | 4 - web/vendor/bootstrap-icons/clipboard2-x.svg | 5 - web/vendor/bootstrap-icons/clipboard2.svg | 4 - web/vendor/bootstrap-icons/clock-fill.svg | 3 - web/vendor/bootstrap-icons/clock-history.svg | 5 - web/vendor/bootstrap-icons/clock.svg | 4 - .../bootstrap-icons/cloud-arrow-down-fill.svg | 3 - .../bootstrap-icons/cloud-arrow-down.svg | 4 - .../bootstrap-icons/cloud-arrow-up-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-arrow-up.svg | 4 - .../bootstrap-icons/cloud-check-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-check.svg | 4 - .../bootstrap-icons/cloud-download-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-download.svg | 4 - .../bootstrap-icons/cloud-drizzle-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-drizzle.svg | 3 - web/vendor/bootstrap-icons/cloud-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-fog-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-fog.svg | 3 - .../bootstrap-icons/cloud-fog2-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-fog2.svg | 3 - .../bootstrap-icons/cloud-hail-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-hail.svg | 3 - .../bootstrap-icons/cloud-haze-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-haze.svg | 3 - .../bootstrap-icons/cloud-haze2-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-haze2.svg | 3 - .../bootstrap-icons/cloud-lightning-fill.svg | 3 - .../cloud-lightning-rain-fill.svg | 3 - .../bootstrap-icons/cloud-lightning-rain.svg | 3 - .../bootstrap-icons/cloud-lightning.svg | 3 - .../bootstrap-icons/cloud-minus-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-minus.svg | 4 - .../bootstrap-icons/cloud-moon-fill.svg | 4 - web/vendor/bootstrap-icons/cloud-moon.svg | 4 - .../bootstrap-icons/cloud-plus-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-plus.svg | 4 - .../bootstrap-icons/cloud-rain-fill.svg | 3 - .../bootstrap-icons/cloud-rain-heavy-fill.svg | 3 - .../bootstrap-icons/cloud-rain-heavy.svg | 3 - web/vendor/bootstrap-icons/cloud-rain.svg | 3 - .../bootstrap-icons/cloud-slash-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-slash.svg | 4 - .../bootstrap-icons/cloud-sleet-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-sleet.svg | 3 - .../bootstrap-icons/cloud-snow-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-snow.svg | 3 - web/vendor/bootstrap-icons/cloud-sun-fill.svg | 4 - web/vendor/bootstrap-icons/cloud-sun.svg | 4 - .../bootstrap-icons/cloud-upload-fill.svg | 3 - web/vendor/bootstrap-icons/cloud-upload.svg | 4 - web/vendor/bootstrap-icons/cloud.svg | 3 - web/vendor/bootstrap-icons/clouds-fill.svg | 4 - web/vendor/bootstrap-icons/clouds.svg | 4 - web/vendor/bootstrap-icons/cloudy-fill.svg | 3 - web/vendor/bootstrap-icons/cloudy.svg | 3 - web/vendor/bootstrap-icons/code-slash.svg | 3 - web/vendor/bootstrap-icons/code-square.svg | 4 - web/vendor/bootstrap-icons/code.svg | 3 - web/vendor/bootstrap-icons/coin.svg | 5 - .../bootstrap-icons/collection-fill.svg | 3 - .../bootstrap-icons/collection-play-fill.svg | 3 - .../bootstrap-icons/collection-play.svg | 4 - web/vendor/bootstrap-icons/collection.svg | 3 - web/vendor/bootstrap-icons/columns-gap.svg | 3 - web/vendor/bootstrap-icons/columns.svg | 3 - web/vendor/bootstrap-icons/command.svg | 3 - web/vendor/bootstrap-icons/compass-fill.svg | 3 - web/vendor/bootstrap-icons/compass.svg | 4 - web/vendor/bootstrap-icons/cone-striped.svg | 3 - web/vendor/bootstrap-icons/cone.svg | 3 - web/vendor/bootstrap-icons/controller.svg | 4 - web/vendor/bootstrap-icons/cookie.svg | 4 - web/vendor/bootstrap-icons/copy.svg | 3 - web/vendor/bootstrap-icons/cpu-fill.svg | 4 - web/vendor/bootstrap-icons/cpu.svg | 3 - .../credit-card-2-back-fill.svg | 3 - .../bootstrap-icons/credit-card-2-back.svg | 4 - .../credit-card-2-front-fill.svg | 3 - .../bootstrap-icons/credit-card-2-front.svg | 4 - .../bootstrap-icons/credit-card-fill.svg | 3 - web/vendor/bootstrap-icons/credit-card.svg | 4 - web/vendor/bootstrap-icons/crop.svg | 3 - web/vendor/bootstrap-icons/crosshair.svg | 3 - web/vendor/bootstrap-icons/crosshair2.svg | 3 - web/vendor/bootstrap-icons/css.svg | 3 - web/vendor/bootstrap-icons/cup-fill.svg | 3 - web/vendor/bootstrap-icons/cup-hot-fill.svg | 4 - web/vendor/bootstrap-icons/cup-hot.svg | 4 - web/vendor/bootstrap-icons/cup-straw.svg | 3 - web/vendor/bootstrap-icons/cup.svg | 3 - .../bootstrap-icons/currency-bitcoin.svg | 3 - .../bootstrap-icons/currency-dollar.svg | 3 - web/vendor/bootstrap-icons/currency-euro.svg | 3 - .../bootstrap-icons/currency-exchange.svg | 3 - web/vendor/bootstrap-icons/currency-pound.svg | 3 - web/vendor/bootstrap-icons/currency-rupee.svg | 3 - web/vendor/bootstrap-icons/currency-yen.svg | 3 - web/vendor/bootstrap-icons/cursor-fill.svg | 3 - web/vendor/bootstrap-icons/cursor-text.svg | 3 - web/vendor/bootstrap-icons/cursor.svg | 3 - .../bootstrap-icons/dash-circle-dotted.svg | 3 - .../bootstrap-icons/dash-circle-fill.svg | 3 - web/vendor/bootstrap-icons/dash-circle.svg | 4 - web/vendor/bootstrap-icons/dash-lg.svg | 3 - .../bootstrap-icons/dash-square-dotted.svg | 3 - .../bootstrap-icons/dash-square-fill.svg | 3 - web/vendor/bootstrap-icons/dash-square.svg | 4 - web/vendor/bootstrap-icons/dash.svg | 3 - web/vendor/bootstrap-icons/database-add.svg | 4 - web/vendor/bootstrap-icons/database-check.svg | 4 - web/vendor/bootstrap-icons/database-dash.svg | 4 - web/vendor/bootstrap-icons/database-down.svg | 4 - .../bootstrap-icons/database-exclamation.svg | 4 - .../bootstrap-icons/database-fill-add.svg | 4 - .../bootstrap-icons/database-fill-check.svg | 4 - .../bootstrap-icons/database-fill-dash.svg | 4 - .../bootstrap-icons/database-fill-down.svg | 4 - .../database-fill-exclamation.svg | 5 - .../bootstrap-icons/database-fill-gear.svg | 4 - .../bootstrap-icons/database-fill-lock.svg | 5 - .../bootstrap-icons/database-fill-slash.svg | 4 - .../bootstrap-icons/database-fill-up.svg | 4 - .../bootstrap-icons/database-fill-x.svg | 5 - web/vendor/bootstrap-icons/database-fill.svg | 6 - web/vendor/bootstrap-icons/database-gear.svg | 4 - web/vendor/bootstrap-icons/database-lock.svg | 4 - web/vendor/bootstrap-icons/database-slash.svg | 4 - web/vendor/bootstrap-icons/database-up.svg | 4 - web/vendor/bootstrap-icons/database-x.svg | 4 - web/vendor/bootstrap-icons/database.svg | 3 - .../bootstrap-icons/device-hdd-fill.svg | 4 - web/vendor/bootstrap-icons/device-hdd.svg | 5 - .../bootstrap-icons/device-ssd-fill.svg | 4 - web/vendor/bootstrap-icons/device-ssd.svg | 4 - web/vendor/bootstrap-icons/diagram-2-fill.svg | 3 - web/vendor/bootstrap-icons/diagram-2.svg | 3 - web/vendor/bootstrap-icons/diagram-3-fill.svg | 3 - web/vendor/bootstrap-icons/diagram-3.svg | 3 - web/vendor/bootstrap-icons/diamond-fill.svg | 3 - web/vendor/bootstrap-icons/diamond-half.svg | 3 - web/vendor/bootstrap-icons/diamond.svg | 3 - web/vendor/bootstrap-icons/dice-1-fill.svg | 3 - web/vendor/bootstrap-icons/dice-1.svg | 4 - web/vendor/bootstrap-icons/dice-2-fill.svg | 3 - web/vendor/bootstrap-icons/dice-2.svg | 4 - web/vendor/bootstrap-icons/dice-3-fill.svg | 3 - web/vendor/bootstrap-icons/dice-3.svg | 4 - web/vendor/bootstrap-icons/dice-4-fill.svg | 3 - web/vendor/bootstrap-icons/dice-4.svg | 4 - web/vendor/bootstrap-icons/dice-5-fill.svg | 3 - web/vendor/bootstrap-icons/dice-5.svg | 4 - web/vendor/bootstrap-icons/dice-6-fill.svg | 3 - web/vendor/bootstrap-icons/dice-6.svg | 4 - web/vendor/bootstrap-icons/disc-fill.svg | 3 - web/vendor/bootstrap-icons/disc.svg | 4 - web/vendor/bootstrap-icons/discord.svg | 3 - web/vendor/bootstrap-icons/display-fill.svg | 3 - web/vendor/bootstrap-icons/display.svg | 3 - .../bootstrap-icons/displayport-fill.svg | 3 - web/vendor/bootstrap-icons/displayport.svg | 4 - .../bootstrap-icons/distribute-horizontal.svg | 4 - .../bootstrap-icons/distribute-vertical.svg | 4 - .../bootstrap-icons/door-closed-fill.svg | 3 - web/vendor/bootstrap-icons/door-closed.svg | 4 - web/vendor/bootstrap-icons/door-open-fill.svg | 3 - web/vendor/bootstrap-icons/door-open.svg | 4 - web/vendor/bootstrap-icons/dot.svg | 3 - web/vendor/bootstrap-icons/download.svg | 4 - web/vendor/bootstrap-icons/dpad-fill.svg | 3 - web/vendor/bootstrap-icons/dpad.svg | 4 - web/vendor/bootstrap-icons/dribbble.svg | 3 - web/vendor/bootstrap-icons/dropbox.svg | 3 - web/vendor/bootstrap-icons/droplet-fill.svg | 3 - web/vendor/bootstrap-icons/droplet-half.svg | 4 - web/vendor/bootstrap-icons/droplet.svg | 4 - web/vendor/bootstrap-icons/duffle-fill.svg | 3 - web/vendor/bootstrap-icons/duffle.svg | 4 - web/vendor/bootstrap-icons/ear-fill.svg | 3 - web/vendor/bootstrap-icons/ear.svg | 3 - web/vendor/bootstrap-icons/earbuds.svg | 3 - web/vendor/bootstrap-icons/easel-fill.svg | 3 - web/vendor/bootstrap-icons/easel.svg | 3 - web/vendor/bootstrap-icons/easel2-fill.svg | 4 - web/vendor/bootstrap-icons/easel2.svg | 3 - web/vendor/bootstrap-icons/easel3-fill.svg | 3 - web/vendor/bootstrap-icons/easel3.svg | 3 - web/vendor/bootstrap-icons/egg-fill.svg | 3 - web/vendor/bootstrap-icons/egg-fried.svg | 4 - web/vendor/bootstrap-icons/egg.svg | 3 - web/vendor/bootstrap-icons/eject-fill.svg | 3 - web/vendor/bootstrap-icons/eject.svg | 3 - .../bootstrap-icons/emoji-angry-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-angry.svg | 4 - .../bootstrap-icons/emoji-astonished-fill.svg | 3 - .../bootstrap-icons/emoji-astonished.svg | 4 - .../bootstrap-icons/emoji-dizzy-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-dizzy.svg | 4 - .../emoji-expressionless-fill.svg | 3 - .../bootstrap-icons/emoji-expressionless.svg | 4 - .../bootstrap-icons/emoji-frown-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-frown.svg | 4 - .../bootstrap-icons/emoji-grimace-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-grimace.svg | 4 - .../bootstrap-icons/emoji-grin-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-grin.svg | 4 - .../bootstrap-icons/emoji-heart-eyes-fill.svg | 3 - .../bootstrap-icons/emoji-heart-eyes.svg | 4 - .../bootstrap-icons/emoji-kiss-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-kiss.svg | 3 - .../bootstrap-icons/emoji-laughing-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-laughing.svg | 4 - .../bootstrap-icons/emoji-neutral-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-neutral.svg | 4 - .../bootstrap-icons/emoji-smile-fill.svg | 3 - .../emoji-smile-upside-down-fill.svg | 3 - .../emoji-smile-upside-down.svg | 4 - web/vendor/bootstrap-icons/emoji-smile.svg | 4 - .../bootstrap-icons/emoji-sunglasses-fill.svg | 3 - .../bootstrap-icons/emoji-sunglasses.svg | 4 - .../bootstrap-icons/emoji-surprise-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-surprise.svg | 4 - .../bootstrap-icons/emoji-tear-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-tear.svg | 4 - .../bootstrap-icons/emoji-wink-fill.svg | 3 - web/vendor/bootstrap-icons/emoji-wink.svg | 4 - .../envelope-arrow-down-fill.svg | 4 - .../bootstrap-icons/envelope-arrow-down.svg | 4 - .../envelope-arrow-up-fill.svg | 4 - .../bootstrap-icons/envelope-arrow-up.svg | 4 - .../bootstrap-icons/envelope-at-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-at.svg | 4 - .../bootstrap-icons/envelope-check-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-check.svg | 4 - .../bootstrap-icons/envelope-dash-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-dash.svg | 4 - .../envelope-exclamation-fill.svg | 4 - .../bootstrap-icons/envelope-exclamation.svg | 4 - web/vendor/bootstrap-icons/envelope-fill.svg | 3 - .../bootstrap-icons/envelope-heart-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-heart.svg | 3 - .../bootstrap-icons/envelope-open-fill.svg | 3 - .../envelope-open-heart-fill.svg | 4 - .../bootstrap-icons/envelope-open-heart.svg | 3 - web/vendor/bootstrap-icons/envelope-open.svg | 3 - .../bootstrap-icons/envelope-paper-fill.svg | 3 - .../envelope-paper-heart-fill.svg | 3 - .../bootstrap-icons/envelope-paper-heart.svg | 3 - web/vendor/bootstrap-icons/envelope-paper.svg | 3 - .../bootstrap-icons/envelope-plus-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-plus.svg | 4 - .../bootstrap-icons/envelope-slash-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-slash.svg | 4 - .../bootstrap-icons/envelope-x-fill.svg | 4 - web/vendor/bootstrap-icons/envelope-x.svg | 4 - web/vendor/bootstrap-icons/envelope.svg | 3 - web/vendor/bootstrap-icons/eraser-fill.svg | 3 - web/vendor/bootstrap-icons/eraser.svg | 3 - web/vendor/bootstrap-icons/escape.svg | 4 - web/vendor/bootstrap-icons/ethernet.svg | 4 - web/vendor/bootstrap-icons/ev-front-fill.svg | 3 - web/vendor/bootstrap-icons/ev-front.svg | 4 - .../bootstrap-icons/ev-station-fill.svg | 3 - web/vendor/bootstrap-icons/ev-station.svg | 4 - .../exclamation-circle-fill.svg | 3 - .../bootstrap-icons/exclamation-circle.svg | 4 - .../exclamation-diamond-fill.svg | 3 - .../bootstrap-icons/exclamation-diamond.svg | 4 - web/vendor/bootstrap-icons/exclamation-lg.svg | 3 - .../exclamation-octagon-fill.svg | 3 - .../bootstrap-icons/exclamation-octagon.svg | 4 - .../exclamation-square-fill.svg | 3 - .../bootstrap-icons/exclamation-square.svg | 4 - .../exclamation-triangle-fill.svg | 3 - .../bootstrap-icons/exclamation-triangle.svg | 4 - web/vendor/bootstrap-icons/exclamation.svg | 3 - web/vendor/bootstrap-icons/exclude.svg | 3 - web/vendor/bootstrap-icons/explicit-fill.svg | 3 - web/vendor/bootstrap-icons/explicit.svg | 4 - web/vendor/bootstrap-icons/exposure.svg | 4 - web/vendor/bootstrap-icons/eye-fill.svg | 4 - web/vendor/bootstrap-icons/eye-slash-fill.svg | 4 - web/vendor/bootstrap-icons/eye-slash.svg | 5 - web/vendor/bootstrap-icons/eye.svg | 4 - web/vendor/bootstrap-icons/eyedropper.svg | 3 - web/vendor/bootstrap-icons/eyeglasses.svg | 3 - web/vendor/bootstrap-icons/facebook.svg | 3 - web/vendor/bootstrap-icons/fan.svg | 4 - .../bootstrap-icons/fast-forward-btn-fill.svg | 3 - .../bootstrap-icons/fast-forward-btn.svg | 4 - .../fast-forward-circle-fill.svg | 3 - .../bootstrap-icons/fast-forward-circle.svg | 4 - .../bootstrap-icons/fast-forward-fill.svg | 4 - web/vendor/bootstrap-icons/fast-forward.svg | 4 - web/vendor/bootstrap-icons/feather.svg | 3 - web/vendor/bootstrap-icons/feather2.svg | 3 - .../bootstrap-icons/file-arrow-down-fill.svg | 3 - .../bootstrap-icons/file-arrow-down.svg | 4 - .../bootstrap-icons/file-arrow-up-fill.svg | 3 - web/vendor/bootstrap-icons/file-arrow-up.svg | 4 - .../bootstrap-icons/file-bar-graph-fill.svg | 3 - web/vendor/bootstrap-icons/file-bar-graph.svg | 4 - .../bootstrap-icons/file-binary-fill.svg | 4 - web/vendor/bootstrap-icons/file-binary.svg | 4 - .../bootstrap-icons/file-break-fill.svg | 3 - web/vendor/bootstrap-icons/file-break.svg | 3 - .../bootstrap-icons/file-check-fill.svg | 3 - web/vendor/bootstrap-icons/file-check.svg | 4 - web/vendor/bootstrap-icons/file-code-fill.svg | 3 - web/vendor/bootstrap-icons/file-code.svg | 4 - web/vendor/bootstrap-icons/file-diff-fill.svg | 3 - web/vendor/bootstrap-icons/file-diff.svg | 4 - .../file-earmark-arrow-down-fill.svg | 3 - .../file-earmark-arrow-down.svg | 4 - .../file-earmark-arrow-up-fill.svg | 3 - .../bootstrap-icons/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 - .../bootstrap-icons/file-earmark-binary.svg | 4 - .../file-earmark-break-fill.svg | 3 - .../bootstrap-icons/file-earmark-break.svg | 3 - .../file-earmark-check-fill.svg | 3 - .../bootstrap-icons/file-earmark-check.svg | 4 - .../file-earmark-code-fill.svg | 3 - .../bootstrap-icons/file-earmark-code.svg | 4 - .../file-earmark-diff-fill.svg | 3 - .../bootstrap-icons/file-earmark-diff.svg | 4 - .../file-earmark-easel-fill.svg | 4 - .../bootstrap-icons/file-earmark-easel.svg | 4 - .../file-earmark-excel-fill.svg | 3 - .../bootstrap-icons/file-earmark-excel.svg | 4 - .../bootstrap-icons/file-earmark-fill.svg | 3 - .../file-earmark-font-fill.svg | 3 - .../bootstrap-icons/file-earmark-font.svg | 4 - .../file-earmark-image-fill.svg | 4 - .../bootstrap-icons/file-earmark-image.svg | 4 - .../file-earmark-lock-fill.svg | 4 - .../bootstrap-icons/file-earmark-lock.svg | 4 - .../file-earmark-lock2-fill.svg | 4 - .../bootstrap-icons/file-earmark-lock2.svg | 4 - .../file-earmark-medical-fill.svg | 3 - .../bootstrap-icons/file-earmark-medical.svg | 4 - .../file-earmark-minus-fill.svg | 3 - .../bootstrap-icons/file-earmark-minus.svg | 4 - .../file-earmark-music-fill.svg | 3 - .../bootstrap-icons/file-earmark-music.svg | 4 - .../bootstrap-icons/file-earmark-pdf-fill.svg | 4 - .../bootstrap-icons/file-earmark-pdf.svg | 4 - .../file-earmark-person-fill.svg | 3 - .../bootstrap-icons/file-earmark-person.svg | 4 - .../file-earmark-play-fill.svg | 3 - .../bootstrap-icons/file-earmark-play.svg | 4 - .../file-earmark-plus-fill.svg | 3 - .../bootstrap-icons/file-earmark-plus.svg | 4 - .../file-earmark-post-fill.svg | 3 - .../bootstrap-icons/file-earmark-post.svg | 4 - .../bootstrap-icons/file-earmark-ppt-fill.svg | 4 - .../bootstrap-icons/file-earmark-ppt.svg | 4 - .../file-earmark-richtext-fill.svg | 3 - .../bootstrap-icons/file-earmark-richtext.svg | 4 - .../file-earmark-ruled-fill.svg | 3 - .../bootstrap-icons/file-earmark-ruled.svg | 3 - .../file-earmark-slides-fill.svg | 4 - .../bootstrap-icons/file-earmark-slides.svg | 4 - .../file-earmark-spreadsheet-fill.svg | 4 - .../file-earmark-spreadsheet.svg | 3 - .../file-earmark-text-fill.svg | 3 - .../bootstrap-icons/file-earmark-text.svg | 4 - .../file-earmark-word-fill.svg | 3 - .../bootstrap-icons/file-earmark-word.svg | 4 - .../bootstrap-icons/file-earmark-x-fill.svg | 3 - web/vendor/bootstrap-icons/file-earmark-x.svg | 4 - .../bootstrap-icons/file-earmark-zip-fill.svg | 4 - .../bootstrap-icons/file-earmark-zip.svg | 4 - web/vendor/bootstrap-icons/file-earmark.svg | 3 - .../bootstrap-icons/file-easel-fill.svg | 4 - web/vendor/bootstrap-icons/file-easel.svg | 4 - .../bootstrap-icons/file-excel-fill.svg | 3 - web/vendor/bootstrap-icons/file-excel.svg | 4 - web/vendor/bootstrap-icons/file-fill.svg | 3 - web/vendor/bootstrap-icons/file-font-fill.svg | 3 - web/vendor/bootstrap-icons/file-font.svg | 4 - .../bootstrap-icons/file-image-fill.svg | 4 - web/vendor/bootstrap-icons/file-image.svg | 4 - web/vendor/bootstrap-icons/file-lock-fill.svg | 4 - web/vendor/bootstrap-icons/file-lock.svg | 4 - .../bootstrap-icons/file-lock2-fill.svg | 4 - web/vendor/bootstrap-icons/file-lock2.svg | 4 - .../bootstrap-icons/file-medical-fill.svg | 3 - web/vendor/bootstrap-icons/file-medical.svg | 4 - .../bootstrap-icons/file-minus-fill.svg | 3 - web/vendor/bootstrap-icons/file-minus.svg | 4 - .../bootstrap-icons/file-music-fill.svg | 3 - web/vendor/bootstrap-icons/file-music.svg | 4 - web/vendor/bootstrap-icons/file-pdf-fill.svg | 4 - web/vendor/bootstrap-icons/file-pdf.svg | 4 - .../bootstrap-icons/file-person-fill.svg | 3 - web/vendor/bootstrap-icons/file-person.svg | 4 - web/vendor/bootstrap-icons/file-play-fill.svg | 3 - web/vendor/bootstrap-icons/file-play.svg | 4 - web/vendor/bootstrap-icons/file-plus-fill.svg | 3 - web/vendor/bootstrap-icons/file-plus.svg | 4 - web/vendor/bootstrap-icons/file-post-fill.svg | 3 - web/vendor/bootstrap-icons/file-post.svg | 4 - web/vendor/bootstrap-icons/file-ppt-fill.svg | 4 - web/vendor/bootstrap-icons/file-ppt.svg | 4 - .../bootstrap-icons/file-richtext-fill.svg | 3 - web/vendor/bootstrap-icons/file-richtext.svg | 4 - .../bootstrap-icons/file-ruled-fill.svg | 3 - web/vendor/bootstrap-icons/file-ruled.svg | 3 - .../bootstrap-icons/file-slides-fill.svg | 4 - web/vendor/bootstrap-icons/file-slides.svg | 4 - .../bootstrap-icons/file-spreadsheet-fill.svg | 3 - .../bootstrap-icons/file-spreadsheet.svg | 3 - web/vendor/bootstrap-icons/file-text-fill.svg | 3 - web/vendor/bootstrap-icons/file-text.svg | 4 - web/vendor/bootstrap-icons/file-word-fill.svg | 3 - web/vendor/bootstrap-icons/file-word.svg | 4 - web/vendor/bootstrap-icons/file-x-fill.svg | 3 - web/vendor/bootstrap-icons/file-x.svg | 4 - web/vendor/bootstrap-icons/file-zip-fill.svg | 4 - web/vendor/bootstrap-icons/file-zip.svg | 4 - web/vendor/bootstrap-icons/file.svg | 3 - web/vendor/bootstrap-icons/files-alt.svg | 3 - web/vendor/bootstrap-icons/files.svg | 3 - web/vendor/bootstrap-icons/filetype-aac.svg | 3 - web/vendor/bootstrap-icons/filetype-ai.svg | 3 - web/vendor/bootstrap-icons/filetype-bmp.svg | 3 - web/vendor/bootstrap-icons/filetype-cs.svg | 3 - web/vendor/bootstrap-icons/filetype-css.svg | 3 - web/vendor/bootstrap-icons/filetype-csv.svg | 3 - web/vendor/bootstrap-icons/filetype-doc.svg | 3 - web/vendor/bootstrap-icons/filetype-docx.svg | 3 - web/vendor/bootstrap-icons/filetype-exe.svg | 3 - web/vendor/bootstrap-icons/filetype-gif.svg | 3 - web/vendor/bootstrap-icons/filetype-heic.svg | 3 - web/vendor/bootstrap-icons/filetype-html.svg | 3 - web/vendor/bootstrap-icons/filetype-java.svg | 3 - web/vendor/bootstrap-icons/filetype-jpg.svg | 3 - web/vendor/bootstrap-icons/filetype-js.svg | 3 - web/vendor/bootstrap-icons/filetype-json.svg | 3 - web/vendor/bootstrap-icons/filetype-jsx.svg | 3 - web/vendor/bootstrap-icons/filetype-key.svg | 3 - web/vendor/bootstrap-icons/filetype-m4p.svg | 3 - web/vendor/bootstrap-icons/filetype-md.svg | 3 - web/vendor/bootstrap-icons/filetype-mdx.svg | 3 - web/vendor/bootstrap-icons/filetype-mov.svg | 3 - web/vendor/bootstrap-icons/filetype-mp3.svg | 3 - web/vendor/bootstrap-icons/filetype-mp4.svg | 3 - web/vendor/bootstrap-icons/filetype-otf.svg | 3 - web/vendor/bootstrap-icons/filetype-pdf.svg | 3 - web/vendor/bootstrap-icons/filetype-php.svg | 3 - web/vendor/bootstrap-icons/filetype-png.svg | 3 - web/vendor/bootstrap-icons/filetype-ppt.svg | 3 - web/vendor/bootstrap-icons/filetype-pptx.svg | 3 - web/vendor/bootstrap-icons/filetype-psd.svg | 3 - web/vendor/bootstrap-icons/filetype-py.svg | 3 - web/vendor/bootstrap-icons/filetype-raw.svg | 3 - web/vendor/bootstrap-icons/filetype-rb.svg | 3 - web/vendor/bootstrap-icons/filetype-sass.svg | 3 - web/vendor/bootstrap-icons/filetype-scss.svg | 3 - web/vendor/bootstrap-icons/filetype-sh.svg | 3 - web/vendor/bootstrap-icons/filetype-sql.svg | 3 - web/vendor/bootstrap-icons/filetype-svg.svg | 3 - web/vendor/bootstrap-icons/filetype-tiff.svg | 3 - web/vendor/bootstrap-icons/filetype-tsx.svg | 3 - web/vendor/bootstrap-icons/filetype-ttf.svg | 3 - web/vendor/bootstrap-icons/filetype-txt.svg | 3 - web/vendor/bootstrap-icons/filetype-wav.svg | 3 - web/vendor/bootstrap-icons/filetype-woff.svg | 3 - web/vendor/bootstrap-icons/filetype-xls.svg | 3 - web/vendor/bootstrap-icons/filetype-xlsx.svg | 3 - web/vendor/bootstrap-icons/filetype-xml.svg | 3 - web/vendor/bootstrap-icons/filetype-yml.svg | 3 - web/vendor/bootstrap-icons/film.svg | 3 - .../bootstrap-icons/filter-circle-fill.svg | 3 - web/vendor/bootstrap-icons/filter-circle.svg | 4 - web/vendor/bootstrap-icons/filter-left.svg | 3 - web/vendor/bootstrap-icons/filter-right.svg | 3 - .../bootstrap-icons/filter-square-fill.svg | 3 - web/vendor/bootstrap-icons/filter-square.svg | 4 - web/vendor/bootstrap-icons/filter.svg | 3 - web/vendor/bootstrap-icons/fingerprint.svg | 7 - web/vendor/bootstrap-icons/fire.svg | 3 - web/vendor/bootstrap-icons/flag-fill.svg | 3 - web/vendor/bootstrap-icons/flag.svg | 3 - web/vendor/bootstrap-icons/flask-fill.svg | 3 - .../bootstrap-icons/flask-florence-fill.svg | 3 - web/vendor/bootstrap-icons/flask-florence.svg | 3 - web/vendor/bootstrap-icons/flask.svg | 3 - web/vendor/bootstrap-icons/floppy-fill.svg | 4 - web/vendor/bootstrap-icons/floppy.svg | 4 - web/vendor/bootstrap-icons/floppy2-fill.svg | 4 - web/vendor/bootstrap-icons/floppy2.svg | 3 - web/vendor/bootstrap-icons/flower1.svg | 3 - web/vendor/bootstrap-icons/flower2.svg | 3 - web/vendor/bootstrap-icons/flower3.svg | 3 - web/vendor/bootstrap-icons/folder-check.svg | 4 - web/vendor/bootstrap-icons/folder-fill.svg | 3 - web/vendor/bootstrap-icons/folder-minus.svg | 4 - web/vendor/bootstrap-icons/folder-plus.svg | 4 - .../bootstrap-icons/folder-symlink-fill.svg | 3 - web/vendor/bootstrap-icons/folder-symlink.svg | 4 - web/vendor/bootstrap-icons/folder-x.svg | 4 - web/vendor/bootstrap-icons/folder.svg | 3 - web/vendor/bootstrap-icons/folder2-open.svg | 3 - web/vendor/bootstrap-icons/folder2.svg | 3 - web/vendor/bootstrap-icons/fonts.svg | 3 - web/vendor/bootstrap-icons/fork-knife.svg | 3 - web/vendor/bootstrap-icons/forward-fill.svg | 3 - web/vendor/bootstrap-icons/forward.svg | 3 - web/vendor/bootstrap-icons/front.svg | 3 - .../bootstrap-icons/fuel-pump-diesel-fill.svg | 4 - .../bootstrap-icons/fuel-pump-diesel.svg | 4 - web/vendor/bootstrap-icons/fuel-pump-fill.svg | 3 - web/vendor/bootstrap-icons/fuel-pump.svg | 4 - .../bootstrap-icons/fullscreen-exit.svg | 3 - web/vendor/bootstrap-icons/fullscreen.svg | 3 - web/vendor/bootstrap-icons/funnel-fill.svg | 3 - web/vendor/bootstrap-icons/funnel.svg | 3 - web/vendor/bootstrap-icons/gear-fill.svg | 3 - .../bootstrap-icons/gear-wide-connected.svg | 3 - web/vendor/bootstrap-icons/gear-wide.svg | 3 - web/vendor/bootstrap-icons/gear.svg | 4 - web/vendor/bootstrap-icons/gem.svg | 3 - .../bootstrap-icons/gender-ambiguous.svg | 3 - web/vendor/bootstrap-icons/gender-female.svg | 3 - web/vendor/bootstrap-icons/gender-male.svg | 3 - web/vendor/bootstrap-icons/gender-neuter.svg | 3 - web/vendor/bootstrap-icons/gender-trans.svg | 3 - web/vendor/bootstrap-icons/geo-alt-fill.svg | 3 - web/vendor/bootstrap-icons/geo-alt.svg | 4 - web/vendor/bootstrap-icons/geo-fill.svg | 3 - web/vendor/bootstrap-icons/geo.svg | 3 - web/vendor/bootstrap-icons/gift-fill.svg | 3 - web/vendor/bootstrap-icons/gift.svg | 3 - web/vendor/bootstrap-icons/git.svg | 3 - web/vendor/bootstrap-icons/github.svg | 3 - web/vendor/bootstrap-icons/gitlab.svg | 3 - .../bootstrap-icons/globe-americas-fill.svg | 3 - web/vendor/bootstrap-icons/globe-americas.svg | 3 - .../globe-asia-australia-fill.svg | 3 - .../bootstrap-icons/globe-asia-australia.svg | 4 - .../globe-central-south-asia-fill.svg | 3 - .../globe-central-south-asia.svg | 3 - .../globe-europe-africa-fill.svg | 3 - .../bootstrap-icons/globe-europe-africa.svg | 3 - web/vendor/bootstrap-icons/globe.svg | 3 - web/vendor/bootstrap-icons/globe2.svg | 3 - web/vendor/bootstrap-icons/google-play.svg | 3 - web/vendor/bootstrap-icons/google.svg | 3 - web/vendor/bootstrap-icons/gpu-card.svg | 5 - .../bootstrap-icons/graph-down-arrow.svg | 3 - web/vendor/bootstrap-icons/graph-down.svg | 3 - web/vendor/bootstrap-icons/graph-up-arrow.svg | 3 - web/vendor/bootstrap-icons/graph-up.svg | 3 - web/vendor/bootstrap-icons/grid-1x2-fill.svg | 3 - web/vendor/bootstrap-icons/grid-1x2.svg | 3 - .../bootstrap-icons/grid-3x2-gap-fill.svg | 3 - web/vendor/bootstrap-icons/grid-3x2-gap.svg | 3 - web/vendor/bootstrap-icons/grid-3x2.svg | 3 - .../bootstrap-icons/grid-3x3-gap-fill.svg | 3 - web/vendor/bootstrap-icons/grid-3x3-gap.svg | 3 - web/vendor/bootstrap-icons/grid-3x3.svg | 3 - web/vendor/bootstrap-icons/grid-fill.svg | 3 - web/vendor/bootstrap-icons/grid.svg | 3 - .../bootstrap-icons/grip-horizontal.svg | 3 - web/vendor/bootstrap-icons/grip-vertical.svg | 3 - web/vendor/bootstrap-icons/h-circle-fill.svg | 3 - web/vendor/bootstrap-icons/h-circle.svg | 3 - web/vendor/bootstrap-icons/h-square-fill.svg | 3 - web/vendor/bootstrap-icons/h-square.svg | 4 - web/vendor/bootstrap-icons/hammer.svg | 3 - .../bootstrap-icons/hand-index-fill.svg | 3 - .../bootstrap-icons/hand-index-thumb-fill.svg | 3 - .../bootstrap-icons/hand-index-thumb.svg | 3 - web/vendor/bootstrap-icons/hand-index.svg | 3 - .../bootstrap-icons/hand-thumbs-down-fill.svg | 3 - .../bootstrap-icons/hand-thumbs-down.svg | 3 - .../bootstrap-icons/hand-thumbs-up-fill.svg | 3 - web/vendor/bootstrap-icons/hand-thumbs-up.svg | 3 - web/vendor/bootstrap-icons/handbag-fill.svg | 3 - web/vendor/bootstrap-icons/handbag.svg | 3 - web/vendor/bootstrap-icons/hash.svg | 3 - web/vendor/bootstrap-icons/hdd-fill.svg | 3 - .../bootstrap-icons/hdd-network-fill.svg | 3 - web/vendor/bootstrap-icons/hdd-network.svg | 4 - web/vendor/bootstrap-icons/hdd-rack-fill.svg | 3 - web/vendor/bootstrap-icons/hdd-rack.svg | 4 - web/vendor/bootstrap-icons/hdd-stack-fill.svg | 3 - web/vendor/bootstrap-icons/hdd-stack.svg | 5 - web/vendor/bootstrap-icons/hdd.svg | 4 - web/vendor/bootstrap-icons/hdmi-fill.svg | 3 - web/vendor/bootstrap-icons/hdmi.svg | 4 - web/vendor/bootstrap-icons/headphones.svg | 3 - web/vendor/bootstrap-icons/headset-vr.svg | 4 - web/vendor/bootstrap-icons/headset.svg | 3 - web/vendor/bootstrap-icons/heart-arrow.svg | 3 - web/vendor/bootstrap-icons/heart-fill.svg | 3 - web/vendor/bootstrap-icons/heart-half.svg | 3 - .../bootstrap-icons/heart-pulse-fill.svg | 4 - web/vendor/bootstrap-icons/heart-pulse.svg | 4 - web/vendor/bootstrap-icons/heart.svg | 3 - .../bootstrap-icons/heartbreak-fill.svg | 3 - web/vendor/bootstrap-icons/heartbreak.svg | 3 - web/vendor/bootstrap-icons/hearts.svg | 3 - web/vendor/bootstrap-icons/heptagon-fill.svg | 3 - web/vendor/bootstrap-icons/heptagon-half.svg | 3 - web/vendor/bootstrap-icons/heptagon.svg | 3 - web/vendor/bootstrap-icons/hexagon-fill.svg | 3 - web/vendor/bootstrap-icons/hexagon-half.svg | 3 - web/vendor/bootstrap-icons/hexagon.svg | 3 - web/vendor/bootstrap-icons/highlighter.svg | 3 - web/vendor/bootstrap-icons/highlights.svg | 3 - web/vendor/bootstrap-icons/hospital-fill.svg | 3 - web/vendor/bootstrap-icons/hospital.svg | 4 - .../bootstrap-icons/hourglass-bottom.svg | 3 - .../bootstrap-icons/hourglass-split.svg | 3 - web/vendor/bootstrap-icons/hourglass-top.svg | 3 - web/vendor/bootstrap-icons/hourglass.svg | 3 - web/vendor/bootstrap-icons/house-add-fill.svg | 5 - web/vendor/bootstrap-icons/house-add.svg | 4 - .../bootstrap-icons/house-check-fill.svg | 5 - web/vendor/bootstrap-icons/house-check.svg | 4 - .../bootstrap-icons/house-dash-fill.svg | 5 - web/vendor/bootstrap-icons/house-dash.svg | 4 - .../bootstrap-icons/house-door-fill.svg | 3 - web/vendor/bootstrap-icons/house-door.svg | 3 - .../bootstrap-icons/house-down-fill.svg | 5 - web/vendor/bootstrap-icons/house-down.svg | 4 - .../house-exclamation-fill.svg | 5 - .../bootstrap-icons/house-exclamation.svg | 4 - web/vendor/bootstrap-icons/house-fill.svg | 4 - .../bootstrap-icons/house-gear-fill.svg | 5 - web/vendor/bootstrap-icons/house-gear.svg | 4 - .../bootstrap-icons/house-heart-fill.svg | 4 - web/vendor/bootstrap-icons/house-heart.svg | 4 - .../bootstrap-icons/house-lock-fill.svg | 5 - web/vendor/bootstrap-icons/house-lock.svg | 4 - .../bootstrap-icons/house-slash-fill.svg | 5 - web/vendor/bootstrap-icons/house-slash.svg | 4 - web/vendor/bootstrap-icons/house-up-fill.svg | 5 - web/vendor/bootstrap-icons/house-up.svg | 4 - web/vendor/bootstrap-icons/house-x-fill.svg | 5 - web/vendor/bootstrap-icons/house-x.svg | 4 - web/vendor/bootstrap-icons/house.svg | 3 - web/vendor/bootstrap-icons/houses-fill.svg | 4 - web/vendor/bootstrap-icons/houses.svg | 3 - web/vendor/bootstrap-icons/hr.svg | 3 - web/vendor/bootstrap-icons/hurricane.svg | 3 - web/vendor/bootstrap-icons/hypnotize.svg | 4 - web/vendor/bootstrap-icons/image-alt.svg | 3 - web/vendor/bootstrap-icons/image-fill.svg | 3 - web/vendor/bootstrap-icons/image.svg | 4 - web/vendor/bootstrap-icons/images.svg | 4 - web/vendor/bootstrap-icons/inbox-fill.svg | 3 - web/vendor/bootstrap-icons/inbox.svg | 3 - web/vendor/bootstrap-icons/inboxes-fill.svg | 3 - web/vendor/bootstrap-icons/inboxes.svg | 3 - web/vendor/bootstrap-icons/incognito.svg | 3 - web/vendor/bootstrap-icons/indent.svg | 4 - web/vendor/bootstrap-icons/infinity.svg | 3 - .../bootstrap-icons/info-circle-fill.svg | 3 - web/vendor/bootstrap-icons/info-circle.svg | 4 - web/vendor/bootstrap-icons/info-lg.svg | 3 - .../bootstrap-icons/info-square-fill.svg | 3 - web/vendor/bootstrap-icons/info-square.svg | 4 - web/vendor/bootstrap-icons/info.svg | 3 - .../bootstrap-icons/input-cursor-text.svg | 4 - web/vendor/bootstrap-icons/input-cursor.svg | 4 - web/vendor/bootstrap-icons/instagram.svg | 3 - web/vendor/bootstrap-icons/intersect.svg | 3 - web/vendor/bootstrap-icons/javascript.svg | 3 - web/vendor/bootstrap-icons/journal-album.svg | 5 - .../bootstrap-icons/journal-arrow-down.svg | 5 - .../bootstrap-icons/journal-arrow-up.svg | 5 - .../bootstrap-icons/journal-bookmark-fill.svg | 5 - .../bootstrap-icons/journal-bookmark.svg | 5 - web/vendor/bootstrap-icons/journal-check.svg | 5 - web/vendor/bootstrap-icons/journal-code.svg | 5 - .../bootstrap-icons/journal-medical.svg | 5 - web/vendor/bootstrap-icons/journal-minus.svg | 5 - web/vendor/bootstrap-icons/journal-plus.svg | 5 - .../bootstrap-icons/journal-richtext.svg | 5 - web/vendor/bootstrap-icons/journal-text.svg | 5 - web/vendor/bootstrap-icons/journal-x.svg | 5 - web/vendor/bootstrap-icons/journal.svg | 4 - web/vendor/bootstrap-icons/journals.svg | 4 - web/vendor/bootstrap-icons/joystick.svg | 4 - web/vendor/bootstrap-icons/justify-left.svg | 3 - web/vendor/bootstrap-icons/justify-right.svg | 3 - web/vendor/bootstrap-icons/justify.svg | 3 - web/vendor/bootstrap-icons/kanban-fill.svg | 3 - web/vendor/bootstrap-icons/kanban.svg | 4 - web/vendor/bootstrap-icons/key-fill.svg | 3 - web/vendor/bootstrap-icons/key.svg | 4 - web/vendor/bootstrap-icons/keyboard-fill.svg | 3 - web/vendor/bootstrap-icons/keyboard.svg | 4 - web/vendor/bootstrap-icons/ladder.svg | 3 - web/vendor/bootstrap-icons/lamp-fill.svg | 4 - web/vendor/bootstrap-icons/lamp.svg | 4 - web/vendor/bootstrap-icons/laptop-fill.svg | 3 - web/vendor/bootstrap-icons/laptop.svg | 3 - web/vendor/bootstrap-icons/layer-backward.svg | 4 - web/vendor/bootstrap-icons/layer-forward.svg | 4 - web/vendor/bootstrap-icons/layers-fill.svg | 4 - web/vendor/bootstrap-icons/layers-half.svg | 3 - web/vendor/bootstrap-icons/layers.svg | 3 - .../layout-sidebar-inset-reverse.svg | 4 - .../bootstrap-icons/layout-sidebar-inset.svg | 4 - .../layout-sidebar-reverse.svg | 3 - web/vendor/bootstrap-icons/layout-sidebar.svg | 3 - web/vendor/bootstrap-icons/layout-split.svg | 3 - .../layout-text-sidebar-reverse.svg | 4 - .../bootstrap-icons/layout-text-sidebar.svg | 4 - .../layout-text-window-reverse.svg | 4 - .../bootstrap-icons/layout-text-window.svg | 4 - .../bootstrap-icons/layout-three-columns.svg | 3 - web/vendor/bootstrap-icons/layout-wtf.svg | 3 - web/vendor/bootstrap-icons/leaf-fill.svg | 3 - web/vendor/bootstrap-icons/leaf.svg | 3 - web/vendor/bootstrap-icons/life-preserver.svg | 3 - web/vendor/bootstrap-icons/lightbulb-fill.svg | 3 - .../bootstrap-icons/lightbulb-off-fill.svg | 3 - web/vendor/bootstrap-icons/lightbulb-off.svg | 3 - web/vendor/bootstrap-icons/lightbulb.svg | 3 - .../bootstrap-icons/lightning-charge-fill.svg | 3 - .../bootstrap-icons/lightning-charge.svg | 3 - web/vendor/bootstrap-icons/lightning-fill.svg | 3 - web/vendor/bootstrap-icons/lightning.svg | 3 - web/vendor/bootstrap-icons/line.svg | 3 - web/vendor/bootstrap-icons/link-45deg.svg | 4 - web/vendor/bootstrap-icons/link.svg | 4 - web/vendor/bootstrap-icons/linkedin.svg | 3 - web/vendor/bootstrap-icons/list-check.svg | 3 - .../bootstrap-icons/list-columns-reverse.svg | 3 - web/vendor/bootstrap-icons/list-columns.svg | 3 - web/vendor/bootstrap-icons/list-nested.svg | 3 - web/vendor/bootstrap-icons/list-ol.svg | 4 - web/vendor/bootstrap-icons/list-stars.svg | 4 - web/vendor/bootstrap-icons/list-task.svg | 5 - web/vendor/bootstrap-icons/list-ul.svg | 3 - web/vendor/bootstrap-icons/list.svg | 3 - web/vendor/bootstrap-icons/lock-fill.svg | 3 - web/vendor/bootstrap-icons/lock.svg | 3 - web/vendor/bootstrap-icons/luggage-fill.svg | 4 - web/vendor/bootstrap-icons/luggage.svg | 4 - web/vendor/bootstrap-icons/lungs-fill.svg | 3 - web/vendor/bootstrap-icons/lungs.svg | 3 - web/vendor/bootstrap-icons/magic.svg | 3 - web/vendor/bootstrap-icons/magnet-fill.svg | 3 - web/vendor/bootstrap-icons/magnet.svg | 3 - web/vendor/bootstrap-icons/mailbox-flag.svg | 4 - web/vendor/bootstrap-icons/mailbox.svg | 4 - web/vendor/bootstrap-icons/mailbox2-flag.svg | 4 - web/vendor/bootstrap-icons/mailbox2.svg | 4 - web/vendor/bootstrap-icons/map-fill.svg | 3 - web/vendor/bootstrap-icons/map.svg | 3 - web/vendor/bootstrap-icons/markdown-fill.svg | 3 - web/vendor/bootstrap-icons/markdown.svg | 6 - web/vendor/bootstrap-icons/marker-tip.svg | 3 - web/vendor/bootstrap-icons/mask.svg | 3 - web/vendor/bootstrap-icons/mastodon.svg | 3 - .../bootstrap-icons/measuring-cup-fill.svg | 3 - web/vendor/bootstrap-icons/measuring-cup.svg | 3 - web/vendor/bootstrap-icons/medium.svg | 3 - web/vendor/bootstrap-icons/megaphone-fill.svg | 3 - web/vendor/bootstrap-icons/megaphone.svg | 3 - web/vendor/bootstrap-icons/memory.svg | 3 - web/vendor/bootstrap-icons/menu-app-fill.svg | 3 - web/vendor/bootstrap-icons/menu-app.svg | 3 - .../bootstrap-icons/menu-button-fill.svg | 3 - .../bootstrap-icons/menu-button-wide-fill.svg | 3 - .../bootstrap-icons/menu-button-wide.svg | 4 - web/vendor/bootstrap-icons/menu-button.svg | 4 - web/vendor/bootstrap-icons/menu-down.svg | 3 - web/vendor/bootstrap-icons/menu-up.svg | 3 - web/vendor/bootstrap-icons/messenger.svg | 3 - web/vendor/bootstrap-icons/meta.svg | 3 - web/vendor/bootstrap-icons/mic-fill.svg | 4 - web/vendor/bootstrap-icons/mic-mute-fill.svg | 4 - web/vendor/bootstrap-icons/mic-mute.svg | 4 - web/vendor/bootstrap-icons/mic.svg | 4 - .../bootstrap-icons/microsoft-teams.svg | 4 - web/vendor/bootstrap-icons/microsoft.svg | 3 - .../bootstrap-icons/minecart-loaded.svg | 4 - web/vendor/bootstrap-icons/minecart.svg | 3 - web/vendor/bootstrap-icons/modem-fill.svg | 3 - web/vendor/bootstrap-icons/modem.svg | 4 - web/vendor/bootstrap-icons/moisture.svg | 3 - web/vendor/bootstrap-icons/moon-fill.svg | 3 - .../bootstrap-icons/moon-stars-fill.svg | 4 - web/vendor/bootstrap-icons/moon-stars.svg | 4 - web/vendor/bootstrap-icons/moon.svg | 3 - .../bootstrap-icons/mortarboard-fill.svg | 4 - web/vendor/bootstrap-icons/mortarboard.svg | 4 - .../bootstrap-icons/motherboard-fill.svg | 4 - web/vendor/bootstrap-icons/motherboard.svg | 4 - web/vendor/bootstrap-icons/mouse-fill.svg | 3 - web/vendor/bootstrap-icons/mouse.svg | 3 - web/vendor/bootstrap-icons/mouse2-fill.svg | 3 - web/vendor/bootstrap-icons/mouse2.svg | 3 - web/vendor/bootstrap-icons/mouse3-fill.svg | 3 - web/vendor/bootstrap-icons/mouse3.svg | 3 - .../bootstrap-icons/music-note-beamed.svg | 5 - .../bootstrap-icons/music-note-list.svg | 6 - web/vendor/bootstrap-icons/music-note.svg | 5 - .../bootstrap-icons/music-player-fill.svg | 4 - web/vendor/bootstrap-icons/music-player.svg | 5 - web/vendor/bootstrap-icons/newspaper.svg | 4 - .../bootstrap-icons/nintendo-switch.svg | 4 - .../bootstrap-icons/node-minus-fill.svg | 3 - web/vendor/bootstrap-icons/node-minus.svg | 3 - web/vendor/bootstrap-icons/node-plus-fill.svg | 3 - web/vendor/bootstrap-icons/node-plus.svg | 3 - .../bootstrap-icons/noise-reduction.svg | 4 - web/vendor/bootstrap-icons/nut-fill.svg | 3 - web/vendor/bootstrap-icons/nut.svg | 4 - web/vendor/bootstrap-icons/nvidia.svg | 3 - web/vendor/bootstrap-icons/nvme-fill.svg | 4 - web/vendor/bootstrap-icons/nvme.svg | 4 - web/vendor/bootstrap-icons/octagon-fill.svg | 3 - web/vendor/bootstrap-icons/octagon-half.svg | 3 - web/vendor/bootstrap-icons/octagon.svg | 3 - web/vendor/bootstrap-icons/openai.svg | 3 - web/vendor/bootstrap-icons/opencollective.svg | 4 - .../bootstrap-icons/optical-audio-fill.svg | 4 - web/vendor/bootstrap-icons/optical-audio.svg | 5 - web/vendor/bootstrap-icons/option.svg | 3 - web/vendor/bootstrap-icons/outlet.svg | 4 - web/vendor/bootstrap-icons/p-circle-fill.svg | 3 - web/vendor/bootstrap-icons/p-circle.svg | 3 - web/vendor/bootstrap-icons/p-square-fill.svg | 4 - web/vendor/bootstrap-icons/p-square.svg | 4 - web/vendor/bootstrap-icons/paint-bucket.svg | 3 - web/vendor/bootstrap-icons/palette-fill.svg | 3 - web/vendor/bootstrap-icons/palette.svg | 4 - web/vendor/bootstrap-icons/palette2.svg | 3 - web/vendor/bootstrap-icons/paperclip.svg | 3 - web/vendor/bootstrap-icons/paragraph.svg | 3 - web/vendor/bootstrap-icons/pass-fill.svg | 3 - web/vendor/bootstrap-icons/pass.svg | 4 - web/vendor/bootstrap-icons/passport-fill.svg | 4 - web/vendor/bootstrap-icons/passport.svg | 4 - .../bootstrap-icons/patch-check-fill.svg | 3 - web/vendor/bootstrap-icons/patch-check.svg | 4 - .../patch-exclamation-fill.svg | 3 - .../bootstrap-icons/patch-exclamation.svg | 4 - .../bootstrap-icons/patch-minus-fill.svg | 3 - web/vendor/bootstrap-icons/patch-minus.svg | 4 - .../bootstrap-icons/patch-plus-fill.svg | 3 - web/vendor/bootstrap-icons/patch-plus.svg | 4 - .../bootstrap-icons/patch-question-fill.svg | 3 - web/vendor/bootstrap-icons/patch-question.svg | 5 - web/vendor/bootstrap-icons/pause-btn-fill.svg | 3 - web/vendor/bootstrap-icons/pause-btn.svg | 4 - .../bootstrap-icons/pause-circle-fill.svg | 3 - web/vendor/bootstrap-icons/pause-circle.svg | 4 - web/vendor/bootstrap-icons/pause-fill.svg | 3 - web/vendor/bootstrap-icons/pause.svg | 3 - web/vendor/bootstrap-icons/paypal.svg | 3 - .../bootstrap-icons/pc-display-horizontal.svg | 3 - web/vendor/bootstrap-icons/pc-display.svg | 3 - web/vendor/bootstrap-icons/pc-horizontal.svg | 3 - web/vendor/bootstrap-icons/pc.svg | 3 - .../bootstrap-icons/pci-card-network.svg | 5 - web/vendor/bootstrap-icons/pci-card-sound.svg | 5 - web/vendor/bootstrap-icons/pci-card.svg | 4 - web/vendor/bootstrap-icons/peace-fill.svg | 3 - web/vendor/bootstrap-icons/peace.svg | 3 - web/vendor/bootstrap-icons/pen-fill.svg | 3 - web/vendor/bootstrap-icons/pen.svg | 3 - web/vendor/bootstrap-icons/pencil-fill.svg | 3 - web/vendor/bootstrap-icons/pencil-square.svg | 4 - web/vendor/bootstrap-icons/pencil.svg | 3 - web/vendor/bootstrap-icons/pentagon-fill.svg | 3 - web/vendor/bootstrap-icons/pentagon-half.svg | 3 - web/vendor/bootstrap-icons/pentagon.svg | 3 - web/vendor/bootstrap-icons/people-fill.svg | 3 - web/vendor/bootstrap-icons/people.svg | 3 - web/vendor/bootstrap-icons/percent.svg | 3 - web/vendor/bootstrap-icons/perplexity.svg | 3 - web/vendor/bootstrap-icons/person-add.svg | 4 - web/vendor/bootstrap-icons/person-arms-up.svg | 4 - .../bootstrap-icons/person-badge-fill.svg | 3 - web/vendor/bootstrap-icons/person-badge.svg | 4 - .../bootstrap-icons/person-bounding-box.svg | 4 - .../bootstrap-icons/person-check-fill.svg | 4 - web/vendor/bootstrap-icons/person-check.svg | 4 - web/vendor/bootstrap-icons/person-circle.svg | 4 - .../bootstrap-icons/person-dash-fill.svg | 4 - web/vendor/bootstrap-icons/person-dash.svg | 4 - web/vendor/bootstrap-icons/person-down.svg | 4 - .../bootstrap-icons/person-exclamation.svg | 4 - .../bootstrap-icons/person-fill-add.svg | 4 - .../bootstrap-icons/person-fill-check.svg | 4 - .../bootstrap-icons/person-fill-dash.svg | 4 - .../bootstrap-icons/person-fill-down.svg | 4 - .../person-fill-exclamation.svg | 4 - .../bootstrap-icons/person-fill-gear.svg | 3 - .../bootstrap-icons/person-fill-lock.svg | 3 - .../bootstrap-icons/person-fill-slash.svg | 3 - web/vendor/bootstrap-icons/person-fill-up.svg | 4 - web/vendor/bootstrap-icons/person-fill-x.svg | 4 - web/vendor/bootstrap-icons/person-fill.svg | 3 - web/vendor/bootstrap-icons/person-gear.svg | 3 - web/vendor/bootstrap-icons/person-heart.svg | 3 - web/vendor/bootstrap-icons/person-hearts.svg | 3 - .../bootstrap-icons/person-lines-fill.svg | 3 - web/vendor/bootstrap-icons/person-lock.svg | 3 - .../bootstrap-icons/person-plus-fill.svg | 4 - web/vendor/bootstrap-icons/person-plus.svg | 4 - .../bootstrap-icons/person-raised-hand.svg | 4 - web/vendor/bootstrap-icons/person-rolodex.svg | 4 - web/vendor/bootstrap-icons/person-slash.svg | 3 - web/vendor/bootstrap-icons/person-square.svg | 4 - .../bootstrap-icons/person-standing-dress.svg | 3 - .../bootstrap-icons/person-standing.svg | 3 - web/vendor/bootstrap-icons/person-up.svg | 4 - .../bootstrap-icons/person-vcard-fill.svg | 3 - web/vendor/bootstrap-icons/person-vcard.svg | 4 - web/vendor/bootstrap-icons/person-video.svg | 4 - web/vendor/bootstrap-icons/person-video2.svg | 4 - web/vendor/bootstrap-icons/person-video3.svg | 4 - web/vendor/bootstrap-icons/person-walking.svg | 4 - .../bootstrap-icons/person-wheelchair.svg | 3 - .../bootstrap-icons/person-workspace.svg | 4 - web/vendor/bootstrap-icons/person-x-fill.svg | 3 - web/vendor/bootstrap-icons/person-x.svg | 4 - web/vendor/bootstrap-icons/person.svg | 3 - web/vendor/bootstrap-icons/phone-fill.svg | 3 - web/vendor/bootstrap-icons/phone-flip.svg | 3 - .../bootstrap-icons/phone-landscape-fill.svg | 3 - .../bootstrap-icons/phone-landscape.svg | 4 - .../bootstrap-icons/phone-vibrate-fill.svg | 3 - web/vendor/bootstrap-icons/phone-vibrate.svg | 4 - web/vendor/bootstrap-icons/phone.svg | 4 - web/vendor/bootstrap-icons/pie-chart-fill.svg | 3 - web/vendor/bootstrap-icons/pie-chart.svg | 3 - .../bootstrap-icons/piggy-bank-fill.svg | 3 - web/vendor/bootstrap-icons/piggy-bank.svg | 4 - web/vendor/bootstrap-icons/pin-angle-fill.svg | 3 - web/vendor/bootstrap-icons/pin-angle.svg | 3 - web/vendor/bootstrap-icons/pin-fill.svg | 3 - web/vendor/bootstrap-icons/pin-map-fill.svg | 4 - web/vendor/bootstrap-icons/pin-map.svg | 4 - web/vendor/bootstrap-icons/pin.svg | 3 - web/vendor/bootstrap-icons/pinterest.svg | 3 - web/vendor/bootstrap-icons/pip-fill.svg | 3 - web/vendor/bootstrap-icons/pip.svg | 4 - web/vendor/bootstrap-icons/play-btn-fill.svg | 3 - web/vendor/bootstrap-icons/play-btn.svg | 4 - .../bootstrap-icons/play-circle-fill.svg | 3 - web/vendor/bootstrap-icons/play-circle.svg | 4 - web/vendor/bootstrap-icons/play-fill.svg | 3 - web/vendor/bootstrap-icons/play.svg | 3 - web/vendor/bootstrap-icons/playstation.svg | 3 - web/vendor/bootstrap-icons/plug-fill.svg | 3 - web/vendor/bootstrap-icons/plug.svg | 3 - web/vendor/bootstrap-icons/plugin.svg | 3 - .../bootstrap-icons/plus-circle-dotted.svg | 3 - .../bootstrap-icons/plus-circle-fill.svg | 3 - web/vendor/bootstrap-icons/plus-circle.svg | 4 - web/vendor/bootstrap-icons/plus-lg.svg | 3 - .../bootstrap-icons/plus-slash-minus.svg | 3 - .../bootstrap-icons/plus-square-dotted.svg | 3 - .../bootstrap-icons/plus-square-fill.svg | 3 - web/vendor/bootstrap-icons/plus-square.svg | 4 - web/vendor/bootstrap-icons/plus.svg | 3 - web/vendor/bootstrap-icons/postage-fill.svg | 4 - .../bootstrap-icons/postage-heart-fill.svg | 4 - web/vendor/bootstrap-icons/postage-heart.svg | 4 - web/vendor/bootstrap-icons/postage.svg | 4 - web/vendor/bootstrap-icons/postcard-fill.svg | 4 - .../bootstrap-icons/postcard-heart-fill.svg | 3 - web/vendor/bootstrap-icons/postcard-heart.svg | 4 - web/vendor/bootstrap-icons/postcard.svg | 3 - web/vendor/bootstrap-icons/power.svg | 4 - web/vendor/bootstrap-icons/prescription.svg | 4 - web/vendor/bootstrap-icons/prescription2.svg | 4 - web/vendor/bootstrap-icons/printer-fill.svg | 4 - web/vendor/bootstrap-icons/printer.svg | 4 - web/vendor/bootstrap-icons/projector-fill.svg | 3 - web/vendor/bootstrap-icons/projector.svg | 4 - web/vendor/bootstrap-icons/puzzle-fill.svg | 3 - web/vendor/bootstrap-icons/puzzle.svg | 3 - web/vendor/bootstrap-icons/qr-code-scan.svg | 7 - web/vendor/bootstrap-icons/qr-code.svg | 7 - .../bootstrap-icons/question-circle-fill.svg | 3 - .../bootstrap-icons/question-circle.svg | 4 - .../bootstrap-icons/question-diamond-fill.svg | 3 - .../bootstrap-icons/question-diamond.svg | 4 - web/vendor/bootstrap-icons/question-lg.svg | 3 - .../bootstrap-icons/question-octagon-fill.svg | 3 - .../bootstrap-icons/question-octagon.svg | 4 - .../bootstrap-icons/question-square-fill.svg | 3 - .../bootstrap-icons/question-square.svg | 4 - web/vendor/bootstrap-icons/question.svg | 3 - web/vendor/bootstrap-icons/quora.svg | 3 - web/vendor/bootstrap-icons/quote.svg | 3 - web/vendor/bootstrap-icons/r-circle-fill.svg | 3 - web/vendor/bootstrap-icons/r-circle.svg | 3 - web/vendor/bootstrap-icons/r-square-fill.svg | 4 - web/vendor/bootstrap-icons/r-square.svg | 4 - web/vendor/bootstrap-icons/radar.svg | 3 - web/vendor/bootstrap-icons/radioactive.svg | 4 - web/vendor/bootstrap-icons/rainbow.svg | 3 - web/vendor/bootstrap-icons/receipt-cutoff.svg | 4 - web/vendor/bootstrap-icons/receipt.svg | 4 - web/vendor/bootstrap-icons/reception-0.svg | 3 - web/vendor/bootstrap-icons/reception-1.svg | 3 - web/vendor/bootstrap-icons/reception-2.svg | 3 - web/vendor/bootstrap-icons/reception-3.svg | 3 - web/vendor/bootstrap-icons/reception-4.svg | 3 - .../bootstrap-icons/record-btn-fill.svg | 3 - web/vendor/bootstrap-icons/record-btn.svg | 4 - .../bootstrap-icons/record-circle-fill.svg | 3 - web/vendor/bootstrap-icons/record-circle.svg | 4 - web/vendor/bootstrap-icons/record-fill.svg | 3 - web/vendor/bootstrap-icons/record.svg | 3 - web/vendor/bootstrap-icons/record2-fill.svg | 4 - web/vendor/bootstrap-icons/record2.svg | 4 - web/vendor/bootstrap-icons/recycle.svg | 3 - web/vendor/bootstrap-icons/reddit.svg | 4 - web/vendor/bootstrap-icons/regex.svg | 3 - web/vendor/bootstrap-icons/repeat-1.svg | 4 - web/vendor/bootstrap-icons/repeat.svg | 3 - web/vendor/bootstrap-icons/reply-all-fill.svg | 4 - web/vendor/bootstrap-icons/reply-all.svg | 4 - web/vendor/bootstrap-icons/reply-fill.svg | 3 - web/vendor/bootstrap-icons/reply.svg | 3 - .../bootstrap-icons/rewind-btn-fill.svg | 3 - web/vendor/bootstrap-icons/rewind-btn.svg | 4 - .../bootstrap-icons/rewind-circle-fill.svg | 3 - web/vendor/bootstrap-icons/rewind-circle.svg | 4 - web/vendor/bootstrap-icons/rewind-fill.svg | 4 - web/vendor/bootstrap-icons/rewind.svg | 4 - web/vendor/bootstrap-icons/robot.svg | 4 - web/vendor/bootstrap-icons/rocket-fill.svg | 4 - .../bootstrap-icons/rocket-takeoff-fill.svg | 4 - web/vendor/bootstrap-icons/rocket-takeoff.svg | 5 - web/vendor/bootstrap-icons/rocket.svg | 5 - web/vendor/bootstrap-icons/router-fill.svg | 6 - web/vendor/bootstrap-icons/router.svg | 6 - web/vendor/bootstrap-icons/rss-fill.svg | 3 - web/vendor/bootstrap-icons/rss.svg | 4 - web/vendor/bootstrap-icons/rulers.svg | 3 - web/vendor/bootstrap-icons/safe-fill.svg | 4 - web/vendor/bootstrap-icons/safe.svg | 4 - web/vendor/bootstrap-icons/safe2-fill.svg | 4 - web/vendor/bootstrap-icons/safe2.svg | 4 - web/vendor/bootstrap-icons/save-fill.svg | 3 - web/vendor/bootstrap-icons/save.svg | 3 - web/vendor/bootstrap-icons/save2-fill.svg | 3 - web/vendor/bootstrap-icons/save2.svg | 3 - web/vendor/bootstrap-icons/scissors.svg | 3 - web/vendor/bootstrap-icons/scooter.svg | 3 - web/vendor/bootstrap-icons/screwdriver.svg | 3 - web/vendor/bootstrap-icons/sd-card-fill.svg | 3 - web/vendor/bootstrap-icons/sd-card.svg | 4 - .../bootstrap-icons/search-heart-fill.svg | 3 - web/vendor/bootstrap-icons/search-heart.svg | 4 - web/vendor/bootstrap-icons/search.svg | 3 - web/vendor/bootstrap-icons/segmented-nav.svg | 3 - .../bootstrap-icons/send-arrow-down-fill.svg | 4 - .../bootstrap-icons/send-arrow-down.svg | 4 - .../bootstrap-icons/send-arrow-up-fill.svg | 4 - web/vendor/bootstrap-icons/send-arrow-up.svg | 4 - .../bootstrap-icons/send-check-fill.svg | 4 - web/vendor/bootstrap-icons/send-check.svg | 4 - web/vendor/bootstrap-icons/send-dash-fill.svg | 4 - web/vendor/bootstrap-icons/send-dash.svg | 4 - .../bootstrap-icons/send-exclamation-fill.svg | 4 - .../bootstrap-icons/send-exclamation.svg | 4 - web/vendor/bootstrap-icons/send-fill.svg | 3 - web/vendor/bootstrap-icons/send-plus-fill.svg | 4 - web/vendor/bootstrap-icons/send-plus.svg | 4 - .../bootstrap-icons/send-slash-fill.svg | 4 - web/vendor/bootstrap-icons/send-slash.svg | 4 - web/vendor/bootstrap-icons/send-x-fill.svg | 4 - web/vendor/bootstrap-icons/send-x.svg | 4 - web/vendor/bootstrap-icons/send.svg | 3 - web/vendor/bootstrap-icons/server.svg | 5 - web/vendor/bootstrap-icons/shadows.svg | 3 - web/vendor/bootstrap-icons/share-fill.svg | 3 - web/vendor/bootstrap-icons/share.svg | 3 - web/vendor/bootstrap-icons/shield-check.svg | 4 - .../bootstrap-icons/shield-exclamation.svg | 4 - .../bootstrap-icons/shield-fill-check.svg | 3 - .../shield-fill-exclamation.svg | 3 - .../bootstrap-icons/shield-fill-minus.svg | 3 - .../bootstrap-icons/shield-fill-plus.svg | 3 - web/vendor/bootstrap-icons/shield-fill-x.svg | 3 - web/vendor/bootstrap-icons/shield-fill.svg | 3 - .../bootstrap-icons/shield-lock-fill.svg | 3 - web/vendor/bootstrap-icons/shield-lock.svg | 4 - web/vendor/bootstrap-icons/shield-minus.svg | 4 - web/vendor/bootstrap-icons/shield-plus.svg | 4 - web/vendor/bootstrap-icons/shield-shaded.svg | 3 - .../bootstrap-icons/shield-slash-fill.svg | 3 - web/vendor/bootstrap-icons/shield-slash.svg | 3 - web/vendor/bootstrap-icons/shield-x.svg | 4 - web/vendor/bootstrap-icons/shield.svg | 3 - web/vendor/bootstrap-icons/shift-fill.svg | 3 - web/vendor/bootstrap-icons/shift.svg | 3 - web/vendor/bootstrap-icons/shop-window.svg | 3 - web/vendor/bootstrap-icons/shop.svg | 3 - web/vendor/bootstrap-icons/shuffle.svg | 4 - .../bootstrap-icons/sign-dead-end-fill.svg | 4 - web/vendor/bootstrap-icons/sign-dead-end.svg | 4 - .../sign-do-not-enter-fill.svg | 4 - .../bootstrap-icons/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 - .../bootstrap-icons/sign-intersection-t.svg | 4 - .../sign-intersection-y-fill.svg | 3 - .../bootstrap-icons/sign-intersection-y.svg | 4 - .../bootstrap-icons/sign-intersection.svg | 4 - .../bootstrap-icons/sign-merge-left-fill.svg | 3 - .../bootstrap-icons/sign-merge-left.svg | 4 - .../bootstrap-icons/sign-merge-right-fill.svg | 3 - .../bootstrap-icons/sign-merge-right.svg | 4 - .../sign-no-left-turn-fill.svg | 4 - .../bootstrap-icons/sign-no-left-turn.svg | 3 - .../bootstrap-icons/sign-no-parking-fill.svg | 4 - .../bootstrap-icons/sign-no-parking.svg | 3 - .../sign-no-right-turn-fill.svg | 4 - .../bootstrap-icons/sign-no-right-turn.svg | 3 - .../bootstrap-icons/sign-railroad-fill.svg | 5 - web/vendor/bootstrap-icons/sign-railroad.svg | 4 - web/vendor/bootstrap-icons/sign-stop-fill.svg | 4 - .../bootstrap-icons/sign-stop-lights-fill.svg | 4 - .../bootstrap-icons/sign-stop-lights.svg | 4 - web/vendor/bootstrap-icons/sign-stop.svg | 5 - .../bootstrap-icons/sign-turn-left-fill.svg | 3 - web/vendor/bootstrap-icons/sign-turn-left.svg | 4 - .../bootstrap-icons/sign-turn-right-fill.svg | 3 - .../bootstrap-icons/sign-turn-right.svg | 4 - .../sign-turn-slight-left-fill.svg | 3 - .../bootstrap-icons/sign-turn-slight-left.svg | 4 - .../sign-turn-slight-right-fill.svg | 3 - .../sign-turn-slight-right.svg | 4 - .../bootstrap-icons/sign-yield-fill.svg | 4 - web/vendor/bootstrap-icons/sign-yield.svg | 5 - web/vendor/bootstrap-icons/signal.svg | 3 - .../bootstrap-icons/signpost-2-fill.svg | 3 - web/vendor/bootstrap-icons/signpost-2.svg | 3 - web/vendor/bootstrap-icons/signpost-fill.svg | 3 - .../bootstrap-icons/signpost-split-fill.svg | 3 - web/vendor/bootstrap-icons/signpost-split.svg | 3 - web/vendor/bootstrap-icons/signpost.svg | 3 - web/vendor/bootstrap-icons/sim-fill.svg | 4 - web/vendor/bootstrap-icons/sim-slash-fill.svg | 3 - web/vendor/bootstrap-icons/sim-slash.svg | 3 - web/vendor/bootstrap-icons/sim.svg | 4 - web/vendor/bootstrap-icons/sina-weibo.svg | 4 - .../skip-backward-btn-fill.svg | 3 - .../bootstrap-icons/skip-backward-btn.svg | 4 - .../skip-backward-circle-fill.svg | 3 - .../bootstrap-icons/skip-backward-circle.svg | 4 - .../bootstrap-icons/skip-backward-fill.svg | 3 - web/vendor/bootstrap-icons/skip-backward.svg | 3 - .../bootstrap-icons/skip-end-btn-fill.svg | 3 - web/vendor/bootstrap-icons/skip-end-btn.svg | 4 - .../bootstrap-icons/skip-end-circle-fill.svg | 3 - .../bootstrap-icons/skip-end-circle.svg | 4 - web/vendor/bootstrap-icons/skip-end-fill.svg | 3 - web/vendor/bootstrap-icons/skip-end.svg | 3 - .../bootstrap-icons/skip-forward-btn-fill.svg | 3 - .../bootstrap-icons/skip-forward-btn.svg | 4 - .../skip-forward-circle-fill.svg | 3 - .../bootstrap-icons/skip-forward-circle.svg | 4 - .../bootstrap-icons/skip-forward-fill.svg | 3 - web/vendor/bootstrap-icons/skip-forward.svg | 3 - .../bootstrap-icons/skip-start-btn-fill.svg | 3 - web/vendor/bootstrap-icons/skip-start-btn.svg | 4 - .../skip-start-circle-fill.svg | 3 - .../bootstrap-icons/skip-start-circle.svg | 4 - .../bootstrap-icons/skip-start-fill.svg | 3 - web/vendor/bootstrap-icons/skip-start.svg | 3 - web/vendor/bootstrap-icons/skype.svg | 3 - web/vendor/bootstrap-icons/slack.svg | 3 - .../bootstrap-icons/slash-circle-fill.svg | 3 - web/vendor/bootstrap-icons/slash-circle.svg | 4 - web/vendor/bootstrap-icons/slash-lg.svg | 3 - .../bootstrap-icons/slash-square-fill.svg | 3 - web/vendor/bootstrap-icons/slash-square.svg | 4 - web/vendor/bootstrap-icons/slash.svg | 3 - web/vendor/bootstrap-icons/sliders.svg | 3 - .../bootstrap-icons/sliders2-vertical.svg | 3 - web/vendor/bootstrap-icons/sliders2.svg | 3 - web/vendor/bootstrap-icons/smartwatch.svg | 4 - web/vendor/bootstrap-icons/snapchat.svg | 3 - web/vendor/bootstrap-icons/snow.svg | 3 - web/vendor/bootstrap-icons/snow2.svg | 3 - web/vendor/bootstrap-icons/snow3.svg | 4 - .../bootstrap-icons/sort-alpha-down-alt.svg | 5 - .../bootstrap-icons/sort-alpha-down.svg | 4 - .../bootstrap-icons/sort-alpha-up-alt.svg | 5 - web/vendor/bootstrap-icons/sort-alpha-up.svg | 4 - web/vendor/bootstrap-icons/sort-down-alt.svg | 3 - web/vendor/bootstrap-icons/sort-down.svg | 3 - .../bootstrap-icons/sort-numeric-down-alt.svg | 4 - .../bootstrap-icons/sort-numeric-down.svg | 5 - .../bootstrap-icons/sort-numeric-up-alt.svg | 4 - .../bootstrap-icons/sort-numeric-up.svg | 5 - web/vendor/bootstrap-icons/sort-up-alt.svg | 3 - web/vendor/bootstrap-icons/sort-up.svg | 3 - web/vendor/bootstrap-icons/soundwave.svg | 3 - web/vendor/bootstrap-icons/sourceforge.svg | 4 - web/vendor/bootstrap-icons/speaker-fill.svg | 4 - web/vendor/bootstrap-icons/speaker.svg | 4 - web/vendor/bootstrap-icons/speedometer.svg | 4 - web/vendor/bootstrap-icons/speedometer2.svg | 4 - web/vendor/bootstrap-icons/spellcheck.svg | 4 - web/vendor/bootstrap-icons/spotify.svg | 3 - web/vendor/bootstrap-icons/square-fill.svg | 3 - web/vendor/bootstrap-icons/square-half.svg | 3 - web/vendor/bootstrap-icons/square.svg | 3 - web/vendor/bootstrap-icons/stack-overflow.svg | 4 - web/vendor/bootstrap-icons/stack.svg | 4 - web/vendor/bootstrap-icons/star-fill.svg | 3 - web/vendor/bootstrap-icons/star-half.svg | 3 - web/vendor/bootstrap-icons/star.svg | 3 - web/vendor/bootstrap-icons/stars.svg | 3 - web/vendor/bootstrap-icons/steam.svg | 4 - web/vendor/bootstrap-icons/stickies-fill.svg | 4 - web/vendor/bootstrap-icons/stickies.svg | 4 - web/vendor/bootstrap-icons/sticky-fill.svg | 3 - web/vendor/bootstrap-icons/sticky.svg | 3 - web/vendor/bootstrap-icons/stop-btn-fill.svg | 3 - web/vendor/bootstrap-icons/stop-btn.svg | 4 - .../bootstrap-icons/stop-circle-fill.svg | 3 - web/vendor/bootstrap-icons/stop-circle.svg | 4 - web/vendor/bootstrap-icons/stop-fill.svg | 3 - web/vendor/bootstrap-icons/stop.svg | 3 - .../bootstrap-icons/stoplights-fill.svg | 3 - web/vendor/bootstrap-icons/stoplights.svg | 4 - web/vendor/bootstrap-icons/stopwatch-fill.svg | 3 - web/vendor/bootstrap-icons/stopwatch.svg | 4 - web/vendor/bootstrap-icons/strava.svg | 3 - web/vendor/bootstrap-icons/stripe.svg | 3 - web/vendor/bootstrap-icons/subscript.svg | 3 - web/vendor/bootstrap-icons/substack.svg | 3 - web/vendor/bootstrap-icons/subtract.svg | 3 - web/vendor/bootstrap-icons/suit-club-fill.svg | 3 - web/vendor/bootstrap-icons/suit-club.svg | 3 - .../bootstrap-icons/suit-diamond-fill.svg | 3 - web/vendor/bootstrap-icons/suit-diamond.svg | 3 - .../bootstrap-icons/suit-heart-fill.svg | 3 - web/vendor/bootstrap-icons/suit-heart.svg | 3 - .../bootstrap-icons/suit-spade-fill.svg | 3 - web/vendor/bootstrap-icons/suit-spade.svg | 3 - web/vendor/bootstrap-icons/suitcase-fill.svg | 3 - .../bootstrap-icons/suitcase-lg-fill.svg | 3 - web/vendor/bootstrap-icons/suitcase-lg.svg | 3 - web/vendor/bootstrap-icons/suitcase.svg | 4 - web/vendor/bootstrap-icons/suitcase2-fill.svg | 3 - web/vendor/bootstrap-icons/suitcase2.svg | 3 - web/vendor/bootstrap-icons/sun-fill.svg | 3 - web/vendor/bootstrap-icons/sun.svg | 3 - web/vendor/bootstrap-icons/sunglasses.svg | 3 - web/vendor/bootstrap-icons/sunrise-fill.svg | 3 - web/vendor/bootstrap-icons/sunrise.svg | 3 - web/vendor/bootstrap-icons/sunset-fill.svg | 3 - web/vendor/bootstrap-icons/sunset.svg | 3 - web/vendor/bootstrap-icons/superscript.svg | 3 - .../bootstrap-icons/symmetry-horizontal.svg | 3 - .../bootstrap-icons/symmetry-vertical.svg | 3 - web/vendor/bootstrap-icons/table.svg | 3 - web/vendor/bootstrap-icons/tablet-fill.svg | 3 - .../bootstrap-icons/tablet-landscape-fill.svg | 3 - .../bootstrap-icons/tablet-landscape.svg | 4 - web/vendor/bootstrap-icons/tablet.svg | 4 - web/vendor/bootstrap-icons/tag-fill.svg | 3 - web/vendor/bootstrap-icons/tag.svg | 4 - web/vendor/bootstrap-icons/tags-fill.svg | 4 - web/vendor/bootstrap-icons/tags.svg | 4 - .../bootstrap-icons/taxi-front-fill.svg | 3 - web/vendor/bootstrap-icons/taxi-front.svg | 4 - web/vendor/bootstrap-icons/telegram.svg | 3 - web/vendor/bootstrap-icons/telephone-fill.svg | 3 - .../telephone-forward-fill.svg | 3 - .../bootstrap-icons/telephone-forward.svg | 3 - .../telephone-inbound-fill.svg | 3 - .../bootstrap-icons/telephone-inbound.svg | 3 - .../bootstrap-icons/telephone-minus-fill.svg | 3 - .../bootstrap-icons/telephone-minus.svg | 4 - .../telephone-outbound-fill.svg | 3 - .../bootstrap-icons/telephone-outbound.svg | 3 - .../bootstrap-icons/telephone-plus-fill.svg | 3 - web/vendor/bootstrap-icons/telephone-plus.svg | 4 - .../bootstrap-icons/telephone-x-fill.svg | 3 - web/vendor/bootstrap-icons/telephone-x.svg | 4 - web/vendor/bootstrap-icons/telephone.svg | 3 - web/vendor/bootstrap-icons/tencent-qq.svg | 4 - web/vendor/bootstrap-icons/terminal-dash.svg | 4 - web/vendor/bootstrap-icons/terminal-fill.svg | 3 - web/vendor/bootstrap-icons/terminal-plus.svg | 4 - web/vendor/bootstrap-icons/terminal-split.svg | 4 - web/vendor/bootstrap-icons/terminal-x.svg | 4 - web/vendor/bootstrap-icons/terminal.svg | 4 - web/vendor/bootstrap-icons/text-center.svg | 3 - .../bootstrap-icons/text-indent-left.svg | 3 - .../bootstrap-icons/text-indent-right.svg | 3 - web/vendor/bootstrap-icons/text-left.svg | 3 - web/vendor/bootstrap-icons/text-paragraph.svg | 3 - web/vendor/bootstrap-icons/text-right.svg | 3 - web/vendor/bootstrap-icons/text-wrap.svg | 3 - .../bootstrap-icons/textarea-resize.svg | 3 - web/vendor/bootstrap-icons/textarea-t.svg | 4 - web/vendor/bootstrap-icons/textarea.svg | 3 - .../bootstrap-icons/thermometer-half.svg | 4 - .../bootstrap-icons/thermometer-high.svg | 4 - .../bootstrap-icons/thermometer-low.svg | 4 - .../bootstrap-icons/thermometer-snow.svg | 4 - .../bootstrap-icons/thermometer-sun.svg | 4 - web/vendor/bootstrap-icons/thermometer.svg | 4 - web/vendor/bootstrap-icons/threads-fill.svg | 4 - web/vendor/bootstrap-icons/threads.svg | 3 - .../bootstrap-icons/three-dots-vertical.svg | 3 - web/vendor/bootstrap-icons/three-dots.svg | 3 - .../bootstrap-icons/thunderbolt-fill.svg | 3 - web/vendor/bootstrap-icons/thunderbolt.svg | 4 - .../bootstrap-icons/ticket-detailed-fill.svg | 3 - .../bootstrap-icons/ticket-detailed.svg | 4 - web/vendor/bootstrap-icons/ticket-fill.svg | 3 - .../ticket-perforated-fill.svg | 3 - .../bootstrap-icons/ticket-perforated.svg | 4 - web/vendor/bootstrap-icons/ticket.svg | 3 - web/vendor/bootstrap-icons/tiktok.svg | 3 - web/vendor/bootstrap-icons/toggle-off.svg | 3 - web/vendor/bootstrap-icons/toggle-on.svg | 3 - web/vendor/bootstrap-icons/toggle2-off.svg | 4 - web/vendor/bootstrap-icons/toggle2-on.svg | 4 - web/vendor/bootstrap-icons/toggles.svg | 3 - web/vendor/bootstrap-icons/toggles2.svg | 5 - web/vendor/bootstrap-icons/tools.svg | 3 - web/vendor/bootstrap-icons/tornado.svg | 3 - .../train-freight-front-fill.svg | 3 - .../bootstrap-icons/train-freight-front.svg | 3 - .../bootstrap-icons/train-front-fill.svg | 3 - web/vendor/bootstrap-icons/train-front.svg | 3 - .../train-lightrail-front-fill.svg | 3 - .../bootstrap-icons/train-lightrail-front.svg | 3 - web/vendor/bootstrap-icons/translate.svg | 4 - web/vendor/bootstrap-icons/transparency.svg | 3 - web/vendor/bootstrap-icons/trash-fill.svg | 3 - web/vendor/bootstrap-icons/trash.svg | 4 - web/vendor/bootstrap-icons/trash2-fill.svg | 3 - web/vendor/bootstrap-icons/trash2.svg | 3 - web/vendor/bootstrap-icons/trash3-fill.svg | 3 - web/vendor/bootstrap-icons/trash3.svg | 3 - web/vendor/bootstrap-icons/tree-fill.svg | 3 - web/vendor/bootstrap-icons/tree.svg | 3 - web/vendor/bootstrap-icons/trello.svg | 3 - web/vendor/bootstrap-icons/triangle-fill.svg | 3 - web/vendor/bootstrap-icons/triangle-half.svg | 3 - web/vendor/bootstrap-icons/triangle.svg | 3 - web/vendor/bootstrap-icons/trophy-fill.svg | 3 - web/vendor/bootstrap-icons/trophy.svg | 3 - web/vendor/bootstrap-icons/tropical-storm.svg | 4 - web/vendor/bootstrap-icons/truck-flatbed.svg | 3 - .../bootstrap-icons/truck-front-fill.svg | 3 - web/vendor/bootstrap-icons/truck-front.svg | 4 - web/vendor/bootstrap-icons/truck.svg | 3 - web/vendor/bootstrap-icons/tsunami.svg | 3 - web/vendor/bootstrap-icons/tux.svg | 4 - web/vendor/bootstrap-icons/tv-fill.svg | 3 - web/vendor/bootstrap-icons/tv.svg | 3 - web/vendor/bootstrap-icons/twitch.svg | 4 - web/vendor/bootstrap-icons/twitter-x.svg | 3 - web/vendor/bootstrap-icons/twitter.svg | 3 - web/vendor/bootstrap-icons/type-bold.svg | 3 - web/vendor/bootstrap-icons/type-h1.svg | 3 - web/vendor/bootstrap-icons/type-h2.svg | 3 - web/vendor/bootstrap-icons/type-h3.svg | 3 - web/vendor/bootstrap-icons/type-h4.svg | 3 - web/vendor/bootstrap-icons/type-h5.svg | 3 - web/vendor/bootstrap-icons/type-h6.svg | 3 - web/vendor/bootstrap-icons/type-italic.svg | 3 - .../bootstrap-icons/type-strikethrough.svg | 3 - web/vendor/bootstrap-icons/type-underline.svg | 3 - web/vendor/bootstrap-icons/type.svg | 3 - web/vendor/bootstrap-icons/typescript.svg | 3 - web/vendor/bootstrap-icons/ubuntu.svg | 3 - web/vendor/bootstrap-icons/ui-checks-grid.svg | 3 - web/vendor/bootstrap-icons/ui-checks.svg | 3 - web/vendor/bootstrap-icons/ui-radios-grid.svg | 3 - web/vendor/bootstrap-icons/ui-radios.svg | 3 - web/vendor/bootstrap-icons/umbrella-fill.svg | 3 - web/vendor/bootstrap-icons/umbrella.svg | 3 - web/vendor/bootstrap-icons/unindent.svg | 4 - web/vendor/bootstrap-icons/union.svg | 3 - web/vendor/bootstrap-icons/unity.svg | 3 - .../universal-access-circle.svg | 4 - .../bootstrap-icons/universal-access.svg | 3 - web/vendor/bootstrap-icons/unlock-fill.svg | 3 - web/vendor/bootstrap-icons/unlock.svg | 3 - web/vendor/bootstrap-icons/unlock2-fill.svg | 3 - web/vendor/bootstrap-icons/unlock2.svg | 3 - web/vendor/bootstrap-icons/upc-scan.svg | 3 - web/vendor/bootstrap-icons/upc.svg | 3 - web/vendor/bootstrap-icons/upload.svg | 4 - web/vendor/bootstrap-icons/usb-c-fill.svg | 3 - web/vendor/bootstrap-icons/usb-c.svg | 4 - web/vendor/bootstrap-icons/usb-drive-fill.svg | 3 - web/vendor/bootstrap-icons/usb-drive.svg | 3 - web/vendor/bootstrap-icons/usb-fill.svg | 3 - web/vendor/bootstrap-icons/usb-micro-fill.svg | 3 - web/vendor/bootstrap-icons/usb-micro.svg | 4 - web/vendor/bootstrap-icons/usb-mini-fill.svg | 3 - web/vendor/bootstrap-icons/usb-mini.svg | 4 - web/vendor/bootstrap-icons/usb-plug-fill.svg | 3 - web/vendor/bootstrap-icons/usb-plug.svg | 3 - web/vendor/bootstrap-icons/usb-symbol.svg | 3 - web/vendor/bootstrap-icons/usb.svg | 4 - web/vendor/bootstrap-icons/valentine.svg | 4 - web/vendor/bootstrap-icons/valentine2.svg | 4 - web/vendor/bootstrap-icons/vector-pen.svg | 4 - web/vendor/bootstrap-icons/view-list.svg | 3 - web/vendor/bootstrap-icons/view-stacked.svg | 3 - web/vendor/bootstrap-icons/vignette.svg | 4 - web/vendor/bootstrap-icons/vimeo.svg | 3 - web/vendor/bootstrap-icons/vinyl-fill.svg | 4 - web/vendor/bootstrap-icons/vinyl.svg | 5 - web/vendor/bootstrap-icons/virus.svg | 3 - web/vendor/bootstrap-icons/virus2.svg | 3 - web/vendor/bootstrap-icons/voicemail.svg | 3 - .../bootstrap-icons/volume-down-fill.svg | 3 - web/vendor/bootstrap-icons/volume-down.svg | 3 - .../bootstrap-icons/volume-mute-fill.svg | 3 - web/vendor/bootstrap-icons/volume-mute.svg | 3 - .../bootstrap-icons/volume-off-fill.svg | 3 - web/vendor/bootstrap-icons/volume-off.svg | 3 - web/vendor/bootstrap-icons/volume-up-fill.svg | 5 - web/vendor/bootstrap-icons/volume-up.svg | 5 - web/vendor/bootstrap-icons/vr.svg | 3 - web/vendor/bootstrap-icons/wallet-fill.svg | 4 - web/vendor/bootstrap-icons/wallet.svg | 3 - web/vendor/bootstrap-icons/wallet2.svg | 3 - web/vendor/bootstrap-icons/watch.svg | 4 - web/vendor/bootstrap-icons/water.svg | 3 - web/vendor/bootstrap-icons/webcam-fill.svg | 4 - web/vendor/bootstrap-icons/webcam.svg | 4 - web/vendor/bootstrap-icons/wechat.svg | 4 - web/vendor/bootstrap-icons/whatsapp.svg | 3 - web/vendor/bootstrap-icons/wifi-1.svg | 3 - web/vendor/bootstrap-icons/wifi-2.svg | 3 - web/vendor/bootstrap-icons/wifi-off.svg | 3 - web/vendor/bootstrap-icons/wifi.svg | 4 - web/vendor/bootstrap-icons/wikipedia.svg | 3 - web/vendor/bootstrap-icons/wind.svg | 3 - web/vendor/bootstrap-icons/window-dash.svg | 5 - web/vendor/bootstrap-icons/window-desktop.svg | 4 - web/vendor/bootstrap-icons/window-dock.svg | 4 - .../bootstrap-icons/window-fullscreen.svg | 4 - web/vendor/bootstrap-icons/window-plus.svg | 5 - web/vendor/bootstrap-icons/window-sidebar.svg | 4 - web/vendor/bootstrap-icons/window-split.svg | 4 - web/vendor/bootstrap-icons/window-stack.svg | 4 - web/vendor/bootstrap-icons/window-x.svg | 5 - web/vendor/bootstrap-icons/window.svg | 4 - web/vendor/bootstrap-icons/windows.svg | 3 - web/vendor/bootstrap-icons/wordpress.svg | 5 - .../wrench-adjustable-circle-fill.svg | 4 - .../wrench-adjustable-circle.svg | 4 - .../bootstrap-icons/wrench-adjustable.svg | 4 - web/vendor/bootstrap-icons/wrench.svg | 3 - web/vendor/bootstrap-icons/x-circle-fill.svg | 3 - web/vendor/bootstrap-icons/x-circle.svg | 4 - web/vendor/bootstrap-icons/x-diamond-fill.svg | 3 - web/vendor/bootstrap-icons/x-diamond.svg | 3 - web/vendor/bootstrap-icons/x-lg.svg | 3 - web/vendor/bootstrap-icons/x-octagon-fill.svg | 3 - web/vendor/bootstrap-icons/x-octagon.svg | 4 - web/vendor/bootstrap-icons/x-square-fill.svg | 3 - web/vendor/bootstrap-icons/x-square.svg | 4 - web/vendor/bootstrap-icons/x.svg | 3 - web/vendor/bootstrap-icons/xbox.svg | 3 - web/vendor/bootstrap-icons/yelp.svg | 3 - web/vendor/bootstrap-icons/yin-yang.svg | 4 - web/vendor/bootstrap-icons/youtube.svg | 3 - web/vendor/bootstrap-icons/zoom-in.svg | 5 - web/vendor/bootstrap-icons/zoom-out.svg | 5 - web/vendor/editorjs/editorjs.umd.js | 51 ---- 2090 files changed, 348 insertions(+), 7637 deletions(-) delete mode 100644 lib/Support/helpers/auth.php create mode 100644 lib/Support/helpers/branding.php create mode 100644 web/js/core/app-conditional-controls.js delete mode 100644 web/vendor/bootstrap-icons/0-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/0-circle.svg delete mode 100644 web/vendor/bootstrap-icons/0-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/0-square.svg delete mode 100644 web/vendor/bootstrap-icons/1-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/1-circle.svg delete mode 100644 web/vendor/bootstrap-icons/1-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/1-square.svg delete mode 100644 web/vendor/bootstrap-icons/123.svg delete mode 100644 web/vendor/bootstrap-icons/2-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/2-circle.svg delete mode 100644 web/vendor/bootstrap-icons/2-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/2-square.svg delete mode 100644 web/vendor/bootstrap-icons/3-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/3-circle.svg delete mode 100644 web/vendor/bootstrap-icons/3-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/3-square.svg delete mode 100644 web/vendor/bootstrap-icons/4-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/4-circle.svg delete mode 100644 web/vendor/bootstrap-icons/4-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/4-square.svg delete mode 100644 web/vendor/bootstrap-icons/5-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/5-circle.svg delete mode 100644 web/vendor/bootstrap-icons/5-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/5-square.svg delete mode 100644 web/vendor/bootstrap-icons/6-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/6-circle.svg delete mode 100644 web/vendor/bootstrap-icons/6-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/6-square.svg delete mode 100644 web/vendor/bootstrap-icons/7-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/7-circle.svg delete mode 100644 web/vendor/bootstrap-icons/7-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/7-square.svg delete mode 100644 web/vendor/bootstrap-icons/8-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/8-circle.svg delete mode 100644 web/vendor/bootstrap-icons/8-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/8-square.svg delete mode 100644 web/vendor/bootstrap-icons/9-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/9-circle.svg delete mode 100644 web/vendor/bootstrap-icons/9-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/9-square.svg delete mode 100644 web/vendor/bootstrap-icons/activity.svg delete mode 100644 web/vendor/bootstrap-icons/airplane-engines-fill.svg delete mode 100644 web/vendor/bootstrap-icons/airplane-engines.svg delete mode 100644 web/vendor/bootstrap-icons/airplane-fill.svg delete mode 100644 web/vendor/bootstrap-icons/airplane.svg delete mode 100644 web/vendor/bootstrap-icons/alarm-fill.svg delete mode 100644 web/vendor/bootstrap-icons/alarm.svg delete mode 100644 web/vendor/bootstrap-icons/alexa.svg delete mode 100644 web/vendor/bootstrap-icons/align-bottom.svg delete mode 100644 web/vendor/bootstrap-icons/align-center.svg delete mode 100644 web/vendor/bootstrap-icons/align-end.svg delete mode 100644 web/vendor/bootstrap-icons/align-middle.svg delete mode 100644 web/vendor/bootstrap-icons/align-start.svg delete mode 100644 web/vendor/bootstrap-icons/align-top.svg delete mode 100644 web/vendor/bootstrap-icons/alipay.svg delete mode 100644 web/vendor/bootstrap-icons/alphabet-uppercase.svg delete mode 100644 web/vendor/bootstrap-icons/alphabet.svg delete mode 100644 web/vendor/bootstrap-icons/alt.svg delete mode 100644 web/vendor/bootstrap-icons/amazon.svg delete mode 100644 web/vendor/bootstrap-icons/amd.svg delete mode 100644 web/vendor/bootstrap-icons/android.svg delete mode 100644 web/vendor/bootstrap-icons/android2.svg delete mode 100644 web/vendor/bootstrap-icons/anthropic.svg delete mode 100644 web/vendor/bootstrap-icons/app-indicator.svg delete mode 100644 web/vendor/bootstrap-icons/app.svg delete mode 100644 web/vendor/bootstrap-icons/apple-music.svg delete mode 100644 web/vendor/bootstrap-icons/apple.svg delete mode 100644 web/vendor/bootstrap-icons/archive-fill.svg delete mode 100644 web/vendor/bootstrap-icons/archive.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-90deg-down.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-90deg-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-90deg-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-90deg-up.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-bar-down.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-bar-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-bar-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-bar-up.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-clockwise.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-counterclockwise.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-left-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-left-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-left-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-left-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-right-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-right-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-right-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-right-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-short.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down-up.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-short.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-repeat.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-return-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-return-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right-short.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-through-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-through-heart.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-left-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-left-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-left-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-left-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-left.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-right-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-right-circle.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-right-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-right-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-right.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-short.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up-square.svg delete mode 100644 web/vendor/bootstrap-icons/arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-angle-contract.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-angle-expand.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-collapse-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-collapse.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-expand-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-expand.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-fullscreen.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-move.svg delete mode 100644 web/vendor/bootstrap-icons/arrows-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/arrows.svg delete mode 100644 web/vendor/bootstrap-icons/aspect-ratio-fill.svg delete mode 100644 web/vendor/bootstrap-icons/aspect-ratio.svg delete mode 100644 web/vendor/bootstrap-icons/asterisk.svg delete mode 100644 web/vendor/bootstrap-icons/at.svg delete mode 100644 web/vendor/bootstrap-icons/award-fill.svg delete mode 100644 web/vendor/bootstrap-icons/award.svg delete mode 100644 web/vendor/bootstrap-icons/back.svg delete mode 100644 web/vendor/bootstrap-icons/backpack-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backpack.svg delete mode 100644 web/vendor/bootstrap-icons/backpack2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backpack2.svg delete mode 100644 web/vendor/bootstrap-icons/backpack3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backpack3.svg delete mode 100644 web/vendor/bootstrap-icons/backpack4-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backpack4.svg delete mode 100644 web/vendor/bootstrap-icons/backspace-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backspace-reverse-fill.svg delete mode 100644 web/vendor/bootstrap-icons/backspace-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/backspace.svg delete mode 100644 web/vendor/bootstrap-icons/badge-3d-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-3d.svg delete mode 100644 web/vendor/bootstrap-icons/badge-4k-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-4k.svg delete mode 100644 web/vendor/bootstrap-icons/badge-8k-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-8k.svg delete mode 100644 web/vendor/bootstrap-icons/badge-ad-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-ad.svg delete mode 100644 web/vendor/bootstrap-icons/badge-ar-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-ar.svg delete mode 100644 web/vendor/bootstrap-icons/badge-cc-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-cc.svg delete mode 100644 web/vendor/bootstrap-icons/badge-hd-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-hd.svg delete mode 100644 web/vendor/bootstrap-icons/badge-sd-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-sd.svg delete mode 100644 web/vendor/bootstrap-icons/badge-tm-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-tm.svg delete mode 100644 web/vendor/bootstrap-icons/badge-vo-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-vo.svg delete mode 100644 web/vendor/bootstrap-icons/badge-vr-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-vr.svg delete mode 100644 web/vendor/bootstrap-icons/badge-wc-fill.svg delete mode 100644 web/vendor/bootstrap-icons/badge-wc.svg delete mode 100644 web/vendor/bootstrap-icons/bag-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-check.svg delete mode 100644 web/vendor/bootstrap-icons/bag-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-dash.svg delete mode 100644 web/vendor/bootstrap-icons/bag-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-heart.svg delete mode 100644 web/vendor/bootstrap-icons/bag-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-plus.svg delete mode 100644 web/vendor/bootstrap-icons/bag-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bag-x.svg delete mode 100644 web/vendor/bootstrap-icons/bag.svg delete mode 100644 web/vendor/bootstrap-icons/balloon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/balloon-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/balloon-heart.svg delete mode 100644 web/vendor/bootstrap-icons/balloon.svg delete mode 100644 web/vendor/bootstrap-icons/ban-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ban.svg delete mode 100644 web/vendor/bootstrap-icons/bandaid-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bandaid.svg delete mode 100644 web/vendor/bootstrap-icons/bank.svg delete mode 100644 web/vendor/bootstrap-icons/bank2.svg delete mode 100644 web/vendor/bootstrap-icons/bar-chart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bar-chart-line-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bar-chart-line.svg delete mode 100644 web/vendor/bootstrap-icons/bar-chart-steps.svg delete mode 100644 web/vendor/bootstrap-icons/bar-chart.svg delete mode 100644 web/vendor/bootstrap-icons/basket-fill.svg delete mode 100644 web/vendor/bootstrap-icons/basket.svg delete mode 100644 web/vendor/bootstrap-icons/basket2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/basket2.svg delete mode 100644 web/vendor/bootstrap-icons/basket3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/basket3.svg delete mode 100644 web/vendor/bootstrap-icons/battery-charging.svg delete mode 100644 web/vendor/bootstrap-icons/battery-full.svg delete mode 100644 web/vendor/bootstrap-icons/battery-half.svg delete mode 100644 web/vendor/bootstrap-icons/battery-low.svg delete mode 100644 web/vendor/bootstrap-icons/battery.svg delete mode 100644 web/vendor/bootstrap-icons/beaker-fill.svg delete mode 100644 web/vendor/bootstrap-icons/beaker.svg delete mode 100644 web/vendor/bootstrap-icons/behance.svg delete mode 100644 web/vendor/bootstrap-icons/bell-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bell-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bell-slash.svg delete mode 100644 web/vendor/bootstrap-icons/bell.svg delete mode 100644 web/vendor/bootstrap-icons/bezier.svg delete mode 100644 web/vendor/bootstrap-icons/bezier2.svg delete mode 100644 web/vendor/bootstrap-icons/bicycle.svg delete mode 100644 web/vendor/bootstrap-icons/bing.svg delete mode 100644 web/vendor/bootstrap-icons/binoculars-fill.svg delete mode 100644 web/vendor/bootstrap-icons/binoculars.svg delete mode 100644 web/vendor/bootstrap-icons/blockquote-left.svg delete mode 100644 web/vendor/bootstrap-icons/blockquote-right.svg delete mode 100644 web/vendor/bootstrap-icons/bluesky.svg delete mode 100644 web/vendor/bootstrap-icons/bluetooth.svg delete mode 100644 web/vendor/bootstrap-icons/body-text.svg delete mode 100644 web/vendor/bootstrap-icons/book-fill.svg delete mode 100644 web/vendor/bootstrap-icons/book-half.svg delete mode 100644 web/vendor/bootstrap-icons/book.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-check.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-dash.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-heart.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-plus.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-star-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-star.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark-x.svg delete mode 100644 web/vendor/bootstrap-icons/bookmark.svg delete mode 100644 web/vendor/bootstrap-icons/bookmarks-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bookmarks.svg delete mode 100644 web/vendor/bootstrap-icons/bookshelf.svg delete mode 100644 web/vendor/bootstrap-icons/boombox-fill.svg delete mode 100644 web/vendor/bootstrap-icons/boombox.svg delete mode 100644 web/vendor/bootstrap-icons/bootstrap-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bootstrap-icons.min.css delete mode 100644 web/vendor/bootstrap-icons/bootstrap-icons.svg delete mode 100644 web/vendor/bootstrap-icons/bootstrap-reboot.svg delete mode 100644 web/vendor/bootstrap-icons/bootstrap.svg delete mode 100644 web/vendor/bootstrap-icons/border-all.svg delete mode 100644 web/vendor/bootstrap-icons/border-bottom.svg delete mode 100644 web/vendor/bootstrap-icons/border-center.svg delete mode 100644 web/vendor/bootstrap-icons/border-inner.svg delete mode 100644 web/vendor/bootstrap-icons/border-left.svg delete mode 100644 web/vendor/bootstrap-icons/border-middle.svg delete mode 100644 web/vendor/bootstrap-icons/border-outer.svg delete mode 100644 web/vendor/bootstrap-icons/border-right.svg delete mode 100644 web/vendor/bootstrap-icons/border-style.svg delete mode 100644 web/vendor/bootstrap-icons/border-top.svg delete mode 100644 web/vendor/bootstrap-icons/border-width.svg delete mode 100644 web/vendor/bootstrap-icons/border.svg delete mode 100644 web/vendor/bootstrap-icons/bounding-box-circles.svg delete mode 100644 web/vendor/bootstrap-icons/bounding-box.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-down-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-down-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-down-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-down-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-down.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-up-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-up-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-in-up.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-up-left.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-up-right.svg delete mode 100644 web/vendor/bootstrap-icons/box-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/box-fill.svg delete mode 100644 web/vendor/bootstrap-icons/box-seam-fill.svg delete mode 100644 web/vendor/bootstrap-icons/box-seam.svg delete mode 100644 web/vendor/bootstrap-icons/box.svg delete mode 100644 web/vendor/bootstrap-icons/box2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/box2-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/box2-heart.svg delete mode 100644 web/vendor/bootstrap-icons/box2.svg delete mode 100644 web/vendor/bootstrap-icons/boxes.svg delete mode 100644 web/vendor/bootstrap-icons/braces-asterisk.svg delete mode 100644 web/vendor/bootstrap-icons/braces.svg delete mode 100644 web/vendor/bootstrap-icons/bricks.svg delete mode 100644 web/vendor/bootstrap-icons/briefcase-fill.svg delete mode 100644 web/vendor/bootstrap-icons/briefcase.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-alt-high-fill.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-alt-high.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-alt-low-fill.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-alt-low.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-high-fill.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-high.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-low-fill.svg delete mode 100644 web/vendor/bootstrap-icons/brightness-low.svg delete mode 100644 web/vendor/bootstrap-icons/brilliance.svg delete mode 100644 web/vendor/bootstrap-icons/broadcast-pin.svg delete mode 100644 web/vendor/bootstrap-icons/broadcast.svg delete mode 100644 web/vendor/bootstrap-icons/browser-chrome.svg delete mode 100644 web/vendor/bootstrap-icons/browser-edge.svg delete mode 100644 web/vendor/bootstrap-icons/browser-firefox.svg delete mode 100644 web/vendor/bootstrap-icons/browser-safari.svg delete mode 100644 web/vendor/bootstrap-icons/brush-fill.svg delete mode 100644 web/vendor/bootstrap-icons/brush.svg delete mode 100644 web/vendor/bootstrap-icons/bucket-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bucket.svg delete mode 100644 web/vendor/bootstrap-icons/bug-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bug.svg delete mode 100644 web/vendor/bootstrap-icons/building-add.svg delete mode 100644 web/vendor/bootstrap-icons/building-check.svg delete mode 100644 web/vendor/bootstrap-icons/building-dash.svg delete mode 100644 web/vendor/bootstrap-icons/building-down.svg delete mode 100644 web/vendor/bootstrap-icons/building-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-add.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-check.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-dash.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-down.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-gear.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-lock.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-slash.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-up.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill-x.svg delete mode 100644 web/vendor/bootstrap-icons/building-fill.svg delete mode 100644 web/vendor/bootstrap-icons/building-gear.svg delete mode 100644 web/vendor/bootstrap-icons/building-lock.svg delete mode 100644 web/vendor/bootstrap-icons/building-slash.svg delete mode 100644 web/vendor/bootstrap-icons/building-up.svg delete mode 100644 web/vendor/bootstrap-icons/building-x.svg delete mode 100644 web/vendor/bootstrap-icons/building.svg delete mode 100644 web/vendor/bootstrap-icons/buildings-fill.svg delete mode 100644 web/vendor/bootstrap-icons/buildings.svg delete mode 100644 web/vendor/bootstrap-icons/bullseye.svg delete mode 100644 web/vendor/bootstrap-icons/bus-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/bus-front.svg delete mode 100644 web/vendor/bootstrap-icons/c-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/c-circle.svg delete mode 100644 web/vendor/bootstrap-icons/c-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/c-square.svg delete mode 100644 web/vendor/bootstrap-icons/cake-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cake.svg delete mode 100644 web/vendor/bootstrap-icons/cake2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cake2.svg delete mode 100644 web/vendor/bootstrap-icons/calculator-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calculator.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-check.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-date-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-date.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-day-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-day.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-event-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-event.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-heart.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-minus.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-month-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-month.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-plus.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-range-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-range.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-week-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-week.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar-x.svg delete mode 100644 web/vendor/bootstrap-icons/calendar.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-check.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-date-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-date.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-day-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-day.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-event-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-event.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-heart.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-minus.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-month-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-month.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-plus.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-range-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-range.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-week-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-week.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2-x.svg delete mode 100644 web/vendor/bootstrap-icons/calendar2.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-event-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-event.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-range-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-range.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-week-fill.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3-week.svg delete mode 100644 web/vendor/bootstrap-icons/calendar3.svg delete mode 100644 web/vendor/bootstrap-icons/calendar4-event.svg delete mode 100644 web/vendor/bootstrap-icons/calendar4-range.svg delete mode 100644 web/vendor/bootstrap-icons/calendar4-week.svg delete mode 100644 web/vendor/bootstrap-icons/calendar4.svg delete mode 100644 web/vendor/bootstrap-icons/camera-fill.svg delete mode 100644 web/vendor/bootstrap-icons/camera-reels-fill.svg delete mode 100644 web/vendor/bootstrap-icons/camera-reels.svg delete mode 100644 web/vendor/bootstrap-icons/camera-video-fill.svg delete mode 100644 web/vendor/bootstrap-icons/camera-video-off-fill.svg delete mode 100644 web/vendor/bootstrap-icons/camera-video-off.svg delete mode 100644 web/vendor/bootstrap-icons/camera-video.svg delete mode 100644 web/vendor/bootstrap-icons/camera.svg delete mode 100644 web/vendor/bootstrap-icons/camera2.svg delete mode 100644 web/vendor/bootstrap-icons/capslock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/capslock.svg delete mode 100644 web/vendor/bootstrap-icons/capsule-pill.svg delete mode 100644 web/vendor/bootstrap-icons/capsule.svg delete mode 100644 web/vendor/bootstrap-icons/car-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/car-front.svg delete mode 100644 web/vendor/bootstrap-icons/card-checklist.svg delete mode 100644 web/vendor/bootstrap-icons/card-heading.svg delete mode 100644 web/vendor/bootstrap-icons/card-image.svg delete mode 100644 web/vendor/bootstrap-icons/card-list.svg delete mode 100644 web/vendor/bootstrap-icons/card-text.svg delete mode 100644 web/vendor/bootstrap-icons/caret-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-down-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-down-square.svg delete mode 100644 web/vendor/bootstrap-icons/caret-down.svg delete mode 100644 web/vendor/bootstrap-icons/caret-left-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-left-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-left-square.svg delete mode 100644 web/vendor/bootstrap-icons/caret-left.svg delete mode 100644 web/vendor/bootstrap-icons/caret-right-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-right-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-right-square.svg delete mode 100644 web/vendor/bootstrap-icons/caret-right.svg delete mode 100644 web/vendor/bootstrap-icons/caret-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-up-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/caret-up-square.svg delete mode 100644 web/vendor/bootstrap-icons/caret-up.svg delete mode 100644 web/vendor/bootstrap-icons/cart-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cart-check.svg delete mode 100644 web/vendor/bootstrap-icons/cart-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cart-dash.svg delete mode 100644 web/vendor/bootstrap-icons/cart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cart-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cart-plus.svg delete mode 100644 web/vendor/bootstrap-icons/cart-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cart-x.svg delete mode 100644 web/vendor/bootstrap-icons/cart.svg delete mode 100644 web/vendor/bootstrap-icons/cart2.svg delete mode 100644 web/vendor/bootstrap-icons/cart3.svg delete mode 100644 web/vendor/bootstrap-icons/cart4.svg delete mode 100644 web/vendor/bootstrap-icons/cash-coin.svg delete mode 100644 web/vendor/bootstrap-icons/cash-stack.svg delete mode 100644 web/vendor/bootstrap-icons/cash.svg delete mode 100644 web/vendor/bootstrap-icons/cassette-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cassette.svg delete mode 100644 web/vendor/bootstrap-icons/cast.svg delete mode 100644 web/vendor/bootstrap-icons/cc-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cc-circle.svg delete mode 100644 web/vendor/bootstrap-icons/cc-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cc-square.svg delete mode 100644 web/vendor/bootstrap-icons/chat-dots-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-dots.svg delete mode 100644 web/vendor/bootstrap-icons/chat-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-heart.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-dots-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-dots.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-heart.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-quote-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-quote.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left-text.svg delete mode 100644 web/vendor/bootstrap-icons/chat-left.svg delete mode 100644 web/vendor/bootstrap-icons/chat-quote-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-quote.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-dots-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-dots.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-heart.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-quote-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-quote.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right-text.svg delete mode 100644 web/vendor/bootstrap-icons/chat-right.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-dots-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-dots.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-heart.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-quote-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-quote.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square-text.svg delete mode 100644 web/vendor/bootstrap-icons/chat-square.svg delete mode 100644 web/vendor/bootstrap-icons/chat-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/chat-text.svg delete mode 100644 web/vendor/bootstrap-icons/chat.svg delete mode 100644 web/vendor/bootstrap-icons/check-all.svg delete mode 100644 web/vendor/bootstrap-icons/check-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/check-circle.svg delete mode 100644 web/vendor/bootstrap-icons/check-lg.svg delete mode 100644 web/vendor/bootstrap-icons/check-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/check-square.svg delete mode 100644 web/vendor/bootstrap-icons/check.svg delete mode 100644 web/vendor/bootstrap-icons/check2-all.svg delete mode 100644 web/vendor/bootstrap-icons/check2-circle.svg delete mode 100644 web/vendor/bootstrap-icons/check2-square.svg delete mode 100644 web/vendor/bootstrap-icons/check2.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-contract.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-down.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-expand.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-left.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-right.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-bar-up.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-compact-down.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-compact-left.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-compact-right.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-compact-up.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-contract.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-double-down.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-double-left.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-double-right.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-double-up.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-down.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-expand.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-left.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-right.svg delete mode 100644 web/vendor/bootstrap-icons/chevron-up.svg delete mode 100644 web/vendor/bootstrap-icons/circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/circle-half.svg delete mode 100644 web/vendor/bootstrap-icons/circle-square.svg delete mode 100644 web/vendor/bootstrap-icons/circle.svg delete mode 100644 web/vendor/bootstrap-icons/claude.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-check.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-data-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-data.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-heart.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-minus.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-plus.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-pulse.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard-x.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-check.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-data-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-data.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-heart.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-minus.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-plus.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-pulse-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-pulse.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2-x.svg delete mode 100644 web/vendor/bootstrap-icons/clipboard2.svg delete mode 100644 web/vendor/bootstrap-icons/clock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clock-history.svg delete mode 100644 web/vendor/bootstrap-icons/clock.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-arrow-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-arrow-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-check.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-download-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-download.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-drizzle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-drizzle.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-fog-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-fog.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-fog2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-fog2.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-hail-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-hail.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-haze-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-haze.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-haze2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-haze2.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-lightning-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-lightning-rain-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-lightning-rain.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-lightning.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-minus.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-moon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-moon.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-plus.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-rain-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-rain-heavy-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-rain-heavy.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-rain.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-slash.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-sleet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-sleet.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-snow-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-snow.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-sun-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-sun.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-upload-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloud-upload.svg delete mode 100644 web/vendor/bootstrap-icons/cloud.svg delete mode 100644 web/vendor/bootstrap-icons/clouds-fill.svg delete mode 100644 web/vendor/bootstrap-icons/clouds.svg delete mode 100644 web/vendor/bootstrap-icons/cloudy-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cloudy.svg delete mode 100644 web/vendor/bootstrap-icons/code-slash.svg delete mode 100644 web/vendor/bootstrap-icons/code-square.svg delete mode 100644 web/vendor/bootstrap-icons/code.svg delete mode 100644 web/vendor/bootstrap-icons/coin.svg delete mode 100644 web/vendor/bootstrap-icons/collection-fill.svg delete mode 100644 web/vendor/bootstrap-icons/collection-play-fill.svg delete mode 100644 web/vendor/bootstrap-icons/collection-play.svg delete mode 100644 web/vendor/bootstrap-icons/collection.svg delete mode 100644 web/vendor/bootstrap-icons/columns-gap.svg delete mode 100644 web/vendor/bootstrap-icons/columns.svg delete mode 100644 web/vendor/bootstrap-icons/command.svg delete mode 100644 web/vendor/bootstrap-icons/compass-fill.svg delete mode 100644 web/vendor/bootstrap-icons/compass.svg delete mode 100644 web/vendor/bootstrap-icons/cone-striped.svg delete mode 100644 web/vendor/bootstrap-icons/cone.svg delete mode 100644 web/vendor/bootstrap-icons/controller.svg delete mode 100644 web/vendor/bootstrap-icons/cookie.svg delete mode 100644 web/vendor/bootstrap-icons/copy.svg delete mode 100644 web/vendor/bootstrap-icons/cpu-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cpu.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card-2-back-fill.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card-2-back.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card-2-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card-2-front.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card-fill.svg delete mode 100644 web/vendor/bootstrap-icons/credit-card.svg delete mode 100644 web/vendor/bootstrap-icons/crop.svg delete mode 100644 web/vendor/bootstrap-icons/crosshair.svg delete mode 100644 web/vendor/bootstrap-icons/crosshair2.svg delete mode 100644 web/vendor/bootstrap-icons/css.svg delete mode 100644 web/vendor/bootstrap-icons/cup-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cup-hot-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cup-hot.svg delete mode 100644 web/vendor/bootstrap-icons/cup-straw.svg delete mode 100644 web/vendor/bootstrap-icons/cup.svg delete mode 100644 web/vendor/bootstrap-icons/currency-bitcoin.svg delete mode 100644 web/vendor/bootstrap-icons/currency-dollar.svg delete mode 100644 web/vendor/bootstrap-icons/currency-euro.svg delete mode 100644 web/vendor/bootstrap-icons/currency-exchange.svg delete mode 100644 web/vendor/bootstrap-icons/currency-pound.svg delete mode 100644 web/vendor/bootstrap-icons/currency-rupee.svg delete mode 100644 web/vendor/bootstrap-icons/currency-yen.svg delete mode 100644 web/vendor/bootstrap-icons/cursor-fill.svg delete mode 100644 web/vendor/bootstrap-icons/cursor-text.svg delete mode 100644 web/vendor/bootstrap-icons/cursor.svg delete mode 100644 web/vendor/bootstrap-icons/dash-circle-dotted.svg delete mode 100644 web/vendor/bootstrap-icons/dash-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dash-circle.svg delete mode 100644 web/vendor/bootstrap-icons/dash-lg.svg delete mode 100644 web/vendor/bootstrap-icons/dash-square-dotted.svg delete mode 100644 web/vendor/bootstrap-icons/dash-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dash-square.svg delete mode 100644 web/vendor/bootstrap-icons/dash.svg delete mode 100644 web/vendor/bootstrap-icons/database-add.svg delete mode 100644 web/vendor/bootstrap-icons/database-check.svg delete mode 100644 web/vendor/bootstrap-icons/database-dash.svg delete mode 100644 web/vendor/bootstrap-icons/database-down.svg delete mode 100644 web/vendor/bootstrap-icons/database-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-add.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-check.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-dash.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-down.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-gear.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-lock.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-slash.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-up.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill-x.svg delete mode 100644 web/vendor/bootstrap-icons/database-fill.svg delete mode 100644 web/vendor/bootstrap-icons/database-gear.svg delete mode 100644 web/vendor/bootstrap-icons/database-lock.svg delete mode 100644 web/vendor/bootstrap-icons/database-slash.svg delete mode 100644 web/vendor/bootstrap-icons/database-up.svg delete mode 100644 web/vendor/bootstrap-icons/database-x.svg delete mode 100644 web/vendor/bootstrap-icons/database.svg delete mode 100644 web/vendor/bootstrap-icons/device-hdd-fill.svg delete mode 100644 web/vendor/bootstrap-icons/device-hdd.svg delete mode 100644 web/vendor/bootstrap-icons/device-ssd-fill.svg delete mode 100644 web/vendor/bootstrap-icons/device-ssd.svg delete mode 100644 web/vendor/bootstrap-icons/diagram-2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/diagram-2.svg delete mode 100644 web/vendor/bootstrap-icons/diagram-3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/diagram-3.svg delete mode 100644 web/vendor/bootstrap-icons/diamond-fill.svg delete mode 100644 web/vendor/bootstrap-icons/diamond-half.svg delete mode 100644 web/vendor/bootstrap-icons/diamond.svg delete mode 100644 web/vendor/bootstrap-icons/dice-1-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-1.svg delete mode 100644 web/vendor/bootstrap-icons/dice-2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-2.svg delete mode 100644 web/vendor/bootstrap-icons/dice-3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-3.svg delete mode 100644 web/vendor/bootstrap-icons/dice-4-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-4.svg delete mode 100644 web/vendor/bootstrap-icons/dice-5-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-5.svg delete mode 100644 web/vendor/bootstrap-icons/dice-6-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dice-6.svg delete mode 100644 web/vendor/bootstrap-icons/disc-fill.svg delete mode 100644 web/vendor/bootstrap-icons/disc.svg delete mode 100644 web/vendor/bootstrap-icons/discord.svg delete mode 100644 web/vendor/bootstrap-icons/display-fill.svg delete mode 100644 web/vendor/bootstrap-icons/display.svg delete mode 100644 web/vendor/bootstrap-icons/displayport-fill.svg delete mode 100644 web/vendor/bootstrap-icons/displayport.svg delete mode 100644 web/vendor/bootstrap-icons/distribute-horizontal.svg delete mode 100644 web/vendor/bootstrap-icons/distribute-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/door-closed-fill.svg delete mode 100644 web/vendor/bootstrap-icons/door-closed.svg delete mode 100644 web/vendor/bootstrap-icons/door-open-fill.svg delete mode 100644 web/vendor/bootstrap-icons/door-open.svg delete mode 100644 web/vendor/bootstrap-icons/dot.svg delete mode 100644 web/vendor/bootstrap-icons/download.svg delete mode 100644 web/vendor/bootstrap-icons/dpad-fill.svg delete mode 100644 web/vendor/bootstrap-icons/dpad.svg delete mode 100644 web/vendor/bootstrap-icons/dribbble.svg delete mode 100644 web/vendor/bootstrap-icons/dropbox.svg delete mode 100644 web/vendor/bootstrap-icons/droplet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/droplet-half.svg delete mode 100644 web/vendor/bootstrap-icons/droplet.svg delete mode 100644 web/vendor/bootstrap-icons/duffle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/duffle.svg delete mode 100644 web/vendor/bootstrap-icons/ear-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ear.svg delete mode 100644 web/vendor/bootstrap-icons/earbuds.svg delete mode 100644 web/vendor/bootstrap-icons/easel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/easel.svg delete mode 100644 web/vendor/bootstrap-icons/easel2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/easel2.svg delete mode 100644 web/vendor/bootstrap-icons/easel3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/easel3.svg delete mode 100644 web/vendor/bootstrap-icons/egg-fill.svg delete mode 100644 web/vendor/bootstrap-icons/egg-fried.svg delete mode 100644 web/vendor/bootstrap-icons/egg.svg delete mode 100644 web/vendor/bootstrap-icons/eject-fill.svg delete mode 100644 web/vendor/bootstrap-icons/eject.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-angry-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-angry.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-astonished-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-astonished.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-dizzy-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-dizzy.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-expressionless-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-expressionless.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-frown-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-frown.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-grimace-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-grimace.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-grin-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-grin.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-heart-eyes-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-heart-eyes.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-kiss-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-kiss.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-laughing-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-laughing.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-neutral-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-neutral.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-smile-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-smile-upside-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-smile-upside-down.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-smile.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-sunglasses-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-sunglasses.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-surprise-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-surprise.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-tear-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-tear.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-wink-fill.svg delete mode 100644 web/vendor/bootstrap-icons/emoji-wink.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-arrow-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-arrow-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-at-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-at.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-check.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-dash.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-exclamation-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-heart.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-open-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-open-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-open-heart.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-open.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-paper-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-paper-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-paper-heart.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-paper.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-plus.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-slash.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/envelope-x.svg delete mode 100644 web/vendor/bootstrap-icons/envelope.svg delete mode 100644 web/vendor/bootstrap-icons/eraser-fill.svg delete mode 100644 web/vendor/bootstrap-icons/eraser.svg delete mode 100644 web/vendor/bootstrap-icons/escape.svg delete mode 100644 web/vendor/bootstrap-icons/ethernet.svg delete mode 100644 web/vendor/bootstrap-icons/ev-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ev-front.svg delete mode 100644 web/vendor/bootstrap-icons/ev-station-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ev-station.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-circle.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-diamond-fill.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-diamond.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-lg.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-octagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-octagon.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-square.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-triangle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation-triangle.svg delete mode 100644 web/vendor/bootstrap-icons/exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/exclude.svg delete mode 100644 web/vendor/bootstrap-icons/explicit-fill.svg delete mode 100644 web/vendor/bootstrap-icons/explicit.svg delete mode 100644 web/vendor/bootstrap-icons/exposure.svg delete mode 100644 web/vendor/bootstrap-icons/eye-fill.svg delete mode 100644 web/vendor/bootstrap-icons/eye-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/eye-slash.svg delete mode 100644 web/vendor/bootstrap-icons/eye.svg delete mode 100644 web/vendor/bootstrap-icons/eyedropper.svg delete mode 100644 web/vendor/bootstrap-icons/eyeglasses.svg delete mode 100644 web/vendor/bootstrap-icons/facebook.svg delete mode 100644 web/vendor/bootstrap-icons/fan.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward-btn.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward-circle.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward-fill.svg delete mode 100644 web/vendor/bootstrap-icons/fast-forward.svg delete mode 100644 web/vendor/bootstrap-icons/feather.svg delete mode 100644 web/vendor/bootstrap-icons/feather2.svg delete mode 100644 web/vendor/bootstrap-icons/file-arrow-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/file-arrow-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/file-bar-graph-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-bar-graph.svg delete mode 100644 web/vendor/bootstrap-icons/file-binary-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-binary.svg delete mode 100644 web/vendor/bootstrap-icons/file-break-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-break.svg delete mode 100644 web/vendor/bootstrap-icons/file-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-check.svg delete mode 100644 web/vendor/bootstrap-icons/file-code-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-code.svg delete mode 100644 web/vendor/bootstrap-icons/file-diff-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-diff.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-arrow-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-arrow-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-bar-graph-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-bar-graph.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-binary-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-binary.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-break-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-break.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-check.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-code-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-code.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-diff-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-diff.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-easel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-easel.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-excel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-excel.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-font-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-font.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-image-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-image.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-lock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-lock.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-lock2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-lock2.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-medical-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-medical.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-minus.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-music-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-music.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-pdf-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-pdf.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-person-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-person.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-play-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-play.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-plus.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-post-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-post.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-ppt-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-ppt.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-richtext-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-richtext.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-ruled-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-ruled.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-slides-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-slides.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-spreadsheet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-spreadsheet.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-text.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-word-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-word.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-x.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-zip-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark-zip.svg delete mode 100644 web/vendor/bootstrap-icons/file-earmark.svg delete mode 100644 web/vendor/bootstrap-icons/file-easel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-easel.svg delete mode 100644 web/vendor/bootstrap-icons/file-excel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-excel.svg delete mode 100644 web/vendor/bootstrap-icons/file-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-font-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-font.svg delete mode 100644 web/vendor/bootstrap-icons/file-image-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-image.svg delete mode 100644 web/vendor/bootstrap-icons/file-lock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-lock.svg delete mode 100644 web/vendor/bootstrap-icons/file-lock2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-lock2.svg delete mode 100644 web/vendor/bootstrap-icons/file-medical-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-medical.svg delete mode 100644 web/vendor/bootstrap-icons/file-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-minus.svg delete mode 100644 web/vendor/bootstrap-icons/file-music-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-music.svg delete mode 100644 web/vendor/bootstrap-icons/file-pdf-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-pdf.svg delete mode 100644 web/vendor/bootstrap-icons/file-person-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-person.svg delete mode 100644 web/vendor/bootstrap-icons/file-play-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-play.svg delete mode 100644 web/vendor/bootstrap-icons/file-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-plus.svg delete mode 100644 web/vendor/bootstrap-icons/file-post-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-post.svg delete mode 100644 web/vendor/bootstrap-icons/file-ppt-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-ppt.svg delete mode 100644 web/vendor/bootstrap-icons/file-richtext-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-richtext.svg delete mode 100644 web/vendor/bootstrap-icons/file-ruled-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-ruled.svg delete mode 100644 web/vendor/bootstrap-icons/file-slides-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-slides.svg delete mode 100644 web/vendor/bootstrap-icons/file-spreadsheet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-spreadsheet.svg delete mode 100644 web/vendor/bootstrap-icons/file-text-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-text.svg delete mode 100644 web/vendor/bootstrap-icons/file-word-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-word.svg delete mode 100644 web/vendor/bootstrap-icons/file-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-x.svg delete mode 100644 web/vendor/bootstrap-icons/file-zip-fill.svg delete mode 100644 web/vendor/bootstrap-icons/file-zip.svg delete mode 100644 web/vendor/bootstrap-icons/file.svg delete mode 100644 web/vendor/bootstrap-icons/files-alt.svg delete mode 100644 web/vendor/bootstrap-icons/files.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-aac.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-ai.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-bmp.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-cs.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-css.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-csv.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-doc.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-docx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-exe.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-gif.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-heic.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-html.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-java.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-jpg.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-js.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-json.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-jsx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-key.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-m4p.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-md.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-mdx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-mov.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-mp3.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-mp4.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-otf.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-pdf.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-php.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-png.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-ppt.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-pptx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-psd.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-py.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-raw.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-rb.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-sass.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-scss.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-sh.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-sql.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-svg.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-tiff.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-tsx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-ttf.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-txt.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-wav.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-woff.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-xls.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-xlsx.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-xml.svg delete mode 100644 web/vendor/bootstrap-icons/filetype-yml.svg delete mode 100644 web/vendor/bootstrap-icons/film.svg delete mode 100644 web/vendor/bootstrap-icons/filter-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/filter-circle.svg delete mode 100644 web/vendor/bootstrap-icons/filter-left.svg delete mode 100644 web/vendor/bootstrap-icons/filter-right.svg delete mode 100644 web/vendor/bootstrap-icons/filter-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/filter-square.svg delete mode 100644 web/vendor/bootstrap-icons/filter.svg delete mode 100644 web/vendor/bootstrap-icons/fingerprint.svg delete mode 100644 web/vendor/bootstrap-icons/fire.svg delete mode 100644 web/vendor/bootstrap-icons/flag-fill.svg delete mode 100644 web/vendor/bootstrap-icons/flag.svg delete mode 100644 web/vendor/bootstrap-icons/flask-fill.svg delete mode 100644 web/vendor/bootstrap-icons/flask-florence-fill.svg delete mode 100644 web/vendor/bootstrap-icons/flask-florence.svg delete mode 100644 web/vendor/bootstrap-icons/flask.svg delete mode 100644 web/vendor/bootstrap-icons/floppy-fill.svg delete mode 100644 web/vendor/bootstrap-icons/floppy.svg delete mode 100644 web/vendor/bootstrap-icons/floppy2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/floppy2.svg delete mode 100644 web/vendor/bootstrap-icons/flower1.svg delete mode 100644 web/vendor/bootstrap-icons/flower2.svg delete mode 100644 web/vendor/bootstrap-icons/flower3.svg delete mode 100644 web/vendor/bootstrap-icons/folder-check.svg delete mode 100644 web/vendor/bootstrap-icons/folder-fill.svg delete mode 100644 web/vendor/bootstrap-icons/folder-minus.svg delete mode 100644 web/vendor/bootstrap-icons/folder-plus.svg delete mode 100644 web/vendor/bootstrap-icons/folder-symlink-fill.svg delete mode 100644 web/vendor/bootstrap-icons/folder-symlink.svg delete mode 100644 web/vendor/bootstrap-icons/folder-x.svg delete mode 100644 web/vendor/bootstrap-icons/folder.svg delete mode 100644 web/vendor/bootstrap-icons/folder2-open.svg delete mode 100644 web/vendor/bootstrap-icons/folder2.svg delete mode 100644 web/vendor/bootstrap-icons/fonts.svg delete mode 100644 web/vendor/bootstrap-icons/fork-knife.svg delete mode 100644 web/vendor/bootstrap-icons/forward-fill.svg delete mode 100644 web/vendor/bootstrap-icons/forward.svg delete mode 100644 web/vendor/bootstrap-icons/front.svg delete mode 100644 web/vendor/bootstrap-icons/fuel-pump-diesel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/fuel-pump-diesel.svg delete mode 100644 web/vendor/bootstrap-icons/fuel-pump-fill.svg delete mode 100644 web/vendor/bootstrap-icons/fuel-pump.svg delete mode 100644 web/vendor/bootstrap-icons/fullscreen-exit.svg delete mode 100644 web/vendor/bootstrap-icons/fullscreen.svg delete mode 100644 web/vendor/bootstrap-icons/funnel-fill.svg delete mode 100644 web/vendor/bootstrap-icons/funnel.svg delete mode 100644 web/vendor/bootstrap-icons/gear-fill.svg delete mode 100644 web/vendor/bootstrap-icons/gear-wide-connected.svg delete mode 100644 web/vendor/bootstrap-icons/gear-wide.svg delete mode 100644 web/vendor/bootstrap-icons/gear.svg delete mode 100644 web/vendor/bootstrap-icons/gem.svg delete mode 100644 web/vendor/bootstrap-icons/gender-ambiguous.svg delete mode 100644 web/vendor/bootstrap-icons/gender-female.svg delete mode 100644 web/vendor/bootstrap-icons/gender-male.svg delete mode 100644 web/vendor/bootstrap-icons/gender-neuter.svg delete mode 100644 web/vendor/bootstrap-icons/gender-trans.svg delete mode 100644 web/vendor/bootstrap-icons/geo-alt-fill.svg delete mode 100644 web/vendor/bootstrap-icons/geo-alt.svg delete mode 100644 web/vendor/bootstrap-icons/geo-fill.svg delete mode 100644 web/vendor/bootstrap-icons/geo.svg delete mode 100644 web/vendor/bootstrap-icons/gift-fill.svg delete mode 100644 web/vendor/bootstrap-icons/gift.svg delete mode 100644 web/vendor/bootstrap-icons/git.svg delete mode 100644 web/vendor/bootstrap-icons/github.svg delete mode 100644 web/vendor/bootstrap-icons/gitlab.svg delete mode 100644 web/vendor/bootstrap-icons/globe-americas-fill.svg delete mode 100644 web/vendor/bootstrap-icons/globe-americas.svg delete mode 100644 web/vendor/bootstrap-icons/globe-asia-australia-fill.svg delete mode 100644 web/vendor/bootstrap-icons/globe-asia-australia.svg delete mode 100644 web/vendor/bootstrap-icons/globe-central-south-asia-fill.svg delete mode 100644 web/vendor/bootstrap-icons/globe-central-south-asia.svg delete mode 100644 web/vendor/bootstrap-icons/globe-europe-africa-fill.svg delete mode 100644 web/vendor/bootstrap-icons/globe-europe-africa.svg delete mode 100644 web/vendor/bootstrap-icons/globe.svg delete mode 100644 web/vendor/bootstrap-icons/globe2.svg delete mode 100644 web/vendor/bootstrap-icons/google-play.svg delete mode 100644 web/vendor/bootstrap-icons/google.svg delete mode 100644 web/vendor/bootstrap-icons/gpu-card.svg delete mode 100644 web/vendor/bootstrap-icons/graph-down-arrow.svg delete mode 100644 web/vendor/bootstrap-icons/graph-down.svg delete mode 100644 web/vendor/bootstrap-icons/graph-up-arrow.svg delete mode 100644 web/vendor/bootstrap-icons/graph-up.svg delete mode 100644 web/vendor/bootstrap-icons/grid-1x2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/grid-1x2.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x2-gap-fill.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x2-gap.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x2.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x3-gap-fill.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x3-gap.svg delete mode 100644 web/vendor/bootstrap-icons/grid-3x3.svg delete mode 100644 web/vendor/bootstrap-icons/grid-fill.svg delete mode 100644 web/vendor/bootstrap-icons/grid.svg delete mode 100644 web/vendor/bootstrap-icons/grip-horizontal.svg delete mode 100644 web/vendor/bootstrap-icons/grip-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/h-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/h-circle.svg delete mode 100644 web/vendor/bootstrap-icons/h-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/h-square.svg delete mode 100644 web/vendor/bootstrap-icons/hammer.svg delete mode 100644 web/vendor/bootstrap-icons/hand-index-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hand-index-thumb-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hand-index-thumb.svg delete mode 100644 web/vendor/bootstrap-icons/hand-index.svg delete mode 100644 web/vendor/bootstrap-icons/hand-thumbs-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hand-thumbs-down.svg delete mode 100644 web/vendor/bootstrap-icons/hand-thumbs-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hand-thumbs-up.svg delete mode 100644 web/vendor/bootstrap-icons/handbag-fill.svg delete mode 100644 web/vendor/bootstrap-icons/handbag.svg delete mode 100644 web/vendor/bootstrap-icons/hash.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-network-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-network.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-rack-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-rack.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-stack-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hdd-stack.svg delete mode 100644 web/vendor/bootstrap-icons/hdd.svg delete mode 100644 web/vendor/bootstrap-icons/hdmi-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hdmi.svg delete mode 100644 web/vendor/bootstrap-icons/headphones.svg delete mode 100644 web/vendor/bootstrap-icons/headset-vr.svg delete mode 100644 web/vendor/bootstrap-icons/headset.svg delete mode 100644 web/vendor/bootstrap-icons/heart-arrow.svg delete mode 100644 web/vendor/bootstrap-icons/heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/heart-half.svg delete mode 100644 web/vendor/bootstrap-icons/heart-pulse-fill.svg delete mode 100644 web/vendor/bootstrap-icons/heart-pulse.svg delete mode 100644 web/vendor/bootstrap-icons/heart.svg delete mode 100644 web/vendor/bootstrap-icons/heartbreak-fill.svg delete mode 100644 web/vendor/bootstrap-icons/heartbreak.svg delete mode 100644 web/vendor/bootstrap-icons/hearts.svg delete mode 100644 web/vendor/bootstrap-icons/heptagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/heptagon-half.svg delete mode 100644 web/vendor/bootstrap-icons/heptagon.svg delete mode 100644 web/vendor/bootstrap-icons/hexagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hexagon-half.svg delete mode 100644 web/vendor/bootstrap-icons/hexagon.svg delete mode 100644 web/vendor/bootstrap-icons/highlighter.svg delete mode 100644 web/vendor/bootstrap-icons/highlights.svg delete mode 100644 web/vendor/bootstrap-icons/hospital-fill.svg delete mode 100644 web/vendor/bootstrap-icons/hospital.svg delete mode 100644 web/vendor/bootstrap-icons/hourglass-bottom.svg delete mode 100644 web/vendor/bootstrap-icons/hourglass-split.svg delete mode 100644 web/vendor/bootstrap-icons/hourglass-top.svg delete mode 100644 web/vendor/bootstrap-icons/hourglass.svg delete mode 100644 web/vendor/bootstrap-icons/house-add-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-add.svg delete mode 100644 web/vendor/bootstrap-icons/house-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-check.svg delete mode 100644 web/vendor/bootstrap-icons/house-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-dash.svg delete mode 100644 web/vendor/bootstrap-icons/house-door-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-door.svg delete mode 100644 web/vendor/bootstrap-icons/house-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-down.svg delete mode 100644 web/vendor/bootstrap-icons/house-exclamation-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/house-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-gear-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-gear.svg delete mode 100644 web/vendor/bootstrap-icons/house-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-heart.svg delete mode 100644 web/vendor/bootstrap-icons/house-lock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-lock.svg delete mode 100644 web/vendor/bootstrap-icons/house-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-slash.svg delete mode 100644 web/vendor/bootstrap-icons/house-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-up.svg delete mode 100644 web/vendor/bootstrap-icons/house-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/house-x.svg delete mode 100644 web/vendor/bootstrap-icons/house.svg delete mode 100644 web/vendor/bootstrap-icons/houses-fill.svg delete mode 100644 web/vendor/bootstrap-icons/houses.svg delete mode 100644 web/vendor/bootstrap-icons/hr.svg delete mode 100644 web/vendor/bootstrap-icons/hurricane.svg delete mode 100644 web/vendor/bootstrap-icons/hypnotize.svg delete mode 100644 web/vendor/bootstrap-icons/image-alt.svg delete mode 100644 web/vendor/bootstrap-icons/image-fill.svg delete mode 100644 web/vendor/bootstrap-icons/image.svg delete mode 100644 web/vendor/bootstrap-icons/images.svg delete mode 100644 web/vendor/bootstrap-icons/inbox-fill.svg delete mode 100644 web/vendor/bootstrap-icons/inbox.svg delete mode 100644 web/vendor/bootstrap-icons/inboxes-fill.svg delete mode 100644 web/vendor/bootstrap-icons/inboxes.svg delete mode 100644 web/vendor/bootstrap-icons/incognito.svg delete mode 100644 web/vendor/bootstrap-icons/indent.svg delete mode 100644 web/vendor/bootstrap-icons/infinity.svg delete mode 100644 web/vendor/bootstrap-icons/info-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/info-circle.svg delete mode 100644 web/vendor/bootstrap-icons/info-lg.svg delete mode 100644 web/vendor/bootstrap-icons/info-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/info-square.svg delete mode 100644 web/vendor/bootstrap-icons/info.svg delete mode 100644 web/vendor/bootstrap-icons/input-cursor-text.svg delete mode 100644 web/vendor/bootstrap-icons/input-cursor.svg delete mode 100644 web/vendor/bootstrap-icons/instagram.svg delete mode 100644 web/vendor/bootstrap-icons/intersect.svg delete mode 100644 web/vendor/bootstrap-icons/javascript.svg delete mode 100644 web/vendor/bootstrap-icons/journal-album.svg delete mode 100644 web/vendor/bootstrap-icons/journal-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/journal-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/journal-bookmark-fill.svg delete mode 100644 web/vendor/bootstrap-icons/journal-bookmark.svg delete mode 100644 web/vendor/bootstrap-icons/journal-check.svg delete mode 100644 web/vendor/bootstrap-icons/journal-code.svg delete mode 100644 web/vendor/bootstrap-icons/journal-medical.svg delete mode 100644 web/vendor/bootstrap-icons/journal-minus.svg delete mode 100644 web/vendor/bootstrap-icons/journal-plus.svg delete mode 100644 web/vendor/bootstrap-icons/journal-richtext.svg delete mode 100644 web/vendor/bootstrap-icons/journal-text.svg delete mode 100644 web/vendor/bootstrap-icons/journal-x.svg delete mode 100644 web/vendor/bootstrap-icons/journal.svg delete mode 100644 web/vendor/bootstrap-icons/journals.svg delete mode 100644 web/vendor/bootstrap-icons/joystick.svg delete mode 100644 web/vendor/bootstrap-icons/justify-left.svg delete mode 100644 web/vendor/bootstrap-icons/justify-right.svg delete mode 100644 web/vendor/bootstrap-icons/justify.svg delete mode 100644 web/vendor/bootstrap-icons/kanban-fill.svg delete mode 100644 web/vendor/bootstrap-icons/kanban.svg delete mode 100644 web/vendor/bootstrap-icons/key-fill.svg delete mode 100644 web/vendor/bootstrap-icons/key.svg delete mode 100644 web/vendor/bootstrap-icons/keyboard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/keyboard.svg delete mode 100644 web/vendor/bootstrap-icons/ladder.svg delete mode 100644 web/vendor/bootstrap-icons/lamp-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lamp.svg delete mode 100644 web/vendor/bootstrap-icons/laptop-fill.svg delete mode 100644 web/vendor/bootstrap-icons/laptop.svg delete mode 100644 web/vendor/bootstrap-icons/layer-backward.svg delete mode 100644 web/vendor/bootstrap-icons/layer-forward.svg delete mode 100644 web/vendor/bootstrap-icons/layers-fill.svg delete mode 100644 web/vendor/bootstrap-icons/layers-half.svg delete mode 100644 web/vendor/bootstrap-icons/layers.svg delete mode 100644 web/vendor/bootstrap-icons/layout-sidebar-inset-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/layout-sidebar-inset.svg delete mode 100644 web/vendor/bootstrap-icons/layout-sidebar-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/layout-sidebar.svg delete mode 100644 web/vendor/bootstrap-icons/layout-split.svg delete mode 100644 web/vendor/bootstrap-icons/layout-text-sidebar-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/layout-text-sidebar.svg delete mode 100644 web/vendor/bootstrap-icons/layout-text-window-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/layout-text-window.svg delete mode 100644 web/vendor/bootstrap-icons/layout-three-columns.svg delete mode 100644 web/vendor/bootstrap-icons/layout-wtf.svg delete mode 100644 web/vendor/bootstrap-icons/leaf-fill.svg delete mode 100644 web/vendor/bootstrap-icons/leaf.svg delete mode 100644 web/vendor/bootstrap-icons/life-preserver.svg delete mode 100644 web/vendor/bootstrap-icons/lightbulb-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lightbulb-off-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lightbulb-off.svg delete mode 100644 web/vendor/bootstrap-icons/lightbulb.svg delete mode 100644 web/vendor/bootstrap-icons/lightning-charge-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lightning-charge.svg delete mode 100644 web/vendor/bootstrap-icons/lightning-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lightning.svg delete mode 100644 web/vendor/bootstrap-icons/line.svg delete mode 100644 web/vendor/bootstrap-icons/link-45deg.svg delete mode 100644 web/vendor/bootstrap-icons/link.svg delete mode 100644 web/vendor/bootstrap-icons/linkedin.svg delete mode 100644 web/vendor/bootstrap-icons/list-check.svg delete mode 100644 web/vendor/bootstrap-icons/list-columns-reverse.svg delete mode 100644 web/vendor/bootstrap-icons/list-columns.svg delete mode 100644 web/vendor/bootstrap-icons/list-nested.svg delete mode 100644 web/vendor/bootstrap-icons/list-ol.svg delete mode 100644 web/vendor/bootstrap-icons/list-stars.svg delete mode 100644 web/vendor/bootstrap-icons/list-task.svg delete mode 100644 web/vendor/bootstrap-icons/list-ul.svg delete mode 100644 web/vendor/bootstrap-icons/list.svg delete mode 100644 web/vendor/bootstrap-icons/lock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lock.svg delete mode 100644 web/vendor/bootstrap-icons/luggage-fill.svg delete mode 100644 web/vendor/bootstrap-icons/luggage.svg delete mode 100644 web/vendor/bootstrap-icons/lungs-fill.svg delete mode 100644 web/vendor/bootstrap-icons/lungs.svg delete mode 100644 web/vendor/bootstrap-icons/magic.svg delete mode 100644 web/vendor/bootstrap-icons/magnet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/magnet.svg delete mode 100644 web/vendor/bootstrap-icons/mailbox-flag.svg delete mode 100644 web/vendor/bootstrap-icons/mailbox.svg delete mode 100644 web/vendor/bootstrap-icons/mailbox2-flag.svg delete mode 100644 web/vendor/bootstrap-icons/mailbox2.svg delete mode 100644 web/vendor/bootstrap-icons/map-fill.svg delete mode 100644 web/vendor/bootstrap-icons/map.svg delete mode 100644 web/vendor/bootstrap-icons/markdown-fill.svg delete mode 100644 web/vendor/bootstrap-icons/markdown.svg delete mode 100644 web/vendor/bootstrap-icons/marker-tip.svg delete mode 100644 web/vendor/bootstrap-icons/mask.svg delete mode 100644 web/vendor/bootstrap-icons/mastodon.svg delete mode 100644 web/vendor/bootstrap-icons/measuring-cup-fill.svg delete mode 100644 web/vendor/bootstrap-icons/measuring-cup.svg delete mode 100644 web/vendor/bootstrap-icons/medium.svg delete mode 100644 web/vendor/bootstrap-icons/megaphone-fill.svg delete mode 100644 web/vendor/bootstrap-icons/megaphone.svg delete mode 100644 web/vendor/bootstrap-icons/memory.svg delete mode 100644 web/vendor/bootstrap-icons/menu-app-fill.svg delete mode 100644 web/vendor/bootstrap-icons/menu-app.svg delete mode 100644 web/vendor/bootstrap-icons/menu-button-fill.svg delete mode 100644 web/vendor/bootstrap-icons/menu-button-wide-fill.svg delete mode 100644 web/vendor/bootstrap-icons/menu-button-wide.svg delete mode 100644 web/vendor/bootstrap-icons/menu-button.svg delete mode 100644 web/vendor/bootstrap-icons/menu-down.svg delete mode 100644 web/vendor/bootstrap-icons/menu-up.svg delete mode 100644 web/vendor/bootstrap-icons/messenger.svg delete mode 100644 web/vendor/bootstrap-icons/meta.svg delete mode 100644 web/vendor/bootstrap-icons/mic-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mic-mute-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mic-mute.svg delete mode 100644 web/vendor/bootstrap-icons/mic.svg delete mode 100644 web/vendor/bootstrap-icons/microsoft-teams.svg delete mode 100644 web/vendor/bootstrap-icons/microsoft.svg delete mode 100644 web/vendor/bootstrap-icons/minecart-loaded.svg delete mode 100644 web/vendor/bootstrap-icons/minecart.svg delete mode 100644 web/vendor/bootstrap-icons/modem-fill.svg delete mode 100644 web/vendor/bootstrap-icons/modem.svg delete mode 100644 web/vendor/bootstrap-icons/moisture.svg delete mode 100644 web/vendor/bootstrap-icons/moon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/moon-stars-fill.svg delete mode 100644 web/vendor/bootstrap-icons/moon-stars.svg delete mode 100644 web/vendor/bootstrap-icons/moon.svg delete mode 100644 web/vendor/bootstrap-icons/mortarboard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mortarboard.svg delete mode 100644 web/vendor/bootstrap-icons/motherboard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/motherboard.svg delete mode 100644 web/vendor/bootstrap-icons/mouse-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mouse.svg delete mode 100644 web/vendor/bootstrap-icons/mouse2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mouse2.svg delete mode 100644 web/vendor/bootstrap-icons/mouse3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/mouse3.svg delete mode 100644 web/vendor/bootstrap-icons/music-note-beamed.svg delete mode 100644 web/vendor/bootstrap-icons/music-note-list.svg delete mode 100644 web/vendor/bootstrap-icons/music-note.svg delete mode 100644 web/vendor/bootstrap-icons/music-player-fill.svg delete mode 100644 web/vendor/bootstrap-icons/music-player.svg delete mode 100644 web/vendor/bootstrap-icons/newspaper.svg delete mode 100644 web/vendor/bootstrap-icons/nintendo-switch.svg delete mode 100644 web/vendor/bootstrap-icons/node-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/node-minus.svg delete mode 100644 web/vendor/bootstrap-icons/node-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/node-plus.svg delete mode 100644 web/vendor/bootstrap-icons/noise-reduction.svg delete mode 100644 web/vendor/bootstrap-icons/nut-fill.svg delete mode 100644 web/vendor/bootstrap-icons/nut.svg delete mode 100644 web/vendor/bootstrap-icons/nvidia.svg delete mode 100644 web/vendor/bootstrap-icons/nvme-fill.svg delete mode 100644 web/vendor/bootstrap-icons/nvme.svg delete mode 100644 web/vendor/bootstrap-icons/octagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/octagon-half.svg delete mode 100644 web/vendor/bootstrap-icons/octagon.svg delete mode 100644 web/vendor/bootstrap-icons/openai.svg delete mode 100644 web/vendor/bootstrap-icons/opencollective.svg delete mode 100644 web/vendor/bootstrap-icons/optical-audio-fill.svg delete mode 100644 web/vendor/bootstrap-icons/optical-audio.svg delete mode 100644 web/vendor/bootstrap-icons/option.svg delete mode 100644 web/vendor/bootstrap-icons/outlet.svg delete mode 100644 web/vendor/bootstrap-icons/p-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/p-circle.svg delete mode 100644 web/vendor/bootstrap-icons/p-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/p-square.svg delete mode 100644 web/vendor/bootstrap-icons/paint-bucket.svg delete mode 100644 web/vendor/bootstrap-icons/palette-fill.svg delete mode 100644 web/vendor/bootstrap-icons/palette.svg delete mode 100644 web/vendor/bootstrap-icons/palette2.svg delete mode 100644 web/vendor/bootstrap-icons/paperclip.svg delete mode 100644 web/vendor/bootstrap-icons/paragraph.svg delete mode 100644 web/vendor/bootstrap-icons/pass-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pass.svg delete mode 100644 web/vendor/bootstrap-icons/passport-fill.svg delete mode 100644 web/vendor/bootstrap-icons/passport.svg delete mode 100644 web/vendor/bootstrap-icons/patch-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/patch-check.svg delete mode 100644 web/vendor/bootstrap-icons/patch-exclamation-fill.svg delete mode 100644 web/vendor/bootstrap-icons/patch-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/patch-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/patch-minus.svg delete mode 100644 web/vendor/bootstrap-icons/patch-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/patch-plus.svg delete mode 100644 web/vendor/bootstrap-icons/patch-question-fill.svg delete mode 100644 web/vendor/bootstrap-icons/patch-question.svg delete mode 100644 web/vendor/bootstrap-icons/pause-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pause-btn.svg delete mode 100644 web/vendor/bootstrap-icons/pause-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pause-circle.svg delete mode 100644 web/vendor/bootstrap-icons/pause-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pause.svg delete mode 100644 web/vendor/bootstrap-icons/paypal.svg delete mode 100644 web/vendor/bootstrap-icons/pc-display-horizontal.svg delete mode 100644 web/vendor/bootstrap-icons/pc-display.svg delete mode 100644 web/vendor/bootstrap-icons/pc-horizontal.svg delete mode 100644 web/vendor/bootstrap-icons/pc.svg delete mode 100644 web/vendor/bootstrap-icons/pci-card-network.svg delete mode 100644 web/vendor/bootstrap-icons/pci-card-sound.svg delete mode 100644 web/vendor/bootstrap-icons/pci-card.svg delete mode 100644 web/vendor/bootstrap-icons/peace-fill.svg delete mode 100644 web/vendor/bootstrap-icons/peace.svg delete mode 100644 web/vendor/bootstrap-icons/pen-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pen.svg delete mode 100644 web/vendor/bootstrap-icons/pencil-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pencil-square.svg delete mode 100644 web/vendor/bootstrap-icons/pencil.svg delete mode 100644 web/vendor/bootstrap-icons/pentagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pentagon-half.svg delete mode 100644 web/vendor/bootstrap-icons/pentagon.svg delete mode 100644 web/vendor/bootstrap-icons/people-fill.svg delete mode 100644 web/vendor/bootstrap-icons/people.svg delete mode 100644 web/vendor/bootstrap-icons/percent.svg delete mode 100644 web/vendor/bootstrap-icons/perplexity.svg delete mode 100644 web/vendor/bootstrap-icons/person-add.svg delete mode 100644 web/vendor/bootstrap-icons/person-arms-up.svg delete mode 100644 web/vendor/bootstrap-icons/person-badge-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-badge.svg delete mode 100644 web/vendor/bootstrap-icons/person-bounding-box.svg delete mode 100644 web/vendor/bootstrap-icons/person-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-check.svg delete mode 100644 web/vendor/bootstrap-icons/person-circle.svg delete mode 100644 web/vendor/bootstrap-icons/person-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-dash.svg delete mode 100644 web/vendor/bootstrap-icons/person-down.svg delete mode 100644 web/vendor/bootstrap-icons/person-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-add.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-check.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-dash.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-down.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-gear.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-lock.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-slash.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-up.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill-x.svg delete mode 100644 web/vendor/bootstrap-icons/person-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-gear.svg delete mode 100644 web/vendor/bootstrap-icons/person-heart.svg delete mode 100644 web/vendor/bootstrap-icons/person-hearts.svg delete mode 100644 web/vendor/bootstrap-icons/person-lines-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-lock.svg delete mode 100644 web/vendor/bootstrap-icons/person-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-plus.svg delete mode 100644 web/vendor/bootstrap-icons/person-raised-hand.svg delete mode 100644 web/vendor/bootstrap-icons/person-rolodex.svg delete mode 100644 web/vendor/bootstrap-icons/person-slash.svg delete mode 100644 web/vendor/bootstrap-icons/person-square.svg delete mode 100644 web/vendor/bootstrap-icons/person-standing-dress.svg delete mode 100644 web/vendor/bootstrap-icons/person-standing.svg delete mode 100644 web/vendor/bootstrap-icons/person-up.svg delete mode 100644 web/vendor/bootstrap-icons/person-vcard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-vcard.svg delete mode 100644 web/vendor/bootstrap-icons/person-video.svg delete mode 100644 web/vendor/bootstrap-icons/person-video2.svg delete mode 100644 web/vendor/bootstrap-icons/person-video3.svg delete mode 100644 web/vendor/bootstrap-icons/person-walking.svg delete mode 100644 web/vendor/bootstrap-icons/person-wheelchair.svg delete mode 100644 web/vendor/bootstrap-icons/person-workspace.svg delete mode 100644 web/vendor/bootstrap-icons/person-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/person-x.svg delete mode 100644 web/vendor/bootstrap-icons/person.svg delete mode 100644 web/vendor/bootstrap-icons/phone-fill.svg delete mode 100644 web/vendor/bootstrap-icons/phone-flip.svg delete mode 100644 web/vendor/bootstrap-icons/phone-landscape-fill.svg delete mode 100644 web/vendor/bootstrap-icons/phone-landscape.svg delete mode 100644 web/vendor/bootstrap-icons/phone-vibrate-fill.svg delete mode 100644 web/vendor/bootstrap-icons/phone-vibrate.svg delete mode 100644 web/vendor/bootstrap-icons/phone.svg delete mode 100644 web/vendor/bootstrap-icons/pie-chart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pie-chart.svg delete mode 100644 web/vendor/bootstrap-icons/piggy-bank-fill.svg delete mode 100644 web/vendor/bootstrap-icons/piggy-bank.svg delete mode 100644 web/vendor/bootstrap-icons/pin-angle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pin-angle.svg delete mode 100644 web/vendor/bootstrap-icons/pin-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pin-map-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pin-map.svg delete mode 100644 web/vendor/bootstrap-icons/pin.svg delete mode 100644 web/vendor/bootstrap-icons/pinterest.svg delete mode 100644 web/vendor/bootstrap-icons/pip-fill.svg delete mode 100644 web/vendor/bootstrap-icons/pip.svg delete mode 100644 web/vendor/bootstrap-icons/play-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/play-btn.svg delete mode 100644 web/vendor/bootstrap-icons/play-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/play-circle.svg delete mode 100644 web/vendor/bootstrap-icons/play-fill.svg delete mode 100644 web/vendor/bootstrap-icons/play.svg delete mode 100644 web/vendor/bootstrap-icons/playstation.svg delete mode 100644 web/vendor/bootstrap-icons/plug-fill.svg delete mode 100644 web/vendor/bootstrap-icons/plug.svg delete mode 100644 web/vendor/bootstrap-icons/plugin.svg delete mode 100644 web/vendor/bootstrap-icons/plus-circle-dotted.svg delete mode 100644 web/vendor/bootstrap-icons/plus-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/plus-circle.svg delete mode 100644 web/vendor/bootstrap-icons/plus-lg.svg delete mode 100644 web/vendor/bootstrap-icons/plus-slash-minus.svg delete mode 100644 web/vendor/bootstrap-icons/plus-square-dotted.svg delete mode 100644 web/vendor/bootstrap-icons/plus-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/plus-square.svg delete mode 100644 web/vendor/bootstrap-icons/plus.svg delete mode 100644 web/vendor/bootstrap-icons/postage-fill.svg delete mode 100644 web/vendor/bootstrap-icons/postage-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/postage-heart.svg delete mode 100644 web/vendor/bootstrap-icons/postage.svg delete mode 100644 web/vendor/bootstrap-icons/postcard-fill.svg delete mode 100644 web/vendor/bootstrap-icons/postcard-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/postcard-heart.svg delete mode 100644 web/vendor/bootstrap-icons/postcard.svg delete mode 100644 web/vendor/bootstrap-icons/power.svg delete mode 100644 web/vendor/bootstrap-icons/prescription.svg delete mode 100644 web/vendor/bootstrap-icons/prescription2.svg delete mode 100644 web/vendor/bootstrap-icons/printer-fill.svg delete mode 100644 web/vendor/bootstrap-icons/printer.svg delete mode 100644 web/vendor/bootstrap-icons/projector-fill.svg delete mode 100644 web/vendor/bootstrap-icons/projector.svg delete mode 100644 web/vendor/bootstrap-icons/puzzle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/puzzle.svg delete mode 100644 web/vendor/bootstrap-icons/qr-code-scan.svg delete mode 100644 web/vendor/bootstrap-icons/qr-code.svg delete mode 100644 web/vendor/bootstrap-icons/question-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/question-circle.svg delete mode 100644 web/vendor/bootstrap-icons/question-diamond-fill.svg delete mode 100644 web/vendor/bootstrap-icons/question-diamond.svg delete mode 100644 web/vendor/bootstrap-icons/question-lg.svg delete mode 100644 web/vendor/bootstrap-icons/question-octagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/question-octagon.svg delete mode 100644 web/vendor/bootstrap-icons/question-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/question-square.svg delete mode 100644 web/vendor/bootstrap-icons/question.svg delete mode 100644 web/vendor/bootstrap-icons/quora.svg delete mode 100644 web/vendor/bootstrap-icons/quote.svg delete mode 100644 web/vendor/bootstrap-icons/r-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/r-circle.svg delete mode 100644 web/vendor/bootstrap-icons/r-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/r-square.svg delete mode 100644 web/vendor/bootstrap-icons/radar.svg delete mode 100644 web/vendor/bootstrap-icons/radioactive.svg delete mode 100644 web/vendor/bootstrap-icons/rainbow.svg delete mode 100644 web/vendor/bootstrap-icons/receipt-cutoff.svg delete mode 100644 web/vendor/bootstrap-icons/receipt.svg delete mode 100644 web/vendor/bootstrap-icons/reception-0.svg delete mode 100644 web/vendor/bootstrap-icons/reception-1.svg delete mode 100644 web/vendor/bootstrap-icons/reception-2.svg delete mode 100644 web/vendor/bootstrap-icons/reception-3.svg delete mode 100644 web/vendor/bootstrap-icons/reception-4.svg delete mode 100644 web/vendor/bootstrap-icons/record-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/record-btn.svg delete mode 100644 web/vendor/bootstrap-icons/record-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/record-circle.svg delete mode 100644 web/vendor/bootstrap-icons/record-fill.svg delete mode 100644 web/vendor/bootstrap-icons/record.svg delete mode 100644 web/vendor/bootstrap-icons/record2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/record2.svg delete mode 100644 web/vendor/bootstrap-icons/recycle.svg delete mode 100644 web/vendor/bootstrap-icons/reddit.svg delete mode 100644 web/vendor/bootstrap-icons/regex.svg delete mode 100644 web/vendor/bootstrap-icons/repeat-1.svg delete mode 100644 web/vendor/bootstrap-icons/repeat.svg delete mode 100644 web/vendor/bootstrap-icons/reply-all-fill.svg delete mode 100644 web/vendor/bootstrap-icons/reply-all.svg delete mode 100644 web/vendor/bootstrap-icons/reply-fill.svg delete mode 100644 web/vendor/bootstrap-icons/reply.svg delete mode 100644 web/vendor/bootstrap-icons/rewind-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rewind-btn.svg delete mode 100644 web/vendor/bootstrap-icons/rewind-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rewind-circle.svg delete mode 100644 web/vendor/bootstrap-icons/rewind-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rewind.svg delete mode 100644 web/vendor/bootstrap-icons/robot.svg delete mode 100644 web/vendor/bootstrap-icons/rocket-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rocket-takeoff-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rocket-takeoff.svg delete mode 100644 web/vendor/bootstrap-icons/rocket.svg delete mode 100644 web/vendor/bootstrap-icons/router-fill.svg delete mode 100644 web/vendor/bootstrap-icons/router.svg delete mode 100644 web/vendor/bootstrap-icons/rss-fill.svg delete mode 100644 web/vendor/bootstrap-icons/rss.svg delete mode 100644 web/vendor/bootstrap-icons/rulers.svg delete mode 100644 web/vendor/bootstrap-icons/safe-fill.svg delete mode 100644 web/vendor/bootstrap-icons/safe.svg delete mode 100644 web/vendor/bootstrap-icons/safe2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/safe2.svg delete mode 100644 web/vendor/bootstrap-icons/save-fill.svg delete mode 100644 web/vendor/bootstrap-icons/save.svg delete mode 100644 web/vendor/bootstrap-icons/save2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/save2.svg delete mode 100644 web/vendor/bootstrap-icons/scissors.svg delete mode 100644 web/vendor/bootstrap-icons/scooter.svg delete mode 100644 web/vendor/bootstrap-icons/screwdriver.svg delete mode 100644 web/vendor/bootstrap-icons/sd-card-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sd-card.svg delete mode 100644 web/vendor/bootstrap-icons/search-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/search-heart.svg delete mode 100644 web/vendor/bootstrap-icons/search.svg delete mode 100644 web/vendor/bootstrap-icons/segmented-nav.svg delete mode 100644 web/vendor/bootstrap-icons/send-arrow-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-arrow-down.svg delete mode 100644 web/vendor/bootstrap-icons/send-arrow-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-arrow-up.svg delete mode 100644 web/vendor/bootstrap-icons/send-check-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-check.svg delete mode 100644 web/vendor/bootstrap-icons/send-dash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-dash.svg delete mode 100644 web/vendor/bootstrap-icons/send-exclamation-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/send-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-plus.svg delete mode 100644 web/vendor/bootstrap-icons/send-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-slash.svg delete mode 100644 web/vendor/bootstrap-icons/send-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/send-x.svg delete mode 100644 web/vendor/bootstrap-icons/send.svg delete mode 100644 web/vendor/bootstrap-icons/server.svg delete mode 100644 web/vendor/bootstrap-icons/shadows.svg delete mode 100644 web/vendor/bootstrap-icons/share-fill.svg delete mode 100644 web/vendor/bootstrap-icons/share.svg delete mode 100644 web/vendor/bootstrap-icons/shield-check.svg delete mode 100644 web/vendor/bootstrap-icons/shield-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill-check.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill-exclamation.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill-minus.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill-plus.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill-x.svg delete mode 100644 web/vendor/bootstrap-icons/shield-fill.svg delete mode 100644 web/vendor/bootstrap-icons/shield-lock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/shield-lock.svg delete mode 100644 web/vendor/bootstrap-icons/shield-minus.svg delete mode 100644 web/vendor/bootstrap-icons/shield-plus.svg delete mode 100644 web/vendor/bootstrap-icons/shield-shaded.svg delete mode 100644 web/vendor/bootstrap-icons/shield-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/shield-slash.svg delete mode 100644 web/vendor/bootstrap-icons/shield-x.svg delete mode 100644 web/vendor/bootstrap-icons/shield.svg delete mode 100644 web/vendor/bootstrap-icons/shift-fill.svg delete mode 100644 web/vendor/bootstrap-icons/shift.svg delete mode 100644 web/vendor/bootstrap-icons/shop-window.svg delete mode 100644 web/vendor/bootstrap-icons/shop.svg delete mode 100644 web/vendor/bootstrap-icons/shuffle.svg delete mode 100644 web/vendor/bootstrap-icons/sign-dead-end-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-dead-end.svg delete mode 100644 web/vendor/bootstrap-icons/sign-do-not-enter-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-do-not-enter.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-side-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-side.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-t-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-t.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-y-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection-y.svg delete mode 100644 web/vendor/bootstrap-icons/sign-intersection.svg delete mode 100644 web/vendor/bootstrap-icons/sign-merge-left-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-merge-left.svg delete mode 100644 web/vendor/bootstrap-icons/sign-merge-right-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-merge-right.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-left-turn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-left-turn.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-parking-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-parking.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-right-turn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-no-right-turn.svg delete mode 100644 web/vendor/bootstrap-icons/sign-railroad-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-railroad.svg delete mode 100644 web/vendor/bootstrap-icons/sign-stop-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-stop-lights-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-stop-lights.svg delete mode 100644 web/vendor/bootstrap-icons/sign-stop.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-left-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-left.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-right-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-right.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-slight-left-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-slight-left.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-slight-right-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-turn-slight-right.svg delete mode 100644 web/vendor/bootstrap-icons/sign-yield-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sign-yield.svg delete mode 100644 web/vendor/bootstrap-icons/signal.svg delete mode 100644 web/vendor/bootstrap-icons/signpost-2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/signpost-2.svg delete mode 100644 web/vendor/bootstrap-icons/signpost-fill.svg delete mode 100644 web/vendor/bootstrap-icons/signpost-split-fill.svg delete mode 100644 web/vendor/bootstrap-icons/signpost-split.svg delete mode 100644 web/vendor/bootstrap-icons/signpost.svg delete mode 100644 web/vendor/bootstrap-icons/sim-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sim-slash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sim-slash.svg delete mode 100644 web/vendor/bootstrap-icons/sim.svg delete mode 100644 web/vendor/bootstrap-icons/sina-weibo.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward-btn.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward-circle.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-backward.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end-btn.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end-circle.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-end.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward-btn.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward-circle.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-forward.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start-btn.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start-circle.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start-fill.svg delete mode 100644 web/vendor/bootstrap-icons/skip-start.svg delete mode 100644 web/vendor/bootstrap-icons/skype.svg delete mode 100644 web/vendor/bootstrap-icons/slack.svg delete mode 100644 web/vendor/bootstrap-icons/slash-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/slash-circle.svg delete mode 100644 web/vendor/bootstrap-icons/slash-lg.svg delete mode 100644 web/vendor/bootstrap-icons/slash-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/slash-square.svg delete mode 100644 web/vendor/bootstrap-icons/slash.svg delete mode 100644 web/vendor/bootstrap-icons/sliders.svg delete mode 100644 web/vendor/bootstrap-icons/sliders2-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/sliders2.svg delete mode 100644 web/vendor/bootstrap-icons/smartwatch.svg delete mode 100644 web/vendor/bootstrap-icons/snapchat.svg delete mode 100644 web/vendor/bootstrap-icons/snow.svg delete mode 100644 web/vendor/bootstrap-icons/snow2.svg delete mode 100644 web/vendor/bootstrap-icons/snow3.svg delete mode 100644 web/vendor/bootstrap-icons/sort-alpha-down-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-alpha-down.svg delete mode 100644 web/vendor/bootstrap-icons/sort-alpha-up-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-alpha-up.svg delete mode 100644 web/vendor/bootstrap-icons/sort-down-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-down.svg delete mode 100644 web/vendor/bootstrap-icons/sort-numeric-down-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-numeric-down.svg delete mode 100644 web/vendor/bootstrap-icons/sort-numeric-up-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-numeric-up.svg delete mode 100644 web/vendor/bootstrap-icons/sort-up-alt.svg delete mode 100644 web/vendor/bootstrap-icons/sort-up.svg delete mode 100644 web/vendor/bootstrap-icons/soundwave.svg delete mode 100644 web/vendor/bootstrap-icons/sourceforge.svg delete mode 100644 web/vendor/bootstrap-icons/speaker-fill.svg delete mode 100644 web/vendor/bootstrap-icons/speaker.svg delete mode 100644 web/vendor/bootstrap-icons/speedometer.svg delete mode 100644 web/vendor/bootstrap-icons/speedometer2.svg delete mode 100644 web/vendor/bootstrap-icons/spellcheck.svg delete mode 100644 web/vendor/bootstrap-icons/spotify.svg delete mode 100644 web/vendor/bootstrap-icons/square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/square-half.svg delete mode 100644 web/vendor/bootstrap-icons/square.svg delete mode 100644 web/vendor/bootstrap-icons/stack-overflow.svg delete mode 100644 web/vendor/bootstrap-icons/stack.svg delete mode 100644 web/vendor/bootstrap-icons/star-fill.svg delete mode 100644 web/vendor/bootstrap-icons/star-half.svg delete mode 100644 web/vendor/bootstrap-icons/star.svg delete mode 100644 web/vendor/bootstrap-icons/stars.svg delete mode 100644 web/vendor/bootstrap-icons/steam.svg delete mode 100644 web/vendor/bootstrap-icons/stickies-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stickies.svg delete mode 100644 web/vendor/bootstrap-icons/sticky-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sticky.svg delete mode 100644 web/vendor/bootstrap-icons/stop-btn-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stop-btn.svg delete mode 100644 web/vendor/bootstrap-icons/stop-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stop-circle.svg delete mode 100644 web/vendor/bootstrap-icons/stop-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stop.svg delete mode 100644 web/vendor/bootstrap-icons/stoplights-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stoplights.svg delete mode 100644 web/vendor/bootstrap-icons/stopwatch-fill.svg delete mode 100644 web/vendor/bootstrap-icons/stopwatch.svg delete mode 100644 web/vendor/bootstrap-icons/strava.svg delete mode 100644 web/vendor/bootstrap-icons/stripe.svg delete mode 100644 web/vendor/bootstrap-icons/subscript.svg delete mode 100644 web/vendor/bootstrap-icons/substack.svg delete mode 100644 web/vendor/bootstrap-icons/subtract.svg delete mode 100644 web/vendor/bootstrap-icons/suit-club-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suit-club.svg delete mode 100644 web/vendor/bootstrap-icons/suit-diamond-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suit-diamond.svg delete mode 100644 web/vendor/bootstrap-icons/suit-heart-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suit-heart.svg delete mode 100644 web/vendor/bootstrap-icons/suit-spade-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suit-spade.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase-lg-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase-lg.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/suitcase2.svg delete mode 100644 web/vendor/bootstrap-icons/sun-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sun.svg delete mode 100644 web/vendor/bootstrap-icons/sunglasses.svg delete mode 100644 web/vendor/bootstrap-icons/sunrise-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sunrise.svg delete mode 100644 web/vendor/bootstrap-icons/sunset-fill.svg delete mode 100644 web/vendor/bootstrap-icons/sunset.svg delete mode 100644 web/vendor/bootstrap-icons/superscript.svg delete mode 100644 web/vendor/bootstrap-icons/symmetry-horizontal.svg delete mode 100644 web/vendor/bootstrap-icons/symmetry-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/table.svg delete mode 100644 web/vendor/bootstrap-icons/tablet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tablet-landscape-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tablet-landscape.svg delete mode 100644 web/vendor/bootstrap-icons/tablet.svg delete mode 100644 web/vendor/bootstrap-icons/tag-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tag.svg delete mode 100644 web/vendor/bootstrap-icons/tags-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tags.svg delete mode 100644 web/vendor/bootstrap-icons/taxi-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/taxi-front.svg delete mode 100644 web/vendor/bootstrap-icons/telegram.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-forward-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-forward.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-inbound-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-inbound.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-minus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-minus.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-outbound-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-outbound.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-plus-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-plus.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-x-fill.svg delete mode 100644 web/vendor/bootstrap-icons/telephone-x.svg delete mode 100644 web/vendor/bootstrap-icons/telephone.svg delete mode 100644 web/vendor/bootstrap-icons/tencent-qq.svg delete mode 100644 web/vendor/bootstrap-icons/terminal-dash.svg delete mode 100644 web/vendor/bootstrap-icons/terminal-fill.svg delete mode 100644 web/vendor/bootstrap-icons/terminal-plus.svg delete mode 100644 web/vendor/bootstrap-icons/terminal-split.svg delete mode 100644 web/vendor/bootstrap-icons/terminal-x.svg delete mode 100644 web/vendor/bootstrap-icons/terminal.svg delete mode 100644 web/vendor/bootstrap-icons/text-center.svg delete mode 100644 web/vendor/bootstrap-icons/text-indent-left.svg delete mode 100644 web/vendor/bootstrap-icons/text-indent-right.svg delete mode 100644 web/vendor/bootstrap-icons/text-left.svg delete mode 100644 web/vendor/bootstrap-icons/text-paragraph.svg delete mode 100644 web/vendor/bootstrap-icons/text-right.svg delete mode 100644 web/vendor/bootstrap-icons/text-wrap.svg delete mode 100644 web/vendor/bootstrap-icons/textarea-resize.svg delete mode 100644 web/vendor/bootstrap-icons/textarea-t.svg delete mode 100644 web/vendor/bootstrap-icons/textarea.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer-half.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer-high.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer-low.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer-snow.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer-sun.svg delete mode 100644 web/vendor/bootstrap-icons/thermometer.svg delete mode 100644 web/vendor/bootstrap-icons/threads-fill.svg delete mode 100644 web/vendor/bootstrap-icons/threads.svg delete mode 100644 web/vendor/bootstrap-icons/three-dots-vertical.svg delete mode 100644 web/vendor/bootstrap-icons/three-dots.svg delete mode 100644 web/vendor/bootstrap-icons/thunderbolt-fill.svg delete mode 100644 web/vendor/bootstrap-icons/thunderbolt.svg delete mode 100644 web/vendor/bootstrap-icons/ticket-detailed-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ticket-detailed.svg delete mode 100644 web/vendor/bootstrap-icons/ticket-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ticket-perforated-fill.svg delete mode 100644 web/vendor/bootstrap-icons/ticket-perforated.svg delete mode 100644 web/vendor/bootstrap-icons/ticket.svg delete mode 100644 web/vendor/bootstrap-icons/tiktok.svg delete mode 100644 web/vendor/bootstrap-icons/toggle-off.svg delete mode 100644 web/vendor/bootstrap-icons/toggle-on.svg delete mode 100644 web/vendor/bootstrap-icons/toggle2-off.svg delete mode 100644 web/vendor/bootstrap-icons/toggle2-on.svg delete mode 100644 web/vendor/bootstrap-icons/toggles.svg delete mode 100644 web/vendor/bootstrap-icons/toggles2.svg delete mode 100644 web/vendor/bootstrap-icons/tools.svg delete mode 100644 web/vendor/bootstrap-icons/tornado.svg delete mode 100644 web/vendor/bootstrap-icons/train-freight-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/train-freight-front.svg delete mode 100644 web/vendor/bootstrap-icons/train-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/train-front.svg delete mode 100644 web/vendor/bootstrap-icons/train-lightrail-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/train-lightrail-front.svg delete mode 100644 web/vendor/bootstrap-icons/translate.svg delete mode 100644 web/vendor/bootstrap-icons/transparency.svg delete mode 100644 web/vendor/bootstrap-icons/trash-fill.svg delete mode 100644 web/vendor/bootstrap-icons/trash.svg delete mode 100644 web/vendor/bootstrap-icons/trash2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/trash2.svg delete mode 100644 web/vendor/bootstrap-icons/trash3-fill.svg delete mode 100644 web/vendor/bootstrap-icons/trash3.svg delete mode 100644 web/vendor/bootstrap-icons/tree-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tree.svg delete mode 100644 web/vendor/bootstrap-icons/trello.svg delete mode 100644 web/vendor/bootstrap-icons/triangle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/triangle-half.svg delete mode 100644 web/vendor/bootstrap-icons/triangle.svg delete mode 100644 web/vendor/bootstrap-icons/trophy-fill.svg delete mode 100644 web/vendor/bootstrap-icons/trophy.svg delete mode 100644 web/vendor/bootstrap-icons/tropical-storm.svg delete mode 100644 web/vendor/bootstrap-icons/truck-flatbed.svg delete mode 100644 web/vendor/bootstrap-icons/truck-front-fill.svg delete mode 100644 web/vendor/bootstrap-icons/truck-front.svg delete mode 100644 web/vendor/bootstrap-icons/truck.svg delete mode 100644 web/vendor/bootstrap-icons/tsunami.svg delete mode 100644 web/vendor/bootstrap-icons/tux.svg delete mode 100644 web/vendor/bootstrap-icons/tv-fill.svg delete mode 100644 web/vendor/bootstrap-icons/tv.svg delete mode 100644 web/vendor/bootstrap-icons/twitch.svg delete mode 100644 web/vendor/bootstrap-icons/twitter-x.svg delete mode 100644 web/vendor/bootstrap-icons/twitter.svg delete mode 100644 web/vendor/bootstrap-icons/type-bold.svg delete mode 100644 web/vendor/bootstrap-icons/type-h1.svg delete mode 100644 web/vendor/bootstrap-icons/type-h2.svg delete mode 100644 web/vendor/bootstrap-icons/type-h3.svg delete mode 100644 web/vendor/bootstrap-icons/type-h4.svg delete mode 100644 web/vendor/bootstrap-icons/type-h5.svg delete mode 100644 web/vendor/bootstrap-icons/type-h6.svg delete mode 100644 web/vendor/bootstrap-icons/type-italic.svg delete mode 100644 web/vendor/bootstrap-icons/type-strikethrough.svg delete mode 100644 web/vendor/bootstrap-icons/type-underline.svg delete mode 100644 web/vendor/bootstrap-icons/type.svg delete mode 100644 web/vendor/bootstrap-icons/typescript.svg delete mode 100644 web/vendor/bootstrap-icons/ubuntu.svg delete mode 100644 web/vendor/bootstrap-icons/ui-checks-grid.svg delete mode 100644 web/vendor/bootstrap-icons/ui-checks.svg delete mode 100644 web/vendor/bootstrap-icons/ui-radios-grid.svg delete mode 100644 web/vendor/bootstrap-icons/ui-radios.svg delete mode 100644 web/vendor/bootstrap-icons/umbrella-fill.svg delete mode 100644 web/vendor/bootstrap-icons/umbrella.svg delete mode 100644 web/vendor/bootstrap-icons/unindent.svg delete mode 100644 web/vendor/bootstrap-icons/union.svg delete mode 100644 web/vendor/bootstrap-icons/unity.svg delete mode 100644 web/vendor/bootstrap-icons/universal-access-circle.svg delete mode 100644 web/vendor/bootstrap-icons/universal-access.svg delete mode 100644 web/vendor/bootstrap-icons/unlock-fill.svg delete mode 100644 web/vendor/bootstrap-icons/unlock.svg delete mode 100644 web/vendor/bootstrap-icons/unlock2-fill.svg delete mode 100644 web/vendor/bootstrap-icons/unlock2.svg delete mode 100644 web/vendor/bootstrap-icons/upc-scan.svg delete mode 100644 web/vendor/bootstrap-icons/upc.svg delete mode 100644 web/vendor/bootstrap-icons/upload.svg delete mode 100644 web/vendor/bootstrap-icons/usb-c-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-c.svg delete mode 100644 web/vendor/bootstrap-icons/usb-drive-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-drive.svg delete mode 100644 web/vendor/bootstrap-icons/usb-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-micro-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-micro.svg delete mode 100644 web/vendor/bootstrap-icons/usb-mini-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-mini.svg delete mode 100644 web/vendor/bootstrap-icons/usb-plug-fill.svg delete mode 100644 web/vendor/bootstrap-icons/usb-plug.svg delete mode 100644 web/vendor/bootstrap-icons/usb-symbol.svg delete mode 100644 web/vendor/bootstrap-icons/usb.svg delete mode 100644 web/vendor/bootstrap-icons/valentine.svg delete mode 100644 web/vendor/bootstrap-icons/valentine2.svg delete mode 100644 web/vendor/bootstrap-icons/vector-pen.svg delete mode 100644 web/vendor/bootstrap-icons/view-list.svg delete mode 100644 web/vendor/bootstrap-icons/view-stacked.svg delete mode 100644 web/vendor/bootstrap-icons/vignette.svg delete mode 100644 web/vendor/bootstrap-icons/vimeo.svg delete mode 100644 web/vendor/bootstrap-icons/vinyl-fill.svg delete mode 100644 web/vendor/bootstrap-icons/vinyl.svg delete mode 100644 web/vendor/bootstrap-icons/virus.svg delete mode 100644 web/vendor/bootstrap-icons/virus2.svg delete mode 100644 web/vendor/bootstrap-icons/voicemail.svg delete mode 100644 web/vendor/bootstrap-icons/volume-down-fill.svg delete mode 100644 web/vendor/bootstrap-icons/volume-down.svg delete mode 100644 web/vendor/bootstrap-icons/volume-mute-fill.svg delete mode 100644 web/vendor/bootstrap-icons/volume-mute.svg delete mode 100644 web/vendor/bootstrap-icons/volume-off-fill.svg delete mode 100644 web/vendor/bootstrap-icons/volume-off.svg delete mode 100644 web/vendor/bootstrap-icons/volume-up-fill.svg delete mode 100644 web/vendor/bootstrap-icons/volume-up.svg delete mode 100644 web/vendor/bootstrap-icons/vr.svg delete mode 100644 web/vendor/bootstrap-icons/wallet-fill.svg delete mode 100644 web/vendor/bootstrap-icons/wallet.svg delete mode 100644 web/vendor/bootstrap-icons/wallet2.svg delete mode 100644 web/vendor/bootstrap-icons/watch.svg delete mode 100644 web/vendor/bootstrap-icons/water.svg delete mode 100644 web/vendor/bootstrap-icons/webcam-fill.svg delete mode 100644 web/vendor/bootstrap-icons/webcam.svg delete mode 100644 web/vendor/bootstrap-icons/wechat.svg delete mode 100644 web/vendor/bootstrap-icons/whatsapp.svg delete mode 100644 web/vendor/bootstrap-icons/wifi-1.svg delete mode 100644 web/vendor/bootstrap-icons/wifi-2.svg delete mode 100644 web/vendor/bootstrap-icons/wifi-off.svg delete mode 100644 web/vendor/bootstrap-icons/wifi.svg delete mode 100644 web/vendor/bootstrap-icons/wikipedia.svg delete mode 100644 web/vendor/bootstrap-icons/wind.svg delete mode 100644 web/vendor/bootstrap-icons/window-dash.svg delete mode 100644 web/vendor/bootstrap-icons/window-desktop.svg delete mode 100644 web/vendor/bootstrap-icons/window-dock.svg delete mode 100644 web/vendor/bootstrap-icons/window-fullscreen.svg delete mode 100644 web/vendor/bootstrap-icons/window-plus.svg delete mode 100644 web/vendor/bootstrap-icons/window-sidebar.svg delete mode 100644 web/vendor/bootstrap-icons/window-split.svg delete mode 100644 web/vendor/bootstrap-icons/window-stack.svg delete mode 100644 web/vendor/bootstrap-icons/window-x.svg delete mode 100644 web/vendor/bootstrap-icons/window.svg delete mode 100644 web/vendor/bootstrap-icons/windows.svg delete mode 100644 web/vendor/bootstrap-icons/wordpress.svg delete mode 100644 web/vendor/bootstrap-icons/wrench-adjustable-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/wrench-adjustable-circle.svg delete mode 100644 web/vendor/bootstrap-icons/wrench-adjustable.svg delete mode 100644 web/vendor/bootstrap-icons/wrench.svg delete mode 100644 web/vendor/bootstrap-icons/x-circle-fill.svg delete mode 100644 web/vendor/bootstrap-icons/x-circle.svg delete mode 100644 web/vendor/bootstrap-icons/x-diamond-fill.svg delete mode 100644 web/vendor/bootstrap-icons/x-diamond.svg delete mode 100644 web/vendor/bootstrap-icons/x-lg.svg delete mode 100644 web/vendor/bootstrap-icons/x-octagon-fill.svg delete mode 100644 web/vendor/bootstrap-icons/x-octagon.svg delete mode 100644 web/vendor/bootstrap-icons/x-square-fill.svg delete mode 100644 web/vendor/bootstrap-icons/x-square.svg delete mode 100644 web/vendor/bootstrap-icons/x.svg delete mode 100644 web/vendor/bootstrap-icons/xbox.svg delete mode 100644 web/vendor/bootstrap-icons/yelp.svg delete mode 100644 web/vendor/bootstrap-icons/yin-yang.svg delete mode 100644 web/vendor/bootstrap-icons/youtube.svg delete mode 100644 web/vendor/bootstrap-icons/zoom-in.svg delete mode 100644 web/vendor/bootstrap-icons/zoom-out.svg delete mode 100644 web/vendor/editorjs/editorjs.umd.js diff --git a/lib/Service/Settings/SettingsAppGateway.php b/lib/Service/Settings/SettingsAppGateway.php index 96916b5..84bca1c 100644 --- a/lib/Service/Settings/SettingsAppGateway.php +++ b/lib/Service/Settings/SettingsAppGateway.php @@ -121,12 +121,10 @@ class SettingsAppGateway public function isUserThemeAllowed(): bool { - $value = $this->settingsMetadataGateway->getValue(SettingKeys::APP_THEME_USER_KEY); - if ($value === null || $value === '') { - return true; - } - - return in_array(strtolower($value), ['1', 'true', 'yes', 'on'], true); + return settingToBool( + $this->settingsMetadataGateway->getValue(SettingKeys::APP_THEME_USER_KEY), + true + ); } public function setUserThemeAllowed(bool $allowed, ?string $description = null): bool @@ -138,12 +136,10 @@ class SettingsAppGateway public function isRegistrationEnabled(): bool { - $value = $this->settingsMetadataGateway->getValue(SettingKeys::APP_REGISTRATION_KEY); - if ($value === null || $value === '') { - return true; - } - - return in_array(strtolower($value), ['1', 'true', 'yes', 'on'], true); + return settingToBool( + $this->settingsMetadataGateway->getValue(SettingKeys::APP_REGISTRATION_KEY), + true + ); } public function setRegistrationEnabled(bool $allowed, ?string $description = null): bool diff --git a/lib/Support/helpers.php b/lib/Support/helpers.php index 7d83516..2820432 100644 --- a/lib/Support/helpers.php +++ b/lib/Support/helpers.php @@ -2,7 +2,7 @@ // Load all global helper groups used by templates and page actions. require __DIR__ . '/helpers/app.php'; -require __DIR__ . '/helpers/auth.php'; +require __DIR__ . '/helpers/branding.php'; require __DIR__ . '/helpers/grid.php'; require __DIR__ . '/helpers/i18n.php'; require __DIR__ . '/helpers/request.php'; diff --git a/lib/Support/helpers/app.php b/lib/Support/helpers/app.php index 017d94a..4391015 100644 --- a/lib/Support/helpers/app.php +++ b/lib/Support/helpers/app.php @@ -8,6 +8,37 @@ function e($string): void echo htmlspecialchars((string) $string, ENT_QUOTES, 'UTF-8'); } +/** + * Parse a string setting value as boolean. + * + * Accepts common truthy values ('1', 'true', 'yes', 'on') and returns + * the given default for null, empty strings, or unrecognized values. + */ +function settingToBool(?string $value, bool $default = false): bool +{ + if ($value === null || $value === '') { + return $default; + } + $normalized = strtolower(trim($value)); + if (in_array($normalized, ['1', 'true', 'yes', 'on'], true)) { + return true; + } + if (in_array($normalized, ['0', 'false', 'no', 'off'], true)) { + return false; + } + return $default; +} + +/** + * Resolve the profile target for the current session user. + */ +function accountUrl(): string +{ + $user = $_SESSION['user'] ?? []; + $uuid = (string) ($user['uuid'] ?? ''); + return $uuid !== '' ? lurl('profile') : lurl('login'); +} + /** * Build a web asset URL relative to the app base URL. */ @@ -168,15 +199,6 @@ function currentUserDisplayName(): string return trim((string) ($user['email'] ?? '')); } -/** - * Absolute logo URL (used in e-mails and metadata). - */ -function appLogoUrlAbsolute(int $size = 128): string -{ - $url = appLogoUrl($size); - return appUrl($url); -} - /** * Read one cached app setting from storage/runtime/settings.php. */ @@ -189,21 +211,6 @@ function appSetting(string $key): ?string return app(\MintyPHP\Service\Settings\SettingCacheService::class)->get($key); } -/** - * Load configured themes with a safe fallback list. - */ -function appThemes(): array -{ - if (!class_exists('MintyPHP\\Service\\Settings\\ThemeConfigGateway')) { - return [ - 'light' => 'Light', - 'dark' => 'Dark', - ]; - } - - return app(\MintyPHP\Service\Settings\ThemeConfigGateway::class)->all(); -} - /** * Resolve default locale only if it exists in APP_LOCALES. */ @@ -220,64 +227,17 @@ function appDefaultLocale(): ?string return $locale; } -/** - * Resolve default theme from settings, then APP_THEME, then light. - */ -function appDefaultTheme(): string -{ - $themes = appThemes(); - $tenantTheme = strtolower(trim((string) ($_SESSION['current_tenant']['default_theme'] ?? ''))); - if ($tenantTheme !== '' && isset($themes[$tenantTheme])) { - return $tenantTheme; - } - $setting = appSetting('app_theme'); - if ($setting !== null && isset($themes[$setting])) { - return $setting; - } - $envTheme = getenv('APP_THEME') ?: 'light'; - $envTheme = strtolower(trim((string) $envTheme)); - return isset($themes[$envTheme]) ? $envTheme : 'light'; -} - -/** - * Resolve effective theme with optional per-user override. - */ -function currentTheme(): string -{ - $themes = appThemes(); - $theme = appDefaultTheme(); - if (!allowUserTheme()) { - return $theme; - } - $user = $_SESSION['user'] ?? []; - $userTheme = strtolower(trim((string) ($user['theme'] ?? ''))); - if ($userTheme !== '' && isset($themes[$userTheme])) { - return $userTheme; - } - return $theme; -} - /** * Feature flag: allow users to choose their own theme. */ function allowUserTheme(): bool { $tenantValue = $_SESSION['current_tenant']['allow_user_theme'] ?? null; - if ($tenantValue !== null && $tenantValue !== '') { - $tenantValue = strtolower(trim((string) $tenantValue)); - if (in_array($tenantValue, ['1', 'true', 'yes', 'on'], true)) { - return true; - } - if (in_array($tenantValue, ['0', 'false', 'no', 'off'], true)) { - return false; - } + if ($tenantValue !== null && (string) $tenantValue !== '') { + return settingToBool((string) $tenantValue, true); } - $value = appSetting('app_theme_user'); - if ($value === null || $value === '') { - return true; - } - return in_array(strtolower($value), ['1', 'true', 'yes', 'on'], true); + return settingToBool(appSetting('app_theme_user'), true); } /** @@ -285,11 +245,7 @@ function allowUserTheme(): bool */ function allowRegistration(): bool { - $value = appSetting('app_registration'); - if ($value === null || $value === '') { - return true; - } - return in_array(strtolower($value), ['1', 'true', 'yes', 'on'], true); + return settingToBool(appSetting('app_registration'), true); } /** @@ -297,11 +253,7 @@ function allowRegistration(): bool */ function frontendTelemetryEnabled(): bool { - $value = appSetting('frontend_telemetry_enabled'); - if ($value === null || $value === '') { - return false; - } - return in_array(strtolower(trim($value)), ['1', 'true', 'yes', 'on'], true); + return settingToBool(appSetting('frontend_telemetry_enabled'), false); } /** @@ -352,138 +304,6 @@ function frontendTelemetryAllowedEvents(): array return $normalized; } -/** - * Resolve active primary color (tenant override -> app setting). - */ -function appPrimaryColor(): ?string -{ - // Tenant-scoped branding has precedence over global settings. - $tenantColor = $_SESSION['current_tenant']['primary_color'] ?? null; - if ($tenantColor !== null) { - $tenantColor = strtolower(trim((string) $tenantColor)); - if (preg_match('/^#([0-9a-f]{3}|[0-9a-f]{6})$/i', $tenantColor)) { - return $tenantColor; - } - } - - $value = appSetting('app_primary_color'); - if ($value === null) { - return null; - } - $value = strtolower(trim($value)); - if (!preg_match('/^#([0-9a-f]{3}|[0-9a-f]{6})$/i', $value)) { - return null; - } - return $value; -} - -/** - * Convert current hex color to CSS HSL custom properties. - */ -function appPrimaryCssVars(): string -{ - $hex = appPrimaryColor(); - if ($hex === null) { - return ''; - } - $hex = ltrim($hex, '#'); - if (strlen($hex) === 3) { - $hex = $hex[0] . $hex[0] . $hex[1] . $hex[1] . $hex[2] . $hex[2]; - } - $r = hexdec(substr($hex, 0, 2)) / 255; - $g = hexdec(substr($hex, 2, 2)) / 255; - $b = hexdec(substr($hex, 4, 2)) / 255; - - // Short-circuit grayscale values to avoid unstable hue math. - $monoThreshold = 0.000001; - if (abs($r - $g) < $monoThreshold && abs($g - $b) < $monoThreshold) { - $l = round($r * 100, 2) . '%'; - return "--app-primary-h-base: 0; --app-primary-s-base: 0%; --app-primary-l-base: {$l}; --app-primary-h-light: 0; --app-primary-s-light: 0%; --app-primary-l-light: {$l};"; - } - - $max = max($r, $g, $b); - $min = min($r, $g, $b); - $delta = $max - $min; - - if ($delta === 0.0) { - $l = round((($max + $min) / 2) * 100, 2) . '%'; - return "--app-primary-h-base: 0; --app-primary-s-base: 0%; --app-primary-l-base: {$l}; --app-primary-h-light: 0; --app-primary-s-light: 0%; --app-primary-l-light: {$l};"; - } - - $h = 0.0; - if ($max === $r) { - $h = 60 * fmod((($g - $b) / $delta), 6); - } elseif ($max === $g) { - $h = 60 * ((($b - $r) / $delta) + 2); - } else { - $h = 60 * ((($r - $g) / $delta) + 4); - } - if ($h < 0) { - $h += 360; - } - - $l = ($max + $min) / 2; - $denominator = 1 - abs(2 * $l - 1); - if ($delta === 0.0 || $denominator === 0.0) { - $s = 0.0; - } else { - $s = $delta / $denominator; - } - - $h = round($h, 2); - $s = round($s * 100, 2) . '%'; - $l = round($l * 100, 2) . '%'; - - return "--app-primary-h-base: {$h}; --app-primary-s-base: {$s}; --app-primary-l-base: {$l}; --app-primary-h-light: {$h}; --app-primary-s-light: {$s}; --app-primary-l-light: {$l};"; -} - -/** - * Resolve app logo path (custom upload with fallback asset). - */ -function appLogoUrl(?int $size = null): string -{ - if (class_exists('MintyPHP\\Service\\Branding\\BrandingLogoService')) { - $logoService = app(\MintyPHP\Service\Branding\BrandingLogoService::class); - if ($logoService->hasLogo()) { - $query = $size ? '?size=' . (int) $size : ''; - return lurl('branding/logo' . $query); - } - } - return asset('brand/logo.svg'); -} - -/** - * Resolve logo for auth pages: tenant avatar → global logo → default SVG. - * - * After logout the tenant context (`$_SESSION['current_tenant']`) is preserved, - * so the login page can show the tenant avatar instead of the generic app logo. - */ -function appAuthLogoUrl(?int $size = null): string -{ - $tenantUuid = $_SESSION['current_tenant']['uuid'] ?? ''; - if ($tenantUuid !== '' && class_exists('MintyPHP\\Service\\Tenant\\TenantAvatarService')) { - if (app(\MintyPHP\Service\Tenant\TenantAvatarService::class)->hasAvatar($tenantUuid)) { - $query = $size ? '&size=' . (int) $size : ''; - return lurl('auth/tenant-avatar-file?uuid=' . rawurlencode($tenantUuid) . $query); - } - } - return appLogoUrl($size); -} - -/** - * Resolve favicon path (tenant favicon with global fallback). - */ -function appFaviconUrl(string $file): string -{ - $tenantUuid = $_SESSION['current_tenant']['uuid'] ?? ''; - if ($tenantUuid !== '' && class_exists('MintyPHP\\Service\\Tenant\\TenantFaviconService')) { - if (app(\MintyPHP\Service\Tenant\TenantFaviconService::class)->hasFavicon($tenantUuid)) { - return asset('favicon/tenants/' . $tenantUuid . '/favicon/' . ltrim($file, '/')); - } - } - return asset('favicon/' . ltrim($file, '/')); -} - /** * Sort array items by 'description' case-insensitively. */ diff --git a/lib/Support/helpers/auth.php b/lib/Support/helpers/auth.php deleted file mode 100644 index 86fb472..0000000 --- a/lib/Support/helpers/auth.php +++ /dev/null @@ -1,11 +0,0 @@ - 'Light', + 'dark' => 'Dark', + ]; + } + + return app(\MintyPHP\Service\Settings\ThemeConfigGateway::class)->all(); +} + +/** + * Resolve default theme from settings, then APP_THEME, then light. + */ +function appDefaultTheme(): string +{ + $themes = appThemes(); + $tenantTheme = strtolower(trim((string) ($_SESSION['current_tenant']['default_theme'] ?? ''))); + if ($tenantTheme !== '' && isset($themes[$tenantTheme])) { + return $tenantTheme; + } + $setting = appSetting('app_theme'); + if ($setting !== null && isset($themes[$setting])) { + return $setting; + } + $envTheme = getenv('APP_THEME') ?: 'light'; + $envTheme = strtolower(trim((string) $envTheme)); + return isset($themes[$envTheme]) ? $envTheme : 'light'; +} + +/** + * Resolve effective theme with optional per-user override. + */ +function currentTheme(): string +{ + $themes = appThemes(); + $theme = appDefaultTheme(); + if (!allowUserTheme()) { + return $theme; + } + $user = $_SESSION['user'] ?? []; + $userTheme = strtolower(trim((string) ($user['theme'] ?? ''))); + if ($userTheme !== '' && isset($themes[$userTheme])) { + return $userTheme; + } + return $theme; +} + +/** + * Resolve active primary color (tenant override -> app setting). + */ +function appPrimaryColor(): ?string +{ + // Tenant-scoped branding has precedence over global settings. + $tenantColor = $_SESSION['current_tenant']['primary_color'] ?? null; + if ($tenantColor !== null) { + $tenantColor = strtolower(trim((string) $tenantColor)); + if (preg_match('/^#([0-9a-f]{3}|[0-9a-f]{6})$/i', $tenantColor)) { + return $tenantColor; + } + } + + $value = appSetting('app_primary_color'); + if ($value === null) { + return null; + } + $value = strtolower(trim($value)); + if (!preg_match('/^#([0-9a-f]{3}|[0-9a-f]{6})$/i', $value)) { + return null; + } + return $value; +} + +/** + * Convert current hex color to CSS HSL custom properties. + */ +function appPrimaryCssVars(): string +{ + $hex = appPrimaryColor(); + if ($hex === null) { + return ''; + } + $hex = ltrim($hex, '#'); + if (strlen($hex) === 3) { + $hex = $hex[0] . $hex[0] . $hex[1] . $hex[1] . $hex[2] . $hex[2]; + } + $r = hexdec(substr($hex, 0, 2)) / 255; + $g = hexdec(substr($hex, 2, 2)) / 255; + $b = hexdec(substr($hex, 4, 2)) / 255; + + // Short-circuit grayscale values to avoid unstable hue math. + $monoThreshold = 0.000001; + if (abs($r - $g) < $monoThreshold && abs($g - $b) < $monoThreshold) { + $l = round($r * 100, 2) . '%'; + return "--app-primary-h-base: 0; --app-primary-s-base: 0%; --app-primary-l-base: {$l}; --app-primary-h-light: 0; --app-primary-s-light: 0%; --app-primary-l-light: {$l};"; + } + + $max = max($r, $g, $b); + $min = min($r, $g, $b); + $delta = $max - $min; + + if ($delta === 0.0) { + $l = round((($max + $min) / 2) * 100, 2) . '%'; + return "--app-primary-h-base: 0; --app-primary-s-base: 0%; --app-primary-l-base: {$l}; --app-primary-h-light: 0; --app-primary-s-light: 0%; --app-primary-l-light: {$l};"; + } + + $h = 0.0; + if ($max === $r) { + $h = 60 * fmod((($g - $b) / $delta), 6); + } elseif ($max === $g) { + $h = 60 * ((($b - $r) / $delta) + 2); + } else { + $h = 60 * ((($r - $g) / $delta) + 4); + } + if ($h < 0) { + $h += 360; + } + + $l = ($max + $min) / 2; + $denominator = 1 - abs(2 * $l - 1); + if ($delta === 0.0 || $denominator === 0.0) { + $s = 0.0; + } else { + $s = $delta / $denominator; + } + + $h = round($h, 2); + $s = round($s * 100, 2) . '%'; + $l = round($l * 100, 2) . '%'; + + return "--app-primary-h-base: {$h}; --app-primary-s-base: {$s}; --app-primary-l-base: {$l}; --app-primary-h-light: {$h}; --app-primary-s-light: {$s}; --app-primary-l-light: {$l};"; +} + +/** + * Resolve app logo path (custom upload with fallback asset). + */ +function appLogoUrl(?int $size = null): string +{ + if (class_exists('MintyPHP\\Service\\Branding\\BrandingLogoService')) { + $logoService = app(\MintyPHP\Service\Branding\BrandingLogoService::class); + if ($logoService->hasLogo()) { + $query = $size ? '?size=' . (int) $size : ''; + return lurl('branding/logo' . $query); + } + } + return asset('brand/logo.svg'); +} + +/** + * Resolve logo for auth pages: tenant avatar -> global logo -> default SVG. + * + * After logout the tenant context (`$_SESSION['current_tenant']`) is preserved, + * so the login page can show the tenant avatar instead of the generic app logo. + */ +function appAuthLogoUrl(?int $size = null): string +{ + $tenantUuid = $_SESSION['current_tenant']['uuid'] ?? ''; + if ($tenantUuid !== '' && class_exists('MintyPHP\\Service\\Tenant\\TenantAvatarService')) { + if (app(\MintyPHP\Service\Tenant\TenantAvatarService::class)->hasAvatar($tenantUuid)) { + $query = $size ? '&size=' . (int) $size : ''; + return lurl('auth/tenant-avatar-file?uuid=' . rawurlencode($tenantUuid) . $query); + } + } + return appLogoUrl($size); +} + +/** + * Absolute logo URL (used in e-mails and metadata). + */ +function appLogoUrlAbsolute(int $size = 128): string +{ + $url = appLogoUrl($size); + return appUrl($url); +} + +/** + * Resolve favicon path (tenant favicon with global fallback). + */ +function appFaviconUrl(string $file): string +{ + $tenantUuid = $_SESSION['current_tenant']['uuid'] ?? ''; + if ($tenantUuid !== '' && class_exists('MintyPHP\\Service\\Tenant\\TenantFaviconService')) { + if (app(\MintyPHP\Service\Tenant\TenantFaviconService::class)->hasFavicon($tenantUuid)) { + return asset('favicon/tenants/' . $tenantUuid . '/favicon/' . ltrim($file, '/')); + } + } + return asset('favicon/' . ltrim($file, '/')); +} diff --git a/lib/Support/helpers/grid.php b/lib/Support/helpers/grid.php index f5f288a..ca3a561 100644 --- a/lib/Support/helpers/grid.php +++ b/lib/Support/helpers/grid.php @@ -669,14 +669,7 @@ function gridQueryBool(array $query, string $key, bool $default = false): bool if (!array_key_exists($key, $query)) { return $default; } - $value = strtolower(trim((string) $query[$key])); - if (in_array($value, ['1', 'true', 'yes', 'on'], true)) { - return true; - } - if (in_array($value, ['0', 'false', 'no', 'off'], true)) { - return false; - } - return $default; + return settingToBool(trim((string) $query[$key]), $default); } /** diff --git a/web/js/components/app-tenant-ldap-toggle.js b/web/js/components/app-tenant-ldap-toggle.js index f66438c..92dbf37 100644 --- a/web/js/components/app-tenant-ldap-toggle.js +++ b/web/js/components/app-tenant-ldap-toggle.js @@ -1,37 +1,7 @@ /** * Shows/hides LDAP configuration fields based on tenant LDAP toggle. - * Mirrors app-tenant-sso-toggle.js pattern for Microsoft SSO. */ -import { resolveHost } from '../core/app-dom.js'; - -const syncControlState = (container, show) => { - if (!(container instanceof HTMLElement)) { - return; - } - - container.hidden = !show; - container.querySelectorAll('input, select, textarea, button').forEach((control) => { - if ((control instanceof HTMLInputElement) && control.type === 'hidden') { - return; - } - - if (!control.dataset.initialDisabled) { - control.dataset.initialDisabled = control.hasAttribute('disabled') ? '1' : '0'; - } - - if (!show) { - control.setAttribute('disabled', 'disabled'); - return; - } - - if (control.dataset.initialDisabled === '1') { - control.setAttribute('disabled', 'disabled'); - return; - } - - control.removeAttribute('disabled'); - }); -}; +import { syncControlState, createConditionalToggleInit } from '../core/app-conditional-controls.js'; const initRoot = (root) => { const enabledInput = root.querySelector('[data-tenant-ldap-enabled]'); @@ -65,32 +35,8 @@ const initRoot = (root) => { }; }; -export function initTenantLdapToggle(root = document, options = {}) { - const host = resolveHost(root); - const selector = String(options.selector || '[data-tenant-ldap-root]').trim() || '[data-tenant-ldap-root]'; - const roots = Array.from(host.querySelectorAll(selector)); - if (!roots.length) { - return { destroy: () => {} }; - } - - const cleanupFns = []; - roots.forEach((item) => { - if (!(item instanceof HTMLElement) || item.dataset.tenantLdapToggleBound === '1') { - return; - } - item.dataset.tenantLdapToggleBound = '1'; - const cleanup = initRoot(item); - if (typeof cleanup === 'function') { - cleanupFns.push(cleanup); - } - cleanupFns.push(() => { - delete item.dataset.tenantLdapToggleBound; - }); - }); - - const destroy = () => { - cleanupFns.forEach((cleanup) => cleanup()); - }; - - return { destroy }; -} +export const initTenantLdapToggle = createConditionalToggleInit({ + rootSelector: '[data-tenant-ldap-root]', + boundKey: 'tenantLdapToggleBound', + initRoot, +}); diff --git a/web/js/components/app-tenant-sso-toggle.js b/web/js/components/app-tenant-sso-toggle.js index 4a621bd..ac1b106 100644 --- a/web/js/components/app-tenant-sso-toggle.js +++ b/web/js/components/app-tenant-sso-toggle.js @@ -1,36 +1,7 @@ /** * Shows/hides SSO configuration fields based on tenant SSO toggle. */ -import { resolveHost } from '../core/app-dom.js'; - -const syncControlState = (container, show) => { - if (!(container instanceof HTMLElement)) { - return; - } - - container.hidden = !show; - container.querySelectorAll('input, select, textarea, button').forEach((control) => { - if ((control instanceof HTMLInputElement) && control.type === 'hidden') { - return; - } - - if (!control.dataset.initialDisabled) { - control.dataset.initialDisabled = control.hasAttribute('disabled') ? '1' : '0'; - } - - if (!show) { - control.setAttribute('disabled', 'disabled'); - return; - } - - if (control.dataset.initialDisabled === '1') { - control.setAttribute('disabled', 'disabled'); - return; - } - - control.removeAttribute('disabled'); - }); -}; +import { syncControlState, createConditionalToggleInit } from '../core/app-conditional-controls.js'; const initRoot = (root) => { const enabledInput = root.querySelector('[data-tenant-sso-enabled]'); @@ -83,32 +54,8 @@ const initRoot = (root) => { }; }; -export function initTenantSsoToggle(root = document, options = {}) { - const host = resolveHost(root); - const selector = String(options.selector || '[data-tenant-sso-root]').trim() || '[data-tenant-sso-root]'; - const roots = Array.from(host.querySelectorAll(selector)); - if (!roots.length) { - return { destroy: () => {} }; - } - - const cleanupFns = []; - roots.forEach((item) => { - if (!(item instanceof HTMLElement) || item.dataset.tenantSsoToggleBound === '1') { - return; - } - item.dataset.tenantSsoToggleBound = '1'; - const cleanup = initRoot(item); - if (typeof cleanup === 'function') { - cleanupFns.push(cleanup); - } - cleanupFns.push(() => { - delete item.dataset.tenantSsoToggleBound; - }); - }); - - const destroy = () => { - cleanupFns.forEach((cleanup) => cleanup()); - }; - - return { destroy }; -} +export const initTenantSsoToggle = createConditionalToggleInit({ + rootSelector: '[data-tenant-sso-root]', + boundKey: 'tenantSsoToggleBound', + initRoot, +}); diff --git a/web/js/core/app-conditional-controls.js b/web/js/core/app-conditional-controls.js new file mode 100644 index 0000000..558cb45 --- /dev/null +++ b/web/js/core/app-conditional-controls.js @@ -0,0 +1,90 @@ +/** + * Shared utilities for conditional-controls toggles. + * + * Several components follow the same pattern: a checkbox enables/disables + * a block of form controls. This module centralises that logic so + * individual toggles (SSO, LDAP, …) only contain their domain-specific + * wiring. + */ +import { resolveHost } from './app-dom.js'; + +/** + * Show or hide a container and sync the disabled state of all nested + * form controls. Controls that were already disabled before the first + * toggle are kept disabled regardless of the toggle state. + * + * @param {Element|null} container + * @param {boolean} show + */ +export const syncControlState = (container, show) => { + if (!(container instanceof HTMLElement)) { + return; + } + + container.hidden = !show; + container.querySelectorAll('input, select, textarea, button').forEach((control) => { + if ((control instanceof HTMLInputElement) && control.type === 'hidden') { + return; + } + + if (!control.dataset.initialDisabled) { + control.dataset.initialDisabled = control.hasAttribute('disabled') ? '1' : '0'; + } + + if (!show) { + control.setAttribute('disabled', 'disabled'); + return; + } + + if (control.dataset.initialDisabled === '1') { + control.setAttribute('disabled', 'disabled'); + return; + } + + control.removeAttribute('disabled'); + }); +}; + +/** + * Create a reusable init function for conditional-controls toggles. + * + * The returned function matches the component-runtime signature + * `init(root, options) → { destroy }` so it can be registered directly. + * + * @param {object} config + * @param {string} config.rootSelector CSS selector for root elements + * @param {string} config.boundKey dataset key to track bound state (camelCase) + * @param {function} config.initRoot (rootElement) → cleanup function | null + * @returns {function} init(root, options) → { destroy } + */ +export const createConditionalToggleInit = (config) => + function init(root = document, options = {}) { + const host = resolveHost(root); + const selector = + String(options.selector || config.rootSelector).trim() || config.rootSelector; + const roots = Array.from(host.querySelectorAll(selector)); + if (!roots.length) { + return { destroy: () => {} }; + } + + const cleanupFns = []; + roots.forEach((item) => { + if (!(item instanceof HTMLElement) || item.dataset[config.boundKey] === '1') { + return; + } + item.dataset[config.boundKey] = '1'; + const cleanup = config.initRoot(item); + if (typeof cleanup === 'function') { + cleanupFns.push(cleanup); + } + cleanupFns.push(() => { + delete item.dataset[config.boundKey]; + }); + }); + + const destroy = () => { + cleanupFns.forEach((cleanup) => cleanup()); + }; + + return { destroy }; + }; diff --git a/web/vendor/bootstrap-icons/0-circle-fill.svg b/web/vendor/bootstrap-icons/0-circle-fill.svg deleted file mode 100644 index 2f5f026..0000000 --- a/web/vendor/bootstrap-icons/0-circle-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/0-circle.svg b/web/vendor/bootstrap-icons/0-circle.svg deleted file mode 100644 index 5e84c8c..0000000 --- a/web/vendor/bootstrap-icons/0-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/0-square-fill.svg b/web/vendor/bootstrap-icons/0-square-fill.svg deleted file mode 100644 index cca049b..0000000 --- a/web/vendor/bootstrap-icons/0-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/0-square.svg b/web/vendor/bootstrap-icons/0-square.svg deleted file mode 100644 index 73b7bc1..0000000 --- a/web/vendor/bootstrap-icons/0-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/1-circle-fill.svg b/web/vendor/bootstrap-icons/1-circle-fill.svg deleted file mode 100644 index b10d0f3..0000000 --- a/web/vendor/bootstrap-icons/1-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/1-circle.svg b/web/vendor/bootstrap-icons/1-circle.svg deleted file mode 100644 index 2aa21f9..0000000 --- a/web/vendor/bootstrap-icons/1-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/1-square-fill.svg b/web/vendor/bootstrap-icons/1-square-fill.svg deleted file mode 100644 index 2ce792f..0000000 --- a/web/vendor/bootstrap-icons/1-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/1-square.svg b/web/vendor/bootstrap-icons/1-square.svg deleted file mode 100644 index 773534a..0000000 --- a/web/vendor/bootstrap-icons/1-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/123.svg b/web/vendor/bootstrap-icons/123.svg deleted file mode 100644 index 277d405..0000000 --- a/web/vendor/bootstrap-icons/123.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/2-circle-fill.svg b/web/vendor/bootstrap-icons/2-circle-fill.svg deleted file mode 100644 index 169df3a..0000000 --- a/web/vendor/bootstrap-icons/2-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/2-circle.svg b/web/vendor/bootstrap-icons/2-circle.svg deleted file mode 100644 index 00260b6..0000000 --- a/web/vendor/bootstrap-icons/2-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/2-square-fill.svg b/web/vendor/bootstrap-icons/2-square-fill.svg deleted file mode 100644 index 2760ca7..0000000 --- a/web/vendor/bootstrap-icons/2-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/2-square.svg b/web/vendor/bootstrap-icons/2-square.svg deleted file mode 100644 index 4a79ed6..0000000 --- a/web/vendor/bootstrap-icons/2-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/3-circle-fill.svg b/web/vendor/bootstrap-icons/3-circle-fill.svg deleted file mode 100644 index 9aedc47..0000000 --- a/web/vendor/bootstrap-icons/3-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/3-circle.svg b/web/vendor/bootstrap-icons/3-circle.svg deleted file mode 100644 index c2fc517..0000000 --- a/web/vendor/bootstrap-icons/3-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/3-square-fill.svg b/web/vendor/bootstrap-icons/3-square-fill.svg deleted file mode 100644 index 20c71a7..0000000 --- a/web/vendor/bootstrap-icons/3-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/3-square.svg b/web/vendor/bootstrap-icons/3-square.svg deleted file mode 100644 index f0907cc..0000000 --- a/web/vendor/bootstrap-icons/3-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/4-circle-fill.svg b/web/vendor/bootstrap-icons/4-circle-fill.svg deleted file mode 100644 index 51dc8a5..0000000 --- a/web/vendor/bootstrap-icons/4-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/4-circle.svg b/web/vendor/bootstrap-icons/4-circle.svg deleted file mode 100644 index e25df51..0000000 --- a/web/vendor/bootstrap-icons/4-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/4-square-fill.svg b/web/vendor/bootstrap-icons/4-square-fill.svg deleted file mode 100644 index ce3aa94..0000000 --- a/web/vendor/bootstrap-icons/4-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/4-square.svg b/web/vendor/bootstrap-icons/4-square.svg deleted file mode 100644 index 769102d..0000000 --- a/web/vendor/bootstrap-icons/4-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/5-circle-fill.svg b/web/vendor/bootstrap-icons/5-circle-fill.svg deleted file mode 100644 index 915462d..0000000 --- a/web/vendor/bootstrap-icons/5-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/5-circle.svg b/web/vendor/bootstrap-icons/5-circle.svg deleted file mode 100644 index 5ef620d..0000000 --- a/web/vendor/bootstrap-icons/5-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/5-square-fill.svg b/web/vendor/bootstrap-icons/5-square-fill.svg deleted file mode 100644 index 2b066bb..0000000 --- a/web/vendor/bootstrap-icons/5-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/5-square.svg b/web/vendor/bootstrap-icons/5-square.svg deleted file mode 100644 index ad3e281..0000000 --- a/web/vendor/bootstrap-icons/5-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/6-circle-fill.svg b/web/vendor/bootstrap-icons/6-circle-fill.svg deleted file mode 100644 index 21b601a..0000000 --- a/web/vendor/bootstrap-icons/6-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/6-circle.svg b/web/vendor/bootstrap-icons/6-circle.svg deleted file mode 100644 index fc036b0..0000000 --- a/web/vendor/bootstrap-icons/6-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/6-square-fill.svg b/web/vendor/bootstrap-icons/6-square-fill.svg deleted file mode 100644 index 908706d..0000000 --- a/web/vendor/bootstrap-icons/6-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/6-square.svg b/web/vendor/bootstrap-icons/6-square.svg deleted file mode 100644 index ce28209..0000000 --- a/web/vendor/bootstrap-icons/6-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/7-circle-fill.svg b/web/vendor/bootstrap-icons/7-circle-fill.svg deleted file mode 100644 index 0f4f6d9..0000000 --- a/web/vendor/bootstrap-icons/7-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/7-circle.svg b/web/vendor/bootstrap-icons/7-circle.svg deleted file mode 100644 index 796f45c..0000000 --- a/web/vendor/bootstrap-icons/7-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/7-square-fill.svg b/web/vendor/bootstrap-icons/7-square-fill.svg deleted file mode 100644 index 604186d..0000000 --- a/web/vendor/bootstrap-icons/7-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/7-square.svg b/web/vendor/bootstrap-icons/7-square.svg deleted file mode 100644 index f269032..0000000 --- a/web/vendor/bootstrap-icons/7-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/8-circle-fill.svg b/web/vendor/bootstrap-icons/8-circle-fill.svg deleted file mode 100644 index 579846b..0000000 --- a/web/vendor/bootstrap-icons/8-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/8-circle.svg b/web/vendor/bootstrap-icons/8-circle.svg deleted file mode 100644 index 2dbb93e..0000000 --- a/web/vendor/bootstrap-icons/8-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/8-square-fill.svg b/web/vendor/bootstrap-icons/8-square-fill.svg deleted file mode 100644 index f8efe93..0000000 --- a/web/vendor/bootstrap-icons/8-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/8-square.svg b/web/vendor/bootstrap-icons/8-square.svg deleted file mode 100644 index f29d225..0000000 --- a/web/vendor/bootstrap-icons/8-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/9-circle-fill.svg b/web/vendor/bootstrap-icons/9-circle-fill.svg deleted file mode 100644 index b19b3f5..0000000 --- a/web/vendor/bootstrap-icons/9-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/9-circle.svg b/web/vendor/bootstrap-icons/9-circle.svg deleted file mode 100644 index ff91949..0000000 --- a/web/vendor/bootstrap-icons/9-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/9-square-fill.svg b/web/vendor/bootstrap-icons/9-square-fill.svg deleted file mode 100644 index e2ca2c3..0000000 --- a/web/vendor/bootstrap-icons/9-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/9-square.svg b/web/vendor/bootstrap-icons/9-square.svg deleted file mode 100644 index 3410f7b..0000000 --- a/web/vendor/bootstrap-icons/9-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/activity.svg b/web/vendor/bootstrap-icons/activity.svg deleted file mode 100644 index 1ca946e..0000000 --- a/web/vendor/bootstrap-icons/activity.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/airplane-engines-fill.svg b/web/vendor/bootstrap-icons/airplane-engines-fill.svg deleted file mode 100644 index 3d8f185..0000000 --- a/web/vendor/bootstrap-icons/airplane-engines-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/airplane-engines.svg b/web/vendor/bootstrap-icons/airplane-engines.svg deleted file mode 100644 index 2efc31e..0000000 --- a/web/vendor/bootstrap-icons/airplane-engines.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/airplane-fill.svg b/web/vendor/bootstrap-icons/airplane-fill.svg deleted file mode 100644 index b1e4fa3..0000000 --- a/web/vendor/bootstrap-icons/airplane-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/airplane.svg b/web/vendor/bootstrap-icons/airplane.svg deleted file mode 100644 index 5f937e1..0000000 --- a/web/vendor/bootstrap-icons/airplane.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alarm-fill.svg b/web/vendor/bootstrap-icons/alarm-fill.svg deleted file mode 100644 index a53c88f..0000000 --- a/web/vendor/bootstrap-icons/alarm-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alarm.svg b/web/vendor/bootstrap-icons/alarm.svg deleted file mode 100644 index 27160b3..0000000 --- a/web/vendor/bootstrap-icons/alarm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alexa.svg b/web/vendor/bootstrap-icons/alexa.svg deleted file mode 100644 index 0827c41..0000000 --- a/web/vendor/bootstrap-icons/alexa.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-bottom.svg b/web/vendor/bootstrap-icons/align-bottom.svg deleted file mode 100644 index 5c2569f..0000000 --- a/web/vendor/bootstrap-icons/align-bottom.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-center.svg b/web/vendor/bootstrap-icons/align-center.svg deleted file mode 100644 index ea4290b..0000000 --- a/web/vendor/bootstrap-icons/align-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-end.svg b/web/vendor/bootstrap-icons/align-end.svg deleted file mode 100644 index 15429bb..0000000 --- a/web/vendor/bootstrap-icons/align-end.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-middle.svg b/web/vendor/bootstrap-icons/align-middle.svg deleted file mode 100644 index 82f6801..0000000 --- a/web/vendor/bootstrap-icons/align-middle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-start.svg b/web/vendor/bootstrap-icons/align-start.svg deleted file mode 100644 index 75dca50..0000000 --- a/web/vendor/bootstrap-icons/align-start.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/align-top.svg b/web/vendor/bootstrap-icons/align-top.svg deleted file mode 100644 index f354fc5..0000000 --- a/web/vendor/bootstrap-icons/align-top.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alipay.svg b/web/vendor/bootstrap-icons/alipay.svg deleted file mode 100644 index 30b6fe7..0000000 --- a/web/vendor/bootstrap-icons/alipay.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alphabet-uppercase.svg b/web/vendor/bootstrap-icons/alphabet-uppercase.svg deleted file mode 100644 index d0887b5..0000000 --- a/web/vendor/bootstrap-icons/alphabet-uppercase.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alphabet.svg b/web/vendor/bootstrap-icons/alphabet.svg deleted file mode 100644 index 5d097d7..0000000 --- a/web/vendor/bootstrap-icons/alphabet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/alt.svg b/web/vendor/bootstrap-icons/alt.svg deleted file mode 100644 index 2141bcb..0000000 --- a/web/vendor/bootstrap-icons/alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/amazon.svg b/web/vendor/bootstrap-icons/amazon.svg deleted file mode 100644 index 0752545..0000000 --- a/web/vendor/bootstrap-icons/amazon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/amd.svg b/web/vendor/bootstrap-icons/amd.svg deleted file mode 100644 index ef0757c..0000000 --- a/web/vendor/bootstrap-icons/amd.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/android.svg b/web/vendor/bootstrap-icons/android.svg deleted file mode 100644 index 4c1f097..0000000 --- a/web/vendor/bootstrap-icons/android.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/android2.svg b/web/vendor/bootstrap-icons/android2.svg deleted file mode 100644 index f49c14e..0000000 --- a/web/vendor/bootstrap-icons/android2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/anthropic.svg b/web/vendor/bootstrap-icons/anthropic.svg deleted file mode 100644 index eed7edf..0000000 --- a/web/vendor/bootstrap-icons/anthropic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/app-indicator.svg b/web/vendor/bootstrap-icons/app-indicator.svg deleted file mode 100644 index b28e219..0000000 --- a/web/vendor/bootstrap-icons/app-indicator.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/app.svg b/web/vendor/bootstrap-icons/app.svg deleted file mode 100644 index b361308..0000000 --- a/web/vendor/bootstrap-icons/app.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/apple-music.svg b/web/vendor/bootstrap-icons/apple-music.svg deleted file mode 100644 index 325e3a7..0000000 --- a/web/vendor/bootstrap-icons/apple-music.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/apple.svg b/web/vendor/bootstrap-icons/apple.svg deleted file mode 100644 index 58235c3..0000000 --- a/web/vendor/bootstrap-icons/apple.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/archive-fill.svg b/web/vendor/bootstrap-icons/archive-fill.svg deleted file mode 100644 index e5ea32b..0000000 --- a/web/vendor/bootstrap-icons/archive-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/archive.svg b/web/vendor/bootstrap-icons/archive.svg deleted file mode 100644 index 7bc5eb2..0000000 --- a/web/vendor/bootstrap-icons/archive.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-90deg-down.svg b/web/vendor/bootstrap-icons/arrow-90deg-down.svg deleted file mode 100644 index 7459597..0000000 --- a/web/vendor/bootstrap-icons/arrow-90deg-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-90deg-left.svg b/web/vendor/bootstrap-icons/arrow-90deg-left.svg deleted file mode 100644 index 4e17ab4..0000000 --- a/web/vendor/bootstrap-icons/arrow-90deg-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-90deg-right.svg b/web/vendor/bootstrap-icons/arrow-90deg-right.svg deleted file mode 100644 index 9fb6363..0000000 --- a/web/vendor/bootstrap-icons/arrow-90deg-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-90deg-up.svg b/web/vendor/bootstrap-icons/arrow-90deg-up.svg deleted file mode 100644 index 11be0de..0000000 --- a/web/vendor/bootstrap-icons/arrow-90deg-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-bar-down.svg b/web/vendor/bootstrap-icons/arrow-bar-down.svg deleted file mode 100644 index 1b212d5..0000000 --- a/web/vendor/bootstrap-icons/arrow-bar-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-bar-left.svg b/web/vendor/bootstrap-icons/arrow-bar-left.svg deleted file mode 100644 index 621bf2a..0000000 --- a/web/vendor/bootstrap-icons/arrow-bar-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-bar-right.svg b/web/vendor/bootstrap-icons/arrow-bar-right.svg deleted file mode 100644 index 0210410..0000000 --- a/web/vendor/bootstrap-icons/arrow-bar-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-bar-up.svg b/web/vendor/bootstrap-icons/arrow-bar-up.svg deleted file mode 100644 index d5510da..0000000 --- a/web/vendor/bootstrap-icons/arrow-bar-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-clockwise.svg b/web/vendor/bootstrap-icons/arrow-clockwise.svg deleted file mode 100644 index 324d5af..0000000 --- a/web/vendor/bootstrap-icons/arrow-clockwise.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-counterclockwise.svg b/web/vendor/bootstrap-icons/arrow-counterclockwise.svg deleted file mode 100644 index 3d9ff62..0000000 --- a/web/vendor/bootstrap-icons/arrow-counterclockwise.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-down-circle-fill.svg deleted file mode 100644 index 242eb58..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-circle.svg b/web/vendor/bootstrap-icons/arrow-down-circle.svg deleted file mode 100644 index 42e96b5..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-left-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-down-left-circle-fill.svg deleted file mode 100644 index e7f4735..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-left-circle.svg b/web/vendor/bootstrap-icons/arrow-down-left-circle.svg deleted file mode 100644 index f67491f..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-left-square-fill.svg b/web/vendor/bootstrap-icons/arrow-down-left-square-fill.svg deleted file mode 100644 index 6e03bf2..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-left-square.svg b/web/vendor/bootstrap-icons/arrow-down-left-square.svg deleted file mode 100644 index 1278d39..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-left.svg b/web/vendor/bootstrap-icons/arrow-down-left.svg deleted file mode 100644 index 4011c77..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-right-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-down-right-circle-fill.svg deleted file mode 100644 index 4ff73b6..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-right-circle.svg b/web/vendor/bootstrap-icons/arrow-down-right-circle.svg deleted file mode 100644 index 054e83f..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-right-square-fill.svg b/web/vendor/bootstrap-icons/arrow-down-right-square-fill.svg deleted file mode 100644 index a556e06..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-right-square.svg b/web/vendor/bootstrap-icons/arrow-down-right-square.svg deleted file mode 100644 index 4bfb679..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-right.svg b/web/vendor/bootstrap-icons/arrow-down-right.svg deleted file mode 100644 index 08aef16..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-short.svg b/web/vendor/bootstrap-icons/arrow-down-short.svg deleted file mode 100644 index 66b7fa1..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-short.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-square-fill.svg b/web/vendor/bootstrap-icons/arrow-down-square-fill.svg deleted file mode 100644 index c9020dc..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-square.svg b/web/vendor/bootstrap-icons/arrow-down-square.svg deleted file mode 100644 index c492b71..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down-up.svg b/web/vendor/bootstrap-icons/arrow-down-up.svg deleted file mode 100644 index 04cb3a5..0000000 --- a/web/vendor/bootstrap-icons/arrow-down-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-down.svg b/web/vendor/bootstrap-icons/arrow-down.svg deleted file mode 100644 index f66f74b..0000000 --- a/web/vendor/bootstrap-icons/arrow-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-left-circle-fill.svg deleted file mode 100644 index ae19d97..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-circle.svg b/web/vendor/bootstrap-icons/arrow-left-circle.svg deleted file mode 100644 index f3246ea..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-right.svg b/web/vendor/bootstrap-icons/arrow-left-right.svg deleted file mode 100644 index 89c4003..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-short.svg b/web/vendor/bootstrap-icons/arrow-left-short.svg deleted file mode 100644 index abb15dd..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-short.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-square-fill.svg b/web/vendor/bootstrap-icons/arrow-left-square-fill.svg deleted file mode 100644 index 3ee717e..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left-square.svg b/web/vendor/bootstrap-icons/arrow-left-square.svg deleted file mode 100644 index 8f09a48..0000000 --- a/web/vendor/bootstrap-icons/arrow-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-left.svg b/web/vendor/bootstrap-icons/arrow-left.svg deleted file mode 100644 index 587d4fe..0000000 --- a/web/vendor/bootstrap-icons/arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-repeat.svg b/web/vendor/bootstrap-icons/arrow-repeat.svg deleted file mode 100644 index b17dba4..0000000 --- a/web/vendor/bootstrap-icons/arrow-repeat.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-return-left.svg b/web/vendor/bootstrap-icons/arrow-return-left.svg deleted file mode 100644 index 3c13fc4..0000000 --- a/web/vendor/bootstrap-icons/arrow-return-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-return-right.svg b/web/vendor/bootstrap-icons/arrow-return-right.svg deleted file mode 100644 index 60d282c..0000000 --- a/web/vendor/bootstrap-icons/arrow-return-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-right-circle-fill.svg deleted file mode 100644 index 32c21ea..0000000 --- a/web/vendor/bootstrap-icons/arrow-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right-circle.svg b/web/vendor/bootstrap-icons/arrow-right-circle.svg deleted file mode 100644 index ad7293e..0000000 --- a/web/vendor/bootstrap-icons/arrow-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right-short.svg b/web/vendor/bootstrap-icons/arrow-right-short.svg deleted file mode 100644 index fa238ff..0000000 --- a/web/vendor/bootstrap-icons/arrow-right-short.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right-square-fill.svg b/web/vendor/bootstrap-icons/arrow-right-square-fill.svg deleted file mode 100644 index c7c8eec..0000000 --- a/web/vendor/bootstrap-icons/arrow-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right-square.svg b/web/vendor/bootstrap-icons/arrow-right-square.svg deleted file mode 100644 index 7a4b78b..0000000 --- a/web/vendor/bootstrap-icons/arrow-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-right.svg b/web/vendor/bootstrap-icons/arrow-right.svg deleted file mode 100644 index 2362904..0000000 --- a/web/vendor/bootstrap-icons/arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-through-heart-fill.svg b/web/vendor/bootstrap-icons/arrow-through-heart-fill.svg deleted file mode 100644 index e98bce1..0000000 --- a/web/vendor/bootstrap-icons/arrow-through-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-through-heart.svg b/web/vendor/bootstrap-icons/arrow-through-heart.svg deleted file mode 100644 index daf397b..0000000 --- a/web/vendor/bootstrap-icons/arrow-through-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-up-circle-fill.svg deleted file mode 100644 index 9e7ef36..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-circle.svg b/web/vendor/bootstrap-icons/arrow-up-circle.svg deleted file mode 100644 index e18a689..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-left-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-up-left-circle-fill.svg deleted file mode 100644 index e1e2e97..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-left-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-left-circle.svg b/web/vendor/bootstrap-icons/arrow-up-left-circle.svg deleted file mode 100644 index 3101b65..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-left-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-left-square-fill.svg b/web/vendor/bootstrap-icons/arrow-up-left-square-fill.svg deleted file mode 100644 index e699865..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-left-square.svg b/web/vendor/bootstrap-icons/arrow-up-left-square.svg deleted file mode 100644 index 4f31190..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-left-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-left.svg b/web/vendor/bootstrap-icons/arrow-up-left.svg deleted file mode 100644 index 938d0d0..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-right-circle-fill.svg b/web/vendor/bootstrap-icons/arrow-up-right-circle-fill.svg deleted file mode 100644 index 0eb9b54..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-right-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-right-circle.svg b/web/vendor/bootstrap-icons/arrow-up-right-circle.svg deleted file mode 100644 index ed6ae41..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-right-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-right-square-fill.svg b/web/vendor/bootstrap-icons/arrow-up-right-square-fill.svg deleted file mode 100644 index c2246ec..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-right-square.svg b/web/vendor/bootstrap-icons/arrow-up-right-square.svg deleted file mode 100644 index b14940f..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-right-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-right.svg b/web/vendor/bootstrap-icons/arrow-up-right.svg deleted file mode 100644 index 7b3794b..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-short.svg b/web/vendor/bootstrap-icons/arrow-up-short.svg deleted file mode 100644 index 543089a..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-short.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-square-fill.svg b/web/vendor/bootstrap-icons/arrow-up-square-fill.svg deleted file mode 100644 index 9d7f65f..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up-square.svg b/web/vendor/bootstrap-icons/arrow-up-square.svg deleted file mode 100644 index bec15c4..0000000 --- a/web/vendor/bootstrap-icons/arrow-up-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrow-up.svg b/web/vendor/bootstrap-icons/arrow-up.svg deleted file mode 100644 index 951521a..0000000 --- a/web/vendor/bootstrap-icons/arrow-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-angle-contract.svg b/web/vendor/bootstrap-icons/arrows-angle-contract.svg deleted file mode 100644 index 1aa7875..0000000 --- a/web/vendor/bootstrap-icons/arrows-angle-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-angle-expand.svg b/web/vendor/bootstrap-icons/arrows-angle-expand.svg deleted file mode 100644 index 578d3b6..0000000 --- a/web/vendor/bootstrap-icons/arrows-angle-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-collapse-vertical.svg b/web/vendor/bootstrap-icons/arrows-collapse-vertical.svg deleted file mode 100644 index 0fc4477..0000000 --- a/web/vendor/bootstrap-icons/arrows-collapse-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-collapse.svg b/web/vendor/bootstrap-icons/arrows-collapse.svg deleted file mode 100644 index ca055c3..0000000 --- a/web/vendor/bootstrap-icons/arrows-collapse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-expand-vertical.svg b/web/vendor/bootstrap-icons/arrows-expand-vertical.svg deleted file mode 100644 index 9dbfac4..0000000 --- a/web/vendor/bootstrap-icons/arrows-expand-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-expand.svg b/web/vendor/bootstrap-icons/arrows-expand.svg deleted file mode 100644 index 99eb276..0000000 --- a/web/vendor/bootstrap-icons/arrows-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-fullscreen.svg b/web/vendor/bootstrap-icons/arrows-fullscreen.svg deleted file mode 100644 index 7633e3f..0000000 --- a/web/vendor/bootstrap-icons/arrows-fullscreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-move.svg b/web/vendor/bootstrap-icons/arrows-move.svg deleted file mode 100644 index ef2b885..0000000 --- a/web/vendor/bootstrap-icons/arrows-move.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows-vertical.svg b/web/vendor/bootstrap-icons/arrows-vertical.svg deleted file mode 100644 index 22f60fd..0000000 --- a/web/vendor/bootstrap-icons/arrows-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/arrows.svg b/web/vendor/bootstrap-icons/arrows.svg deleted file mode 100644 index a6bd3d7..0000000 --- a/web/vendor/bootstrap-icons/arrows.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/aspect-ratio-fill.svg b/web/vendor/bootstrap-icons/aspect-ratio-fill.svg deleted file mode 100644 index 6d6cb8d..0000000 --- a/web/vendor/bootstrap-icons/aspect-ratio-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/aspect-ratio.svg b/web/vendor/bootstrap-icons/aspect-ratio.svg deleted file mode 100644 index ee634b0..0000000 --- a/web/vendor/bootstrap-icons/aspect-ratio.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/asterisk.svg b/web/vendor/bootstrap-icons/asterisk.svg deleted file mode 100644 index fbc13b7..0000000 --- a/web/vendor/bootstrap-icons/asterisk.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/at.svg b/web/vendor/bootstrap-icons/at.svg deleted file mode 100644 index 3cab29e..0000000 --- a/web/vendor/bootstrap-icons/at.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/award-fill.svg b/web/vendor/bootstrap-icons/award-fill.svg deleted file mode 100644 index f996790..0000000 --- a/web/vendor/bootstrap-icons/award-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/award.svg b/web/vendor/bootstrap-icons/award.svg deleted file mode 100644 index 67c760b..0000000 --- a/web/vendor/bootstrap-icons/award.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/back.svg b/web/vendor/bootstrap-icons/back.svg deleted file mode 100644 index 9f55340..0000000 --- a/web/vendor/bootstrap-icons/back.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack-fill.svg b/web/vendor/bootstrap-icons/backpack-fill.svg deleted file mode 100644 index ec737a9..0000000 --- a/web/vendor/bootstrap-icons/backpack-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack.svg b/web/vendor/bootstrap-icons/backpack.svg deleted file mode 100644 index 819aa29..0000000 --- a/web/vendor/bootstrap-icons/backpack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack2-fill.svg b/web/vendor/bootstrap-icons/backpack2-fill.svg deleted file mode 100644 index 3c9b4da..0000000 --- a/web/vendor/bootstrap-icons/backpack2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack2.svg b/web/vendor/bootstrap-icons/backpack2.svg deleted file mode 100644 index e0e4fe5..0000000 --- a/web/vendor/bootstrap-icons/backpack2.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack3-fill.svg b/web/vendor/bootstrap-icons/backpack3-fill.svg deleted file mode 100644 index 4583c4f..0000000 --- a/web/vendor/bootstrap-icons/backpack3-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack3.svg b/web/vendor/bootstrap-icons/backpack3.svg deleted file mode 100644 index 819f8df..0000000 --- a/web/vendor/bootstrap-icons/backpack3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack4-fill.svg b/web/vendor/bootstrap-icons/backpack4-fill.svg deleted file mode 100644 index a3bba3a..0000000 --- a/web/vendor/bootstrap-icons/backpack4-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backpack4.svg b/web/vendor/bootstrap-icons/backpack4.svg deleted file mode 100644 index 140a12d..0000000 --- a/web/vendor/bootstrap-icons/backpack4.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backspace-fill.svg b/web/vendor/bootstrap-icons/backspace-fill.svg deleted file mode 100644 index 0787578..0000000 --- a/web/vendor/bootstrap-icons/backspace-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backspace-reverse-fill.svg b/web/vendor/bootstrap-icons/backspace-reverse-fill.svg deleted file mode 100644 index 41c8dbb..0000000 --- a/web/vendor/bootstrap-icons/backspace-reverse-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backspace-reverse.svg b/web/vendor/bootstrap-icons/backspace-reverse.svg deleted file mode 100644 index 7b3fafd..0000000 --- a/web/vendor/bootstrap-icons/backspace-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/backspace.svg b/web/vendor/bootstrap-icons/backspace.svg deleted file mode 100644 index 39b688f..0000000 --- a/web/vendor/bootstrap-icons/backspace.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-3d-fill.svg b/web/vendor/bootstrap-icons/badge-3d-fill.svg deleted file mode 100644 index 750598c..0000000 --- a/web/vendor/bootstrap-icons/badge-3d-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-3d.svg b/web/vendor/bootstrap-icons/badge-3d.svg deleted file mode 100644 index b3153f2..0000000 --- a/web/vendor/bootstrap-icons/badge-3d.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-4k-fill.svg b/web/vendor/bootstrap-icons/badge-4k-fill.svg deleted file mode 100644 index 72f34b9..0000000 --- a/web/vendor/bootstrap-icons/badge-4k-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-4k.svg b/web/vendor/bootstrap-icons/badge-4k.svg deleted file mode 100644 index 3dfc9b1..0000000 --- a/web/vendor/bootstrap-icons/badge-4k.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-8k-fill.svg b/web/vendor/bootstrap-icons/badge-8k-fill.svg deleted file mode 100644 index 4bd9b80..0000000 --- a/web/vendor/bootstrap-icons/badge-8k-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-8k.svg b/web/vendor/bootstrap-icons/badge-8k.svg deleted file mode 100644 index d11f82d..0000000 --- a/web/vendor/bootstrap-icons/badge-8k.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-ad-fill.svg b/web/vendor/bootstrap-icons/badge-ad-fill.svg deleted file mode 100644 index 023f210..0000000 --- a/web/vendor/bootstrap-icons/badge-ad-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-ad.svg b/web/vendor/bootstrap-icons/badge-ad.svg deleted file mode 100644 index 616ad74..0000000 --- a/web/vendor/bootstrap-icons/badge-ad.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-ar-fill.svg b/web/vendor/bootstrap-icons/badge-ar-fill.svg deleted file mode 100644 index 48aee0f..0000000 --- a/web/vendor/bootstrap-icons/badge-ar-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-ar.svg b/web/vendor/bootstrap-icons/badge-ar.svg deleted file mode 100644 index 0fc1975..0000000 --- a/web/vendor/bootstrap-icons/badge-ar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-cc-fill.svg b/web/vendor/bootstrap-icons/badge-cc-fill.svg deleted file mode 100644 index 0f3d1f9..0000000 --- a/web/vendor/bootstrap-icons/badge-cc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-cc.svg b/web/vendor/bootstrap-icons/badge-cc.svg deleted file mode 100644 index d5f42e1..0000000 --- a/web/vendor/bootstrap-icons/badge-cc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-hd-fill.svg b/web/vendor/bootstrap-icons/badge-hd-fill.svg deleted file mode 100644 index 96f0875..0000000 --- a/web/vendor/bootstrap-icons/badge-hd-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-hd.svg b/web/vendor/bootstrap-icons/badge-hd.svg deleted file mode 100644 index 5689042..0000000 --- a/web/vendor/bootstrap-icons/badge-hd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-sd-fill.svg b/web/vendor/bootstrap-icons/badge-sd-fill.svg deleted file mode 100644 index a37154a..0000000 --- a/web/vendor/bootstrap-icons/badge-sd-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-sd.svg b/web/vendor/bootstrap-icons/badge-sd.svg deleted file mode 100644 index df8d029..0000000 --- a/web/vendor/bootstrap-icons/badge-sd.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-tm-fill.svg b/web/vendor/bootstrap-icons/badge-tm-fill.svg deleted file mode 100644 index 632b569..0000000 --- a/web/vendor/bootstrap-icons/badge-tm-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-tm.svg b/web/vendor/bootstrap-icons/badge-tm.svg deleted file mode 100644 index 33de5c2..0000000 --- a/web/vendor/bootstrap-icons/badge-tm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-vo-fill.svg b/web/vendor/bootstrap-icons/badge-vo-fill.svg deleted file mode 100644 index 1d27b07..0000000 --- a/web/vendor/bootstrap-icons/badge-vo-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-vo.svg b/web/vendor/bootstrap-icons/badge-vo.svg deleted file mode 100644 index f5e2ece..0000000 --- a/web/vendor/bootstrap-icons/badge-vo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-vr-fill.svg b/web/vendor/bootstrap-icons/badge-vr-fill.svg deleted file mode 100644 index e614af6..0000000 --- a/web/vendor/bootstrap-icons/badge-vr-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-vr.svg b/web/vendor/bootstrap-icons/badge-vr.svg deleted file mode 100644 index c1c73dc..0000000 --- a/web/vendor/bootstrap-icons/badge-vr.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-wc-fill.svg b/web/vendor/bootstrap-icons/badge-wc-fill.svg deleted file mode 100644 index d16436a..0000000 --- a/web/vendor/bootstrap-icons/badge-wc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/badge-wc.svg b/web/vendor/bootstrap-icons/badge-wc.svg deleted file mode 100644 index ea459ba..0000000 --- a/web/vendor/bootstrap-icons/badge-wc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-check-fill.svg b/web/vendor/bootstrap-icons/bag-check-fill.svg deleted file mode 100644 index 9976d5c..0000000 --- a/web/vendor/bootstrap-icons/bag-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-check.svg b/web/vendor/bootstrap-icons/bag-check.svg deleted file mode 100644 index a4e3278..0000000 --- a/web/vendor/bootstrap-icons/bag-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-dash-fill.svg b/web/vendor/bootstrap-icons/bag-dash-fill.svg deleted file mode 100644 index ccb5589..0000000 --- a/web/vendor/bootstrap-icons/bag-dash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-dash.svg b/web/vendor/bootstrap-icons/bag-dash.svg deleted file mode 100644 index 0997f33..0000000 --- a/web/vendor/bootstrap-icons/bag-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-fill.svg b/web/vendor/bootstrap-icons/bag-fill.svg deleted file mode 100644 index 812fcfc..0000000 --- a/web/vendor/bootstrap-icons/bag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-heart-fill.svg b/web/vendor/bootstrap-icons/bag-heart-fill.svg deleted file mode 100644 index 4938b83..0000000 --- a/web/vendor/bootstrap-icons/bag-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-heart.svg b/web/vendor/bootstrap-icons/bag-heart.svg deleted file mode 100644 index e7b906a..0000000 --- a/web/vendor/bootstrap-icons/bag-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-plus-fill.svg b/web/vendor/bootstrap-icons/bag-plus-fill.svg deleted file mode 100644 index b98f6b2..0000000 --- a/web/vendor/bootstrap-icons/bag-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-plus.svg b/web/vendor/bootstrap-icons/bag-plus.svg deleted file mode 100644 index 0d7ddc6..0000000 --- a/web/vendor/bootstrap-icons/bag-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-x-fill.svg b/web/vendor/bootstrap-icons/bag-x-fill.svg deleted file mode 100644 index cbe77df..0000000 --- a/web/vendor/bootstrap-icons/bag-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag-x.svg b/web/vendor/bootstrap-icons/bag-x.svg deleted file mode 100644 index 4f38008..0000000 --- a/web/vendor/bootstrap-icons/bag-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bag.svg b/web/vendor/bootstrap-icons/bag.svg deleted file mode 100644 index acd0287..0000000 --- a/web/vendor/bootstrap-icons/bag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/balloon-fill.svg b/web/vendor/bootstrap-icons/balloon-fill.svg deleted file mode 100644 index 2d57e2d..0000000 --- a/web/vendor/bootstrap-icons/balloon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/balloon-heart-fill.svg b/web/vendor/bootstrap-icons/balloon-heart-fill.svg deleted file mode 100644 index ab17865..0000000 --- a/web/vendor/bootstrap-icons/balloon-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/balloon-heart.svg b/web/vendor/bootstrap-icons/balloon-heart.svg deleted file mode 100644 index 0e056cb..0000000 --- a/web/vendor/bootstrap-icons/balloon-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/balloon.svg b/web/vendor/bootstrap-icons/balloon.svg deleted file mode 100644 index 6906cb3..0000000 --- a/web/vendor/bootstrap-icons/balloon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ban-fill.svg b/web/vendor/bootstrap-icons/ban-fill.svg deleted file mode 100644 index 0bb7df0..0000000 --- a/web/vendor/bootstrap-icons/ban-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ban.svg b/web/vendor/bootstrap-icons/ban.svg deleted file mode 100644 index 5acfd41..0000000 --- a/web/vendor/bootstrap-icons/ban.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bandaid-fill.svg b/web/vendor/bootstrap-icons/bandaid-fill.svg deleted file mode 100644 index 052ad73..0000000 --- a/web/vendor/bootstrap-icons/bandaid-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bandaid.svg b/web/vendor/bootstrap-icons/bandaid.svg deleted file mode 100644 index e09850e..0000000 --- a/web/vendor/bootstrap-icons/bandaid.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bank.svg b/web/vendor/bootstrap-icons/bank.svg deleted file mode 100644 index 2e7f4f0..0000000 --- a/web/vendor/bootstrap-icons/bank.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bank2.svg b/web/vendor/bootstrap-icons/bank2.svg deleted file mode 100644 index acc8ef9..0000000 --- a/web/vendor/bootstrap-icons/bank2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bar-chart-fill.svg b/web/vendor/bootstrap-icons/bar-chart-fill.svg deleted file mode 100644 index 7e4ebee..0000000 --- a/web/vendor/bootstrap-icons/bar-chart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bar-chart-line-fill.svg b/web/vendor/bootstrap-icons/bar-chart-line-fill.svg deleted file mode 100644 index 6808e6f..0000000 --- a/web/vendor/bootstrap-icons/bar-chart-line-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bar-chart-line.svg b/web/vendor/bootstrap-icons/bar-chart-line.svg deleted file mode 100644 index 567a808..0000000 --- a/web/vendor/bootstrap-icons/bar-chart-line.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bar-chart-steps.svg b/web/vendor/bootstrap-icons/bar-chart-steps.svg deleted file mode 100644 index 346e97b..0000000 --- a/web/vendor/bootstrap-icons/bar-chart-steps.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bar-chart.svg b/web/vendor/bootstrap-icons/bar-chart.svg deleted file mode 100644 index 8e57c80..0000000 --- a/web/vendor/bootstrap-icons/bar-chart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket-fill.svg b/web/vendor/bootstrap-icons/basket-fill.svg deleted file mode 100644 index b2e01f5..0000000 --- a/web/vendor/bootstrap-icons/basket-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket.svg b/web/vendor/bootstrap-icons/basket.svg deleted file mode 100644 index 418a5f9..0000000 --- a/web/vendor/bootstrap-icons/basket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket2-fill.svg b/web/vendor/bootstrap-icons/basket2-fill.svg deleted file mode 100644 index 03c7079..0000000 --- a/web/vendor/bootstrap-icons/basket2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket2.svg b/web/vendor/bootstrap-icons/basket2.svg deleted file mode 100644 index 9b78be2..0000000 --- a/web/vendor/bootstrap-icons/basket2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket3-fill.svg b/web/vendor/bootstrap-icons/basket3-fill.svg deleted file mode 100644 index e26f0ee..0000000 --- a/web/vendor/bootstrap-icons/basket3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/basket3.svg b/web/vendor/bootstrap-icons/basket3.svg deleted file mode 100644 index 57fa6a0..0000000 --- a/web/vendor/bootstrap-icons/basket3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/battery-charging.svg b/web/vendor/bootstrap-icons/battery-charging.svg deleted file mode 100644 index 4ae74d2..0000000 --- a/web/vendor/bootstrap-icons/battery-charging.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/battery-full.svg b/web/vendor/bootstrap-icons/battery-full.svg deleted file mode 100644 index bff6a3f..0000000 --- a/web/vendor/bootstrap-icons/battery-full.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/battery-half.svg b/web/vendor/bootstrap-icons/battery-half.svg deleted file mode 100644 index de57848..0000000 --- a/web/vendor/bootstrap-icons/battery-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/battery-low.svg b/web/vendor/bootstrap-icons/battery-low.svg deleted file mode 100644 index b99e758..0000000 --- a/web/vendor/bootstrap-icons/battery-low.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/battery.svg b/web/vendor/bootstrap-icons/battery.svg deleted file mode 100644 index 2bacfa8..0000000 --- a/web/vendor/bootstrap-icons/battery.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/beaker-fill.svg b/web/vendor/bootstrap-icons/beaker-fill.svg deleted file mode 100644 index 3bf39d5..0000000 --- a/web/vendor/bootstrap-icons/beaker-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/beaker.svg b/web/vendor/bootstrap-icons/beaker.svg deleted file mode 100644 index f1958c6..0000000 --- a/web/vendor/bootstrap-icons/beaker.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/behance.svg b/web/vendor/bootstrap-icons/behance.svg deleted file mode 100644 index 805f142..0000000 --- a/web/vendor/bootstrap-icons/behance.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bell-fill.svg b/web/vendor/bootstrap-icons/bell-fill.svg deleted file mode 100644 index a537c3a..0000000 --- a/web/vendor/bootstrap-icons/bell-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bell-slash-fill.svg b/web/vendor/bootstrap-icons/bell-slash-fill.svg deleted file mode 100644 index 534dd13..0000000 --- a/web/vendor/bootstrap-icons/bell-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bell-slash.svg b/web/vendor/bootstrap-icons/bell-slash.svg deleted file mode 100644 index 7817e2b..0000000 --- a/web/vendor/bootstrap-icons/bell-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bell.svg b/web/vendor/bootstrap-icons/bell.svg deleted file mode 100644 index a71eba3..0000000 --- a/web/vendor/bootstrap-icons/bell.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bezier.svg b/web/vendor/bootstrap-icons/bezier.svg deleted file mode 100644 index 075b721..0000000 --- a/web/vendor/bootstrap-icons/bezier.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bezier2.svg b/web/vendor/bootstrap-icons/bezier2.svg deleted file mode 100644 index 8a59238..0000000 --- a/web/vendor/bootstrap-icons/bezier2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bicycle.svg b/web/vendor/bootstrap-icons/bicycle.svg deleted file mode 100644 index 3956545..0000000 --- a/web/vendor/bootstrap-icons/bicycle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bing.svg b/web/vendor/bootstrap-icons/bing.svg deleted file mode 100644 index 9368917..0000000 --- a/web/vendor/bootstrap-icons/bing.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/binoculars-fill.svg b/web/vendor/bootstrap-icons/binoculars-fill.svg deleted file mode 100644 index d6d6dc0..0000000 --- a/web/vendor/bootstrap-icons/binoculars-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/binoculars.svg b/web/vendor/bootstrap-icons/binoculars.svg deleted file mode 100644 index 015d622..0000000 --- a/web/vendor/bootstrap-icons/binoculars.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/blockquote-left.svg b/web/vendor/bootstrap-icons/blockquote-left.svg deleted file mode 100644 index f8b6b2d..0000000 --- a/web/vendor/bootstrap-icons/blockquote-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/blockquote-right.svg b/web/vendor/bootstrap-icons/blockquote-right.svg deleted file mode 100644 index afc81c9..0000000 --- a/web/vendor/bootstrap-icons/blockquote-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bluesky.svg b/web/vendor/bootstrap-icons/bluesky.svg deleted file mode 100644 index a070aea..0000000 --- a/web/vendor/bootstrap-icons/bluesky.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bluetooth.svg b/web/vendor/bootstrap-icons/bluetooth.svg deleted file mode 100644 index 8726e22..0000000 --- a/web/vendor/bootstrap-icons/bluetooth.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/body-text.svg b/web/vendor/bootstrap-icons/body-text.svg deleted file mode 100644 index fd5e435..0000000 --- a/web/vendor/bootstrap-icons/body-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/book-fill.svg b/web/vendor/bootstrap-icons/book-fill.svg deleted file mode 100644 index ddb0000..0000000 --- a/web/vendor/bootstrap-icons/book-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/book-half.svg b/web/vendor/bootstrap-icons/book-half.svg deleted file mode 100644 index 8eabe81..0000000 --- a/web/vendor/bootstrap-icons/book-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/book.svg b/web/vendor/bootstrap-icons/book.svg deleted file mode 100644 index 302acf0..0000000 --- a/web/vendor/bootstrap-icons/book.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-check-fill.svg b/web/vendor/bootstrap-icons/bookmark-check-fill.svg deleted file mode 100644 index 325fbde..0000000 --- a/web/vendor/bootstrap-icons/bookmark-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-check.svg b/web/vendor/bootstrap-icons/bookmark-check.svg deleted file mode 100644 index f4c9149..0000000 --- a/web/vendor/bootstrap-icons/bookmark-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-dash-fill.svg b/web/vendor/bootstrap-icons/bookmark-dash-fill.svg deleted file mode 100644 index dbf9cc1..0000000 --- a/web/vendor/bootstrap-icons/bookmark-dash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-dash.svg b/web/vendor/bootstrap-icons/bookmark-dash.svg deleted file mode 100644 index 115b448..0000000 --- a/web/vendor/bootstrap-icons/bookmark-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-fill.svg b/web/vendor/bootstrap-icons/bookmark-fill.svg deleted file mode 100644 index 3c237a9..0000000 --- a/web/vendor/bootstrap-icons/bookmark-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-heart-fill.svg b/web/vendor/bootstrap-icons/bookmark-heart-fill.svg deleted file mode 100644 index 6647b7c..0000000 --- a/web/vendor/bootstrap-icons/bookmark-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-heart.svg b/web/vendor/bootstrap-icons/bookmark-heart.svg deleted file mode 100644 index c368f5d..0000000 --- a/web/vendor/bootstrap-icons/bookmark-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-plus-fill.svg b/web/vendor/bootstrap-icons/bookmark-plus-fill.svg deleted file mode 100644 index 41e0733..0000000 --- a/web/vendor/bootstrap-icons/bookmark-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-plus.svg b/web/vendor/bootstrap-icons/bookmark-plus.svg deleted file mode 100644 index 37b137c..0000000 --- a/web/vendor/bootstrap-icons/bookmark-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-star-fill.svg b/web/vendor/bootstrap-icons/bookmark-star-fill.svg deleted file mode 100644 index 89fd335..0000000 --- a/web/vendor/bootstrap-icons/bookmark-star-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-star.svg b/web/vendor/bootstrap-icons/bookmark-star.svg deleted file mode 100644 index 2f792de..0000000 --- a/web/vendor/bootstrap-icons/bookmark-star.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-x-fill.svg b/web/vendor/bootstrap-icons/bookmark-x-fill.svg deleted file mode 100644 index acac0cf..0000000 --- a/web/vendor/bootstrap-icons/bookmark-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark-x.svg b/web/vendor/bootstrap-icons/bookmark-x.svg deleted file mode 100644 index eb85c76..0000000 --- a/web/vendor/bootstrap-icons/bookmark-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmark.svg b/web/vendor/bootstrap-icons/bookmark.svg deleted file mode 100644 index a21b14b..0000000 --- a/web/vendor/bootstrap-icons/bookmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmarks-fill.svg b/web/vendor/bootstrap-icons/bookmarks-fill.svg deleted file mode 100644 index abf5800..0000000 --- a/web/vendor/bootstrap-icons/bookmarks-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookmarks.svg b/web/vendor/bootstrap-icons/bookmarks.svg deleted file mode 100644 index ceb92bb..0000000 --- a/web/vendor/bootstrap-icons/bookmarks.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bookshelf.svg b/web/vendor/bootstrap-icons/bookshelf.svg deleted file mode 100644 index 7f435d5..0000000 --- a/web/vendor/bootstrap-icons/bookshelf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/boombox-fill.svg b/web/vendor/bootstrap-icons/boombox-fill.svg deleted file mode 100644 index 299e95e..0000000 --- a/web/vendor/bootstrap-icons/boombox-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/boombox.svg b/web/vendor/bootstrap-icons/boombox.svg deleted file mode 100644 index 35af807..0000000 --- a/web/vendor/bootstrap-icons/boombox.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bootstrap-fill.svg b/web/vendor/bootstrap-icons/bootstrap-fill.svg deleted file mode 100644 index 21253b0..0000000 --- a/web/vendor/bootstrap-icons/bootstrap-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bootstrap-icons.min.css b/web/vendor/bootstrap-icons/bootstrap-icons.min.css deleted file mode 100644 index 706a5c8..0000000 --- a/web/vendor/bootstrap-icons/bootstrap-icons.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/) - * Copyright 2019-2024 The Bootstrap Authors - * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) - */@font-face{font-display:block;font-family:bootstrap-icons;src:url("fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),url("fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:"\f67f"}.bi-alarm-fill::before{content:"\f101"}.bi-alarm::before{content:"\f102"}.bi-align-bottom::before{content:"\f103"}.bi-align-center::before{content:"\f104"}.bi-align-end::before{content:"\f105"}.bi-align-middle::before{content:"\f106"}.bi-align-start::before{content:"\f107"}.bi-align-top::before{content:"\f108"}.bi-alt::before{content:"\f109"}.bi-app-indicator::before{content:"\f10a"}.bi-app::before{content:"\f10b"}.bi-archive-fill::before{content:"\f10c"}.bi-archive::before{content:"\f10d"}.bi-arrow-90deg-down::before{content:"\f10e"}.bi-arrow-90deg-left::before{content:"\f10f"}.bi-arrow-90deg-right::before{content:"\f110"}.bi-arrow-90deg-up::before{content:"\f111"}.bi-arrow-bar-down::before{content:"\f112"}.bi-arrow-bar-left::before{content:"\f113"}.bi-arrow-bar-right::before{content:"\f114"}.bi-arrow-bar-up::before{content:"\f115"}.bi-arrow-clockwise::before{content:"\f116"}.bi-arrow-counterclockwise::before{content:"\f117"}.bi-arrow-down-circle-fill::before{content:"\f118"}.bi-arrow-down-circle::before{content:"\f119"}.bi-arrow-down-left-circle-fill::before{content:"\f11a"}.bi-arrow-down-left-circle::before{content:"\f11b"}.bi-arrow-down-left-square-fill::before{content:"\f11c"}.bi-arrow-down-left-square::before{content:"\f11d"}.bi-arrow-down-left::before{content:"\f11e"}.bi-arrow-down-right-circle-fill::before{content:"\f11f"}.bi-arrow-down-right-circle::before{content:"\f120"}.bi-arrow-down-right-square-fill::before{content:"\f121"}.bi-arrow-down-right-square::before{content:"\f122"}.bi-arrow-down-right::before{content:"\f123"}.bi-arrow-down-short::before{content:"\f124"}.bi-arrow-down-square-fill::before{content:"\f125"}.bi-arrow-down-square::before{content:"\f126"}.bi-arrow-down-up::before{content:"\f127"}.bi-arrow-down::before{content:"\f128"}.bi-arrow-left-circle-fill::before{content:"\f129"}.bi-arrow-left-circle::before{content:"\f12a"}.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-left-short::before{content:"\f12c"}.bi-arrow-left-square-fill::before{content:"\f12d"}.bi-arrow-left-square::before{content:"\f12e"}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-repeat::before{content:"\f130"}.bi-arrow-return-left::before{content:"\f131"}.bi-arrow-return-right::before{content:"\f132"}.bi-arrow-right-circle-fill::before{content:"\f133"}.bi-arrow-right-circle::before{content:"\f134"}.bi-arrow-right-short::before{content:"\f135"}.bi-arrow-right-square-fill::before{content:"\f136"}.bi-arrow-right-square::before{content:"\f137"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-circle-fill::before{content:"\f139"}.bi-arrow-up-circle::before{content:"\f13a"}.bi-arrow-up-left-circle-fill::before{content:"\f13b"}.bi-arrow-up-left-circle::before{content:"\f13c"}.bi-arrow-up-left-square-fill::before{content:"\f13d"}.bi-arrow-up-left-square::before{content:"\f13e"}.bi-arrow-up-left::before{content:"\f13f"}.bi-arrow-up-right-circle-fill::before{content:"\f140"}.bi-arrow-up-right-circle::before{content:"\f141"}.bi-arrow-up-right-square-fill::before{content:"\f142"}.bi-arrow-up-right-square::before{content:"\f143"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up-short::before{content:"\f145"}.bi-arrow-up-square-fill::before{content:"\f146"}.bi-arrow-up-square::before{content:"\f147"}.bi-arrow-up::before{content:"\f148"}.bi-arrows-angle-contract::before{content:"\f149"}.bi-arrows-angle-expand::before{content:"\f14a"}.bi-arrows-collapse::before{content:"\f14b"}.bi-arrows-expand::before{content:"\f14c"}.bi-arrows-fullscreen::before{content:"\f14d"}.bi-arrows-move::before{content:"\f14e"}.bi-aspect-ratio-fill::before{content:"\f14f"}.bi-aspect-ratio::before{content:"\f150"}.bi-asterisk::before{content:"\f151"}.bi-at::before{content:"\f152"}.bi-award-fill::before{content:"\f153"}.bi-award::before{content:"\f154"}.bi-back::before{content:"\f155"}.bi-backspace-fill::before{content:"\f156"}.bi-backspace-reverse-fill::before{content:"\f157"}.bi-backspace-reverse::before{content:"\f158"}.bi-backspace::before{content:"\f159"}.bi-badge-3d-fill::before{content:"\f15a"}.bi-badge-3d::before{content:"\f15b"}.bi-badge-4k-fill::before{content:"\f15c"}.bi-badge-4k::before{content:"\f15d"}.bi-badge-8k-fill::before{content:"\f15e"}.bi-badge-8k::before{content:"\f15f"}.bi-badge-ad-fill::before{content:"\f160"}.bi-badge-ad::before{content:"\f161"}.bi-badge-ar-fill::before{content:"\f162"}.bi-badge-ar::before{content:"\f163"}.bi-badge-cc-fill::before{content:"\f164"}.bi-badge-cc::before{content:"\f165"}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167"}.bi-badge-tm-fill::before{content:"\f168"}.bi-badge-tm::before{content:"\f169"}.bi-badge-vo-fill::before{content:"\f16a"}.bi-badge-vo::before{content:"\f16b"}.bi-badge-vr-fill::before{content:"\f16c"}.bi-badge-vr::before{content:"\f16d"}.bi-badge-wc-fill::before{content:"\f16e"}.bi-badge-wc::before{content:"\f16f"}.bi-bag-check-fill::before{content:"\f170"}.bi-bag-check::before{content:"\f171"}.bi-bag-dash-fill::before{content:"\f172"}.bi-bag-dash::before{content:"\f173"}.bi-bag-fill::before{content:"\f174"}.bi-bag-plus-fill::before{content:"\f175"}.bi-bag-plus::before{content:"\f176"}.bi-bag-x-fill::before{content:"\f177"}.bi-bag-x::before{content:"\f178"}.bi-bag::before{content:"\f179"}.bi-bar-chart-fill::before{content:"\f17a"}.bi-bar-chart-line-fill::before{content:"\f17b"}.bi-bar-chart-line::before{content:"\f17c"}.bi-bar-chart-steps::before{content:"\f17d"}.bi-bar-chart::before{content:"\f17e"}.bi-basket-fill::before{content:"\f17f"}.bi-basket::before{content:"\f180"}.bi-basket2-fill::before{content:"\f181"}.bi-basket2::before{content:"\f182"}.bi-basket3-fill::before{content:"\f183"}.bi-basket3::before{content:"\f184"}.bi-battery-charging::before{content:"\f185"}.bi-battery-full::before{content:"\f186"}.bi-battery-half::before{content:"\f187"}.bi-battery::before{content:"\f188"}.bi-bell-fill::before{content:"\f189"}.bi-bell::before{content:"\f18a"}.bi-bezier::before{content:"\f18b"}.bi-bezier2::before{content:"\f18c"}.bi-bicycle::before{content:"\f18d"}.bi-binoculars-fill::before{content:"\f18e"}.bi-binoculars::before{content:"\f18f"}.bi-blockquote-left::before{content:"\f190"}.bi-blockquote-right::before{content:"\f191"}.bi-book-fill::before{content:"\f192"}.bi-book-half::before{content:"\f193"}.bi-book::before{content:"\f194"}.bi-bookmark-check-fill::before{content:"\f195"}.bi-bookmark-check::before{content:"\f196"}.bi-bookmark-dash-fill::before{content:"\f197"}.bi-bookmark-dash::before{content:"\f198"}.bi-bookmark-fill::before{content:"\f199"}.bi-bookmark-heart-fill::before{content:"\f19a"}.bi-bookmark-heart::before{content:"\f19b"}.bi-bookmark-plus-fill::before{content:"\f19c"}.bi-bookmark-plus::before{content:"\f19d"}.bi-bookmark-star-fill::before{content:"\f19e"}.bi-bookmark-star::before{content:"\f19f"}.bi-bookmark-x-fill::before{content:"\f1a0"}.bi-bookmark-x::before{content:"\f1a1"}.bi-bookmark::before{content:"\f1a2"}.bi-bookmarks-fill::before{content:"\f1a3"}.bi-bookmarks::before{content:"\f1a4"}.bi-bookshelf::before{content:"\f1a5"}.bi-bootstrap-fill::before{content:"\f1a6"}.bi-bootstrap-reboot::before{content:"\f1a7"}.bi-bootstrap::before{content:"\f1a8"}.bi-border-all::before{content:"\f1a9"}.bi-border-bottom::before{content:"\f1aa"}.bi-border-center::before{content:"\f1ab"}.bi-border-inner::before{content:"\f1ac"}.bi-border-left::before{content:"\f1ad"}.bi-border-middle::before{content:"\f1ae"}.bi-border-outer::before{content:"\f1af"}.bi-border-right::before{content:"\f1b0"}.bi-border-style::before{content:"\f1b1"}.bi-border-top::before{content:"\f1b2"}.bi-border-width::before{content:"\f1b3"}.bi-border::before{content:"\f1b4"}.bi-bounding-box-circles::before{content:"\f1b5"}.bi-bounding-box::before{content:"\f1b6"}.bi-box-arrow-down-left::before{content:"\f1b7"}.bi-box-arrow-down-right::before{content:"\f1b8"}.bi-box-arrow-down::before{content:"\f1b9"}.bi-box-arrow-in-down-left::before{content:"\f1ba"}.bi-box-arrow-in-down-right::before{content:"\f1bb"}.bi-box-arrow-in-down::before{content:"\f1bc"}.bi-box-arrow-in-left::before{content:"\f1bd"}.bi-box-arrow-in-right::before{content:"\f1be"}.bi-box-arrow-in-up-left::before{content:"\f1bf"}.bi-box-arrow-in-up-right::before{content:"\f1c0"}.bi-box-arrow-in-up::before{content:"\f1c1"}.bi-box-arrow-left::before{content:"\f1c2"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-box-arrow-up-left::before{content:"\f1c4"}.bi-box-arrow-up-right::before{content:"\f1c5"}.bi-box-arrow-up::before{content:"\f1c6"}.bi-box-seam::before{content:"\f1c7"}.bi-box::before{content:"\f1c8"}.bi-braces::before{content:"\f1c9"}.bi-bricks::before{content:"\f1ca"}.bi-briefcase-fill::before{content:"\f1cb"}.bi-briefcase::before{content:"\f1cc"}.bi-brightness-alt-high-fill::before{content:"\f1cd"}.bi-brightness-alt-high::before{content:"\f1ce"}.bi-brightness-alt-low-fill::before{content:"\f1cf"}.bi-brightness-alt-low::before{content:"\f1d0"}.bi-brightness-high-fill::before{content:"\f1d1"}.bi-brightness-high::before{content:"\f1d2"}.bi-brightness-low-fill::before{content:"\f1d3"}.bi-brightness-low::before{content:"\f1d4"}.bi-broadcast-pin::before{content:"\f1d5"}.bi-broadcast::before{content:"\f1d6"}.bi-brush-fill::before{content:"\f1d7"}.bi-brush::before{content:"\f1d8"}.bi-bucket-fill::before{content:"\f1d9"}.bi-bucket::before{content:"\f1da"}.bi-bug-fill::before{content:"\f1db"}.bi-bug::before{content:"\f1dc"}.bi-building::before{content:"\f1dd"}.bi-bullseye::before{content:"\f1de"}.bi-calculator-fill::before{content:"\f1df"}.bi-calculator::before{content:"\f1e0"}.bi-calendar-check-fill::before{content:"\f1e1"}.bi-calendar-check::before{content:"\f1e2"}.bi-calendar-date-fill::before{content:"\f1e3"}.bi-calendar-date::before{content:"\f1e4"}.bi-calendar-day-fill::before{content:"\f1e5"}.bi-calendar-day::before{content:"\f1e6"}.bi-calendar-event-fill::before{content:"\f1e7"}.bi-calendar-event::before{content:"\f1e8"}.bi-calendar-fill::before{content:"\f1e9"}.bi-calendar-minus-fill::before{content:"\f1ea"}.bi-calendar-minus::before{content:"\f1eb"}.bi-calendar-month-fill::before{content:"\f1ec"}.bi-calendar-month::before{content:"\f1ed"}.bi-calendar-plus-fill::before{content:"\f1ee"}.bi-calendar-plus::before{content:"\f1ef"}.bi-calendar-range-fill::before{content:"\f1f0"}.bi-calendar-range::before{content:"\f1f1"}.bi-calendar-week-fill::before{content:"\f1f2"}.bi-calendar-week::before{content:"\f1f3"}.bi-calendar-x-fill::before{content:"\f1f4"}.bi-calendar-x::before{content:"\f1f5"}.bi-calendar::before{content:"\f1f6"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-calendar2-check::before{content:"\f1f8"}.bi-calendar2-date-fill::before{content:"\f1f9"}.bi-calendar2-date::before{content:"\f1fa"}.bi-calendar2-day-fill::before{content:"\f1fb"}.bi-calendar2-day::before{content:"\f1fc"}.bi-calendar2-event-fill::before{content:"\f1fd"}.bi-calendar2-event::before{content:"\f1fe"}.bi-calendar2-fill::before{content:"\f1ff"}.bi-calendar2-minus-fill::before{content:"\f200"}.bi-calendar2-minus::before{content:"\f201"}.bi-calendar2-month-fill::before{content:"\f202"}.bi-calendar2-month::before{content:"\f203"}.bi-calendar2-plus-fill::before{content:"\f204"}.bi-calendar2-plus::before{content:"\f205"}.bi-calendar2-range-fill::before{content:"\f206"}.bi-calendar2-range::before{content:"\f207"}.bi-calendar2-week-fill::before{content:"\f208"}.bi-calendar2-week::before{content:"\f209"}.bi-calendar2-x-fill::before{content:"\f20a"}.bi-calendar2-x::before{content:"\f20b"}.bi-calendar2::before{content:"\f20c"}.bi-calendar3-event-fill::before{content:"\f20d"}.bi-calendar3-event::before{content:"\f20e"}.bi-calendar3-fill::before{content:"\f20f"}.bi-calendar3-range-fill::before{content:"\f210"}.bi-calendar3-range::before{content:"\f211"}.bi-calendar3-week-fill::before{content:"\f212"}.bi-calendar3-week::before{content:"\f213"}.bi-calendar3::before{content:"\f214"}.bi-calendar4-event::before{content:"\f215"}.bi-calendar4-range::before{content:"\f216"}.bi-calendar4-week::before{content:"\f217"}.bi-calendar4::before{content:"\f218"}.bi-camera-fill::before{content:"\f219"}.bi-camera-reels-fill::before{content:"\f21a"}.bi-camera-reels::before{content:"\f21b"}.bi-camera-video-fill::before{content:"\f21c"}.bi-camera-video-off-fill::before{content:"\f21d"}.bi-camera-video-off::before{content:"\f21e"}.bi-camera-video::before{content:"\f21f"}.bi-camera::before{content:"\f220"}.bi-camera2::before{content:"\f221"}.bi-capslock-fill::before{content:"\f222"}.bi-capslock::before{content:"\f223"}.bi-card-checklist::before{content:"\f224"}.bi-card-heading::before{content:"\f225"}.bi-card-image::before{content:"\f226"}.bi-card-list::before{content:"\f227"}.bi-card-text::before{content:"\f228"}.bi-caret-down-fill::before{content:"\f229"}.bi-caret-down-square-fill::before{content:"\f22a"}.bi-caret-down-square::before{content:"\f22b"}.bi-caret-down::before{content:"\f22c"}.bi-caret-left-fill::before{content:"\f22d"}.bi-caret-left-square-fill::before{content:"\f22e"}.bi-caret-left-square::before{content:"\f22f"}.bi-caret-left::before{content:"\f230"}.bi-caret-right-fill::before{content:"\f231"}.bi-caret-right-square-fill::before{content:"\f232"}.bi-caret-right-square::before{content:"\f233"}.bi-caret-right::before{content:"\f234"}.bi-caret-up-fill::before{content:"\f235"}.bi-caret-up-square-fill::before{content:"\f236"}.bi-caret-up-square::before{content:"\f237"}.bi-caret-up::before{content:"\f238"}.bi-cart-check-fill::before{content:"\f239"}.bi-cart-check::before{content:"\f23a"}.bi-cart-dash-fill::before{content:"\f23b"}.bi-cart-dash::before{content:"\f23c"}.bi-cart-fill::before{content:"\f23d"}.bi-cart-plus-fill::before{content:"\f23e"}.bi-cart-plus::before{content:"\f23f"}.bi-cart-x-fill::before{content:"\f240"}.bi-cart-x::before{content:"\f241"}.bi-cart::before{content:"\f242"}.bi-cart2::before{content:"\f243"}.bi-cart3::before{content:"\f244"}.bi-cart4::before{content:"\f245"}.bi-cash-stack::before{content:"\f246"}.bi-cash::before{content:"\f247"}.bi-cast::before{content:"\f248"}.bi-chat-dots-fill::before{content:"\f249"}.bi-chat-dots::before{content:"\f24a"}.bi-chat-fill::before{content:"\f24b"}.bi-chat-left-dots-fill::before{content:"\f24c"}.bi-chat-left-dots::before{content:"\f24d"}.bi-chat-left-fill::before{content:"\f24e"}.bi-chat-left-quote-fill::before{content:"\f24f"}.bi-chat-left-quote::before{content:"\f250"}.bi-chat-left-text-fill::before{content:"\f251"}.bi-chat-left-text::before{content:"\f252"}.bi-chat-left::before{content:"\f253"}.bi-chat-quote-fill::before{content:"\f254"}.bi-chat-quote::before{content:"\f255"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257"}.bi-chat-right-fill::before{content:"\f258"}.bi-chat-right-quote-fill::before{content:"\f259"}.bi-chat-right-quote::before{content:"\f25a"}.bi-chat-right-text-fill::before{content:"\f25b"}.bi-chat-right-text::before{content:"\f25c"}.bi-chat-right::before{content:"\f25d"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-chat-square-dots::before{content:"\f25f"}.bi-chat-square-fill::before{content:"\f260"}.bi-chat-square-quote-fill::before{content:"\f261"}.bi-chat-square-quote::before{content:"\f262"}.bi-chat-square-text-fill::before{content:"\f263"}.bi-chat-square-text::before{content:"\f264"}.bi-chat-square::before{content:"\f265"}.bi-chat-text-fill::before{content:"\f266"}.bi-chat-text::before{content:"\f267"}.bi-chat::before{content:"\f268"}.bi-check-all::before{content:"\f269"}.bi-check-circle-fill::before{content:"\f26a"}.bi-check-circle::before{content:"\f26b"}.bi-check-square-fill::before{content:"\f26c"}.bi-check-square::before{content:"\f26d"}.bi-check::before{content:"\f26e"}.bi-check2-all::before{content:"\f26f"}.bi-check2-circle::before{content:"\f270"}.bi-check2-square::before{content:"\f271"}.bi-check2::before{content:"\f272"}.bi-chevron-bar-contract::before{content:"\f273"}.bi-chevron-bar-down::before{content:"\f274"}.bi-chevron-bar-expand::before{content:"\f275"}.bi-chevron-bar-left::before{content:"\f276"}.bi-chevron-bar-right::before{content:"\f277"}.bi-chevron-bar-up::before{content:"\f278"}.bi-chevron-compact-down::before{content:"\f279"}.bi-chevron-compact-left::before{content:"\f27a"}.bi-chevron-compact-right::before{content:"\f27b"}.bi-chevron-compact-up::before{content:"\f27c"}.bi-chevron-contract::before{content:"\f27d"}.bi-chevron-double-down::before{content:"\f27e"}.bi-chevron-double-left::before{content:"\f27f"}.bi-chevron-double-right::before{content:"\f280"}.bi-chevron-double-up::before{content:"\f281"}.bi-chevron-down::before{content:"\f282"}.bi-chevron-expand::before{content:"\f283"}.bi-chevron-left::before{content:"\f284"}.bi-chevron-right::before{content:"\f285"}.bi-chevron-up::before{content:"\f286"}.bi-circle-fill::before{content:"\f287"}.bi-circle-half::before{content:"\f288"}.bi-circle-square::before{content:"\f289"}.bi-circle::before{content:"\f28a"}.bi-clipboard-check::before{content:"\f28b"}.bi-clipboard-data::before{content:"\f28c"}.bi-clipboard-minus::before{content:"\f28d"}.bi-clipboard-plus::before{content:"\f28e"}.bi-clipboard-x::before{content:"\f28f"}.bi-clipboard::before{content:"\f290"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-cloud-arrow-down-fill::before{content:"\f294"}.bi-cloud-arrow-down::before{content:"\f295"}.bi-cloud-arrow-up-fill::before{content:"\f296"}.bi-cloud-arrow-up::before{content:"\f297"}.bi-cloud-check-fill::before{content:"\f298"}.bi-cloud-check::before{content:"\f299"}.bi-cloud-download-fill::before{content:"\f29a"}.bi-cloud-download::before{content:"\f29b"}.bi-cloud-drizzle-fill::before{content:"\f29c"}.bi-cloud-drizzle::before{content:"\f29d"}.bi-cloud-fill::before{content:"\f29e"}.bi-cloud-fog-fill::before{content:"\f29f"}.bi-cloud-fog::before{content:"\f2a0"}.bi-cloud-fog2-fill::before{content:"\f2a1"}.bi-cloud-fog2::before{content:"\f2a2"}.bi-cloud-hail-fill::before{content:"\f2a3"}.bi-cloud-hail::before{content:"\f2a4"}.bi-cloud-haze-fill::before{content:"\f2a6"}.bi-cloud-haze::before{content:"\f2a7"}.bi-cloud-haze2-fill::before{content:"\f2a8"}.bi-cloud-lightning-fill::before{content:"\f2a9"}.bi-cloud-lightning-rain-fill::before{content:"\f2aa"}.bi-cloud-lightning-rain::before{content:"\f2ab"}.bi-cloud-lightning::before{content:"\f2ac"}.bi-cloud-minus-fill::before{content:"\f2ad"}.bi-cloud-minus::before{content:"\f2ae"}.bi-cloud-moon-fill::before{content:"\f2af"}.bi-cloud-moon::before{content:"\f2b0"}.bi-cloud-plus-fill::before{content:"\f2b1"}.bi-cloud-plus::before{content:"\f2b2"}.bi-cloud-rain-fill::before{content:"\f2b3"}.bi-cloud-rain-heavy-fill::before{content:"\f2b4"}.bi-cloud-rain-heavy::before{content:"\f2b5"}.bi-cloud-rain::before{content:"\f2b6"}.bi-cloud-slash-fill::before{content:"\f2b7"}.bi-cloud-slash::before{content:"\f2b8"}.bi-cloud-sleet-fill::before{content:"\f2b9"}.bi-cloud-sleet::before{content:"\f2ba"}.bi-cloud-snow-fill::before{content:"\f2bb"}.bi-cloud-snow::before{content:"\f2bc"}.bi-cloud-sun-fill::before{content:"\f2bd"}.bi-cloud-sun::before{content:"\f2be"}.bi-cloud-upload-fill::before{content:"\f2bf"}.bi-cloud-upload::before{content:"\f2c0"}.bi-cloud::before{content:"\f2c1"}.bi-clouds-fill::before{content:"\f2c2"}.bi-clouds::before{content:"\f2c3"}.bi-cloudy-fill::before{content:"\f2c4"}.bi-cloudy::before{content:"\f2c5"}.bi-code-slash::before{content:"\f2c6"}.bi-code-square::before{content:"\f2c7"}.bi-code::before{content:"\f2c8"}.bi-collection-fill::before{content:"\f2c9"}.bi-collection-play-fill::before{content:"\f2ca"}.bi-collection-play::before{content:"\f2cb"}.bi-collection::before{content:"\f2cc"}.bi-columns-gap::before{content:"\f2cd"}.bi-columns::before{content:"\f2ce"}.bi-command::before{content:"\f2cf"}.bi-compass-fill::before{content:"\f2d0"}.bi-compass::before{content:"\f2d1"}.bi-cone-striped::before{content:"\f2d2"}.bi-cone::before{content:"\f2d3"}.bi-controller::before{content:"\f2d4"}.bi-cpu-fill::before{content:"\f2d5"}.bi-cpu::before{content:"\f2d6"}.bi-credit-card-2-back-fill::before{content:"\f2d7"}.bi-credit-card-2-back::before{content:"\f2d8"}.bi-credit-card-2-front-fill::before{content:"\f2d9"}.bi-credit-card-2-front::before{content:"\f2da"}.bi-credit-card-fill::before{content:"\f2db"}.bi-credit-card::before{content:"\f2dc"}.bi-crop::before{content:"\f2dd"}.bi-cup-fill::before{content:"\f2de"}.bi-cup-straw::before{content:"\f2df"}.bi-cup::before{content:"\f2e0"}.bi-cursor-fill::before{content:"\f2e1"}.bi-cursor-text::before{content:"\f2e2"}.bi-cursor::before{content:"\f2e3"}.bi-dash-circle-dotted::before{content:"\f2e4"}.bi-dash-circle-fill::before{content:"\f2e5"}.bi-dash-circle::before{content:"\f2e6"}.bi-dash-square-dotted::before{content:"\f2e7"}.bi-dash-square-fill::before{content:"\f2e8"}.bi-dash-square::before{content:"\f2e9"}.bi-dash::before{content:"\f2ea"}.bi-diagram-2-fill::before{content:"\f2eb"}.bi-diagram-2::before{content:"\f2ec"}.bi-diagram-3-fill::before{content:"\f2ed"}.bi-diagram-3::before{content:"\f2ee"}.bi-diamond-fill::before{content:"\f2ef"}.bi-diamond-half::before{content:"\f2f0"}.bi-diamond::before{content:"\f2f1"}.bi-dice-1-fill::before{content:"\f2f2"}.bi-dice-1::before{content:"\f2f3"}.bi-dice-2-fill::before{content:"\f2f4"}.bi-dice-2::before{content:"\f2f5"}.bi-dice-3-fill::before{content:"\f2f6"}.bi-dice-3::before{content:"\f2f7"}.bi-dice-4-fill::before{content:"\f2f8"}.bi-dice-4::before{content:"\f2f9"}.bi-dice-5-fill::before{content:"\f2fa"}.bi-dice-5::before{content:"\f2fb"}.bi-dice-6-fill::before{content:"\f2fc"}.bi-dice-6::before{content:"\f2fd"}.bi-disc-fill::before{content:"\f2fe"}.bi-disc::before{content:"\f2ff"}.bi-discord::before{content:"\f300"}.bi-display-fill::before{content:"\f301"}.bi-display::before{content:"\f302"}.bi-distribute-horizontal::before{content:"\f303"}.bi-distribute-vertical::before{content:"\f304"}.bi-door-closed-fill::before{content:"\f305"}.bi-door-closed::before{content:"\f306"}.bi-door-open-fill::before{content:"\f307"}.bi-door-open::before{content:"\f308"}.bi-dot::before{content:"\f309"}.bi-download::before{content:"\f30a"}.bi-droplet-fill::before{content:"\f30b"}.bi-droplet-half::before{content:"\f30c"}.bi-droplet::before{content:"\f30d"}.bi-earbuds::before{content:"\f30e"}.bi-easel-fill::before{content:"\f30f"}.bi-easel::before{content:"\f310"}.bi-egg-fill::before{content:"\f311"}.bi-egg-fried::before{content:"\f312"}.bi-egg::before{content:"\f313"}.bi-eject-fill::before{content:"\f314"}.bi-eject::before{content:"\f315"}.bi-emoji-angry-fill::before{content:"\f316"}.bi-emoji-angry::before{content:"\f317"}.bi-emoji-dizzy-fill::before{content:"\f318"}.bi-emoji-dizzy::before{content:"\f319"}.bi-emoji-expressionless-fill::before{content:"\f31a"}.bi-emoji-expressionless::before{content:"\f31b"}.bi-emoji-frown-fill::before{content:"\f31c"}.bi-emoji-frown::before{content:"\f31d"}.bi-emoji-heart-eyes-fill::before{content:"\f31e"}.bi-emoji-heart-eyes::before{content:"\f31f"}.bi-emoji-laughing-fill::before{content:"\f320"}.bi-emoji-laughing::before{content:"\f321"}.bi-emoji-neutral-fill::before{content:"\f322"}.bi-emoji-neutral::before{content:"\f323"}.bi-emoji-smile-fill::before{content:"\f324"}.bi-emoji-smile-upside-down-fill::before{content:"\f325"}.bi-emoji-smile-upside-down::before{content:"\f326"}.bi-emoji-smile::before{content:"\f327"}.bi-emoji-sunglasses-fill::before{content:"\f328"}.bi-emoji-sunglasses::before{content:"\f329"}.bi-emoji-wink-fill::before{content:"\f32a"}.bi-emoji-wink::before{content:"\f32b"}.bi-envelope-fill::before{content:"\f32c"}.bi-envelope-open-fill::before{content:"\f32d"}.bi-envelope-open::before{content:"\f32e"}.bi-envelope::before{content:"\f32f"}.bi-eraser-fill::before{content:"\f330"}.bi-eraser::before{content:"\f331"}.bi-exclamation-circle-fill::before{content:"\f332"}.bi-exclamation-circle::before{content:"\f333"}.bi-exclamation-diamond-fill::before{content:"\f334"}.bi-exclamation-diamond::before{content:"\f335"}.bi-exclamation-octagon-fill::before{content:"\f336"}.bi-exclamation-octagon::before{content:"\f337"}.bi-exclamation-square-fill::before{content:"\f338"}.bi-exclamation-square::before{content:"\f339"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-exclamation-triangle::before{content:"\f33b"}.bi-exclamation::before{content:"\f33c"}.bi-exclude::before{content:"\f33d"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-facebook::before{content:"\f344"}.bi-file-arrow-down-fill::before{content:"\f345"}.bi-file-arrow-down::before{content:"\f346"}.bi-file-arrow-up-fill::before{content:"\f347"}.bi-file-arrow-up::before{content:"\f348"}.bi-file-bar-graph-fill::before{content:"\f349"}.bi-file-bar-graph::before{content:"\f34a"}.bi-file-binary-fill::before{content:"\f34b"}.bi-file-binary::before{content:"\f34c"}.bi-file-break-fill::before{content:"\f34d"}.bi-file-break::before{content:"\f34e"}.bi-file-check-fill::before{content:"\f34f"}.bi-file-check::before{content:"\f350"}.bi-file-code-fill::before{content:"\f351"}.bi-file-code::before{content:"\f352"}.bi-file-diff-fill::before{content:"\f353"}.bi-file-diff::before{content:"\f354"}.bi-file-earmark-arrow-down-fill::before{content:"\f355"}.bi-file-earmark-arrow-down::before{content:"\f356"}.bi-file-earmark-arrow-up-fill::before{content:"\f357"}.bi-file-earmark-arrow-up::before{content:"\f358"}.bi-file-earmark-bar-graph-fill::before{content:"\f359"}.bi-file-earmark-bar-graph::before{content:"\f35a"}.bi-file-earmark-binary-fill::before{content:"\f35b"}.bi-file-earmark-binary::before{content:"\f35c"}.bi-file-earmark-break-fill::before{content:"\f35d"}.bi-file-earmark-break::before{content:"\f35e"}.bi-file-earmark-check-fill::before{content:"\f35f"}.bi-file-earmark-check::before{content:"\f360"}.bi-file-earmark-code-fill::before{content:"\f361"}.bi-file-earmark-code::before{content:"\f362"}.bi-file-earmark-diff-fill::before{content:"\f363"}.bi-file-earmark-diff::before{content:"\f364"}.bi-file-earmark-easel-fill::before{content:"\f365"}.bi-file-earmark-easel::before{content:"\f366"}.bi-file-earmark-excel-fill::before{content:"\f367"}.bi-file-earmark-excel::before{content:"\f368"}.bi-file-earmark-fill::before{content:"\f369"}.bi-file-earmark-font-fill::before{content:"\f36a"}.bi-file-earmark-font::before{content:"\f36b"}.bi-file-earmark-image-fill::before{content:"\f36c"}.bi-file-earmark-image::before{content:"\f36d"}.bi-file-earmark-lock-fill::before{content:"\f36e"}.bi-file-earmark-lock::before{content:"\f36f"}.bi-file-earmark-lock2-fill::before{content:"\f370"}.bi-file-earmark-lock2::before{content:"\f371"}.bi-file-earmark-medical-fill::before{content:"\f372"}.bi-file-earmark-medical::before{content:"\f373"}.bi-file-earmark-minus-fill::before{content:"\f374"}.bi-file-earmark-minus::before{content:"\f375"}.bi-file-earmark-music-fill::before{content:"\f376"}.bi-file-earmark-music::before{content:"\f377"}.bi-file-earmark-person-fill::before{content:"\f378"}.bi-file-earmark-person::before{content:"\f379"}.bi-file-earmark-play-fill::before{content:"\f37a"}.bi-file-earmark-play::before{content:"\f37b"}.bi-file-earmark-plus-fill::before{content:"\f37c"}.bi-file-earmark-plus::before{content:"\f37d"}.bi-file-earmark-post-fill::before{content:"\f37e"}.bi-file-earmark-post::before{content:"\f37f"}.bi-file-earmark-ppt-fill::before{content:"\f380"}.bi-file-earmark-ppt::before{content:"\f381"}.bi-file-earmark-richtext-fill::before{content:"\f382"}.bi-file-earmark-richtext::before{content:"\f383"}.bi-file-earmark-ruled-fill::before{content:"\f384"}.bi-file-earmark-ruled::before{content:"\f385"}.bi-file-earmark-slides-fill::before{content:"\f386"}.bi-file-earmark-slides::before{content:"\f387"}.bi-file-earmark-spreadsheet-fill::before{content:"\f388"}.bi-file-earmark-spreadsheet::before{content:"\f389"}.bi-file-earmark-text-fill::before{content:"\f38a"}.bi-file-earmark-text::before{content:"\f38b"}.bi-file-earmark-word-fill::before{content:"\f38c"}.bi-file-earmark-word::before{content:"\f38d"}.bi-file-earmark-x-fill::before{content:"\f38e"}.bi-file-earmark-x::before{content:"\f38f"}.bi-file-earmark-zip-fill::before{content:"\f390"}.bi-file-earmark-zip::before{content:"\f391"}.bi-file-earmark::before{content:"\f392"}.bi-file-easel-fill::before{content:"\f393"}.bi-file-easel::before{content:"\f394"}.bi-file-excel-fill::before{content:"\f395"}.bi-file-excel::before{content:"\f396"}.bi-file-fill::before{content:"\f397"}.bi-file-font-fill::before{content:"\f398"}.bi-file-font::before{content:"\f399"}.bi-file-image-fill::before{content:"\f39a"}.bi-file-image::before{content:"\f39b"}.bi-file-lock-fill::before{content:"\f39c"}.bi-file-lock::before{content:"\f39d"}.bi-file-lock2-fill::before{content:"\f39e"}.bi-file-lock2::before{content:"\f39f"}.bi-file-medical-fill::before{content:"\f3a0"}.bi-file-medical::before{content:"\f3a1"}.bi-file-minus-fill::before{content:"\f3a2"}.bi-file-minus::before{content:"\f3a3"}.bi-file-music-fill::before{content:"\f3a4"}.bi-file-music::before{content:"\f3a5"}.bi-file-person-fill::before{content:"\f3a6"}.bi-file-person::before{content:"\f3a7"}.bi-file-play-fill::before{content:"\f3a8"}.bi-file-play::before{content:"\f3a9"}.bi-file-plus-fill::before{content:"\f3aa"}.bi-file-plus::before{content:"\f3ab"}.bi-file-post-fill::before{content:"\f3ac"}.bi-file-post::before{content:"\f3ad"}.bi-file-ppt-fill::before{content:"\f3ae"}.bi-file-ppt::before{content:"\f3af"}.bi-file-richtext-fill::before{content:"\f3b0"}.bi-file-richtext::before{content:"\f3b1"}.bi-file-ruled-fill::before{content:"\f3b2"}.bi-file-ruled::before{content:"\f3b3"}.bi-file-slides-fill::before{content:"\f3b4"}.bi-file-slides::before{content:"\f3b5"}.bi-file-spreadsheet-fill::before{content:"\f3b6"}.bi-file-spreadsheet::before{content:"\f3b7"}.bi-file-text-fill::before{content:"\f3b8"}.bi-file-text::before{content:"\f3b9"}.bi-file-word-fill::before{content:"\f3ba"}.bi-file-word::before{content:"\f3bb"}.bi-file-x-fill::before{content:"\f3bc"}.bi-file-x::before{content:"\f3bd"}.bi-file-zip-fill::before{content:"\f3be"}.bi-file-zip::before{content:"\f3bf"}.bi-file::before{content:"\f3c0"}.bi-files-alt::before{content:"\f3c1"}.bi-files::before{content:"\f3c2"}.bi-film::before{content:"\f3c3"}.bi-filter-circle-fill::before{content:"\f3c4"}.bi-filter-circle::before{content:"\f3c5"}.bi-filter-left::before{content:"\f3c6"}.bi-filter-right::before{content:"\f3c7"}.bi-filter-square-fill::before{content:"\f3c8"}.bi-filter-square::before{content:"\f3c9"}.bi-filter::before{content:"\f3ca"}.bi-flag-fill::before{content:"\f3cb"}.bi-flag::before{content:"\f3cc"}.bi-flower1::before{content:"\f3cd"}.bi-flower2::before{content:"\f3ce"}.bi-flower3::before{content:"\f3cf"}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.bi-folder-minus::before{content:"\f3d2"}.bi-folder-plus::before{content:"\f3d3"}.bi-folder-symlink-fill::before{content:"\f3d4"}.bi-folder-symlink::before{content:"\f3d5"}.bi-folder-x::before{content:"\f3d6"}.bi-folder::before{content:"\f3d7"}.bi-folder2-open::before{content:"\f3d8"}.bi-folder2::before{content:"\f3d9"}.bi-fonts::before{content:"\f3da"}.bi-forward-fill::before{content:"\f3db"}.bi-forward::before{content:"\f3dc"}.bi-front::before{content:"\f3dd"}.bi-fullscreen-exit::before{content:"\f3de"}.bi-fullscreen::before{content:"\f3df"}.bi-funnel-fill::before{content:"\f3e0"}.bi-funnel::before{content:"\f3e1"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-gear-wide::before{content:"\f3e4"}.bi-gear::before{content:"\f3e5"}.bi-gem::before{content:"\f3e6"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-geo-fill::before{content:"\f3e9"}.bi-geo::before{content:"\f3ea"}.bi-gift-fill::before{content:"\f3eb"}.bi-gift::before{content:"\f3ec"}.bi-github::before{content:"\f3ed"}.bi-globe::before{content:"\f3ee"}.bi-globe2::before{content:"\f3ef"}.bi-google::before{content:"\f3f0"}.bi-graph-down::before{content:"\f3f1"}.bi-graph-up::before{content:"\f3f2"}.bi-grid-1x2-fill::before{content:"\f3f3"}.bi-grid-1x2::before{content:"\f3f4"}.bi-grid-3x2-gap-fill::before{content:"\f3f5"}.bi-grid-3x2-gap::before{content:"\f3f6"}.bi-grid-3x2::before{content:"\f3f7"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid-3x3::before{content:"\f3fa"}.bi-grid-fill::before{content:"\f3fb"}.bi-grid::before{content:"\f3fc"}.bi-grip-horizontal::before{content:"\f3fd"}.bi-grip-vertical::before{content:"\f3fe"}.bi-hammer::before{content:"\f3ff"}.bi-hand-index-fill::before{content:"\f400"}.bi-hand-index-thumb-fill::before{content:"\f401"}.bi-hand-index-thumb::before{content:"\f402"}.bi-hand-index::before{content:"\f403"}.bi-hand-thumbs-down-fill::before{content:"\f404"}.bi-hand-thumbs-down::before{content:"\f405"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-handbag-fill::before{content:"\f408"}.bi-handbag::before{content:"\f409"}.bi-hash::before{content:"\f40a"}.bi-hdd-fill::before{content:"\f40b"}.bi-hdd-network-fill::before{content:"\f40c"}.bi-hdd-network::before{content:"\f40d"}.bi-hdd-rack-fill::before{content:"\f40e"}.bi-hdd-rack::before{content:"\f40f"}.bi-hdd-stack-fill::before{content:"\f410"}.bi-hdd-stack::before{content:"\f411"}.bi-hdd::before{content:"\f412"}.bi-headphones::before{content:"\f413"}.bi-headset::before{content:"\f414"}.bi-heart-fill::before{content:"\f415"}.bi-heart-half::before{content:"\f416"}.bi-heart::before{content:"\f417"}.bi-heptagon-fill::before{content:"\f418"}.bi-heptagon-half::before{content:"\f419"}.bi-heptagon::before{content:"\f41a"}.bi-hexagon-fill::before{content:"\f41b"}.bi-hexagon-half::before{content:"\f41c"}.bi-hexagon::before{content:"\f41d"}.bi-hourglass-bottom::before{content:"\f41e"}.bi-hourglass-split::before{content:"\f41f"}.bi-hourglass-top::before{content:"\f420"}.bi-hourglass::before{content:"\f421"}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425"}.bi-hr::before{content:"\f426"}.bi-hurricane::before{content:"\f427"}.bi-image-alt::before{content:"\f428"}.bi-image-fill::before{content:"\f429"}.bi-image::before{content:"\f42a"}.bi-images::before{content:"\f42b"}.bi-inbox-fill::before{content:"\f42c"}.bi-inbox::before{content:"\f42d"}.bi-inboxes-fill::before{content:"\f42e"}.bi-inboxes::before{content:"\f42f"}.bi-info-circle-fill::before{content:"\f430"}.bi-info-circle::before{content:"\f431"}.bi-info-square-fill::before{content:"\f432"}.bi-info-square::before{content:"\f433"}.bi-info::before{content:"\f434"}.bi-input-cursor-text::before{content:"\f435"}.bi-input-cursor::before{content:"\f436"}.bi-instagram::before{content:"\f437"}.bi-intersect::before{content:"\f438"}.bi-journal-album::before{content:"\f439"}.bi-journal-arrow-down::before{content:"\f43a"}.bi-journal-arrow-up::before{content:"\f43b"}.bi-journal-bookmark-fill::before{content:"\f43c"}.bi-journal-bookmark::before{content:"\f43d"}.bi-journal-check::before{content:"\f43e"}.bi-journal-code::before{content:"\f43f"}.bi-journal-medical::before{content:"\f440"}.bi-journal-minus::before{content:"\f441"}.bi-journal-plus::before{content:"\f442"}.bi-journal-richtext::before{content:"\f443"}.bi-journal-text::before{content:"\f444"}.bi-journal-x::before{content:"\f445"}.bi-journal::before{content:"\f446"}.bi-journals::before{content:"\f447"}.bi-joystick::before{content:"\f448"}.bi-justify-left::before{content:"\f449"}.bi-justify-right::before{content:"\f44a"}.bi-justify::before{content:"\f44b"}.bi-kanban-fill::before{content:"\f44c"}.bi-kanban::before{content:"\f44d"}.bi-key-fill::before{content:"\f44e"}.bi-key::before{content:"\f44f"}.bi-keyboard-fill::before{content:"\f450"}.bi-keyboard::before{content:"\f451"}.bi-ladder::before{content:"\f452"}.bi-lamp-fill::before{content:"\f453"}.bi-lamp::before{content:"\f454"}.bi-laptop-fill::before{content:"\f455"}.bi-laptop::before{content:"\f456"}.bi-layer-backward::before{content:"\f457"}.bi-layer-forward::before{content:"\f458"}.bi-layers-fill::before{content:"\f459"}.bi-layers-half::before{content:"\f45a"}.bi-layers::before{content:"\f45b"}.bi-layout-sidebar-inset-reverse::before{content:"\f45c"}.bi-layout-sidebar-inset::before{content:"\f45d"}.bi-layout-sidebar-reverse::before{content:"\f45e"}.bi-layout-sidebar::before{content:"\f45f"}.bi-layout-split::before{content:"\f460"}.bi-layout-text-sidebar-reverse::before{content:"\f461"}.bi-layout-text-sidebar::before{content:"\f462"}.bi-layout-text-window-reverse::before{content:"\f463"}.bi-layout-text-window::before{content:"\f464"}.bi-layout-three-columns::before{content:"\f465"}.bi-layout-wtf::before{content:"\f466"}.bi-life-preserver::before{content:"\f467"}.bi-lightbulb-fill::before{content:"\f468"}.bi-lightbulb-off-fill::before{content:"\f469"}.bi-lightbulb-off::before{content:"\f46a"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-lightning-charge::before{content:"\f46d"}.bi-lightning-fill::before{content:"\f46e"}.bi-lightning::before{content:"\f46f"}.bi-link-45deg::before{content:"\f470"}.bi-link::before{content:"\f471"}.bi-linkedin::before{content:"\f472"}.bi-list-check::before{content:"\f473"}.bi-list-nested::before{content:"\f474"}.bi-list-ol::before{content:"\f475"}.bi-list-stars::before{content:"\f476"}.bi-list-task::before{content:"\f477"}.bi-list-ul::before{content:"\f478"}.bi-list::before{content:"\f479"}.bi-lock-fill::before{content:"\f47a"}.bi-lock::before{content:"\f47b"}.bi-mailbox::before{content:"\f47c"}.bi-mailbox2::before{content:"\f47d"}.bi-map-fill::before{content:"\f47e"}.bi-map::before{content:"\f47f"}.bi-markdown-fill::before{content:"\f480"}.bi-markdown::before{content:"\f481"}.bi-mask::before{content:"\f482"}.bi-megaphone-fill::before{content:"\f483"}.bi-megaphone::before{content:"\f484"}.bi-menu-app-fill::before{content:"\f485"}.bi-menu-app::before{content:"\f486"}.bi-menu-button-fill::before{content:"\f487"}.bi-menu-button-wide-fill::before{content:"\f488"}.bi-menu-button-wide::before{content:"\f489"}.bi-menu-button::before{content:"\f48a"}.bi-menu-down::before{content:"\f48b"}.bi-menu-up::before{content:"\f48c"}.bi-mic-fill::before{content:"\f48d"}.bi-mic-mute-fill::before{content:"\f48e"}.bi-mic-mute::before{content:"\f48f"}.bi-mic::before{content:"\f490"}.bi-minecart-loaded::before{content:"\f491"}.bi-minecart::before{content:"\f492"}.bi-moisture::before{content:"\f493"}.bi-moon-fill::before{content:"\f494"}.bi-moon-stars-fill::before{content:"\f495"}.bi-moon-stars::before{content:"\f496"}.bi-moon::before{content:"\f497"}.bi-mouse-fill::before{content:"\f498"}.bi-mouse::before{content:"\f499"}.bi-mouse2-fill::before{content:"\f49a"}.bi-mouse2::before{content:"\f49b"}.bi-mouse3-fill::before{content:"\f49c"}.bi-mouse3::before{content:"\f49d"}.bi-music-note-beamed::before{content:"\f49e"}.bi-music-note-list::before{content:"\f49f"}.bi-music-note::before{content:"\f4a0"}.bi-music-player-fill::before{content:"\f4a1"}.bi-music-player::before{content:"\f4a2"}.bi-newspaper::before{content:"\f4a3"}.bi-node-minus-fill::before{content:"\f4a4"}.bi-node-minus::before{content:"\f4a5"}.bi-node-plus-fill::before{content:"\f4a6"}.bi-node-plus::before{content:"\f4a7"}.bi-nut-fill::before{content:"\f4a8"}.bi-nut::before{content:"\f4a9"}.bi-octagon-fill::before{content:"\f4aa"}.bi-octagon-half::before{content:"\f4ab"}.bi-octagon::before{content:"\f4ac"}.bi-option::before{content:"\f4ad"}.bi-outlet::before{content:"\f4ae"}.bi-paint-bucket::before{content:"\f4af"}.bi-palette-fill::before{content:"\f4b0"}.bi-palette::before{content:"\f4b1"}.bi-palette2::before{content:"\f4b2"}.bi-paperclip::before{content:"\f4b3"}.bi-paragraph::before{content:"\f4b4"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-patch-check::before{content:"\f4b6"}.bi-patch-exclamation-fill::before{content:"\f4b7"}.bi-patch-exclamation::before{content:"\f4b8"}.bi-patch-minus-fill::before{content:"\f4b9"}.bi-patch-minus::before{content:"\f4ba"}.bi-patch-plus-fill::before{content:"\f4bb"}.bi-patch-plus::before{content:"\f4bc"}.bi-patch-question-fill::before{content:"\f4bd"}.bi-patch-question::before{content:"\f4be"}.bi-pause-btn-fill::before{content:"\f4bf"}.bi-pause-btn::before{content:"\f4c0"}.bi-pause-circle-fill::before{content:"\f4c1"}.bi-pause-circle::before{content:"\f4c2"}.bi-pause-fill::before{content:"\f4c3"}.bi-pause::before{content:"\f4c4"}.bi-peace-fill::before{content:"\f4c5"}.bi-peace::before{content:"\f4c6"}.bi-pen-fill::before{content:"\f4c7"}.bi-pen::before{content:"\f4c8"}.bi-pencil-fill::before{content:"\f4c9"}.bi-pencil-square::before{content:"\f4ca"}.bi-pencil::before{content:"\f4cb"}.bi-pentagon-fill::before{content:"\f4cc"}.bi-pentagon-half::before{content:"\f4cd"}.bi-pentagon::before{content:"\f4ce"}.bi-people-fill::before{content:"\f4cf"}.bi-people::before{content:"\f4d0"}.bi-percent::before{content:"\f4d1"}.bi-person-badge-fill::before{content:"\f4d2"}.bi-person-badge::before{content:"\f4d3"}.bi-person-bounding-box::before{content:"\f4d4"}.bi-person-check-fill::before{content:"\f4d5"}.bi-person-check::before{content:"\f4d6"}.bi-person-circle::before{content:"\f4d7"}.bi-person-dash-fill::before{content:"\f4d8"}.bi-person-dash::before{content:"\f4d9"}.bi-person-fill::before{content:"\f4da"}.bi-person-lines-fill::before{content:"\f4db"}.bi-person-plus-fill::before{content:"\f4dc"}.bi-person-plus::before{content:"\f4dd"}.bi-person-square::before{content:"\f4de"}.bi-person-x-fill::before{content:"\f4df"}.bi-person-x::before{content:"\f4e0"}.bi-person::before{content:"\f4e1"}.bi-phone-fill::before{content:"\f4e2"}.bi-phone-landscape-fill::before{content:"\f4e3"}.bi-phone-landscape::before{content:"\f4e4"}.bi-phone-vibrate-fill::before{content:"\f4e5"}.bi-phone-vibrate::before{content:"\f4e6"}.bi-phone::before{content:"\f4e7"}.bi-pie-chart-fill::before{content:"\f4e8"}.bi-pie-chart::before{content:"\f4e9"}.bi-pin-angle-fill::before{content:"\f4ea"}.bi-pin-angle::before{content:"\f4eb"}.bi-pin-fill::before{content:"\f4ec"}.bi-pin::before{content:"\f4ed"}.bi-pip-fill::before{content:"\f4ee"}.bi-pip::before{content:"\f4ef"}.bi-play-btn-fill::before{content:"\f4f0"}.bi-play-btn::before{content:"\f4f1"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3"}.bi-play-fill::before{content:"\f4f4"}.bi-play::before{content:"\f4f5"}.bi-plug-fill::before{content:"\f4f6"}.bi-plug::before{content:"\f4f7"}.bi-plus-circle-dotted::before{content:"\f4f8"}.bi-plus-circle-fill::before{content:"\f4f9"}.bi-plus-circle::before{content:"\f4fa"}.bi-plus-square-dotted::before{content:"\f4fb"}.bi-plus-square-fill::before{content:"\f4fc"}.bi-plus-square::before{content:"\f4fd"}.bi-plus::before{content:"\f4fe"}.bi-power::before{content:"\f4ff"}.bi-printer-fill::before{content:"\f500"}.bi-printer::before{content:"\f501"}.bi-puzzle-fill::before{content:"\f502"}.bi-puzzle::before{content:"\f503"}.bi-question-circle-fill::before{content:"\f504"}.bi-question-circle::before{content:"\f505"}.bi-question-diamond-fill::before{content:"\f506"}.bi-question-diamond::before{content:"\f507"}.bi-question-octagon-fill::before{content:"\f508"}.bi-question-octagon::before{content:"\f509"}.bi-question-square-fill::before{content:"\f50a"}.bi-question-square::before{content:"\f50b"}.bi-question::before{content:"\f50c"}.bi-rainbow::before{content:"\f50d"}.bi-receipt-cutoff::before{content:"\f50e"}.bi-receipt::before{content:"\f50f"}.bi-reception-0::before{content:"\f510"}.bi-reception-1::before{content:"\f511"}.bi-reception-2::before{content:"\f512"}.bi-reception-3::before{content:"\f513"}.bi-reception-4::before{content:"\f514"}.bi-record-btn-fill::before{content:"\f515"}.bi-record-btn::before{content:"\f516"}.bi-record-circle-fill::before{content:"\f517"}.bi-record-circle::before{content:"\f518"}.bi-record-fill::before{content:"\f519"}.bi-record::before{content:"\f51a"}.bi-record2-fill::before{content:"\f51b"}.bi-record2::before{content:"\f51c"}.bi-reply-all-fill::before{content:"\f51d"}.bi-reply-all::before{content:"\f51e"}.bi-reply-fill::before{content:"\f51f"}.bi-reply::before{content:"\f520"}.bi-rss-fill::before{content:"\f521"}.bi-rss::before{content:"\f522"}.bi-rulers::before{content:"\f523"}.bi-save-fill::before{content:"\f524"}.bi-save::before{content:"\f525"}.bi-save2-fill::before{content:"\f526"}.bi-save2::before{content:"\f527"}.bi-scissors::before{content:"\f528"}.bi-screwdriver::before{content:"\f529"}.bi-search::before{content:"\f52a"}.bi-segmented-nav::before{content:"\f52b"}.bi-server::before{content:"\f52c"}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e"}.bi-shield-check::before{content:"\f52f"}.bi-shield-exclamation::before{content:"\f530"}.bi-shield-fill-check::before{content:"\f531"}.bi-shield-fill-exclamation::before{content:"\f532"}.bi-shield-fill-minus::before{content:"\f533"}.bi-shield-fill-plus::before{content:"\f534"}.bi-shield-fill-x::before{content:"\f535"}.bi-shield-fill::before{content:"\f536"}.bi-shield-lock-fill::before{content:"\f537"}.bi-shield-lock::before{content:"\f538"}.bi-shield-minus::before{content:"\f539"}.bi-shield-plus::before{content:"\f53a"}.bi-shield-shaded::before{content:"\f53b"}.bi-shield-slash-fill::before{content:"\f53c"}.bi-shield-slash::before{content:"\f53d"}.bi-shield-x::before{content:"\f53e"}.bi-shield::before{content:"\f53f"}.bi-shift-fill::before{content:"\f540"}.bi-shift::before{content:"\f541"}.bi-shop-window::before{content:"\f542"}.bi-shop::before{content:"\f543"}.bi-shuffle::before{content:"\f544"}.bi-signpost-2-fill::before{content:"\f545"}.bi-signpost-2::before{content:"\f546"}.bi-signpost-fill::before{content:"\f547"}.bi-signpost-split-fill::before{content:"\f548"}.bi-signpost-split::before{content:"\f549"}.bi-signpost::before{content:"\f54a"}.bi-sim-fill::before{content:"\f54b"}.bi-sim::before{content:"\f54c"}.bi-skip-backward-btn-fill::before{content:"\f54d"}.bi-skip-backward-btn::before{content:"\f54e"}.bi-skip-backward-circle-fill::before{content:"\f54f"}.bi-skip-backward-circle::before{content:"\f550"}.bi-skip-backward-fill::before{content:"\f551"}.bi-skip-backward::before{content:"\f552"}.bi-skip-end-btn-fill::before{content:"\f553"}.bi-skip-end-btn::before{content:"\f554"}.bi-skip-end-circle-fill::before{content:"\f555"}.bi-skip-end-circle::before{content:"\f556"}.bi-skip-end-fill::before{content:"\f557"}.bi-skip-end::before{content:"\f558"}.bi-skip-forward-btn-fill::before{content:"\f559"}.bi-skip-forward-btn::before{content:"\f55a"}.bi-skip-forward-circle-fill::before{content:"\f55b"}.bi-skip-forward-circle::before{content:"\f55c"}.bi-skip-forward-fill::before{content:"\f55d"}.bi-skip-forward::before{content:"\f55e"}.bi-skip-start-btn-fill::before{content:"\f55f"}.bi-skip-start-btn::before{content:"\f560"}.bi-skip-start-circle-fill::before{content:"\f561"}.bi-skip-start-circle::before{content:"\f562"}.bi-skip-start-fill::before{content:"\f563"}.bi-skip-start::before{content:"\f564"}.bi-slack::before{content:"\f565"}.bi-slash-circle-fill::before{content:"\f566"}.bi-slash-circle::before{content:"\f567"}.bi-slash-square-fill::before{content:"\f568"}.bi-slash-square::before{content:"\f569"}.bi-slash::before{content:"\f56a"}.bi-sliders::before{content:"\f56b"}.bi-smartwatch::before{content:"\f56c"}.bi-snow::before{content:"\f56d"}.bi-snow2::before{content:"\f56e"}.bi-snow3::before{content:"\f56f"}.bi-sort-alpha-down-alt::before{content:"\f570"}.bi-sort-alpha-down::before{content:"\f571"}.bi-sort-alpha-up-alt::before{content:"\f572"}.bi-sort-alpha-up::before{content:"\f573"}.bi-sort-down-alt::before{content:"\f574"}.bi-sort-down::before{content:"\f575"}.bi-sort-numeric-down-alt::before{content:"\f576"}.bi-sort-numeric-down::before{content:"\f577"}.bi-sort-numeric-up-alt::before{content:"\f578"}.bi-sort-numeric-up::before{content:"\f579"}.bi-sort-up-alt::before{content:"\f57a"}.bi-sort-up::before{content:"\f57b"}.bi-soundwave::before{content:"\f57c"}.bi-speaker-fill::before{content:"\f57d"}.bi-speaker::before{content:"\f57e"}.bi-speedometer::before{content:"\f57f"}.bi-speedometer2::before{content:"\f580"}.bi-spellcheck::before{content:"\f581"}.bi-square-fill::before{content:"\f582"}.bi-square-half::before{content:"\f583"}.bi-square::before{content:"\f584"}.bi-stack::before{content:"\f585"}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588"}.bi-stars::before{content:"\f589"}.bi-stickies-fill::before{content:"\f58a"}.bi-stickies::before{content:"\f58b"}.bi-sticky-fill::before{content:"\f58c"}.bi-sticky::before{content:"\f58d"}.bi-stop-btn-fill::before{content:"\f58e"}.bi-stop-btn::before{content:"\f58f"}.bi-stop-circle-fill::before{content:"\f590"}.bi-stop-circle::before{content:"\f591"}.bi-stop-fill::before{content:"\f592"}.bi-stop::before{content:"\f593"}.bi-stoplights-fill::before{content:"\f594"}.bi-stoplights::before{content:"\f595"}.bi-stopwatch-fill::before{content:"\f596"}.bi-stopwatch::before{content:"\f597"}.bi-subtract::before{content:"\f598"}.bi-suit-club-fill::before{content:"\f599"}.bi-suit-club::before{content:"\f59a"}.bi-suit-diamond-fill::before{content:"\f59b"}.bi-suit-diamond::before{content:"\f59c"}.bi-suit-heart-fill::before{content:"\f59d"}.bi-suit-heart::before{content:"\f59e"}.bi-suit-spade-fill::before{content:"\f59f"}.bi-suit-spade::before{content:"\f5a0"}.bi-sun-fill::before{content:"\f5a1"}.bi-sun::before{content:"\f5a2"}.bi-sunglasses::before{content:"\f5a3"}.bi-sunrise-fill::before{content:"\f5a4"}.bi-sunrise::before{content:"\f5a5"}.bi-sunset-fill::before{content:"\f5a6"}.bi-sunset::before{content:"\f5a7"}.bi-symmetry-horizontal::before{content:"\f5a8"}.bi-symmetry-vertical::before{content:"\f5a9"}.bi-table::before{content:"\f5aa"}.bi-tablet-fill::before{content:"\f5ab"}.bi-tablet-landscape-fill::before{content:"\f5ac"}.bi-tablet-landscape::before{content:"\f5ad"}.bi-tablet::before{content:"\f5ae"}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0"}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-telegram::before{content:"\f5b3"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-forward-fill::before{content:"\f5b5"}.bi-telephone-forward::before{content:"\f5b6"}.bi-telephone-inbound-fill::before{content:"\f5b7"}.bi-telephone-inbound::before{content:"\f5b8"}.bi-telephone-minus-fill::before{content:"\f5b9"}.bi-telephone-minus::before{content:"\f5ba"}.bi-telephone-outbound-fill::before{content:"\f5bb"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone-plus-fill::before{content:"\f5bd"}.bi-telephone-plus::before{content:"\f5be"}.bi-telephone-x-fill::before{content:"\f5bf"}.bi-telephone-x::before{content:"\f5c0"}.bi-telephone::before{content:"\f5c1"}.bi-terminal-fill::before{content:"\f5c2"}.bi-terminal::before{content:"\f5c3"}.bi-text-center::before{content:"\f5c4"}.bi-text-indent-left::before{content:"\f5c5"}.bi-text-indent-right::before{content:"\f5c6"}.bi-text-left::before{content:"\f5c7"}.bi-text-paragraph::before{content:"\f5c8"}.bi-text-right::before{content:"\f5c9"}.bi-textarea-resize::before{content:"\f5ca"}.bi-textarea-t::before{content:"\f5cb"}.bi-textarea::before{content:"\f5cc"}.bi-thermometer-half::before{content:"\f5cd"}.bi-thermometer-high::before{content:"\f5ce"}.bi-thermometer-low::before{content:"\f5cf"}.bi-thermometer-snow::before{content:"\f5d0"}.bi-thermometer-sun::before{content:"\f5d1"}.bi-thermometer::before{content:"\f5d2"}.bi-three-dots-vertical::before{content:"\f5d3"}.bi-three-dots::before{content:"\f5d4"}.bi-toggle-off::before{content:"\f5d5"}.bi-toggle-on::before{content:"\f5d6"}.bi-toggle2-off::before{content:"\f5d7"}.bi-toggle2-on::before{content:"\f5d8"}.bi-toggles::before{content:"\f5d9"}.bi-toggles2::before{content:"\f5da"}.bi-tools::before{content:"\f5db"}.bi-tornado::before{content:"\f5dc"}.bi-trash-fill::before{content:"\f5dd"}.bi-trash::before{content:"\f5de"}.bi-trash2-fill::before{content:"\f5df"}.bi-trash2::before{content:"\f5e0"}.bi-tree-fill::before{content:"\f5e1"}.bi-tree::before{content:"\f5e2"}.bi-triangle-fill::before{content:"\f5e3"}.bi-triangle-half::before{content:"\f5e4"}.bi-triangle::before{content:"\f5e5"}.bi-trophy-fill::before{content:"\f5e6"}.bi-trophy::before{content:"\f5e7"}.bi-tropical-storm::before{content:"\f5e8"}.bi-truck-flatbed::before{content:"\f5e9"}.bi-truck::before{content:"\f5ea"}.bi-tsunami::before{content:"\f5eb"}.bi-tv-fill::before{content:"\f5ec"}.bi-tv::before{content:"\f5ed"}.bi-twitch::before{content:"\f5ee"}.bi-twitter::before{content:"\f5ef"}.bi-type-bold::before{content:"\f5f0"}.bi-type-h1::before{content:"\f5f1"}.bi-type-h2::before{content:"\f5f2"}.bi-type-h3::before{content:"\f5f3"}.bi-type-italic::before{content:"\f5f4"}.bi-type-strikethrough::before{content:"\f5f5"}.bi-type-underline::before{content:"\f5f6"}.bi-type::before{content:"\f5f7"}.bi-ui-checks-grid::before{content:"\f5f8"}.bi-ui-checks::before{content:"\f5f9"}.bi-ui-radios-grid::before{content:"\f5fa"}.bi-ui-radios::before{content:"\f5fb"}.bi-umbrella-fill::before{content:"\f5fc"}.bi-umbrella::before{content:"\f5fd"}.bi-union::before{content:"\f5fe"}.bi-unlock-fill::before{content:"\f5ff"}.bi-unlock::before{content:"\f600"}.bi-upc-scan::before{content:"\f601"}.bi-upc::before{content:"\f602"}.bi-upload::before{content:"\f603"}.bi-vector-pen::before{content:"\f604"}.bi-view-list::before{content:"\f605"}.bi-view-stacked::before{content:"\f606"}.bi-vinyl-fill::before{content:"\f607"}.bi-vinyl::before{content:"\f608"}.bi-voicemail::before{content:"\f609"}.bi-volume-down-fill::before{content:"\f60a"}.bi-volume-down::before{content:"\f60b"}.bi-volume-mute-fill::before{content:"\f60c"}.bi-volume-mute::before{content:"\f60d"}.bi-volume-off-fill::before{content:"\f60e"}.bi-volume-off::before{content:"\f60f"}.bi-volume-up-fill::before{content:"\f610"}.bi-volume-up::before{content:"\f611"}.bi-vr::before{content:"\f612"}.bi-wallet-fill::before{content:"\f613"}.bi-wallet::before{content:"\f614"}.bi-wallet2::before{content:"\f615"}.bi-watch::before{content:"\f616"}.bi-water::before{content:"\f617"}.bi-whatsapp::before{content:"\f618"}.bi-wifi-1::before{content:"\f619"}.bi-wifi-2::before{content:"\f61a"}.bi-wifi-off::before{content:"\f61b"}.bi-wifi::before{content:"\f61c"}.bi-wind::before{content:"\f61d"}.bi-window-dock::before{content:"\f61e"}.bi-window-sidebar::before{content:"\f61f"}.bi-window::before{content:"\f620"}.bi-wrench::before{content:"\f621"}.bi-x-circle-fill::before{content:"\f622"}.bi-x-circle::before{content:"\f623"}.bi-x-diamond-fill::before{content:"\f624"}.bi-x-diamond::before{content:"\f625"}.bi-x-octagon-fill::before{content:"\f626"}.bi-x-octagon::before{content:"\f627"}.bi-x-square-fill::before{content:"\f628"}.bi-x-square::before{content:"\f629"}.bi-x::before{content:"\f62a"}.bi-youtube::before{content:"\f62b"}.bi-zoom-in::before{content:"\f62c"}.bi-zoom-out::before{content:"\f62d"}.bi-bank::before{content:"\f62e"}.bi-bank2::before{content:"\f62f"}.bi-bell-slash-fill::before{content:"\f630"}.bi-bell-slash::before{content:"\f631"}.bi-cash-coin::before{content:"\f632"}.bi-check-lg::before{content:"\f633"}.bi-coin::before{content:"\f634"}.bi-currency-bitcoin::before{content:"\f635"}.bi-currency-dollar::before{content:"\f636"}.bi-currency-euro::before{content:"\f637"}.bi-currency-exchange::before{content:"\f638"}.bi-currency-pound::before{content:"\f639"}.bi-currency-yen::before{content:"\f63a"}.bi-dash-lg::before{content:"\f63b"}.bi-exclamation-lg::before{content:"\f63c"}.bi-file-earmark-pdf-fill::before{content:"\f63d"}.bi-file-earmark-pdf::before{content:"\f63e"}.bi-file-pdf-fill::before{content:"\f63f"}.bi-file-pdf::before{content:"\f640"}.bi-gender-ambiguous::before{content:"\f641"}.bi-gender-female::before{content:"\f642"}.bi-gender-male::before{content:"\f643"}.bi-gender-trans::before{content:"\f644"}.bi-headset-vr::before{content:"\f645"}.bi-info-lg::before{content:"\f646"}.bi-mastodon::before{content:"\f647"}.bi-messenger::before{content:"\f648"}.bi-piggy-bank-fill::before{content:"\f649"}.bi-piggy-bank::before{content:"\f64a"}.bi-pin-map-fill::before{content:"\f64b"}.bi-pin-map::before{content:"\f64c"}.bi-plus-lg::before{content:"\f64d"}.bi-question-lg::before{content:"\f64e"}.bi-recycle::before{content:"\f64f"}.bi-reddit::before{content:"\f650"}.bi-safe-fill::before{content:"\f651"}.bi-safe2-fill::before{content:"\f652"}.bi-safe2::before{content:"\f653"}.bi-sd-card-fill::before{content:"\f654"}.bi-sd-card::before{content:"\f655"}.bi-skype::before{content:"\f656"}.bi-slash-lg::before{content:"\f657"}.bi-translate::before{content:"\f658"}.bi-x-lg::before{content:"\f659"}.bi-safe::before{content:"\f65a"}.bi-apple::before{content:"\f65b"}.bi-microsoft::before{content:"\f65d"}.bi-windows::before{content:"\f65e"}.bi-behance::before{content:"\f65c"}.bi-dribbble::before{content:"\f65f"}.bi-line::before{content:"\f660"}.bi-medium::before{content:"\f661"}.bi-paypal::before{content:"\f662"}.bi-pinterest::before{content:"\f663"}.bi-signal::before{content:"\f664"}.bi-snapchat::before{content:"\f665"}.bi-spotify::before{content:"\f666"}.bi-stack-overflow::before{content:"\f667"}.bi-strava::before{content:"\f668"}.bi-wordpress::before{content:"\f669"}.bi-vimeo::before{content:"\f66a"}.bi-activity::before{content:"\f66b"}.bi-easel2-fill::before{content:"\f66c"}.bi-easel2::before{content:"\f66d"}.bi-easel3-fill::before{content:"\f66e"}.bi-easel3::before{content:"\f66f"}.bi-fan::before{content:"\f670"}.bi-fingerprint::before{content:"\f671"}.bi-graph-down-arrow::before{content:"\f672"}.bi-graph-up-arrow::before{content:"\f673"}.bi-hypnotize::before{content:"\f674"}.bi-magic::before{content:"\f675"}.bi-person-rolodex::before{content:"\f676"}.bi-person-video::before{content:"\f677"}.bi-person-video2::before{content:"\f678"}.bi-person-video3::before{content:"\f679"}.bi-person-workspace::before{content:"\f67a"}.bi-radioactive::before{content:"\f67b"}.bi-webcam-fill::before{content:"\f67c"}.bi-webcam::before{content:"\f67d"}.bi-yin-yang::before{content:"\f67e"}.bi-bandaid-fill::before{content:"\f680"}.bi-bandaid::before{content:"\f681"}.bi-bluetooth::before{content:"\f682"}.bi-body-text::before{content:"\f683"}.bi-boombox::before{content:"\f684"}.bi-boxes::before{content:"\f685"}.bi-dpad-fill::before{content:"\f686"}.bi-dpad::before{content:"\f687"}.bi-ear-fill::before{content:"\f688"}.bi-ear::before{content:"\f689"}.bi-envelope-check-fill::before{content:"\f68b"}.bi-envelope-check::before{content:"\f68c"}.bi-envelope-dash-fill::before{content:"\f68e"}.bi-envelope-dash::before{content:"\f68f"}.bi-envelope-exclamation-fill::before{content:"\f691"}.bi-envelope-exclamation::before{content:"\f692"}.bi-envelope-plus-fill::before{content:"\f693"}.bi-envelope-plus::before{content:"\f694"}.bi-envelope-slash-fill::before{content:"\f696"}.bi-envelope-slash::before{content:"\f697"}.bi-envelope-x-fill::before{content:"\f699"}.bi-envelope-x::before{content:"\f69a"}.bi-explicit-fill::before{content:"\f69b"}.bi-explicit::before{content:"\f69c"}.bi-git::before{content:"\f69d"}.bi-infinity::before{content:"\f69e"}.bi-list-columns-reverse::before{content:"\f69f"}.bi-list-columns::before{content:"\f6a0"}.bi-meta::before{content:"\f6a1"}.bi-nintendo-switch::before{content:"\f6a4"}.bi-pc-display-horizontal::before{content:"\f6a5"}.bi-pc-display::before{content:"\f6a6"}.bi-pc-horizontal::before{content:"\f6a7"}.bi-pc::before{content:"\f6a8"}.bi-playstation::before{content:"\f6a9"}.bi-plus-slash-minus::before{content:"\f6aa"}.bi-projector-fill::before{content:"\f6ab"}.bi-projector::before{content:"\f6ac"}.bi-qr-code-scan::before{content:"\f6ad"}.bi-qr-code::before{content:"\f6ae"}.bi-quora::before{content:"\f6af"}.bi-quote::before{content:"\f6b0"}.bi-robot::before{content:"\f6b1"}.bi-send-check-fill::before{content:"\f6b2"}.bi-send-check::before{content:"\f6b3"}.bi-send-dash-fill::before{content:"\f6b4"}.bi-send-dash::before{content:"\f6b5"}.bi-send-exclamation-fill::before{content:"\f6b7"}.bi-send-exclamation::before{content:"\f6b8"}.bi-send-fill::before{content:"\f6b9"}.bi-send-plus-fill::before{content:"\f6ba"}.bi-send-plus::before{content:"\f6bb"}.bi-send-slash-fill::before{content:"\f6bc"}.bi-send-slash::before{content:"\f6bd"}.bi-send-x-fill::before{content:"\f6be"}.bi-send-x::before{content:"\f6bf"}.bi-send::before{content:"\f6c0"}.bi-steam::before{content:"\f6c1"}.bi-terminal-dash::before{content:"\f6c3"}.bi-terminal-plus::before{content:"\f6c4"}.bi-terminal-split::before{content:"\f6c5"}.bi-ticket-detailed-fill::before{content:"\f6c6"}.bi-ticket-detailed::before{content:"\f6c7"}.bi-ticket-fill::before{content:"\f6c8"}.bi-ticket-perforated-fill::before{content:"\f6c9"}.bi-ticket-perforated::before{content:"\f6ca"}.bi-ticket::before{content:"\f6cb"}.bi-tiktok::before{content:"\f6cc"}.bi-window-dash::before{content:"\f6cd"}.bi-window-desktop::before{content:"\f6ce"}.bi-window-fullscreen::before{content:"\f6cf"}.bi-window-plus::before{content:"\f6d0"}.bi-window-split::before{content:"\f6d1"}.bi-window-stack::before{content:"\f6d2"}.bi-window-x::before{content:"\f6d3"}.bi-xbox::before{content:"\f6d4"}.bi-ethernet::before{content:"\f6d5"}.bi-hdmi-fill::before{content:"\f6d6"}.bi-hdmi::before{content:"\f6d7"}.bi-usb-c-fill::before{content:"\f6d8"}.bi-usb-c::before{content:"\f6d9"}.bi-usb-fill::before{content:"\f6da"}.bi-usb-plug-fill::before{content:"\f6db"}.bi-usb-plug::before{content:"\f6dc"}.bi-usb-symbol::before{content:"\f6dd"}.bi-usb::before{content:"\f6de"}.bi-boombox-fill::before{content:"\f6df"}.bi-displayport::before{content:"\f6e1"}.bi-gpu-card::before{content:"\f6e2"}.bi-memory::before{content:"\f6e3"}.bi-modem-fill::before{content:"\f6e4"}.bi-modem::before{content:"\f6e5"}.bi-motherboard-fill::before{content:"\f6e6"}.bi-motherboard::before{content:"\f6e7"}.bi-optical-audio-fill::before{content:"\f6e8"}.bi-optical-audio::before{content:"\f6e9"}.bi-pci-card::before{content:"\f6ea"}.bi-router-fill::before{content:"\f6eb"}.bi-router::before{content:"\f6ec"}.bi-thunderbolt-fill::before{content:"\f6ef"}.bi-thunderbolt::before{content:"\f6f0"}.bi-usb-drive-fill::before{content:"\f6f1"}.bi-usb-drive::before{content:"\f6f2"}.bi-usb-micro-fill::before{content:"\f6f3"}.bi-usb-micro::before{content:"\f6f4"}.bi-usb-mini-fill::before{content:"\f6f5"}.bi-usb-mini::before{content:"\f6f6"}.bi-cloud-haze2::before{content:"\f6f7"}.bi-device-hdd-fill::before{content:"\f6f8"}.bi-device-hdd::before{content:"\f6f9"}.bi-device-ssd-fill::before{content:"\f6fa"}.bi-device-ssd::before{content:"\f6fb"}.bi-displayport-fill::before{content:"\f6fc"}.bi-mortarboard-fill::before{content:"\f6fd"}.bi-mortarboard::before{content:"\f6fe"}.bi-terminal-x::before{content:"\f6ff"}.bi-arrow-through-heart-fill::before{content:"\f700"}.bi-arrow-through-heart::before{content:"\f701"}.bi-badge-sd-fill::before{content:"\f702"}.bi-badge-sd::before{content:"\f703"}.bi-bag-heart-fill::before{content:"\f704"}.bi-bag-heart::before{content:"\f705"}.bi-balloon-fill::before{content:"\f706"}.bi-balloon-heart-fill::before{content:"\f707"}.bi-balloon-heart::before{content:"\f708"}.bi-balloon::before{content:"\f709"}.bi-box2-fill::before{content:"\f70a"}.bi-box2-heart-fill::before{content:"\f70b"}.bi-box2-heart::before{content:"\f70c"}.bi-box2::before{content:"\f70d"}.bi-braces-asterisk::before{content:"\f70e"}.bi-calendar-heart-fill::before{content:"\f70f"}.bi-calendar-heart::before{content:"\f710"}.bi-calendar2-heart-fill::before{content:"\f711"}.bi-calendar2-heart::before{content:"\f712"}.bi-chat-heart-fill::before{content:"\f713"}.bi-chat-heart::before{content:"\f714"}.bi-chat-left-heart-fill::before{content:"\f715"}.bi-chat-left-heart::before{content:"\f716"}.bi-chat-right-heart-fill::before{content:"\f717"}.bi-chat-right-heart::before{content:"\f718"}.bi-chat-square-heart-fill::before{content:"\f719"}.bi-chat-square-heart::before{content:"\f71a"}.bi-clipboard-check-fill::before{content:"\f71b"}.bi-clipboard-data-fill::before{content:"\f71c"}.bi-clipboard-fill::before{content:"\f71d"}.bi-clipboard-heart-fill::before{content:"\f71e"}.bi-clipboard-heart::before{content:"\f71f"}.bi-clipboard-minus-fill::before{content:"\f720"}.bi-clipboard-plus-fill::before{content:"\f721"}.bi-clipboard-pulse::before{content:"\f722"}.bi-clipboard-x-fill::before{content:"\f723"}.bi-clipboard2-check-fill::before{content:"\f724"}.bi-clipboard2-check::before{content:"\f725"}.bi-clipboard2-data-fill::before{content:"\f726"}.bi-clipboard2-data::before{content:"\f727"}.bi-clipboard2-fill::before{content:"\f728"}.bi-clipboard2-heart-fill::before{content:"\f729"}.bi-clipboard2-heart::before{content:"\f72a"}.bi-clipboard2-minus-fill::before{content:"\f72b"}.bi-clipboard2-minus::before{content:"\f72c"}.bi-clipboard2-plus-fill::before{content:"\f72d"}.bi-clipboard2-plus::before{content:"\f72e"}.bi-clipboard2-pulse-fill::before{content:"\f72f"}.bi-clipboard2-pulse::before{content:"\f730"}.bi-clipboard2-x-fill::before{content:"\f731"}.bi-clipboard2-x::before{content:"\f732"}.bi-clipboard2::before{content:"\f733"}.bi-emoji-kiss-fill::before{content:"\f734"}.bi-emoji-kiss::before{content:"\f735"}.bi-envelope-heart-fill::before{content:"\f736"}.bi-envelope-heart::before{content:"\f737"}.bi-envelope-open-heart-fill::before{content:"\f738"}.bi-envelope-open-heart::before{content:"\f739"}.bi-envelope-paper-fill::before{content:"\f73a"}.bi-envelope-paper-heart-fill::before{content:"\f73b"}.bi-envelope-paper-heart::before{content:"\f73c"}.bi-envelope-paper::before{content:"\f73d"}.bi-filetype-aac::before{content:"\f73e"}.bi-filetype-ai::before{content:"\f73f"}.bi-filetype-bmp::before{content:"\f740"}.bi-filetype-cs::before{content:"\f741"}.bi-filetype-css::before{content:"\f742"}.bi-filetype-csv::before{content:"\f743"}.bi-filetype-doc::before{content:"\f744"}.bi-filetype-docx::before{content:"\f745"}.bi-filetype-exe::before{content:"\f746"}.bi-filetype-gif::before{content:"\f747"}.bi-filetype-heic::before{content:"\f748"}.bi-filetype-html::before{content:"\f749"}.bi-filetype-java::before{content:"\f74a"}.bi-filetype-jpg::before{content:"\f74b"}.bi-filetype-js::before{content:"\f74c"}.bi-filetype-jsx::before{content:"\f74d"}.bi-filetype-key::before{content:"\f74e"}.bi-filetype-m4p::before{content:"\f74f"}.bi-filetype-md::before{content:"\f750"}.bi-filetype-mdx::before{content:"\f751"}.bi-filetype-mov::before{content:"\f752"}.bi-filetype-mp3::before{content:"\f753"}.bi-filetype-mp4::before{content:"\f754"}.bi-filetype-otf::before{content:"\f755"}.bi-filetype-pdf::before{content:"\f756"}.bi-filetype-php::before{content:"\f757"}.bi-filetype-png::before{content:"\f758"}.bi-filetype-ppt::before{content:"\f75a"}.bi-filetype-psd::before{content:"\f75b"}.bi-filetype-py::before{content:"\f75c"}.bi-filetype-raw::before{content:"\f75d"}.bi-filetype-rb::before{content:"\f75e"}.bi-filetype-sass::before{content:"\f75f"}.bi-filetype-scss::before{content:"\f760"}.bi-filetype-sh::before{content:"\f761"}.bi-filetype-svg::before{content:"\f762"}.bi-filetype-tiff::before{content:"\f763"}.bi-filetype-tsx::before{content:"\f764"}.bi-filetype-ttf::before{content:"\f765"}.bi-filetype-txt::before{content:"\f766"}.bi-filetype-wav::before{content:"\f767"}.bi-filetype-woff::before{content:"\f768"}.bi-filetype-xls::before{content:"\f76a"}.bi-filetype-xml::before{content:"\f76b"}.bi-filetype-yml::before{content:"\f76c"}.bi-heart-arrow::before{content:"\f76d"}.bi-heart-pulse-fill::before{content:"\f76e"}.bi-heart-pulse::before{content:"\f76f"}.bi-heartbreak-fill::before{content:"\f770"}.bi-heartbreak::before{content:"\f771"}.bi-hearts::before{content:"\f772"}.bi-hospital-fill::before{content:"\f773"}.bi-hospital::before{content:"\f774"}.bi-house-heart-fill::before{content:"\f775"}.bi-house-heart::before{content:"\f776"}.bi-incognito::before{content:"\f777"}.bi-magnet-fill::before{content:"\f778"}.bi-magnet::before{content:"\f779"}.bi-person-heart::before{content:"\f77a"}.bi-person-hearts::before{content:"\f77b"}.bi-phone-flip::before{content:"\f77c"}.bi-plugin::before{content:"\f77d"}.bi-postage-fill::before{content:"\f77e"}.bi-postage-heart-fill::before{content:"\f77f"}.bi-postage-heart::before{content:"\f780"}.bi-postage::before{content:"\f781"}.bi-postcard-fill::before{content:"\f782"}.bi-postcard-heart-fill::before{content:"\f783"}.bi-postcard-heart::before{content:"\f784"}.bi-postcard::before{content:"\f785"}.bi-search-heart-fill::before{content:"\f786"}.bi-search-heart::before{content:"\f787"}.bi-sliders2-vertical::before{content:"\f788"}.bi-sliders2::before{content:"\f789"}.bi-trash3-fill::before{content:"\f78a"}.bi-trash3::before{content:"\f78b"}.bi-valentine::before{content:"\f78c"}.bi-valentine2::before{content:"\f78d"}.bi-wrench-adjustable-circle-fill::before{content:"\f78e"}.bi-wrench-adjustable-circle::before{content:"\f78f"}.bi-wrench-adjustable::before{content:"\f790"}.bi-filetype-json::before{content:"\f791"}.bi-filetype-pptx::before{content:"\f792"}.bi-filetype-xlsx::before{content:"\f793"}.bi-1-circle-fill::before{content:"\f796"}.bi-1-circle::before{content:"\f797"}.bi-1-square-fill::before{content:"\f798"}.bi-1-square::before{content:"\f799"}.bi-2-circle-fill::before{content:"\f79c"}.bi-2-circle::before{content:"\f79d"}.bi-2-square-fill::before{content:"\f79e"}.bi-2-square::before{content:"\f79f"}.bi-3-circle-fill::before{content:"\f7a2"}.bi-3-circle::before{content:"\f7a3"}.bi-3-square-fill::before{content:"\f7a4"}.bi-3-square::before{content:"\f7a5"}.bi-4-circle-fill::before{content:"\f7a8"}.bi-4-circle::before{content:"\f7a9"}.bi-4-square-fill::before{content:"\f7aa"}.bi-4-square::before{content:"\f7ab"}.bi-5-circle-fill::before{content:"\f7ae"}.bi-5-circle::before{content:"\f7af"}.bi-5-square-fill::before{content:"\f7b0"}.bi-5-square::before{content:"\f7b1"}.bi-6-circle-fill::before{content:"\f7b4"}.bi-6-circle::before{content:"\f7b5"}.bi-6-square-fill::before{content:"\f7b6"}.bi-6-square::before{content:"\f7b7"}.bi-7-circle-fill::before{content:"\f7ba"}.bi-7-circle::before{content:"\f7bb"}.bi-7-square-fill::before{content:"\f7bc"}.bi-7-square::before{content:"\f7bd"}.bi-8-circle-fill::before{content:"\f7c0"}.bi-8-circle::before{content:"\f7c1"}.bi-8-square-fill::before{content:"\f7c2"}.bi-8-square::before{content:"\f7c3"}.bi-9-circle-fill::before{content:"\f7c6"}.bi-9-circle::before{content:"\f7c7"}.bi-9-square-fill::before{content:"\f7c8"}.bi-9-square::before{content:"\f7c9"}.bi-airplane-engines-fill::before{content:"\f7ca"}.bi-airplane-engines::before{content:"\f7cb"}.bi-airplane-fill::before{content:"\f7cc"}.bi-airplane::before{content:"\f7cd"}.bi-alexa::before{content:"\f7ce"}.bi-alipay::before{content:"\f7cf"}.bi-android::before{content:"\f7d0"}.bi-android2::before{content:"\f7d1"}.bi-box-fill::before{content:"\f7d2"}.bi-box-seam-fill::before{content:"\f7d3"}.bi-browser-chrome::before{content:"\f7d4"}.bi-browser-edge::before{content:"\f7d5"}.bi-browser-firefox::before{content:"\f7d6"}.bi-browser-safari::before{content:"\f7d7"}.bi-c-circle-fill::before{content:"\f7da"}.bi-c-circle::before{content:"\f7db"}.bi-c-square-fill::before{content:"\f7dc"}.bi-c-square::before{content:"\f7dd"}.bi-capsule-pill::before{content:"\f7de"}.bi-capsule::before{content:"\f7df"}.bi-car-front-fill::before{content:"\f7e0"}.bi-car-front::before{content:"\f7e1"}.bi-cassette-fill::before{content:"\f7e2"}.bi-cassette::before{content:"\f7e3"}.bi-cc-circle-fill::before{content:"\f7e6"}.bi-cc-circle::before{content:"\f7e7"}.bi-cc-square-fill::before{content:"\f7e8"}.bi-cc-square::before{content:"\f7e9"}.bi-cup-hot-fill::before{content:"\f7ea"}.bi-cup-hot::before{content:"\f7eb"}.bi-currency-rupee::before{content:"\f7ec"}.bi-dropbox::before{content:"\f7ed"}.bi-escape::before{content:"\f7ee"}.bi-fast-forward-btn-fill::before{content:"\f7ef"}.bi-fast-forward-btn::before{content:"\f7f0"}.bi-fast-forward-circle-fill::before{content:"\f7f1"}.bi-fast-forward-circle::before{content:"\f7f2"}.bi-fast-forward-fill::before{content:"\f7f3"}.bi-fast-forward::before{content:"\f7f4"}.bi-filetype-sql::before{content:"\f7f5"}.bi-fire::before{content:"\f7f6"}.bi-google-play::before{content:"\f7f7"}.bi-h-circle-fill::before{content:"\f7fa"}.bi-h-circle::before{content:"\f7fb"}.bi-h-square-fill::before{content:"\f7fc"}.bi-h-square::before{content:"\f7fd"}.bi-indent::before{content:"\f7fe"}.bi-lungs-fill::before{content:"\f7ff"}.bi-lungs::before{content:"\f800"}.bi-microsoft-teams::before{content:"\f801"}.bi-p-circle-fill::before{content:"\f804"}.bi-p-circle::before{content:"\f805"}.bi-p-square-fill::before{content:"\f806"}.bi-p-square::before{content:"\f807"}.bi-pass-fill::before{content:"\f808"}.bi-pass::before{content:"\f809"}.bi-prescription::before{content:"\f80a"}.bi-prescription2::before{content:"\f80b"}.bi-r-circle-fill::before{content:"\f80e"}.bi-r-circle::before{content:"\f80f"}.bi-r-square-fill::before{content:"\f810"}.bi-r-square::before{content:"\f811"}.bi-repeat-1::before{content:"\f812"}.bi-repeat::before{content:"\f813"}.bi-rewind-btn-fill::before{content:"\f814"}.bi-rewind-btn::before{content:"\f815"}.bi-rewind-circle-fill::before{content:"\f816"}.bi-rewind-circle::before{content:"\f817"}.bi-rewind-fill::before{content:"\f818"}.bi-rewind::before{content:"\f819"}.bi-train-freight-front-fill::before{content:"\f81a"}.bi-train-freight-front::before{content:"\f81b"}.bi-train-front-fill::before{content:"\f81c"}.bi-train-front::before{content:"\f81d"}.bi-train-lightrail-front-fill::before{content:"\f81e"}.bi-train-lightrail-front::before{content:"\f81f"}.bi-truck-front-fill::before{content:"\f820"}.bi-truck-front::before{content:"\f821"}.bi-ubuntu::before{content:"\f822"}.bi-unindent::before{content:"\f823"}.bi-unity::before{content:"\f824"}.bi-universal-access-circle::before{content:"\f825"}.bi-universal-access::before{content:"\f826"}.bi-virus::before{content:"\f827"}.bi-virus2::before{content:"\f828"}.bi-wechat::before{content:"\f829"}.bi-yelp::before{content:"\f82a"}.bi-sign-stop-fill::before{content:"\f82b"}.bi-sign-stop-lights-fill::before{content:"\f82c"}.bi-sign-stop-lights::before{content:"\f82d"}.bi-sign-stop::before{content:"\f82e"}.bi-sign-turn-left-fill::before{content:"\f82f"}.bi-sign-turn-left::before{content:"\f830"}.bi-sign-turn-right-fill::before{content:"\f831"}.bi-sign-turn-right::before{content:"\f832"}.bi-sign-turn-slight-left-fill::before{content:"\f833"}.bi-sign-turn-slight-left::before{content:"\f834"}.bi-sign-turn-slight-right-fill::before{content:"\f835"}.bi-sign-turn-slight-right::before{content:"\f836"}.bi-sign-yield-fill::before{content:"\f837"}.bi-sign-yield::before{content:"\f838"}.bi-ev-station-fill::before{content:"\f839"}.bi-ev-station::before{content:"\f83a"}.bi-fuel-pump-diesel-fill::before{content:"\f83b"}.bi-fuel-pump-diesel::before{content:"\f83c"}.bi-fuel-pump-fill::before{content:"\f83d"}.bi-fuel-pump::before{content:"\f83e"}.bi-0-circle-fill::before{content:"\f83f"}.bi-0-circle::before{content:"\f840"}.bi-0-square-fill::before{content:"\f841"}.bi-0-square::before{content:"\f842"}.bi-rocket-fill::before{content:"\f843"}.bi-rocket-takeoff-fill::before{content:"\f844"}.bi-rocket-takeoff::before{content:"\f845"}.bi-rocket::before{content:"\f846"}.bi-stripe::before{content:"\f847"}.bi-subscript::before{content:"\f848"}.bi-superscript::before{content:"\f849"}.bi-trello::before{content:"\f84a"}.bi-envelope-at-fill::before{content:"\f84b"}.bi-envelope-at::before{content:"\f84c"}.bi-regex::before{content:"\f84d"}.bi-text-wrap::before{content:"\f84e"}.bi-sign-dead-end-fill::before{content:"\f84f"}.bi-sign-dead-end::before{content:"\f850"}.bi-sign-do-not-enter-fill::before{content:"\f851"}.bi-sign-do-not-enter::before{content:"\f852"}.bi-sign-intersection-fill::before{content:"\f853"}.bi-sign-intersection-side-fill::before{content:"\f854"}.bi-sign-intersection-side::before{content:"\f855"}.bi-sign-intersection-t-fill::before{content:"\f856"}.bi-sign-intersection-t::before{content:"\f857"}.bi-sign-intersection-y-fill::before{content:"\f858"}.bi-sign-intersection-y::before{content:"\f859"}.bi-sign-intersection::before{content:"\f85a"}.bi-sign-merge-left-fill::before{content:"\f85b"}.bi-sign-merge-left::before{content:"\f85c"}.bi-sign-merge-right-fill::before{content:"\f85d"}.bi-sign-merge-right::before{content:"\f85e"}.bi-sign-no-left-turn-fill::before{content:"\f85f"}.bi-sign-no-left-turn::before{content:"\f860"}.bi-sign-no-parking-fill::before{content:"\f861"}.bi-sign-no-parking::before{content:"\f862"}.bi-sign-no-right-turn-fill::before{content:"\f863"}.bi-sign-no-right-turn::before{content:"\f864"}.bi-sign-railroad-fill::before{content:"\f865"}.bi-sign-railroad::before{content:"\f866"}.bi-building-add::before{content:"\f867"}.bi-building-check::before{content:"\f868"}.bi-building-dash::before{content:"\f869"}.bi-building-down::before{content:"\f86a"}.bi-building-exclamation::before{content:"\f86b"}.bi-building-fill-add::before{content:"\f86c"}.bi-building-fill-check::before{content:"\f86d"}.bi-building-fill-dash::before{content:"\f86e"}.bi-building-fill-down::before{content:"\f86f"}.bi-building-fill-exclamation::before{content:"\f870"}.bi-building-fill-gear::before{content:"\f871"}.bi-building-fill-lock::before{content:"\f872"}.bi-building-fill-slash::before{content:"\f873"}.bi-building-fill-up::before{content:"\f874"}.bi-building-fill-x::before{content:"\f875"}.bi-building-fill::before{content:"\f876"}.bi-building-gear::before{content:"\f877"}.bi-building-lock::before{content:"\f878"}.bi-building-slash::before{content:"\f879"}.bi-building-up::before{content:"\f87a"}.bi-building-x::before{content:"\f87b"}.bi-buildings-fill::before{content:"\f87c"}.bi-buildings::before{content:"\f87d"}.bi-bus-front-fill::before{content:"\f87e"}.bi-bus-front::before{content:"\f87f"}.bi-ev-front-fill::before{content:"\f880"}.bi-ev-front::before{content:"\f881"}.bi-globe-americas::before{content:"\f882"}.bi-globe-asia-australia::before{content:"\f883"}.bi-globe-central-south-asia::before{content:"\f884"}.bi-globe-europe-africa::before{content:"\f885"}.bi-house-add-fill::before{content:"\f886"}.bi-house-add::before{content:"\f887"}.bi-house-check-fill::before{content:"\f888"}.bi-house-check::before{content:"\f889"}.bi-house-dash-fill::before{content:"\f88a"}.bi-house-dash::before{content:"\f88b"}.bi-house-down-fill::before{content:"\f88c"}.bi-house-down::before{content:"\f88d"}.bi-house-exclamation-fill::before{content:"\f88e"}.bi-house-exclamation::before{content:"\f88f"}.bi-house-gear-fill::before{content:"\f890"}.bi-house-gear::before{content:"\f891"}.bi-house-lock-fill::before{content:"\f892"}.bi-house-lock::before{content:"\f893"}.bi-house-slash-fill::before{content:"\f894"}.bi-house-slash::before{content:"\f895"}.bi-house-up-fill::before{content:"\f896"}.bi-house-up::before{content:"\f897"}.bi-house-x-fill::before{content:"\f898"}.bi-house-x::before{content:"\f899"}.bi-person-add::before{content:"\f89a"}.bi-person-down::before{content:"\f89b"}.bi-person-exclamation::before{content:"\f89c"}.bi-person-fill-add::before{content:"\f89d"}.bi-person-fill-check::before{content:"\f89e"}.bi-person-fill-dash::before{content:"\f89f"}.bi-person-fill-down::before{content:"\f8a0"}.bi-person-fill-exclamation::before{content:"\f8a1"}.bi-person-fill-gear::before{content:"\f8a2"}.bi-person-fill-lock::before{content:"\f8a3"}.bi-person-fill-slash::before{content:"\f8a4"}.bi-person-fill-up::before{content:"\f8a5"}.bi-person-fill-x::before{content:"\f8a6"}.bi-person-gear::before{content:"\f8a7"}.bi-person-lock::before{content:"\f8a8"}.bi-person-slash::before{content:"\f8a9"}.bi-person-up::before{content:"\f8aa"}.bi-scooter::before{content:"\f8ab"}.bi-taxi-front-fill::before{content:"\f8ac"}.bi-taxi-front::before{content:"\f8ad"}.bi-amd::before{content:"\f8ae"}.bi-database-add::before{content:"\f8af"}.bi-database-check::before{content:"\f8b0"}.bi-database-dash::before{content:"\f8b1"}.bi-database-down::before{content:"\f8b2"}.bi-database-exclamation::before{content:"\f8b3"}.bi-database-fill-add::before{content:"\f8b4"}.bi-database-fill-check::before{content:"\f8b5"}.bi-database-fill-dash::before{content:"\f8b6"}.bi-database-fill-down::before{content:"\f8b7"}.bi-database-fill-exclamation::before{content:"\f8b8"}.bi-database-fill-gear::before{content:"\f8b9"}.bi-database-fill-lock::before{content:"\f8ba"}.bi-database-fill-slash::before{content:"\f8bb"}.bi-database-fill-up::before{content:"\f8bc"}.bi-database-fill-x::before{content:"\f8bd"}.bi-database-fill::before{content:"\f8be"}.bi-database-gear::before{content:"\f8bf"}.bi-database-lock::before{content:"\f8c0"}.bi-database-slash::before{content:"\f8c1"}.bi-database-up::before{content:"\f8c2"}.bi-database-x::before{content:"\f8c3"}.bi-database::before{content:"\f8c4"}.bi-houses-fill::before{content:"\f8c5"}.bi-houses::before{content:"\f8c6"}.bi-nvidia::before{content:"\f8c7"}.bi-person-vcard-fill::before{content:"\f8c8"}.bi-person-vcard::before{content:"\f8c9"}.bi-sina-weibo::before{content:"\f8ca"}.bi-tencent-qq::before{content:"\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.bi-alphabet-uppercase::before{content:"\f2a5"}.bi-alphabet::before{content:"\f68a"}.bi-amazon::before{content:"\f68d"}.bi-arrows-collapse-vertical::before{content:"\f690"}.bi-arrows-expand-vertical::before{content:"\f695"}.bi-arrows-vertical::before{content:"\f698"}.bi-arrows::before{content:"\f6a2"}.bi-ban-fill::before{content:"\f6a3"}.bi-ban::before{content:"\f6b6"}.bi-bing::before{content:"\f6c2"}.bi-cake::before{content:"\f6e0"}.bi-cake2::before{content:"\f6ed"}.bi-cookie::before{content:"\f6ee"}.bi-copy::before{content:"\f759"}.bi-crosshair::before{content:"\f769"}.bi-crosshair2::before{content:"\f794"}.bi-emoji-astonished-fill::before{content:"\f795"}.bi-emoji-astonished::before{content:"\f79a"}.bi-emoji-grimace-fill::before{content:"\f79b"}.bi-emoji-grimace::before{content:"\f7a0"}.bi-emoji-grin-fill::before{content:"\f7a1"}.bi-emoji-grin::before{content:"\f7a6"}.bi-emoji-surprise-fill::before{content:"\f7a7"}.bi-emoji-surprise::before{content:"\f7ac"}.bi-emoji-tear-fill::before{content:"\f7ad"}.bi-emoji-tear::before{content:"\f7b2"}.bi-envelope-arrow-down-fill::before{content:"\f7b3"}.bi-envelope-arrow-down::before{content:"\f7b8"}.bi-envelope-arrow-up-fill::before{content:"\f7b9"}.bi-envelope-arrow-up::before{content:"\f7be"}.bi-feather::before{content:"\f7bf"}.bi-feather2::before{content:"\f7c4"}.bi-floppy-fill::before{content:"\f7c5"}.bi-floppy::before{content:"\f7d8"}.bi-floppy2-fill::before{content:"\f7d9"}.bi-floppy2::before{content:"\f7e4"}.bi-gitlab::before{content:"\f7e5"}.bi-highlighter::before{content:"\f7f8"}.bi-marker-tip::before{content:"\f802"}.bi-nvme-fill::before{content:"\f803"}.bi-nvme::before{content:"\f80c"}.bi-opencollective::before{content:"\f80d"}.bi-pci-card-network::before{content:"\f8cd"}.bi-pci-card-sound::before{content:"\f8ce"}.bi-radar::before{content:"\f8cf"}.bi-send-arrow-down-fill::before{content:"\f8d0"}.bi-send-arrow-down::before{content:"\f8d1"}.bi-send-arrow-up-fill::before{content:"\f8d2"}.bi-send-arrow-up::before{content:"\f8d3"}.bi-sim-slash-fill::before{content:"\f8d4"}.bi-sim-slash::before{content:"\f8d5"}.bi-sourceforge::before{content:"\f8d6"}.bi-substack::before{content:"\f8d7"}.bi-threads-fill::before{content:"\f8d8"}.bi-threads::before{content:"\f8d9"}.bi-transparency::before{content:"\f8da"}.bi-twitter-x::before{content:"\f8db"}.bi-type-h4::before{content:"\f8dc"}.bi-type-h5::before{content:"\f8dd"}.bi-type-h6::before{content:"\f8de"}.bi-backpack-fill::before{content:"\f8df"}.bi-backpack::before{content:"\f8e0"}.bi-backpack2-fill::before{content:"\f8e1"}.bi-backpack2::before{content:"\f8e2"}.bi-backpack3-fill::before{content:"\f8e3"}.bi-backpack3::before{content:"\f8e4"}.bi-backpack4-fill::before{content:"\f8e5"}.bi-backpack4::before{content:"\f8e6"}.bi-brilliance::before{content:"\f8e7"}.bi-cake-fill::before{content:"\f8e8"}.bi-cake2-fill::before{content:"\f8e9"}.bi-duffle-fill::before{content:"\f8ea"}.bi-duffle::before{content:"\f8eb"}.bi-exposure::before{content:"\f8ec"}.bi-gender-neuter::before{content:"\f8ed"}.bi-highlights::before{content:"\f8ee"}.bi-luggage-fill::before{content:"\f8ef"}.bi-luggage::before{content:"\f8f0"}.bi-mailbox-flag::before{content:"\f8f1"}.bi-mailbox2-flag::before{content:"\f8f2"}.bi-noise-reduction::before{content:"\f8f3"}.bi-passport-fill::before{content:"\f8f4"}.bi-passport::before{content:"\f8f5"}.bi-person-arms-up::before{content:"\f8f6"}.bi-person-raised-hand::before{content:"\f8f7"}.bi-person-standing-dress::before{content:"\f8f8"}.bi-person-standing::before{content:"\f8f9"}.bi-person-walking::before{content:"\f8fa"}.bi-person-wheelchair::before{content:"\f8fb"}.bi-shadows::before{content:"\f8fc"}.bi-suitcase-fill::before{content:"\f8fd"}.bi-suitcase-lg-fill::before{content:"\f8fe"}.bi-suitcase-lg::before{content:"\f8ff"}.bi-suitcase::before{content:"\f900"}.bi-suitcase2-fill::before{content:"\f901"}.bi-suitcase2::before{content:"\f902"}.bi-vignette::before{content:"\f903"}.bi-bluesky::before{content:"\f7f9"}.bi-tux::before{content:"\f904"}.bi-beaker-fill::before{content:"\f905"}.bi-beaker::before{content:"\f906"}.bi-flask-fill::before{content:"\f907"}.bi-flask-florence-fill::before{content:"\f908"}.bi-flask-florence::before{content:"\f909"}.bi-flask::before{content:"\f90a"}.bi-leaf-fill::before{content:"\f90b"}.bi-leaf::before{content:"\f90c"}.bi-measuring-cup-fill::before{content:"\f90d"}.bi-measuring-cup::before{content:"\f90e"}.bi-unlock2-fill::before{content:"\f90f"}.bi-unlock2::before{content:"\f910"}.bi-battery-low::before{content:"\f911"}.bi-anthropic::before{content:"\f912"}.bi-apple-music::before{content:"\f913"}.bi-claude::before{content:"\f914"}.bi-openai::before{content:"\f915"}.bi-perplexity::before{content:"\f916"}.bi-css::before{content:"\f917"}.bi-javascript::before{content:"\f918"}.bi-typescript::before{content:"\f919"}.bi-fork-knife::before{content:"\f91a"}.bi-globe-americas-fill::before{content:"\f91b"}.bi-globe-asia-australia-fill::before{content:"\f91c"}.bi-globe-central-south-asia-fill::before{content:"\f91d"}.bi-globe-europe-africa-fill::before{content:"\f91e"} \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bootstrap-icons.svg b/web/vendor/bootstrap-icons/bootstrap-icons.svg deleted file mode 100644 index fa7e620..0000000 --- a/web/vendor/bootstrap-icons/bootstrap-icons.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bootstrap-reboot.svg b/web/vendor/bootstrap-icons/bootstrap-reboot.svg deleted file mode 100644 index 8d21030..0000000 --- a/web/vendor/bootstrap-icons/bootstrap-reboot.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bootstrap.svg b/web/vendor/bootstrap-icons/bootstrap.svg deleted file mode 100644 index 089e31f..0000000 --- a/web/vendor/bootstrap-icons/bootstrap.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-all.svg b/web/vendor/bootstrap-icons/border-all.svg deleted file mode 100644 index 19128f2..0000000 --- a/web/vendor/bootstrap-icons/border-all.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-bottom.svg b/web/vendor/bootstrap-icons/border-bottom.svg deleted file mode 100644 index 84edcca..0000000 --- a/web/vendor/bootstrap-icons/border-bottom.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-center.svg b/web/vendor/bootstrap-icons/border-center.svg deleted file mode 100644 index a9cf9c4..0000000 --- a/web/vendor/bootstrap-icons/border-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-inner.svg b/web/vendor/bootstrap-icons/border-inner.svg deleted file mode 100644 index 6369007..0000000 --- a/web/vendor/bootstrap-icons/border-inner.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-left.svg b/web/vendor/bootstrap-icons/border-left.svg deleted file mode 100644 index 483c804..0000000 --- a/web/vendor/bootstrap-icons/border-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-middle.svg b/web/vendor/bootstrap-icons/border-middle.svg deleted file mode 100644 index c9de407..0000000 --- a/web/vendor/bootstrap-icons/border-middle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-outer.svg b/web/vendor/bootstrap-icons/border-outer.svg deleted file mode 100644 index 4791bcb..0000000 --- a/web/vendor/bootstrap-icons/border-outer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-right.svg b/web/vendor/bootstrap-icons/border-right.svg deleted file mode 100644 index 23e09dc..0000000 --- a/web/vendor/bootstrap-icons/border-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-style.svg b/web/vendor/bootstrap-icons/border-style.svg deleted file mode 100644 index cec3fef..0000000 --- a/web/vendor/bootstrap-icons/border-style.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-top.svg b/web/vendor/bootstrap-icons/border-top.svg deleted file mode 100644 index 77189df..0000000 --- a/web/vendor/bootstrap-icons/border-top.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border-width.svg b/web/vendor/bootstrap-icons/border-width.svg deleted file mode 100644 index 6175326..0000000 --- a/web/vendor/bootstrap-icons/border-width.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/border.svg b/web/vendor/bootstrap-icons/border.svg deleted file mode 100644 index a6390f9..0000000 --- a/web/vendor/bootstrap-icons/border.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bounding-box-circles.svg b/web/vendor/bootstrap-icons/bounding-box-circles.svg deleted file mode 100644 index 02113ba..0000000 --- a/web/vendor/bootstrap-icons/bounding-box-circles.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bounding-box.svg b/web/vendor/bootstrap-icons/bounding-box.svg deleted file mode 100644 index e8be147..0000000 --- a/web/vendor/bootstrap-icons/bounding-box.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-down-left.svg b/web/vendor/bootstrap-icons/box-arrow-down-left.svg deleted file mode 100644 index 20ffed9..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-down-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-down-right.svg b/web/vendor/bootstrap-icons/box-arrow-down-right.svg deleted file mode 100644 index 33780ef..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-down-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-down.svg b/web/vendor/bootstrap-icons/box-arrow-down.svg deleted file mode 100644 index bf33d51..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-down-left.svg b/web/vendor/bootstrap-icons/box-arrow-in-down-left.svg deleted file mode 100644 index fe3c579..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-down-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-down-right.svg b/web/vendor/bootstrap-icons/box-arrow-in-down-right.svg deleted file mode 100644 index 07082eb..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-down-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-down.svg b/web/vendor/bootstrap-icons/box-arrow-in-down.svg deleted file mode 100644 index 3b185d6..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-left.svg b/web/vendor/bootstrap-icons/box-arrow-in-left.svg deleted file mode 100644 index 1e1bc9a..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-right.svg b/web/vendor/bootstrap-icons/box-arrow-in-right.svg deleted file mode 100644 index 5d78def..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-up-left.svg b/web/vendor/bootstrap-icons/box-arrow-in-up-left.svg deleted file mode 100644 index 8401c43..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-up-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-up-right.svg b/web/vendor/bootstrap-icons/box-arrow-in-up-right.svg deleted file mode 100644 index 8a95e00..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-up-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-in-up.svg b/web/vendor/bootstrap-icons/box-arrow-in-up.svg deleted file mode 100644 index 6197bc3..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-in-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-left.svg b/web/vendor/bootstrap-icons/box-arrow-left.svg deleted file mode 100644 index 5d142b4..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-right.svg b/web/vendor/bootstrap-icons/box-arrow-right.svg deleted file mode 100644 index 682e033..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-up-left.svg b/web/vendor/bootstrap-icons/box-arrow-up-left.svg deleted file mode 100644 index 7dec12d..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-up-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-up-right.svg b/web/vendor/bootstrap-icons/box-arrow-up-right.svg deleted file mode 100644 index 03f68d5..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-up-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-arrow-up.svg b/web/vendor/bootstrap-icons/box-arrow-up.svg deleted file mode 100644 index 8f76892..0000000 --- a/web/vendor/bootstrap-icons/box-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-fill.svg b/web/vendor/bootstrap-icons/box-fill.svg deleted file mode 100644 index b1fe407..0000000 --- a/web/vendor/bootstrap-icons/box-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-seam-fill.svg b/web/vendor/bootstrap-icons/box-seam-fill.svg deleted file mode 100644 index b9283c7..0000000 --- a/web/vendor/bootstrap-icons/box-seam-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box-seam.svg b/web/vendor/bootstrap-icons/box-seam.svg deleted file mode 100644 index ec2cb8a..0000000 --- a/web/vendor/bootstrap-icons/box-seam.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box.svg b/web/vendor/bootstrap-icons/box.svg deleted file mode 100644 index 01b34c7..0000000 --- a/web/vendor/bootstrap-icons/box.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box2-fill.svg b/web/vendor/bootstrap-icons/box2-fill.svg deleted file mode 100644 index 78e7583..0000000 --- a/web/vendor/bootstrap-icons/box2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box2-heart-fill.svg b/web/vendor/bootstrap-icons/box2-heart-fill.svg deleted file mode 100644 index 49da486..0000000 --- a/web/vendor/bootstrap-icons/box2-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box2-heart.svg b/web/vendor/bootstrap-icons/box2-heart.svg deleted file mode 100644 index a5e413a..0000000 --- a/web/vendor/bootstrap-icons/box2-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/box2.svg b/web/vendor/bootstrap-icons/box2.svg deleted file mode 100644 index bfeb554..0000000 --- a/web/vendor/bootstrap-icons/box2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/boxes.svg b/web/vendor/bootstrap-icons/boxes.svg deleted file mode 100644 index af0d1d0..0000000 --- a/web/vendor/bootstrap-icons/boxes.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/braces-asterisk.svg b/web/vendor/bootstrap-icons/braces-asterisk.svg deleted file mode 100644 index e159e9c..0000000 --- a/web/vendor/bootstrap-icons/braces-asterisk.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/braces.svg b/web/vendor/bootstrap-icons/braces.svg deleted file mode 100644 index d345d3b..0000000 --- a/web/vendor/bootstrap-icons/braces.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bricks.svg b/web/vendor/bootstrap-icons/bricks.svg deleted file mode 100644 index 23c2c36..0000000 --- a/web/vendor/bootstrap-icons/bricks.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/briefcase-fill.svg b/web/vendor/bootstrap-icons/briefcase-fill.svg deleted file mode 100644 index b37f2be..0000000 --- a/web/vendor/bootstrap-icons/briefcase-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/briefcase.svg b/web/vendor/bootstrap-icons/briefcase.svg deleted file mode 100644 index 712998d..0000000 --- a/web/vendor/bootstrap-icons/briefcase.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-alt-high-fill.svg b/web/vendor/bootstrap-icons/brightness-alt-high-fill.svg deleted file mode 100644 index 06f7d0c..0000000 --- a/web/vendor/bootstrap-icons/brightness-alt-high-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-alt-high.svg b/web/vendor/bootstrap-icons/brightness-alt-high.svg deleted file mode 100644 index e519ca7..0000000 --- a/web/vendor/bootstrap-icons/brightness-alt-high.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-alt-low-fill.svg b/web/vendor/bootstrap-icons/brightness-alt-low-fill.svg deleted file mode 100644 index ab30837..0000000 --- a/web/vendor/bootstrap-icons/brightness-alt-low-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-alt-low.svg b/web/vendor/bootstrap-icons/brightness-alt-low.svg deleted file mode 100644 index 58bf6ed..0000000 --- a/web/vendor/bootstrap-icons/brightness-alt-low.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-high-fill.svg b/web/vendor/bootstrap-icons/brightness-high-fill.svg deleted file mode 100644 index b759b04..0000000 --- a/web/vendor/bootstrap-icons/brightness-high-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-high.svg b/web/vendor/bootstrap-icons/brightness-high.svg deleted file mode 100644 index f00d050..0000000 --- a/web/vendor/bootstrap-icons/brightness-high.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-low-fill.svg b/web/vendor/bootstrap-icons/brightness-low-fill.svg deleted file mode 100644 index fc55680..0000000 --- a/web/vendor/bootstrap-icons/brightness-low-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brightness-low.svg b/web/vendor/bootstrap-icons/brightness-low.svg deleted file mode 100644 index 317918e..0000000 --- a/web/vendor/bootstrap-icons/brightness-low.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brilliance.svg b/web/vendor/bootstrap-icons/brilliance.svg deleted file mode 100644 index f6b5da6..0000000 --- a/web/vendor/bootstrap-icons/brilliance.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/broadcast-pin.svg b/web/vendor/bootstrap-icons/broadcast-pin.svg deleted file mode 100644 index 9c5f4a6..0000000 --- a/web/vendor/bootstrap-icons/broadcast-pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/broadcast.svg b/web/vendor/bootstrap-icons/broadcast.svg deleted file mode 100644 index b420a0b..0000000 --- a/web/vendor/bootstrap-icons/broadcast.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/browser-chrome.svg b/web/vendor/bootstrap-icons/browser-chrome.svg deleted file mode 100644 index 63c344b..0000000 --- a/web/vendor/bootstrap-icons/browser-chrome.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/browser-edge.svg b/web/vendor/bootstrap-icons/browser-edge.svg deleted file mode 100644 index ed1dc7c..0000000 --- a/web/vendor/bootstrap-icons/browser-edge.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/browser-firefox.svg b/web/vendor/bootstrap-icons/browser-firefox.svg deleted file mode 100644 index ce0eabb..0000000 --- a/web/vendor/bootstrap-icons/browser-firefox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/browser-safari.svg b/web/vendor/bootstrap-icons/browser-safari.svg deleted file mode 100644 index 8c01296..0000000 --- a/web/vendor/bootstrap-icons/browser-safari.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brush-fill.svg b/web/vendor/bootstrap-icons/brush-fill.svg deleted file mode 100644 index db77615..0000000 --- a/web/vendor/bootstrap-icons/brush-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/brush.svg b/web/vendor/bootstrap-icons/brush.svg deleted file mode 100644 index 86d88ef..0000000 --- a/web/vendor/bootstrap-icons/brush.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bucket-fill.svg b/web/vendor/bootstrap-icons/bucket-fill.svg deleted file mode 100644 index c0c95ab..0000000 --- a/web/vendor/bootstrap-icons/bucket-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bucket.svg b/web/vendor/bootstrap-icons/bucket.svg deleted file mode 100644 index 252e75b..0000000 --- a/web/vendor/bootstrap-icons/bucket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bug-fill.svg b/web/vendor/bootstrap-icons/bug-fill.svg deleted file mode 100644 index a36ff37..0000000 --- a/web/vendor/bootstrap-icons/bug-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bug.svg b/web/vendor/bootstrap-icons/bug.svg deleted file mode 100644 index 296ef32..0000000 --- a/web/vendor/bootstrap-icons/bug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-add.svg b/web/vendor/bootstrap-icons/building-add.svg deleted file mode 100644 index c2c3670..0000000 --- a/web/vendor/bootstrap-icons/building-add.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-check.svg b/web/vendor/bootstrap-icons/building-check.svg deleted file mode 100644 index 95c3c54..0000000 --- a/web/vendor/bootstrap-icons/building-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-dash.svg b/web/vendor/bootstrap-icons/building-dash.svg deleted file mode 100644 index 1e1634b..0000000 --- a/web/vendor/bootstrap-icons/building-dash.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-down.svg b/web/vendor/bootstrap-icons/building-down.svg deleted file mode 100644 index 8538cf6..0000000 --- a/web/vendor/bootstrap-icons/building-down.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-exclamation.svg b/web/vendor/bootstrap-icons/building-exclamation.svg deleted file mode 100644 index ebfc709..0000000 --- a/web/vendor/bootstrap-icons/building-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-add.svg b/web/vendor/bootstrap-icons/building-fill-add.svg deleted file mode 100644 index 6bbe567..0000000 --- a/web/vendor/bootstrap-icons/building-fill-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-check.svg b/web/vendor/bootstrap-icons/building-fill-check.svg deleted file mode 100644 index c4f1881..0000000 --- a/web/vendor/bootstrap-icons/building-fill-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-dash.svg b/web/vendor/bootstrap-icons/building-fill-dash.svg deleted file mode 100644 index 1ce28a6..0000000 --- a/web/vendor/bootstrap-icons/building-fill-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-down.svg b/web/vendor/bootstrap-icons/building-fill-down.svg deleted file mode 100644 index b1c55cd..0000000 --- a/web/vendor/bootstrap-icons/building-fill-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-exclamation.svg b/web/vendor/bootstrap-icons/building-fill-exclamation.svg deleted file mode 100644 index 3491f24..0000000 --- a/web/vendor/bootstrap-icons/building-fill-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-gear.svg b/web/vendor/bootstrap-icons/building-fill-gear.svg deleted file mode 100644 index 747a1bc..0000000 --- a/web/vendor/bootstrap-icons/building-fill-gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-lock.svg b/web/vendor/bootstrap-icons/building-fill-lock.svg deleted file mode 100644 index be73a41..0000000 --- a/web/vendor/bootstrap-icons/building-fill-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-slash.svg b/web/vendor/bootstrap-icons/building-fill-slash.svg deleted file mode 100644 index d867309..0000000 --- a/web/vendor/bootstrap-icons/building-fill-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-up.svg b/web/vendor/bootstrap-icons/building-fill-up.svg deleted file mode 100644 index d8cc4bc..0000000 --- a/web/vendor/bootstrap-icons/building-fill-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill-x.svg b/web/vendor/bootstrap-icons/building-fill-x.svg deleted file mode 100644 index 236aae3..0000000 --- a/web/vendor/bootstrap-icons/building-fill-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-fill.svg b/web/vendor/bootstrap-icons/building-fill.svg deleted file mode 100644 index 6924b41..0000000 --- a/web/vendor/bootstrap-icons/building-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-gear.svg b/web/vendor/bootstrap-icons/building-gear.svg deleted file mode 100644 index eabe790..0000000 --- a/web/vendor/bootstrap-icons/building-gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-lock.svg b/web/vendor/bootstrap-icons/building-lock.svg deleted file mode 100644 index 591a2e9..0000000 --- a/web/vendor/bootstrap-icons/building-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-slash.svg b/web/vendor/bootstrap-icons/building-slash.svg deleted file mode 100644 index c3f7787..0000000 --- a/web/vendor/bootstrap-icons/building-slash.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-up.svg b/web/vendor/bootstrap-icons/building-up.svg deleted file mode 100644 index ff2d5d9..0000000 --- a/web/vendor/bootstrap-icons/building-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building-x.svg b/web/vendor/bootstrap-icons/building-x.svg deleted file mode 100644 index 70e67a3..0000000 --- a/web/vendor/bootstrap-icons/building-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/building.svg b/web/vendor/bootstrap-icons/building.svg deleted file mode 100644 index 916b049..0000000 --- a/web/vendor/bootstrap-icons/building.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/buildings-fill.svg b/web/vendor/bootstrap-icons/buildings-fill.svg deleted file mode 100644 index 6aea68d..0000000 --- a/web/vendor/bootstrap-icons/buildings-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/buildings.svg b/web/vendor/bootstrap-icons/buildings.svg deleted file mode 100644 index 3028498..0000000 --- a/web/vendor/bootstrap-icons/buildings.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bullseye.svg b/web/vendor/bootstrap-icons/bullseye.svg deleted file mode 100644 index 16c2207..0000000 --- a/web/vendor/bootstrap-icons/bullseye.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bus-front-fill.svg b/web/vendor/bootstrap-icons/bus-front-fill.svg deleted file mode 100644 index de21228..0000000 --- a/web/vendor/bootstrap-icons/bus-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/bus-front.svg b/web/vendor/bootstrap-icons/bus-front.svg deleted file mode 100644 index 95c5df5..0000000 --- a/web/vendor/bootstrap-icons/bus-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/c-circle-fill.svg b/web/vendor/bootstrap-icons/c-circle-fill.svg deleted file mode 100644 index c0adc18..0000000 --- a/web/vendor/bootstrap-icons/c-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/c-circle.svg b/web/vendor/bootstrap-icons/c-circle.svg deleted file mode 100644 index ac3dfac..0000000 --- a/web/vendor/bootstrap-icons/c-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/c-square-fill.svg b/web/vendor/bootstrap-icons/c-square-fill.svg deleted file mode 100644 index b26a27e..0000000 --- a/web/vendor/bootstrap-icons/c-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/c-square.svg b/web/vendor/bootstrap-icons/c-square.svg deleted file mode 100644 index cdd74a3..0000000 --- a/web/vendor/bootstrap-icons/c-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cake-fill.svg b/web/vendor/bootstrap-icons/cake-fill.svg deleted file mode 100644 index 4370e02..0000000 --- a/web/vendor/bootstrap-icons/cake-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cake.svg b/web/vendor/bootstrap-icons/cake.svg deleted file mode 100644 index 500747b..0000000 --- a/web/vendor/bootstrap-icons/cake.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cake2-fill.svg b/web/vendor/bootstrap-icons/cake2-fill.svg deleted file mode 100644 index 1ed25f7..0000000 --- a/web/vendor/bootstrap-icons/cake2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cake2.svg b/web/vendor/bootstrap-icons/cake2.svg deleted file mode 100644 index a10dc80..0000000 --- a/web/vendor/bootstrap-icons/cake2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calculator-fill.svg b/web/vendor/bootstrap-icons/calculator-fill.svg deleted file mode 100644 index 2933419..0000000 --- a/web/vendor/bootstrap-icons/calculator-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calculator.svg b/web/vendor/bootstrap-icons/calculator.svg deleted file mode 100644 index cc9761e..0000000 --- a/web/vendor/bootstrap-icons/calculator.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-check-fill.svg b/web/vendor/bootstrap-icons/calendar-check-fill.svg deleted file mode 100644 index 967d182..0000000 --- a/web/vendor/bootstrap-icons/calendar-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-check.svg b/web/vendor/bootstrap-icons/calendar-check.svg deleted file mode 100644 index f778cd2..0000000 --- a/web/vendor/bootstrap-icons/calendar-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-date-fill.svg b/web/vendor/bootstrap-icons/calendar-date-fill.svg deleted file mode 100644 index 59b31f2..0000000 --- a/web/vendor/bootstrap-icons/calendar-date-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-date.svg b/web/vendor/bootstrap-icons/calendar-date.svg deleted file mode 100644 index b73c8f5..0000000 --- a/web/vendor/bootstrap-icons/calendar-date.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-day-fill.svg b/web/vendor/bootstrap-icons/calendar-day-fill.svg deleted file mode 100644 index b9bcbf8..0000000 --- a/web/vendor/bootstrap-icons/calendar-day-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-day.svg b/web/vendor/bootstrap-icons/calendar-day.svg deleted file mode 100644 index 6f8d871..0000000 --- a/web/vendor/bootstrap-icons/calendar-day.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-event-fill.svg b/web/vendor/bootstrap-icons/calendar-event-fill.svg deleted file mode 100644 index 5b09eea..0000000 --- a/web/vendor/bootstrap-icons/calendar-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-event.svg b/web/vendor/bootstrap-icons/calendar-event.svg deleted file mode 100644 index 57c734b..0000000 --- a/web/vendor/bootstrap-icons/calendar-event.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-fill.svg b/web/vendor/bootstrap-icons/calendar-fill.svg deleted file mode 100644 index 789eb8b..0000000 --- a/web/vendor/bootstrap-icons/calendar-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-heart-fill.svg b/web/vendor/bootstrap-icons/calendar-heart-fill.svg deleted file mode 100644 index 63d9e4c..0000000 --- a/web/vendor/bootstrap-icons/calendar-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-heart.svg b/web/vendor/bootstrap-icons/calendar-heart.svg deleted file mode 100644 index 8ed9c38..0000000 --- a/web/vendor/bootstrap-icons/calendar-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-minus-fill.svg b/web/vendor/bootstrap-icons/calendar-minus-fill.svg deleted file mode 100644 index 8dad6e1..0000000 --- a/web/vendor/bootstrap-icons/calendar-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-minus.svg b/web/vendor/bootstrap-icons/calendar-minus.svg deleted file mode 100644 index ecd4e97..0000000 --- a/web/vendor/bootstrap-icons/calendar-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-month-fill.svg b/web/vendor/bootstrap-icons/calendar-month-fill.svg deleted file mode 100644 index d8d56fe..0000000 --- a/web/vendor/bootstrap-icons/calendar-month-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-month.svg b/web/vendor/bootstrap-icons/calendar-month.svg deleted file mode 100644 index 95b6419..0000000 --- a/web/vendor/bootstrap-icons/calendar-month.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-plus-fill.svg b/web/vendor/bootstrap-icons/calendar-plus-fill.svg deleted file mode 100644 index 0ed0c83..0000000 --- a/web/vendor/bootstrap-icons/calendar-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-plus.svg b/web/vendor/bootstrap-icons/calendar-plus.svg deleted file mode 100644 index 189b152..0000000 --- a/web/vendor/bootstrap-icons/calendar-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-range-fill.svg b/web/vendor/bootstrap-icons/calendar-range-fill.svg deleted file mode 100644 index 324def0..0000000 --- a/web/vendor/bootstrap-icons/calendar-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-range.svg b/web/vendor/bootstrap-icons/calendar-range.svg deleted file mode 100644 index 7db0947..0000000 --- a/web/vendor/bootstrap-icons/calendar-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-week-fill.svg b/web/vendor/bootstrap-icons/calendar-week-fill.svg deleted file mode 100644 index ab2128d..0000000 --- a/web/vendor/bootstrap-icons/calendar-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-week.svg b/web/vendor/bootstrap-icons/calendar-week.svg deleted file mode 100644 index b5dbcc9..0000000 --- a/web/vendor/bootstrap-icons/calendar-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-x-fill.svg b/web/vendor/bootstrap-icons/calendar-x-fill.svg deleted file mode 100644 index 450e114..0000000 --- a/web/vendor/bootstrap-icons/calendar-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar-x.svg b/web/vendor/bootstrap-icons/calendar-x.svg deleted file mode 100644 index dc85a91..0000000 --- a/web/vendor/bootstrap-icons/calendar-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar.svg b/web/vendor/bootstrap-icons/calendar.svg deleted file mode 100644 index d32ebe7..0000000 --- a/web/vendor/bootstrap-icons/calendar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-check-fill.svg b/web/vendor/bootstrap-icons/calendar2-check-fill.svg deleted file mode 100644 index a0c36c5..0000000 --- a/web/vendor/bootstrap-icons/calendar2-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-check.svg b/web/vendor/bootstrap-icons/calendar2-check.svg deleted file mode 100644 index 5429842..0000000 --- a/web/vendor/bootstrap-icons/calendar2-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-date-fill.svg b/web/vendor/bootstrap-icons/calendar2-date-fill.svg deleted file mode 100644 index 93b3941..0000000 --- a/web/vendor/bootstrap-icons/calendar2-date-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-date.svg b/web/vendor/bootstrap-icons/calendar2-date.svg deleted file mode 100644 index 61193cd..0000000 --- a/web/vendor/bootstrap-icons/calendar2-date.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-day-fill.svg b/web/vendor/bootstrap-icons/calendar2-day-fill.svg deleted file mode 100644 index b605453..0000000 --- a/web/vendor/bootstrap-icons/calendar2-day-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-day.svg b/web/vendor/bootstrap-icons/calendar2-day.svg deleted file mode 100644 index ce59878..0000000 --- a/web/vendor/bootstrap-icons/calendar2-day.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-event-fill.svg b/web/vendor/bootstrap-icons/calendar2-event-fill.svg deleted file mode 100644 index 2b245d1..0000000 --- a/web/vendor/bootstrap-icons/calendar2-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-event.svg b/web/vendor/bootstrap-icons/calendar2-event.svg deleted file mode 100644 index 36910dd..0000000 --- a/web/vendor/bootstrap-icons/calendar2-event.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-fill.svg b/web/vendor/bootstrap-icons/calendar2-fill.svg deleted file mode 100644 index b28e594..0000000 --- a/web/vendor/bootstrap-icons/calendar2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-heart-fill.svg b/web/vendor/bootstrap-icons/calendar2-heart-fill.svg deleted file mode 100644 index f3723cd..0000000 --- a/web/vendor/bootstrap-icons/calendar2-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-heart.svg b/web/vendor/bootstrap-icons/calendar2-heart.svg deleted file mode 100644 index 995d9b8..0000000 --- a/web/vendor/bootstrap-icons/calendar2-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-minus-fill.svg b/web/vendor/bootstrap-icons/calendar2-minus-fill.svg deleted file mode 100644 index bf52a36..0000000 --- a/web/vendor/bootstrap-icons/calendar2-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-minus.svg b/web/vendor/bootstrap-icons/calendar2-minus.svg deleted file mode 100644 index 62e6bbc..0000000 --- a/web/vendor/bootstrap-icons/calendar2-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-month-fill.svg b/web/vendor/bootstrap-icons/calendar2-month-fill.svg deleted file mode 100644 index 24b9c69..0000000 --- a/web/vendor/bootstrap-icons/calendar2-month-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-month.svg b/web/vendor/bootstrap-icons/calendar2-month.svg deleted file mode 100644 index 65d8295..0000000 --- a/web/vendor/bootstrap-icons/calendar2-month.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-plus-fill.svg b/web/vendor/bootstrap-icons/calendar2-plus-fill.svg deleted file mode 100644 index 26a2047..0000000 --- a/web/vendor/bootstrap-icons/calendar2-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-plus.svg b/web/vendor/bootstrap-icons/calendar2-plus.svg deleted file mode 100644 index 728148f..0000000 --- a/web/vendor/bootstrap-icons/calendar2-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-range-fill.svg b/web/vendor/bootstrap-icons/calendar2-range-fill.svg deleted file mode 100644 index 1ba46b6..0000000 --- a/web/vendor/bootstrap-icons/calendar2-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-range.svg b/web/vendor/bootstrap-icons/calendar2-range.svg deleted file mode 100644 index 9a657f4..0000000 --- a/web/vendor/bootstrap-icons/calendar2-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-week-fill.svg b/web/vendor/bootstrap-icons/calendar2-week-fill.svg deleted file mode 100644 index f358667..0000000 --- a/web/vendor/bootstrap-icons/calendar2-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-week.svg b/web/vendor/bootstrap-icons/calendar2-week.svg deleted file mode 100644 index 07906a9..0000000 --- a/web/vendor/bootstrap-icons/calendar2-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-x-fill.svg b/web/vendor/bootstrap-icons/calendar2-x-fill.svg deleted file mode 100644 index def799d..0000000 --- a/web/vendor/bootstrap-icons/calendar2-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2-x.svg b/web/vendor/bootstrap-icons/calendar2-x.svg deleted file mode 100644 index d6f9e6f..0000000 --- a/web/vendor/bootstrap-icons/calendar2-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar2.svg b/web/vendor/bootstrap-icons/calendar2.svg deleted file mode 100644 index 957f993..0000000 --- a/web/vendor/bootstrap-icons/calendar2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-event-fill.svg b/web/vendor/bootstrap-icons/calendar3-event-fill.svg deleted file mode 100644 index 0901710..0000000 --- a/web/vendor/bootstrap-icons/calendar3-event-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-event.svg b/web/vendor/bootstrap-icons/calendar3-event.svg deleted file mode 100644 index f702c36..0000000 --- a/web/vendor/bootstrap-icons/calendar3-event.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-fill.svg b/web/vendor/bootstrap-icons/calendar3-fill.svg deleted file mode 100644 index f3bc116..0000000 --- a/web/vendor/bootstrap-icons/calendar3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-range-fill.svg b/web/vendor/bootstrap-icons/calendar3-range-fill.svg deleted file mode 100644 index 7d16dc5..0000000 --- a/web/vendor/bootstrap-icons/calendar3-range-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-range.svg b/web/vendor/bootstrap-icons/calendar3-range.svg deleted file mode 100644 index c19d9ca..0000000 --- a/web/vendor/bootstrap-icons/calendar3-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-week-fill.svg b/web/vendor/bootstrap-icons/calendar3-week-fill.svg deleted file mode 100644 index 1b66709..0000000 --- a/web/vendor/bootstrap-icons/calendar3-week-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3-week.svg b/web/vendor/bootstrap-icons/calendar3-week.svg deleted file mode 100644 index 6d577b7..0000000 --- a/web/vendor/bootstrap-icons/calendar3-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar3.svg b/web/vendor/bootstrap-icons/calendar3.svg deleted file mode 100644 index 8e2aedf..0000000 --- a/web/vendor/bootstrap-icons/calendar3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar4-event.svg b/web/vendor/bootstrap-icons/calendar4-event.svg deleted file mode 100644 index 0d29c0c..0000000 --- a/web/vendor/bootstrap-icons/calendar4-event.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar4-range.svg b/web/vendor/bootstrap-icons/calendar4-range.svg deleted file mode 100644 index b260479..0000000 --- a/web/vendor/bootstrap-icons/calendar4-range.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar4-week.svg b/web/vendor/bootstrap-icons/calendar4-week.svg deleted file mode 100644 index d934881..0000000 --- a/web/vendor/bootstrap-icons/calendar4-week.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/calendar4.svg b/web/vendor/bootstrap-icons/calendar4.svg deleted file mode 100644 index 69c474c..0000000 --- a/web/vendor/bootstrap-icons/calendar4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-fill.svg b/web/vendor/bootstrap-icons/camera-fill.svg deleted file mode 100644 index 6aa0240..0000000 --- a/web/vendor/bootstrap-icons/camera-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-reels-fill.svg b/web/vendor/bootstrap-icons/camera-reels-fill.svg deleted file mode 100644 index 6bd48de..0000000 --- a/web/vendor/bootstrap-icons/camera-reels-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-reels.svg b/web/vendor/bootstrap-icons/camera-reels.svg deleted file mode 100644 index 0c6eca8..0000000 --- a/web/vendor/bootstrap-icons/camera-reels.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-video-fill.svg b/web/vendor/bootstrap-icons/camera-video-fill.svg deleted file mode 100644 index 72dee37..0000000 --- a/web/vendor/bootstrap-icons/camera-video-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-video-off-fill.svg b/web/vendor/bootstrap-icons/camera-video-off-fill.svg deleted file mode 100644 index 290dc19..0000000 --- a/web/vendor/bootstrap-icons/camera-video-off-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-video-off.svg b/web/vendor/bootstrap-icons/camera-video-off.svg deleted file mode 100644 index c9eb587..0000000 --- a/web/vendor/bootstrap-icons/camera-video-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera-video.svg b/web/vendor/bootstrap-icons/camera-video.svg deleted file mode 100644 index a042d1a..0000000 --- a/web/vendor/bootstrap-icons/camera-video.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera.svg b/web/vendor/bootstrap-icons/camera.svg deleted file mode 100644 index 3a926d5..0000000 --- a/web/vendor/bootstrap-icons/camera.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/camera2.svg b/web/vendor/bootstrap-icons/camera2.svg deleted file mode 100644 index ba9521e..0000000 --- a/web/vendor/bootstrap-icons/camera2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/capslock-fill.svg b/web/vendor/bootstrap-icons/capslock-fill.svg deleted file mode 100644 index f1c0bab..0000000 --- a/web/vendor/bootstrap-icons/capslock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/capslock.svg b/web/vendor/bootstrap-icons/capslock.svg deleted file mode 100644 index b0b894a..0000000 --- a/web/vendor/bootstrap-icons/capslock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/capsule-pill.svg b/web/vendor/bootstrap-icons/capsule-pill.svg deleted file mode 100644 index b9f3b54..0000000 --- a/web/vendor/bootstrap-icons/capsule-pill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/capsule.svg b/web/vendor/bootstrap-icons/capsule.svg deleted file mode 100644 index 53d1a66..0000000 --- a/web/vendor/bootstrap-icons/capsule.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/car-front-fill.svg b/web/vendor/bootstrap-icons/car-front-fill.svg deleted file mode 100644 index a47a870..0000000 --- a/web/vendor/bootstrap-icons/car-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/car-front.svg b/web/vendor/bootstrap-icons/car-front.svg deleted file mode 100644 index 890e4cf..0000000 --- a/web/vendor/bootstrap-icons/car-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/card-checklist.svg b/web/vendor/bootstrap-icons/card-checklist.svg deleted file mode 100644 index 3044e68..0000000 --- a/web/vendor/bootstrap-icons/card-checklist.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/card-heading.svg b/web/vendor/bootstrap-icons/card-heading.svg deleted file mode 100644 index a6be873..0000000 --- a/web/vendor/bootstrap-icons/card-heading.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/card-image.svg b/web/vendor/bootstrap-icons/card-image.svg deleted file mode 100644 index 7343f77..0000000 --- a/web/vendor/bootstrap-icons/card-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/card-list.svg b/web/vendor/bootstrap-icons/card-list.svg deleted file mode 100644 index 6270802..0000000 --- a/web/vendor/bootstrap-icons/card-list.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/card-text.svg b/web/vendor/bootstrap-icons/card-text.svg deleted file mode 100644 index 8f7470c..0000000 --- a/web/vendor/bootstrap-icons/card-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-down-fill.svg b/web/vendor/bootstrap-icons/caret-down-fill.svg deleted file mode 100644 index d7c3990..0000000 --- a/web/vendor/bootstrap-icons/caret-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-down-square-fill.svg b/web/vendor/bootstrap-icons/caret-down-square-fill.svg deleted file mode 100644 index 63199bb..0000000 --- a/web/vendor/bootstrap-icons/caret-down-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-down-square.svg b/web/vendor/bootstrap-icons/caret-down-square.svg deleted file mode 100644 index 0372625..0000000 --- a/web/vendor/bootstrap-icons/caret-down-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-down.svg b/web/vendor/bootstrap-icons/caret-down.svg deleted file mode 100644 index 627258a..0000000 --- a/web/vendor/bootstrap-icons/caret-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-left-fill.svg b/web/vendor/bootstrap-icons/caret-left-fill.svg deleted file mode 100644 index d989dff..0000000 --- a/web/vendor/bootstrap-icons/caret-left-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-left-square-fill.svg b/web/vendor/bootstrap-icons/caret-left-square-fill.svg deleted file mode 100644 index cc7e3a8..0000000 --- a/web/vendor/bootstrap-icons/caret-left-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-left-square.svg b/web/vendor/bootstrap-icons/caret-left-square.svg deleted file mode 100644 index 5e8cb20..0000000 --- a/web/vendor/bootstrap-icons/caret-left-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-left.svg b/web/vendor/bootstrap-icons/caret-left.svg deleted file mode 100644 index 4415336..0000000 --- a/web/vendor/bootstrap-icons/caret-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-right-fill.svg b/web/vendor/bootstrap-icons/caret-right-fill.svg deleted file mode 100644 index b445551..0000000 --- a/web/vendor/bootstrap-icons/caret-right-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-right-square-fill.svg b/web/vendor/bootstrap-icons/caret-right-square-fill.svg deleted file mode 100644 index 2aded36..0000000 --- a/web/vendor/bootstrap-icons/caret-right-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-right-square.svg b/web/vendor/bootstrap-icons/caret-right-square.svg deleted file mode 100644 index a3a44e2..0000000 --- a/web/vendor/bootstrap-icons/caret-right-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-right.svg b/web/vendor/bootstrap-icons/caret-right.svg deleted file mode 100644 index 7bcd8bb..0000000 --- a/web/vendor/bootstrap-icons/caret-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-up-fill.svg b/web/vendor/bootstrap-icons/caret-up-fill.svg deleted file mode 100644 index a87820e..0000000 --- a/web/vendor/bootstrap-icons/caret-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-up-square-fill.svg b/web/vendor/bootstrap-icons/caret-up-square-fill.svg deleted file mode 100644 index 348fcf2..0000000 --- a/web/vendor/bootstrap-icons/caret-up-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-up-square.svg b/web/vendor/bootstrap-icons/caret-up-square.svg deleted file mode 100644 index 8ac2af4..0000000 --- a/web/vendor/bootstrap-icons/caret-up-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/caret-up.svg b/web/vendor/bootstrap-icons/caret-up.svg deleted file mode 100644 index 8e33519..0000000 --- a/web/vendor/bootstrap-icons/caret-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-check-fill.svg b/web/vendor/bootstrap-icons/cart-check-fill.svg deleted file mode 100644 index 612358c..0000000 --- a/web/vendor/bootstrap-icons/cart-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-check.svg b/web/vendor/bootstrap-icons/cart-check.svg deleted file mode 100644 index 68301db..0000000 --- a/web/vendor/bootstrap-icons/cart-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-dash-fill.svg b/web/vendor/bootstrap-icons/cart-dash-fill.svg deleted file mode 100644 index a335b07..0000000 --- a/web/vendor/bootstrap-icons/cart-dash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-dash.svg b/web/vendor/bootstrap-icons/cart-dash.svg deleted file mode 100644 index 9c97c3b..0000000 --- a/web/vendor/bootstrap-icons/cart-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-fill.svg b/web/vendor/bootstrap-icons/cart-fill.svg deleted file mode 100644 index 974fc29..0000000 --- a/web/vendor/bootstrap-icons/cart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-plus-fill.svg b/web/vendor/bootstrap-icons/cart-plus-fill.svg deleted file mode 100644 index 59e46e4..0000000 --- a/web/vendor/bootstrap-icons/cart-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-plus.svg b/web/vendor/bootstrap-icons/cart-plus.svg deleted file mode 100644 index 2baaae4..0000000 --- a/web/vendor/bootstrap-icons/cart-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-x-fill.svg b/web/vendor/bootstrap-icons/cart-x-fill.svg deleted file mode 100644 index 7ca0688..0000000 --- a/web/vendor/bootstrap-icons/cart-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart-x.svg b/web/vendor/bootstrap-icons/cart-x.svg deleted file mode 100644 index 2d8f213..0000000 --- a/web/vendor/bootstrap-icons/cart-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart.svg b/web/vendor/bootstrap-icons/cart.svg deleted file mode 100644 index 0e0f96c..0000000 --- a/web/vendor/bootstrap-icons/cart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart2.svg b/web/vendor/bootstrap-icons/cart2.svg deleted file mode 100644 index ea7f696..0000000 --- a/web/vendor/bootstrap-icons/cart2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart3.svg b/web/vendor/bootstrap-icons/cart3.svg deleted file mode 100644 index af1b3c5..0000000 --- a/web/vendor/bootstrap-icons/cart3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cart4.svg b/web/vendor/bootstrap-icons/cart4.svg deleted file mode 100644 index 4631ac9..0000000 --- a/web/vendor/bootstrap-icons/cart4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cash-coin.svg b/web/vendor/bootstrap-icons/cash-coin.svg deleted file mode 100644 index 2904f15..0000000 --- a/web/vendor/bootstrap-icons/cash-coin.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cash-stack.svg b/web/vendor/bootstrap-icons/cash-stack.svg deleted file mode 100644 index fc8c282..0000000 --- a/web/vendor/bootstrap-icons/cash-stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cash.svg b/web/vendor/bootstrap-icons/cash.svg deleted file mode 100644 index 18cbff3..0000000 --- a/web/vendor/bootstrap-icons/cash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cassette-fill.svg b/web/vendor/bootstrap-icons/cassette-fill.svg deleted file mode 100644 index 18fd5e4..0000000 --- a/web/vendor/bootstrap-icons/cassette-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cassette.svg b/web/vendor/bootstrap-icons/cassette.svg deleted file mode 100644 index 2effe71..0000000 --- a/web/vendor/bootstrap-icons/cassette.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cast.svg b/web/vendor/bootstrap-icons/cast.svg deleted file mode 100644 index 01a9795..0000000 --- a/web/vendor/bootstrap-icons/cast.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cc-circle-fill.svg b/web/vendor/bootstrap-icons/cc-circle-fill.svg deleted file mode 100644 index 483d90c..0000000 --- a/web/vendor/bootstrap-icons/cc-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cc-circle.svg b/web/vendor/bootstrap-icons/cc-circle.svg deleted file mode 100644 index 2dc2b4b..0000000 --- a/web/vendor/bootstrap-icons/cc-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cc-square-fill.svg b/web/vendor/bootstrap-icons/cc-square-fill.svg deleted file mode 100644 index b0a8350..0000000 --- a/web/vendor/bootstrap-icons/cc-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cc-square.svg b/web/vendor/bootstrap-icons/cc-square.svg deleted file mode 100644 index b0f05b6..0000000 --- a/web/vendor/bootstrap-icons/cc-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-dots-fill.svg b/web/vendor/bootstrap-icons/chat-dots-fill.svg deleted file mode 100644 index 5f74345..0000000 --- a/web/vendor/bootstrap-icons/chat-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-dots.svg b/web/vendor/bootstrap-icons/chat-dots.svg deleted file mode 100644 index 20137cc..0000000 --- a/web/vendor/bootstrap-icons/chat-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-fill.svg b/web/vendor/bootstrap-icons/chat-fill.svg deleted file mode 100644 index c896939..0000000 --- a/web/vendor/bootstrap-icons/chat-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-heart-fill.svg b/web/vendor/bootstrap-icons/chat-heart-fill.svg deleted file mode 100644 index ea01c34..0000000 --- a/web/vendor/bootstrap-icons/chat-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-heart.svg b/web/vendor/bootstrap-icons/chat-heart.svg deleted file mode 100644 index 8ea104e..0000000 --- a/web/vendor/bootstrap-icons/chat-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-dots-fill.svg b/web/vendor/bootstrap-icons/chat-left-dots-fill.svg deleted file mode 100644 index a6614c3..0000000 --- a/web/vendor/bootstrap-icons/chat-left-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-dots.svg b/web/vendor/bootstrap-icons/chat-left-dots.svg deleted file mode 100644 index 35f466a..0000000 --- a/web/vendor/bootstrap-icons/chat-left-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-fill.svg b/web/vendor/bootstrap-icons/chat-left-fill.svg deleted file mode 100644 index 0de6e13..0000000 --- a/web/vendor/bootstrap-icons/chat-left-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-heart-fill.svg b/web/vendor/bootstrap-icons/chat-left-heart-fill.svg deleted file mode 100644 index cc9502c..0000000 --- a/web/vendor/bootstrap-icons/chat-left-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-heart.svg b/web/vendor/bootstrap-icons/chat-left-heart.svg deleted file mode 100644 index ec11692..0000000 --- a/web/vendor/bootstrap-icons/chat-left-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-quote-fill.svg b/web/vendor/bootstrap-icons/chat-left-quote-fill.svg deleted file mode 100644 index d634a12..0000000 --- a/web/vendor/bootstrap-icons/chat-left-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-quote.svg b/web/vendor/bootstrap-icons/chat-left-quote.svg deleted file mode 100644 index 376ceb1..0000000 --- a/web/vendor/bootstrap-icons/chat-left-quote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-text-fill.svg b/web/vendor/bootstrap-icons/chat-left-text-fill.svg deleted file mode 100644 index a78e343..0000000 --- a/web/vendor/bootstrap-icons/chat-left-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left-text.svg b/web/vendor/bootstrap-icons/chat-left-text.svg deleted file mode 100644 index 88d1906..0000000 --- a/web/vendor/bootstrap-icons/chat-left-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-left.svg b/web/vendor/bootstrap-icons/chat-left.svg deleted file mode 100644 index d93f0af..0000000 --- a/web/vendor/bootstrap-icons/chat-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-quote-fill.svg b/web/vendor/bootstrap-icons/chat-quote-fill.svg deleted file mode 100644 index 7150c44..0000000 --- a/web/vendor/bootstrap-icons/chat-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-quote.svg b/web/vendor/bootstrap-icons/chat-quote.svg deleted file mode 100644 index aa0edc4..0000000 --- a/web/vendor/bootstrap-icons/chat-quote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-dots-fill.svg b/web/vendor/bootstrap-icons/chat-right-dots-fill.svg deleted file mode 100644 index 1020581..0000000 --- a/web/vendor/bootstrap-icons/chat-right-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-dots.svg b/web/vendor/bootstrap-icons/chat-right-dots.svg deleted file mode 100644 index d9b8bd2..0000000 --- a/web/vendor/bootstrap-icons/chat-right-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-fill.svg b/web/vendor/bootstrap-icons/chat-right-fill.svg deleted file mode 100644 index 6381ddc..0000000 --- a/web/vendor/bootstrap-icons/chat-right-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-heart-fill.svg b/web/vendor/bootstrap-icons/chat-right-heart-fill.svg deleted file mode 100644 index cf4abfe..0000000 --- a/web/vendor/bootstrap-icons/chat-right-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-heart.svg b/web/vendor/bootstrap-icons/chat-right-heart.svg deleted file mode 100644 index e6b3880..0000000 --- a/web/vendor/bootstrap-icons/chat-right-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-quote-fill.svg b/web/vendor/bootstrap-icons/chat-right-quote-fill.svg deleted file mode 100644 index 1c4e536..0000000 --- a/web/vendor/bootstrap-icons/chat-right-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-quote.svg b/web/vendor/bootstrap-icons/chat-right-quote.svg deleted file mode 100644 index e9091bc..0000000 --- a/web/vendor/bootstrap-icons/chat-right-quote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-text-fill.svg b/web/vendor/bootstrap-icons/chat-right-text-fill.svg deleted file mode 100644 index 3455983..0000000 --- a/web/vendor/bootstrap-icons/chat-right-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right-text.svg b/web/vendor/bootstrap-icons/chat-right-text.svg deleted file mode 100644 index 88341af..0000000 --- a/web/vendor/bootstrap-icons/chat-right-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-right.svg b/web/vendor/bootstrap-icons/chat-right.svg deleted file mode 100644 index a930c9a..0000000 --- a/web/vendor/bootstrap-icons/chat-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-dots-fill.svg b/web/vendor/bootstrap-icons/chat-square-dots-fill.svg deleted file mode 100644 index 09c97d1..0000000 --- a/web/vendor/bootstrap-icons/chat-square-dots-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-dots.svg b/web/vendor/bootstrap-icons/chat-square-dots.svg deleted file mode 100644 index b06c02f..0000000 --- a/web/vendor/bootstrap-icons/chat-square-dots.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-fill.svg b/web/vendor/bootstrap-icons/chat-square-fill.svg deleted file mode 100644 index 4688831..0000000 --- a/web/vendor/bootstrap-icons/chat-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-heart-fill.svg b/web/vendor/bootstrap-icons/chat-square-heart-fill.svg deleted file mode 100644 index 902e0b5..0000000 --- a/web/vendor/bootstrap-icons/chat-square-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-heart.svg b/web/vendor/bootstrap-icons/chat-square-heart.svg deleted file mode 100644 index 6ba687e..0000000 --- a/web/vendor/bootstrap-icons/chat-square-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-quote-fill.svg b/web/vendor/bootstrap-icons/chat-square-quote-fill.svg deleted file mode 100644 index 2496b70..0000000 --- a/web/vendor/bootstrap-icons/chat-square-quote-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-quote.svg b/web/vendor/bootstrap-icons/chat-square-quote.svg deleted file mode 100644 index a8f6b09..0000000 --- a/web/vendor/bootstrap-icons/chat-square-quote.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-text-fill.svg b/web/vendor/bootstrap-icons/chat-square-text-fill.svg deleted file mode 100644 index 6ebf567..0000000 --- a/web/vendor/bootstrap-icons/chat-square-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square-text.svg b/web/vendor/bootstrap-icons/chat-square-text.svg deleted file mode 100644 index 1296f92..0000000 --- a/web/vendor/bootstrap-icons/chat-square-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-square.svg b/web/vendor/bootstrap-icons/chat-square.svg deleted file mode 100644 index 4e13ae8..0000000 --- a/web/vendor/bootstrap-icons/chat-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-text-fill.svg b/web/vendor/bootstrap-icons/chat-text-fill.svg deleted file mode 100644 index 93639f1..0000000 --- a/web/vendor/bootstrap-icons/chat-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat-text.svg b/web/vendor/bootstrap-icons/chat-text.svg deleted file mode 100644 index f64f43f..0000000 --- a/web/vendor/bootstrap-icons/chat-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chat.svg b/web/vendor/bootstrap-icons/chat.svg deleted file mode 100644 index 487d142..0000000 --- a/web/vendor/bootstrap-icons/chat.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-all.svg b/web/vendor/bootstrap-icons/check-all.svg deleted file mode 100644 index f91fd77..0000000 --- a/web/vendor/bootstrap-icons/check-all.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-circle-fill.svg b/web/vendor/bootstrap-icons/check-circle-fill.svg deleted file mode 100644 index 0b7f412..0000000 --- a/web/vendor/bootstrap-icons/check-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-circle.svg b/web/vendor/bootstrap-icons/check-circle.svg deleted file mode 100644 index 016f607..0000000 --- a/web/vendor/bootstrap-icons/check-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-lg.svg b/web/vendor/bootstrap-icons/check-lg.svg deleted file mode 100644 index 63a8a3d..0000000 --- a/web/vendor/bootstrap-icons/check-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-square-fill.svg b/web/vendor/bootstrap-icons/check-square-fill.svg deleted file mode 100644 index cbb56ed..0000000 --- a/web/vendor/bootstrap-icons/check-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check-square.svg b/web/vendor/bootstrap-icons/check-square.svg deleted file mode 100644 index b7d1116..0000000 --- a/web/vendor/bootstrap-icons/check-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check.svg b/web/vendor/bootstrap-icons/check.svg deleted file mode 100644 index 11ab547..0000000 --- a/web/vendor/bootstrap-icons/check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check2-all.svg b/web/vendor/bootstrap-icons/check2-all.svg deleted file mode 100644 index cccc0b7..0000000 --- a/web/vendor/bootstrap-icons/check2-all.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check2-circle.svg b/web/vendor/bootstrap-icons/check2-circle.svg deleted file mode 100644 index 166e661..0000000 --- a/web/vendor/bootstrap-icons/check2-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check2-square.svg b/web/vendor/bootstrap-icons/check2-square.svg deleted file mode 100644 index 64c3669..0000000 --- a/web/vendor/bootstrap-icons/check2-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/check2.svg b/web/vendor/bootstrap-icons/check2.svg deleted file mode 100644 index 87168de..0000000 --- a/web/vendor/bootstrap-icons/check2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-contract.svg b/web/vendor/bootstrap-icons/chevron-bar-contract.svg deleted file mode 100644 index 52ec3f6..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-down.svg b/web/vendor/bootstrap-icons/chevron-bar-down.svg deleted file mode 100644 index 8c10216..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-expand.svg b/web/vendor/bootstrap-icons/chevron-bar-expand.svg deleted file mode 100644 index 1260a20..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-left.svg b/web/vendor/bootstrap-icons/chevron-bar-left.svg deleted file mode 100644 index 36afeb7..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-right.svg b/web/vendor/bootstrap-icons/chevron-bar-right.svg deleted file mode 100644 index b71e040..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-bar-up.svg b/web/vendor/bootstrap-icons/chevron-bar-up.svg deleted file mode 100644 index c5da175..0000000 --- a/web/vendor/bootstrap-icons/chevron-bar-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-compact-down.svg b/web/vendor/bootstrap-icons/chevron-compact-down.svg deleted file mode 100644 index 53d9d9a..0000000 --- a/web/vendor/bootstrap-icons/chevron-compact-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-compact-left.svg b/web/vendor/bootstrap-icons/chevron-compact-left.svg deleted file mode 100644 index 277ddd8..0000000 --- a/web/vendor/bootstrap-icons/chevron-compact-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-compact-right.svg b/web/vendor/bootstrap-icons/chevron-compact-right.svg deleted file mode 100644 index 24b5309..0000000 --- a/web/vendor/bootstrap-icons/chevron-compact-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-compact-up.svg b/web/vendor/bootstrap-icons/chevron-compact-up.svg deleted file mode 100644 index 2a4f354..0000000 --- a/web/vendor/bootstrap-icons/chevron-compact-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-contract.svg b/web/vendor/bootstrap-icons/chevron-contract.svg deleted file mode 100644 index 354ee86..0000000 --- a/web/vendor/bootstrap-icons/chevron-contract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-double-down.svg b/web/vendor/bootstrap-icons/chevron-double-down.svg deleted file mode 100644 index bc99e59..0000000 --- a/web/vendor/bootstrap-icons/chevron-double-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-double-left.svg b/web/vendor/bootstrap-icons/chevron-double-left.svg deleted file mode 100644 index c4cd7f2..0000000 --- a/web/vendor/bootstrap-icons/chevron-double-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-double-right.svg b/web/vendor/bootstrap-icons/chevron-double-right.svg deleted file mode 100644 index dccd6c5..0000000 --- a/web/vendor/bootstrap-icons/chevron-double-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-double-up.svg b/web/vendor/bootstrap-icons/chevron-double-up.svg deleted file mode 100644 index ad7ba12..0000000 --- a/web/vendor/bootstrap-icons/chevron-double-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-down.svg b/web/vendor/bootstrap-icons/chevron-down.svg deleted file mode 100644 index a281907..0000000 --- a/web/vendor/bootstrap-icons/chevron-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-expand.svg b/web/vendor/bootstrap-icons/chevron-expand.svg deleted file mode 100644 index 33e4ad8..0000000 --- a/web/vendor/bootstrap-icons/chevron-expand.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-left.svg b/web/vendor/bootstrap-icons/chevron-left.svg deleted file mode 100644 index 5bcc1bb..0000000 --- a/web/vendor/bootstrap-icons/chevron-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-right.svg b/web/vendor/bootstrap-icons/chevron-right.svg deleted file mode 100644 index ab39af8..0000000 --- a/web/vendor/bootstrap-icons/chevron-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/chevron-up.svg b/web/vendor/bootstrap-icons/chevron-up.svg deleted file mode 100644 index 4f3c7a0..0000000 --- a/web/vendor/bootstrap-icons/chevron-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/circle-fill.svg b/web/vendor/bootstrap-icons/circle-fill.svg deleted file mode 100644 index e0d1b51..0000000 --- a/web/vendor/bootstrap-icons/circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/circle-half.svg b/web/vendor/bootstrap-icons/circle-half.svg deleted file mode 100644 index 497f6b7..0000000 --- a/web/vendor/bootstrap-icons/circle-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/circle-square.svg b/web/vendor/bootstrap-icons/circle-square.svg deleted file mode 100644 index c0f62b7..0000000 --- a/web/vendor/bootstrap-icons/circle-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/circle.svg b/web/vendor/bootstrap-icons/circle.svg deleted file mode 100644 index 9bbabca..0000000 --- a/web/vendor/bootstrap-icons/circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/claude.svg b/web/vendor/bootstrap-icons/claude.svg deleted file mode 100644 index 1403b27..0000000 --- a/web/vendor/bootstrap-icons/claude.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-check-fill.svg b/web/vendor/bootstrap-icons/clipboard-check-fill.svg deleted file mode 100644 index 598e850..0000000 --- a/web/vendor/bootstrap-icons/clipboard-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-check.svg b/web/vendor/bootstrap-icons/clipboard-check.svg deleted file mode 100644 index cb9d8a2..0000000 --- a/web/vendor/bootstrap-icons/clipboard-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-data-fill.svg b/web/vendor/bootstrap-icons/clipboard-data-fill.svg deleted file mode 100644 index e4a9425..0000000 --- a/web/vendor/bootstrap-icons/clipboard-data-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-data.svg b/web/vendor/bootstrap-icons/clipboard-data.svg deleted file mode 100644 index 622acbf..0000000 --- a/web/vendor/bootstrap-icons/clipboard-data.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-fill.svg b/web/vendor/bootstrap-icons/clipboard-fill.svg deleted file mode 100644 index 176c5e4..0000000 --- a/web/vendor/bootstrap-icons/clipboard-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-heart-fill.svg b/web/vendor/bootstrap-icons/clipboard-heart-fill.svg deleted file mode 100644 index 92de0a8..0000000 --- a/web/vendor/bootstrap-icons/clipboard-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-heart.svg b/web/vendor/bootstrap-icons/clipboard-heart.svg deleted file mode 100644 index c430ed2..0000000 --- a/web/vendor/bootstrap-icons/clipboard-heart.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-minus-fill.svg b/web/vendor/bootstrap-icons/clipboard-minus-fill.svg deleted file mode 100644 index e47f43f..0000000 --- a/web/vendor/bootstrap-icons/clipboard-minus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-minus.svg b/web/vendor/bootstrap-icons/clipboard-minus.svg deleted file mode 100644 index d3675c4..0000000 --- a/web/vendor/bootstrap-icons/clipboard-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-plus-fill.svg b/web/vendor/bootstrap-icons/clipboard-plus-fill.svg deleted file mode 100644 index 8140aa8..0000000 --- a/web/vendor/bootstrap-icons/clipboard-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-plus.svg b/web/vendor/bootstrap-icons/clipboard-plus.svg deleted file mode 100644 index 1d095d7..0000000 --- a/web/vendor/bootstrap-icons/clipboard-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-pulse.svg b/web/vendor/bootstrap-icons/clipboard-pulse.svg deleted file mode 100644 index a357209..0000000 --- a/web/vendor/bootstrap-icons/clipboard-pulse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-x-fill.svg b/web/vendor/bootstrap-icons/clipboard-x-fill.svg deleted file mode 100644 index 10fba82..0000000 --- a/web/vendor/bootstrap-icons/clipboard-x-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard-x.svg b/web/vendor/bootstrap-icons/clipboard-x.svg deleted file mode 100644 index 46df235..0000000 --- a/web/vendor/bootstrap-icons/clipboard-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard.svg b/web/vendor/bootstrap-icons/clipboard.svg deleted file mode 100644 index b92f42a..0000000 --- a/web/vendor/bootstrap-icons/clipboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-check-fill.svg b/web/vendor/bootstrap-icons/clipboard2-check-fill.svg deleted file mode 100644 index b640432..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-check.svg b/web/vendor/bootstrap-icons/clipboard2-check.svg deleted file mode 100644 index aba15bf..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-data-fill.svg b/web/vendor/bootstrap-icons/clipboard2-data-fill.svg deleted file mode 100644 index 56c127e..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-data-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-data.svg b/web/vendor/bootstrap-icons/clipboard2-data.svg deleted file mode 100644 index 75ac6c6..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-data.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-fill.svg b/web/vendor/bootstrap-icons/clipboard2-fill.svg deleted file mode 100644 index 6898571..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-heart-fill.svg b/web/vendor/bootstrap-icons/clipboard2-heart-fill.svg deleted file mode 100644 index ce98945..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-heart.svg b/web/vendor/bootstrap-icons/clipboard2-heart.svg deleted file mode 100644 index 879fef2..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-heart.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-minus-fill.svg b/web/vendor/bootstrap-icons/clipboard2-minus-fill.svg deleted file mode 100644 index fcd4b56..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-minus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-minus.svg b/web/vendor/bootstrap-icons/clipboard2-minus.svg deleted file mode 100644 index f8c10e3..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-plus-fill.svg b/web/vendor/bootstrap-icons/clipboard2-plus-fill.svg deleted file mode 100644 index be310e5..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-plus.svg b/web/vendor/bootstrap-icons/clipboard2-plus.svg deleted file mode 100644 index 33eaa28..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-pulse-fill.svg b/web/vendor/bootstrap-icons/clipboard2-pulse-fill.svg deleted file mode 100644 index bc7d6b3..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-pulse-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-pulse.svg b/web/vendor/bootstrap-icons/clipboard2-pulse.svg deleted file mode 100644 index c641c61..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-pulse.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-x-fill.svg b/web/vendor/bootstrap-icons/clipboard2-x-fill.svg deleted file mode 100644 index 08828c6..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-x-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2-x.svg b/web/vendor/bootstrap-icons/clipboard2-x.svg deleted file mode 100644 index 06832cc..0000000 --- a/web/vendor/bootstrap-icons/clipboard2-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clipboard2.svg b/web/vendor/bootstrap-icons/clipboard2.svg deleted file mode 100644 index d0f4529..0000000 --- a/web/vendor/bootstrap-icons/clipboard2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clock-fill.svg b/web/vendor/bootstrap-icons/clock-fill.svg deleted file mode 100644 index 148abcf..0000000 --- a/web/vendor/bootstrap-icons/clock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clock-history.svg b/web/vendor/bootstrap-icons/clock-history.svg deleted file mode 100644 index f685e10..0000000 --- a/web/vendor/bootstrap-icons/clock-history.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clock.svg b/web/vendor/bootstrap-icons/clock.svg deleted file mode 100644 index 31c3c64..0000000 --- a/web/vendor/bootstrap-icons/clock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-arrow-down-fill.svg b/web/vendor/bootstrap-icons/cloud-arrow-down-fill.svg deleted file mode 100644 index 1b23dc9..0000000 --- a/web/vendor/bootstrap-icons/cloud-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-arrow-down.svg b/web/vendor/bootstrap-icons/cloud-arrow-down.svg deleted file mode 100644 index bb79bbe..0000000 --- a/web/vendor/bootstrap-icons/cloud-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-arrow-up-fill.svg b/web/vendor/bootstrap-icons/cloud-arrow-up-fill.svg deleted file mode 100644 index 8366f05..0000000 --- a/web/vendor/bootstrap-icons/cloud-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-arrow-up.svg b/web/vendor/bootstrap-icons/cloud-arrow-up.svg deleted file mode 100644 index 704756b..0000000 --- a/web/vendor/bootstrap-icons/cloud-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-check-fill.svg b/web/vendor/bootstrap-icons/cloud-check-fill.svg deleted file mode 100644 index a71feee..0000000 --- a/web/vendor/bootstrap-icons/cloud-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-check.svg b/web/vendor/bootstrap-icons/cloud-check.svg deleted file mode 100644 index d7599e9..0000000 --- a/web/vendor/bootstrap-icons/cloud-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-download-fill.svg b/web/vendor/bootstrap-icons/cloud-download-fill.svg deleted file mode 100644 index c8a44ba..0000000 --- a/web/vendor/bootstrap-icons/cloud-download-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-download.svg b/web/vendor/bootstrap-icons/cloud-download.svg deleted file mode 100644 index b71d7d7..0000000 --- a/web/vendor/bootstrap-icons/cloud-download.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-drizzle-fill.svg b/web/vendor/bootstrap-icons/cloud-drizzle-fill.svg deleted file mode 100644 index 0d381ae..0000000 --- a/web/vendor/bootstrap-icons/cloud-drizzle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-drizzle.svg b/web/vendor/bootstrap-icons/cloud-drizzle.svg deleted file mode 100644 index f3c8599..0000000 --- a/web/vendor/bootstrap-icons/cloud-drizzle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-fill.svg b/web/vendor/bootstrap-icons/cloud-fill.svg deleted file mode 100644 index 8849faa..0000000 --- a/web/vendor/bootstrap-icons/cloud-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-fog-fill.svg b/web/vendor/bootstrap-icons/cloud-fog-fill.svg deleted file mode 100644 index 214caba..0000000 --- a/web/vendor/bootstrap-icons/cloud-fog-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-fog.svg b/web/vendor/bootstrap-icons/cloud-fog.svg deleted file mode 100644 index 26a574a..0000000 --- a/web/vendor/bootstrap-icons/cloud-fog.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-fog2-fill.svg b/web/vendor/bootstrap-icons/cloud-fog2-fill.svg deleted file mode 100644 index 8f67dea..0000000 --- a/web/vendor/bootstrap-icons/cloud-fog2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-fog2.svg b/web/vendor/bootstrap-icons/cloud-fog2.svg deleted file mode 100644 index 9b0664f..0000000 --- a/web/vendor/bootstrap-icons/cloud-fog2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-hail-fill.svg b/web/vendor/bootstrap-icons/cloud-hail-fill.svg deleted file mode 100644 index 0fa737f..0000000 --- a/web/vendor/bootstrap-icons/cloud-hail-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-hail.svg b/web/vendor/bootstrap-icons/cloud-hail.svg deleted file mode 100644 index 3206a02..0000000 --- a/web/vendor/bootstrap-icons/cloud-hail.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-haze-fill.svg b/web/vendor/bootstrap-icons/cloud-haze-fill.svg deleted file mode 100644 index aa16c2c..0000000 --- a/web/vendor/bootstrap-icons/cloud-haze-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-haze.svg b/web/vendor/bootstrap-icons/cloud-haze.svg deleted file mode 100644 index 578a565..0000000 --- a/web/vendor/bootstrap-icons/cloud-haze.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-haze2-fill.svg b/web/vendor/bootstrap-icons/cloud-haze2-fill.svg deleted file mode 100644 index 3e22656..0000000 --- a/web/vendor/bootstrap-icons/cloud-haze2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-haze2.svg b/web/vendor/bootstrap-icons/cloud-haze2.svg deleted file mode 100644 index c43d91c..0000000 --- a/web/vendor/bootstrap-icons/cloud-haze2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-lightning-fill.svg b/web/vendor/bootstrap-icons/cloud-lightning-fill.svg deleted file mode 100644 index 88fd930..0000000 --- a/web/vendor/bootstrap-icons/cloud-lightning-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-lightning-rain-fill.svg b/web/vendor/bootstrap-icons/cloud-lightning-rain-fill.svg deleted file mode 100644 index f5cd845..0000000 --- a/web/vendor/bootstrap-icons/cloud-lightning-rain-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-lightning-rain.svg b/web/vendor/bootstrap-icons/cloud-lightning-rain.svg deleted file mode 100644 index 588b274..0000000 --- a/web/vendor/bootstrap-icons/cloud-lightning-rain.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-lightning.svg b/web/vendor/bootstrap-icons/cloud-lightning.svg deleted file mode 100644 index 20c2680..0000000 --- a/web/vendor/bootstrap-icons/cloud-lightning.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-minus-fill.svg b/web/vendor/bootstrap-icons/cloud-minus-fill.svg deleted file mode 100644 index 2fcc2bb..0000000 --- a/web/vendor/bootstrap-icons/cloud-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-minus.svg b/web/vendor/bootstrap-icons/cloud-minus.svg deleted file mode 100644 index 54f47b2..0000000 --- a/web/vendor/bootstrap-icons/cloud-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-moon-fill.svg b/web/vendor/bootstrap-icons/cloud-moon-fill.svg deleted file mode 100644 index 232dd4e..0000000 --- a/web/vendor/bootstrap-icons/cloud-moon-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-moon.svg b/web/vendor/bootstrap-icons/cloud-moon.svg deleted file mode 100644 index cc91617..0000000 --- a/web/vendor/bootstrap-icons/cloud-moon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-plus-fill.svg b/web/vendor/bootstrap-icons/cloud-plus-fill.svg deleted file mode 100644 index 5337dc4..0000000 --- a/web/vendor/bootstrap-icons/cloud-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-plus.svg b/web/vendor/bootstrap-icons/cloud-plus.svg deleted file mode 100644 index 9448796..0000000 --- a/web/vendor/bootstrap-icons/cloud-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-rain-fill.svg b/web/vendor/bootstrap-icons/cloud-rain-fill.svg deleted file mode 100644 index 3ffee56..0000000 --- a/web/vendor/bootstrap-icons/cloud-rain-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-rain-heavy-fill.svg b/web/vendor/bootstrap-icons/cloud-rain-heavy-fill.svg deleted file mode 100644 index d92411b..0000000 --- a/web/vendor/bootstrap-icons/cloud-rain-heavy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-rain-heavy.svg b/web/vendor/bootstrap-icons/cloud-rain-heavy.svg deleted file mode 100644 index ee9ef85..0000000 --- a/web/vendor/bootstrap-icons/cloud-rain-heavy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-rain.svg b/web/vendor/bootstrap-icons/cloud-rain.svg deleted file mode 100644 index e22f16c..0000000 --- a/web/vendor/bootstrap-icons/cloud-rain.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-slash-fill.svg b/web/vendor/bootstrap-icons/cloud-slash-fill.svg deleted file mode 100644 index 08a709b..0000000 --- a/web/vendor/bootstrap-icons/cloud-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-slash.svg b/web/vendor/bootstrap-icons/cloud-slash.svg deleted file mode 100644 index d7b680c..0000000 --- a/web/vendor/bootstrap-icons/cloud-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-sleet-fill.svg b/web/vendor/bootstrap-icons/cloud-sleet-fill.svg deleted file mode 100644 index 1df3f33..0000000 --- a/web/vendor/bootstrap-icons/cloud-sleet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-sleet.svg b/web/vendor/bootstrap-icons/cloud-sleet.svg deleted file mode 100644 index edc48c6..0000000 --- a/web/vendor/bootstrap-icons/cloud-sleet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-snow-fill.svg b/web/vendor/bootstrap-icons/cloud-snow-fill.svg deleted file mode 100644 index 32cda8d..0000000 --- a/web/vendor/bootstrap-icons/cloud-snow-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-snow.svg b/web/vendor/bootstrap-icons/cloud-snow.svg deleted file mode 100644 index 26150c4..0000000 --- a/web/vendor/bootstrap-icons/cloud-snow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-sun-fill.svg b/web/vendor/bootstrap-icons/cloud-sun-fill.svg deleted file mode 100644 index da5ecac..0000000 --- a/web/vendor/bootstrap-icons/cloud-sun-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-sun.svg b/web/vendor/bootstrap-icons/cloud-sun.svg deleted file mode 100644 index caa95e9..0000000 --- a/web/vendor/bootstrap-icons/cloud-sun.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-upload-fill.svg b/web/vendor/bootstrap-icons/cloud-upload-fill.svg deleted file mode 100644 index 2d0df59..0000000 --- a/web/vendor/bootstrap-icons/cloud-upload-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud-upload.svg b/web/vendor/bootstrap-icons/cloud-upload.svg deleted file mode 100644 index e5ca56e..0000000 --- a/web/vendor/bootstrap-icons/cloud-upload.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloud.svg b/web/vendor/bootstrap-icons/cloud.svg deleted file mode 100644 index de877ab..0000000 --- a/web/vendor/bootstrap-icons/cloud.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clouds-fill.svg b/web/vendor/bootstrap-icons/clouds-fill.svg deleted file mode 100644 index d70e817..0000000 --- a/web/vendor/bootstrap-icons/clouds-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/clouds.svg b/web/vendor/bootstrap-icons/clouds.svg deleted file mode 100644 index 7e253e7..0000000 --- a/web/vendor/bootstrap-icons/clouds.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloudy-fill.svg b/web/vendor/bootstrap-icons/cloudy-fill.svg deleted file mode 100644 index 7bf27b7..0000000 --- a/web/vendor/bootstrap-icons/cloudy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cloudy.svg b/web/vendor/bootstrap-icons/cloudy.svg deleted file mode 100644 index 87c2017..0000000 --- a/web/vendor/bootstrap-icons/cloudy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/code-slash.svg b/web/vendor/bootstrap-icons/code-slash.svg deleted file mode 100644 index 51a5c57..0000000 --- a/web/vendor/bootstrap-icons/code-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/code-square.svg b/web/vendor/bootstrap-icons/code-square.svg deleted file mode 100644 index 30fdef3..0000000 --- a/web/vendor/bootstrap-icons/code-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/code.svg b/web/vendor/bootstrap-icons/code.svg deleted file mode 100644 index c0760e9..0000000 --- a/web/vendor/bootstrap-icons/code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/coin.svg b/web/vendor/bootstrap-icons/coin.svg deleted file mode 100644 index fb94cc5..0000000 --- a/web/vendor/bootstrap-icons/coin.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/collection-fill.svg b/web/vendor/bootstrap-icons/collection-fill.svg deleted file mode 100644 index 4e5fbce..0000000 --- a/web/vendor/bootstrap-icons/collection-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/collection-play-fill.svg b/web/vendor/bootstrap-icons/collection-play-fill.svg deleted file mode 100644 index b6820d0..0000000 --- a/web/vendor/bootstrap-icons/collection-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/collection-play.svg b/web/vendor/bootstrap-icons/collection-play.svg deleted file mode 100644 index 0c59f5d..0000000 --- a/web/vendor/bootstrap-icons/collection-play.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/collection.svg b/web/vendor/bootstrap-icons/collection.svg deleted file mode 100644 index 8b5d5fd..0000000 --- a/web/vendor/bootstrap-icons/collection.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/columns-gap.svg b/web/vendor/bootstrap-icons/columns-gap.svg deleted file mode 100644 index 8b4bb4e..0000000 --- a/web/vendor/bootstrap-icons/columns-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/columns.svg b/web/vendor/bootstrap-icons/columns.svg deleted file mode 100644 index 17632df..0000000 --- a/web/vendor/bootstrap-icons/columns.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/command.svg b/web/vendor/bootstrap-icons/command.svg deleted file mode 100644 index 64fa00b..0000000 --- a/web/vendor/bootstrap-icons/command.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/compass-fill.svg b/web/vendor/bootstrap-icons/compass-fill.svg deleted file mode 100644 index 1396c1f..0000000 --- a/web/vendor/bootstrap-icons/compass-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/compass.svg b/web/vendor/bootstrap-icons/compass.svg deleted file mode 100644 index 9b402f3..0000000 --- a/web/vendor/bootstrap-icons/compass.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cone-striped.svg b/web/vendor/bootstrap-icons/cone-striped.svg deleted file mode 100644 index 28a9529..0000000 --- a/web/vendor/bootstrap-icons/cone-striped.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cone.svg b/web/vendor/bootstrap-icons/cone.svg deleted file mode 100644 index b1a7d97..0000000 --- a/web/vendor/bootstrap-icons/cone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/controller.svg b/web/vendor/bootstrap-icons/controller.svg deleted file mode 100644 index b7ceedb..0000000 --- a/web/vendor/bootstrap-icons/controller.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cookie.svg b/web/vendor/bootstrap-icons/cookie.svg deleted file mode 100644 index 7a4b2fa..0000000 --- a/web/vendor/bootstrap-icons/cookie.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/copy.svg b/web/vendor/bootstrap-icons/copy.svg deleted file mode 100644 index b590680..0000000 --- a/web/vendor/bootstrap-icons/copy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cpu-fill.svg b/web/vendor/bootstrap-icons/cpu-fill.svg deleted file mode 100644 index ce6e294..0000000 --- a/web/vendor/bootstrap-icons/cpu-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cpu.svg b/web/vendor/bootstrap-icons/cpu.svg deleted file mode 100644 index 88c0d56..0000000 --- a/web/vendor/bootstrap-icons/cpu.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card-2-back-fill.svg b/web/vendor/bootstrap-icons/credit-card-2-back-fill.svg deleted file mode 100644 index 032fb4a..0000000 --- a/web/vendor/bootstrap-icons/credit-card-2-back-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card-2-back.svg b/web/vendor/bootstrap-icons/credit-card-2-back.svg deleted file mode 100644 index b29419c..0000000 --- a/web/vendor/bootstrap-icons/credit-card-2-back.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card-2-front-fill.svg b/web/vendor/bootstrap-icons/credit-card-2-front-fill.svg deleted file mode 100644 index 06684d5..0000000 --- a/web/vendor/bootstrap-icons/credit-card-2-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card-2-front.svg b/web/vendor/bootstrap-icons/credit-card-2-front.svg deleted file mode 100644 index 0bbc290..0000000 --- a/web/vendor/bootstrap-icons/credit-card-2-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card-fill.svg b/web/vendor/bootstrap-icons/credit-card-fill.svg deleted file mode 100644 index a4f899a..0000000 --- a/web/vendor/bootstrap-icons/credit-card-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/credit-card.svg b/web/vendor/bootstrap-icons/credit-card.svg deleted file mode 100644 index 406233d..0000000 --- a/web/vendor/bootstrap-icons/credit-card.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/crop.svg b/web/vendor/bootstrap-icons/crop.svg deleted file mode 100644 index 3b4bb60..0000000 --- a/web/vendor/bootstrap-icons/crop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/crosshair.svg b/web/vendor/bootstrap-icons/crosshair.svg deleted file mode 100644 index 13bed74..0000000 --- a/web/vendor/bootstrap-icons/crosshair.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/crosshair2.svg b/web/vendor/bootstrap-icons/crosshair2.svg deleted file mode 100644 index 3c28586..0000000 --- a/web/vendor/bootstrap-icons/crosshair2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/css.svg b/web/vendor/bootstrap-icons/css.svg deleted file mode 100644 index e336af1..0000000 --- a/web/vendor/bootstrap-icons/css.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cup-fill.svg b/web/vendor/bootstrap-icons/cup-fill.svg deleted file mode 100644 index 7173787..0000000 --- a/web/vendor/bootstrap-icons/cup-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cup-hot-fill.svg b/web/vendor/bootstrap-icons/cup-hot-fill.svg deleted file mode 100644 index 9d7c465..0000000 --- a/web/vendor/bootstrap-icons/cup-hot-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cup-hot.svg b/web/vendor/bootstrap-icons/cup-hot.svg deleted file mode 100644 index a6f7e89..0000000 --- a/web/vendor/bootstrap-icons/cup-hot.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cup-straw.svg b/web/vendor/bootstrap-icons/cup-straw.svg deleted file mode 100644 index 9388da9..0000000 --- a/web/vendor/bootstrap-icons/cup-straw.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cup.svg b/web/vendor/bootstrap-icons/cup.svg deleted file mode 100644 index 2694ac8..0000000 --- a/web/vendor/bootstrap-icons/cup.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-bitcoin.svg b/web/vendor/bootstrap-icons/currency-bitcoin.svg deleted file mode 100644 index 0477ff8..0000000 --- a/web/vendor/bootstrap-icons/currency-bitcoin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-dollar.svg b/web/vendor/bootstrap-icons/currency-dollar.svg deleted file mode 100644 index 7ead9a7..0000000 --- a/web/vendor/bootstrap-icons/currency-dollar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-euro.svg b/web/vendor/bootstrap-icons/currency-euro.svg deleted file mode 100644 index 90c83d5..0000000 --- a/web/vendor/bootstrap-icons/currency-euro.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-exchange.svg b/web/vendor/bootstrap-icons/currency-exchange.svg deleted file mode 100644 index e332aa7..0000000 --- a/web/vendor/bootstrap-icons/currency-exchange.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-pound.svg b/web/vendor/bootstrap-icons/currency-pound.svg deleted file mode 100644 index 4650876..0000000 --- a/web/vendor/bootstrap-icons/currency-pound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-rupee.svg b/web/vendor/bootstrap-icons/currency-rupee.svg deleted file mode 100644 index 4fdf9a2..0000000 --- a/web/vendor/bootstrap-icons/currency-rupee.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/currency-yen.svg b/web/vendor/bootstrap-icons/currency-yen.svg deleted file mode 100644 index 5bbf1a2..0000000 --- a/web/vendor/bootstrap-icons/currency-yen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cursor-fill.svg b/web/vendor/bootstrap-icons/cursor-fill.svg deleted file mode 100644 index 093372b..0000000 --- a/web/vendor/bootstrap-icons/cursor-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cursor-text.svg b/web/vendor/bootstrap-icons/cursor-text.svg deleted file mode 100644 index 27c057b..0000000 --- a/web/vendor/bootstrap-icons/cursor-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/cursor.svg b/web/vendor/bootstrap-icons/cursor.svg deleted file mode 100644 index e23e3fd..0000000 --- a/web/vendor/bootstrap-icons/cursor.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-circle-dotted.svg b/web/vendor/bootstrap-icons/dash-circle-dotted.svg deleted file mode 100644 index 1c011e2..0000000 --- a/web/vendor/bootstrap-icons/dash-circle-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-circle-fill.svg b/web/vendor/bootstrap-icons/dash-circle-fill.svg deleted file mode 100644 index ac4eae0..0000000 --- a/web/vendor/bootstrap-icons/dash-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-circle.svg b/web/vendor/bootstrap-icons/dash-circle.svg deleted file mode 100644 index c4abdd2..0000000 --- a/web/vendor/bootstrap-icons/dash-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-lg.svg b/web/vendor/bootstrap-icons/dash-lg.svg deleted file mode 100644 index 454aa7d..0000000 --- a/web/vendor/bootstrap-icons/dash-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-square-dotted.svg b/web/vendor/bootstrap-icons/dash-square-dotted.svg deleted file mode 100644 index 90886c3..0000000 --- a/web/vendor/bootstrap-icons/dash-square-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-square-fill.svg b/web/vendor/bootstrap-icons/dash-square-fill.svg deleted file mode 100644 index dbe0db2..0000000 --- a/web/vendor/bootstrap-icons/dash-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash-square.svg b/web/vendor/bootstrap-icons/dash-square.svg deleted file mode 100644 index 9381872..0000000 --- a/web/vendor/bootstrap-icons/dash-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dash.svg b/web/vendor/bootstrap-icons/dash.svg deleted file mode 100644 index c3834b4..0000000 --- a/web/vendor/bootstrap-icons/dash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-add.svg b/web/vendor/bootstrap-icons/database-add.svg deleted file mode 100644 index 5f76340..0000000 --- a/web/vendor/bootstrap-icons/database-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-check.svg b/web/vendor/bootstrap-icons/database-check.svg deleted file mode 100644 index 29c02b8..0000000 --- a/web/vendor/bootstrap-icons/database-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-dash.svg b/web/vendor/bootstrap-icons/database-dash.svg deleted file mode 100644 index 184db0a..0000000 --- a/web/vendor/bootstrap-icons/database-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-down.svg b/web/vendor/bootstrap-icons/database-down.svg deleted file mode 100644 index e077452..0000000 --- a/web/vendor/bootstrap-icons/database-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-exclamation.svg b/web/vendor/bootstrap-icons/database-exclamation.svg deleted file mode 100644 index dbde50f..0000000 --- a/web/vendor/bootstrap-icons/database-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-add.svg b/web/vendor/bootstrap-icons/database-fill-add.svg deleted file mode 100644 index 4273d5d..0000000 --- a/web/vendor/bootstrap-icons/database-fill-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-check.svg b/web/vendor/bootstrap-icons/database-fill-check.svg deleted file mode 100644 index 7690eed..0000000 --- a/web/vendor/bootstrap-icons/database-fill-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-dash.svg b/web/vendor/bootstrap-icons/database-fill-dash.svg deleted file mode 100644 index 48c468d..0000000 --- a/web/vendor/bootstrap-icons/database-fill-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-down.svg b/web/vendor/bootstrap-icons/database-fill-down.svg deleted file mode 100644 index c3560d8..0000000 --- a/web/vendor/bootstrap-icons/database-fill-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-exclamation.svg b/web/vendor/bootstrap-icons/database-fill-exclamation.svg deleted file mode 100644 index 00073d0..0000000 --- a/web/vendor/bootstrap-icons/database-fill-exclamation.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-gear.svg b/web/vendor/bootstrap-icons/database-fill-gear.svg deleted file mode 100644 index 94fc2e6..0000000 --- a/web/vendor/bootstrap-icons/database-fill-gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-lock.svg b/web/vendor/bootstrap-icons/database-fill-lock.svg deleted file mode 100644 index a948205..0000000 --- a/web/vendor/bootstrap-icons/database-fill-lock.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-slash.svg b/web/vendor/bootstrap-icons/database-fill-slash.svg deleted file mode 100644 index 467e6bb..0000000 --- a/web/vendor/bootstrap-icons/database-fill-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-up.svg b/web/vendor/bootstrap-icons/database-fill-up.svg deleted file mode 100644 index 07f2d39..0000000 --- a/web/vendor/bootstrap-icons/database-fill-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill-x.svg b/web/vendor/bootstrap-icons/database-fill-x.svg deleted file mode 100644 index 73ff269..0000000 --- a/web/vendor/bootstrap-icons/database-fill-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-fill.svg b/web/vendor/bootstrap-icons/database-fill.svg deleted file mode 100644 index 8603874..0000000 --- a/web/vendor/bootstrap-icons/database-fill.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-gear.svg b/web/vendor/bootstrap-icons/database-gear.svg deleted file mode 100644 index 451763c..0000000 --- a/web/vendor/bootstrap-icons/database-gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-lock.svg b/web/vendor/bootstrap-icons/database-lock.svg deleted file mode 100644 index e150cd2..0000000 --- a/web/vendor/bootstrap-icons/database-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-slash.svg b/web/vendor/bootstrap-icons/database-slash.svg deleted file mode 100644 index e0cc9f2..0000000 --- a/web/vendor/bootstrap-icons/database-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-up.svg b/web/vendor/bootstrap-icons/database-up.svg deleted file mode 100644 index 63f7a10..0000000 --- a/web/vendor/bootstrap-icons/database-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database-x.svg b/web/vendor/bootstrap-icons/database-x.svg deleted file mode 100644 index f97779b..0000000 --- a/web/vendor/bootstrap-icons/database-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/database.svg b/web/vendor/bootstrap-icons/database.svg deleted file mode 100644 index 231c50c..0000000 --- a/web/vendor/bootstrap-icons/database.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/device-hdd-fill.svg b/web/vendor/bootstrap-icons/device-hdd-fill.svg deleted file mode 100644 index d5380c0..0000000 --- a/web/vendor/bootstrap-icons/device-hdd-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/device-hdd.svg b/web/vendor/bootstrap-icons/device-hdd.svg deleted file mode 100644 index 5163a58..0000000 --- a/web/vendor/bootstrap-icons/device-hdd.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/device-ssd-fill.svg b/web/vendor/bootstrap-icons/device-ssd-fill.svg deleted file mode 100644 index 0d1f9c3..0000000 --- a/web/vendor/bootstrap-icons/device-ssd-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/device-ssd.svg b/web/vendor/bootstrap-icons/device-ssd.svg deleted file mode 100644 index 8405f21..0000000 --- a/web/vendor/bootstrap-icons/device-ssd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diagram-2-fill.svg b/web/vendor/bootstrap-icons/diagram-2-fill.svg deleted file mode 100644 index 397ae15..0000000 --- a/web/vendor/bootstrap-icons/diagram-2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diagram-2.svg b/web/vendor/bootstrap-icons/diagram-2.svg deleted file mode 100644 index a6e5439..0000000 --- a/web/vendor/bootstrap-icons/diagram-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diagram-3-fill.svg b/web/vendor/bootstrap-icons/diagram-3-fill.svg deleted file mode 100644 index 7e47423..0000000 --- a/web/vendor/bootstrap-icons/diagram-3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diagram-3.svg b/web/vendor/bootstrap-icons/diagram-3.svg deleted file mode 100644 index ee3fd6f..0000000 --- a/web/vendor/bootstrap-icons/diagram-3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diamond-fill.svg b/web/vendor/bootstrap-icons/diamond-fill.svg deleted file mode 100644 index 1f86d1f..0000000 --- a/web/vendor/bootstrap-icons/diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diamond-half.svg b/web/vendor/bootstrap-icons/diamond-half.svg deleted file mode 100644 index 68254b6..0000000 --- a/web/vendor/bootstrap-icons/diamond-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/diamond.svg b/web/vendor/bootstrap-icons/diamond.svg deleted file mode 100644 index 44e2855..0000000 --- a/web/vendor/bootstrap-icons/diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-1-fill.svg b/web/vendor/bootstrap-icons/dice-1-fill.svg deleted file mode 100644 index a32e2cf..0000000 --- a/web/vendor/bootstrap-icons/dice-1-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-1.svg b/web/vendor/bootstrap-icons/dice-1.svg deleted file mode 100644 index afc64b0..0000000 --- a/web/vendor/bootstrap-icons/dice-1.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-2-fill.svg b/web/vendor/bootstrap-icons/dice-2-fill.svg deleted file mode 100644 index 131013e..0000000 --- a/web/vendor/bootstrap-icons/dice-2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-2.svg b/web/vendor/bootstrap-icons/dice-2.svg deleted file mode 100644 index ba1a79c..0000000 --- a/web/vendor/bootstrap-icons/dice-2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-3-fill.svg b/web/vendor/bootstrap-icons/dice-3-fill.svg deleted file mode 100644 index 158065d..0000000 --- a/web/vendor/bootstrap-icons/dice-3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-3.svg b/web/vendor/bootstrap-icons/dice-3.svg deleted file mode 100644 index b64c675..0000000 --- a/web/vendor/bootstrap-icons/dice-3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-4-fill.svg b/web/vendor/bootstrap-icons/dice-4-fill.svg deleted file mode 100644 index 7cf6e2c..0000000 --- a/web/vendor/bootstrap-icons/dice-4-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-4.svg b/web/vendor/bootstrap-icons/dice-4.svg deleted file mode 100644 index bd8bbf7..0000000 --- a/web/vendor/bootstrap-icons/dice-4.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-5-fill.svg b/web/vendor/bootstrap-icons/dice-5-fill.svg deleted file mode 100644 index 289cb45..0000000 --- a/web/vendor/bootstrap-icons/dice-5-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-5.svg b/web/vendor/bootstrap-icons/dice-5.svg deleted file mode 100644 index cc96a35..0000000 --- a/web/vendor/bootstrap-icons/dice-5.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-6-fill.svg b/web/vendor/bootstrap-icons/dice-6-fill.svg deleted file mode 100644 index 9b3d652..0000000 --- a/web/vendor/bootstrap-icons/dice-6-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dice-6.svg b/web/vendor/bootstrap-icons/dice-6.svg deleted file mode 100644 index 47ba0aa..0000000 --- a/web/vendor/bootstrap-icons/dice-6.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/disc-fill.svg b/web/vendor/bootstrap-icons/disc-fill.svg deleted file mode 100644 index 0d2d7f1..0000000 --- a/web/vendor/bootstrap-icons/disc-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/disc.svg b/web/vendor/bootstrap-icons/disc.svg deleted file mode 100644 index 360034c..0000000 --- a/web/vendor/bootstrap-icons/disc.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/discord.svg b/web/vendor/bootstrap-icons/discord.svg deleted file mode 100644 index 9905364..0000000 --- a/web/vendor/bootstrap-icons/discord.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/display-fill.svg b/web/vendor/bootstrap-icons/display-fill.svg deleted file mode 100644 index ed8e17e..0000000 --- a/web/vendor/bootstrap-icons/display-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/display.svg b/web/vendor/bootstrap-icons/display.svg deleted file mode 100644 index 40a7d4d..0000000 --- a/web/vendor/bootstrap-icons/display.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/displayport-fill.svg b/web/vendor/bootstrap-icons/displayport-fill.svg deleted file mode 100644 index 503a960..0000000 --- a/web/vendor/bootstrap-icons/displayport-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/displayport.svg b/web/vendor/bootstrap-icons/displayport.svg deleted file mode 100644 index 6b9e0bf..0000000 --- a/web/vendor/bootstrap-icons/displayport.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/distribute-horizontal.svg b/web/vendor/bootstrap-icons/distribute-horizontal.svg deleted file mode 100644 index 3f7044f..0000000 --- a/web/vendor/bootstrap-icons/distribute-horizontal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/distribute-vertical.svg b/web/vendor/bootstrap-icons/distribute-vertical.svg deleted file mode 100644 index cb77d1e..0000000 --- a/web/vendor/bootstrap-icons/distribute-vertical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/door-closed-fill.svg b/web/vendor/bootstrap-icons/door-closed-fill.svg deleted file mode 100644 index 1cad66b..0000000 --- a/web/vendor/bootstrap-icons/door-closed-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/door-closed.svg b/web/vendor/bootstrap-icons/door-closed.svg deleted file mode 100644 index e20b918..0000000 --- a/web/vendor/bootstrap-icons/door-closed.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/door-open-fill.svg b/web/vendor/bootstrap-icons/door-open-fill.svg deleted file mode 100644 index 38eaff0..0000000 --- a/web/vendor/bootstrap-icons/door-open-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/door-open.svg b/web/vendor/bootstrap-icons/door-open.svg deleted file mode 100644 index 328f353..0000000 --- a/web/vendor/bootstrap-icons/door-open.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dot.svg b/web/vendor/bootstrap-icons/dot.svg deleted file mode 100644 index edc674e..0000000 --- a/web/vendor/bootstrap-icons/dot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/download.svg b/web/vendor/bootstrap-icons/download.svg deleted file mode 100644 index 90a34a3..0000000 --- a/web/vendor/bootstrap-icons/download.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dpad-fill.svg b/web/vendor/bootstrap-icons/dpad-fill.svg deleted file mode 100644 index 1c1153a..0000000 --- a/web/vendor/bootstrap-icons/dpad-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dpad.svg b/web/vendor/bootstrap-icons/dpad.svg deleted file mode 100644 index 71ddb24..0000000 --- a/web/vendor/bootstrap-icons/dpad.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dribbble.svg b/web/vendor/bootstrap-icons/dribbble.svg deleted file mode 100644 index 725ff7f..0000000 --- a/web/vendor/bootstrap-icons/dribbble.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/dropbox.svg b/web/vendor/bootstrap-icons/dropbox.svg deleted file mode 100644 index d052f25..0000000 --- a/web/vendor/bootstrap-icons/dropbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/droplet-fill.svg b/web/vendor/bootstrap-icons/droplet-fill.svg deleted file mode 100644 index 85feddf..0000000 --- a/web/vendor/bootstrap-icons/droplet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/droplet-half.svg b/web/vendor/bootstrap-icons/droplet-half.svg deleted file mode 100644 index bcd1c76..0000000 --- a/web/vendor/bootstrap-icons/droplet-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/droplet.svg b/web/vendor/bootstrap-icons/droplet.svg deleted file mode 100644 index 204ec67..0000000 --- a/web/vendor/bootstrap-icons/droplet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/duffle-fill.svg b/web/vendor/bootstrap-icons/duffle-fill.svg deleted file mode 100644 index 885ee80..0000000 --- a/web/vendor/bootstrap-icons/duffle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/duffle.svg b/web/vendor/bootstrap-icons/duffle.svg deleted file mode 100644 index 1180de8..0000000 --- a/web/vendor/bootstrap-icons/duffle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ear-fill.svg b/web/vendor/bootstrap-icons/ear-fill.svg deleted file mode 100644 index 2d135d6..0000000 --- a/web/vendor/bootstrap-icons/ear-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ear.svg b/web/vendor/bootstrap-icons/ear.svg deleted file mode 100644 index 061fe2f..0000000 --- a/web/vendor/bootstrap-icons/ear.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/earbuds.svg b/web/vendor/bootstrap-icons/earbuds.svg deleted file mode 100644 index 923bfca..0000000 --- a/web/vendor/bootstrap-icons/earbuds.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel-fill.svg b/web/vendor/bootstrap-icons/easel-fill.svg deleted file mode 100644 index 8086507..0000000 --- a/web/vendor/bootstrap-icons/easel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel.svg b/web/vendor/bootstrap-icons/easel.svg deleted file mode 100644 index 5c0f5a2..0000000 --- a/web/vendor/bootstrap-icons/easel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel2-fill.svg b/web/vendor/bootstrap-icons/easel2-fill.svg deleted file mode 100644 index 309b438..0000000 --- a/web/vendor/bootstrap-icons/easel2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel2.svg b/web/vendor/bootstrap-icons/easel2.svg deleted file mode 100644 index 74372fb..0000000 --- a/web/vendor/bootstrap-icons/easel2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel3-fill.svg b/web/vendor/bootstrap-icons/easel3-fill.svg deleted file mode 100644 index fc547ea..0000000 --- a/web/vendor/bootstrap-icons/easel3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/easel3.svg b/web/vendor/bootstrap-icons/easel3.svg deleted file mode 100644 index f06a868..0000000 --- a/web/vendor/bootstrap-icons/easel3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/egg-fill.svg b/web/vendor/bootstrap-icons/egg-fill.svg deleted file mode 100644 index b70cf16..0000000 --- a/web/vendor/bootstrap-icons/egg-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/egg-fried.svg b/web/vendor/bootstrap-icons/egg-fried.svg deleted file mode 100644 index b0cefbc..0000000 --- a/web/vendor/bootstrap-icons/egg-fried.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/egg.svg b/web/vendor/bootstrap-icons/egg.svg deleted file mode 100644 index f23d8d4..0000000 --- a/web/vendor/bootstrap-icons/egg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eject-fill.svg b/web/vendor/bootstrap-icons/eject-fill.svg deleted file mode 100644 index 9604988..0000000 --- a/web/vendor/bootstrap-icons/eject-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eject.svg b/web/vendor/bootstrap-icons/eject.svg deleted file mode 100644 index 71a3ab6..0000000 --- a/web/vendor/bootstrap-icons/eject.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-angry-fill.svg b/web/vendor/bootstrap-icons/emoji-angry-fill.svg deleted file mode 100644 index d14d92d..0000000 --- a/web/vendor/bootstrap-icons/emoji-angry-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-angry.svg b/web/vendor/bootstrap-icons/emoji-angry.svg deleted file mode 100644 index ee925fe..0000000 --- a/web/vendor/bootstrap-icons/emoji-angry.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-astonished-fill.svg b/web/vendor/bootstrap-icons/emoji-astonished-fill.svg deleted file mode 100644 index 22a566f..0000000 --- a/web/vendor/bootstrap-icons/emoji-astonished-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-astonished.svg b/web/vendor/bootstrap-icons/emoji-astonished.svg deleted file mode 100644 index 13f7cdd..0000000 --- a/web/vendor/bootstrap-icons/emoji-astonished.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-dizzy-fill.svg b/web/vendor/bootstrap-icons/emoji-dizzy-fill.svg deleted file mode 100644 index 98ab490..0000000 --- a/web/vendor/bootstrap-icons/emoji-dizzy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-dizzy.svg b/web/vendor/bootstrap-icons/emoji-dizzy.svg deleted file mode 100644 index fcef602..0000000 --- a/web/vendor/bootstrap-icons/emoji-dizzy.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-expressionless-fill.svg b/web/vendor/bootstrap-icons/emoji-expressionless-fill.svg deleted file mode 100644 index 17ac348..0000000 --- a/web/vendor/bootstrap-icons/emoji-expressionless-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-expressionless.svg b/web/vendor/bootstrap-icons/emoji-expressionless.svg deleted file mode 100644 index 8d7f68f..0000000 --- a/web/vendor/bootstrap-icons/emoji-expressionless.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-frown-fill.svg b/web/vendor/bootstrap-icons/emoji-frown-fill.svg deleted file mode 100644 index 7a16dfb..0000000 --- a/web/vendor/bootstrap-icons/emoji-frown-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-frown.svg b/web/vendor/bootstrap-icons/emoji-frown.svg deleted file mode 100644 index 696031b..0000000 --- a/web/vendor/bootstrap-icons/emoji-frown.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-grimace-fill.svg b/web/vendor/bootstrap-icons/emoji-grimace-fill.svg deleted file mode 100644 index 6cabf80..0000000 --- a/web/vendor/bootstrap-icons/emoji-grimace-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-grimace.svg b/web/vendor/bootstrap-icons/emoji-grimace.svg deleted file mode 100644 index 75a2a09..0000000 --- a/web/vendor/bootstrap-icons/emoji-grimace.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-grin-fill.svg b/web/vendor/bootstrap-icons/emoji-grin-fill.svg deleted file mode 100644 index 08c675e..0000000 --- a/web/vendor/bootstrap-icons/emoji-grin-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-grin.svg b/web/vendor/bootstrap-icons/emoji-grin.svg deleted file mode 100644 index 32bbf51..0000000 --- a/web/vendor/bootstrap-icons/emoji-grin.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-heart-eyes-fill.svg b/web/vendor/bootstrap-icons/emoji-heart-eyes-fill.svg deleted file mode 100644 index d34f6e8..0000000 --- a/web/vendor/bootstrap-icons/emoji-heart-eyes-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-heart-eyes.svg b/web/vendor/bootstrap-icons/emoji-heart-eyes.svg deleted file mode 100644 index 5832822..0000000 --- a/web/vendor/bootstrap-icons/emoji-heart-eyes.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-kiss-fill.svg b/web/vendor/bootstrap-icons/emoji-kiss-fill.svg deleted file mode 100644 index 15a9cdd..0000000 --- a/web/vendor/bootstrap-icons/emoji-kiss-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-kiss.svg b/web/vendor/bootstrap-icons/emoji-kiss.svg deleted file mode 100644 index 2348d97..0000000 --- a/web/vendor/bootstrap-icons/emoji-kiss.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-laughing-fill.svg b/web/vendor/bootstrap-icons/emoji-laughing-fill.svg deleted file mode 100644 index 0130bf4..0000000 --- a/web/vendor/bootstrap-icons/emoji-laughing-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-laughing.svg b/web/vendor/bootstrap-icons/emoji-laughing.svg deleted file mode 100644 index 76b87f5..0000000 --- a/web/vendor/bootstrap-icons/emoji-laughing.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-neutral-fill.svg b/web/vendor/bootstrap-icons/emoji-neutral-fill.svg deleted file mode 100644 index 662603a..0000000 --- a/web/vendor/bootstrap-icons/emoji-neutral-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-neutral.svg b/web/vendor/bootstrap-icons/emoji-neutral.svg deleted file mode 100644 index d6b60f8..0000000 --- a/web/vendor/bootstrap-icons/emoji-neutral.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-smile-fill.svg b/web/vendor/bootstrap-icons/emoji-smile-fill.svg deleted file mode 100644 index 439dff0..0000000 --- a/web/vendor/bootstrap-icons/emoji-smile-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-smile-upside-down-fill.svg b/web/vendor/bootstrap-icons/emoji-smile-upside-down-fill.svg deleted file mode 100644 index 2d6acca..0000000 --- a/web/vendor/bootstrap-icons/emoji-smile-upside-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-smile-upside-down.svg b/web/vendor/bootstrap-icons/emoji-smile-upside-down.svg deleted file mode 100644 index d2d93ed..0000000 --- a/web/vendor/bootstrap-icons/emoji-smile-upside-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-smile.svg b/web/vendor/bootstrap-icons/emoji-smile.svg deleted file mode 100644 index bba78da..0000000 --- a/web/vendor/bootstrap-icons/emoji-smile.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-sunglasses-fill.svg b/web/vendor/bootstrap-icons/emoji-sunglasses-fill.svg deleted file mode 100644 index a1318c2..0000000 --- a/web/vendor/bootstrap-icons/emoji-sunglasses-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-sunglasses.svg b/web/vendor/bootstrap-icons/emoji-sunglasses.svg deleted file mode 100644 index 188b56c..0000000 --- a/web/vendor/bootstrap-icons/emoji-sunglasses.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-surprise-fill.svg b/web/vendor/bootstrap-icons/emoji-surprise-fill.svg deleted file mode 100644 index 9f6f620..0000000 --- a/web/vendor/bootstrap-icons/emoji-surprise-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-surprise.svg b/web/vendor/bootstrap-icons/emoji-surprise.svg deleted file mode 100644 index af246bf..0000000 --- a/web/vendor/bootstrap-icons/emoji-surprise.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-tear-fill.svg b/web/vendor/bootstrap-icons/emoji-tear-fill.svg deleted file mode 100644 index 3ccf87d..0000000 --- a/web/vendor/bootstrap-icons/emoji-tear-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-tear.svg b/web/vendor/bootstrap-icons/emoji-tear.svg deleted file mode 100644 index 31b6597..0000000 --- a/web/vendor/bootstrap-icons/emoji-tear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-wink-fill.svg b/web/vendor/bootstrap-icons/emoji-wink-fill.svg deleted file mode 100644 index 2f3e480..0000000 --- a/web/vendor/bootstrap-icons/emoji-wink-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/emoji-wink.svg b/web/vendor/bootstrap-icons/emoji-wink.svg deleted file mode 100644 index 7fe9116..0000000 --- a/web/vendor/bootstrap-icons/emoji-wink.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-arrow-down-fill.svg b/web/vendor/bootstrap-icons/envelope-arrow-down-fill.svg deleted file mode 100644 index a5160e7..0000000 --- a/web/vendor/bootstrap-icons/envelope-arrow-down-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-arrow-down.svg b/web/vendor/bootstrap-icons/envelope-arrow-down.svg deleted file mode 100644 index 36b6f54..0000000 --- a/web/vendor/bootstrap-icons/envelope-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-arrow-up-fill.svg b/web/vendor/bootstrap-icons/envelope-arrow-up-fill.svg deleted file mode 100644 index 2757974..0000000 --- a/web/vendor/bootstrap-icons/envelope-arrow-up-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-arrow-up.svg b/web/vendor/bootstrap-icons/envelope-arrow-up.svg deleted file mode 100644 index ff2fae0..0000000 --- a/web/vendor/bootstrap-icons/envelope-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-at-fill.svg b/web/vendor/bootstrap-icons/envelope-at-fill.svg deleted file mode 100644 index e39ff38..0000000 --- a/web/vendor/bootstrap-icons/envelope-at-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-at.svg b/web/vendor/bootstrap-icons/envelope-at.svg deleted file mode 100644 index 163c3ba..0000000 --- a/web/vendor/bootstrap-icons/envelope-at.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-check-fill.svg b/web/vendor/bootstrap-icons/envelope-check-fill.svg deleted file mode 100644 index 26d753a..0000000 --- a/web/vendor/bootstrap-icons/envelope-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-check.svg b/web/vendor/bootstrap-icons/envelope-check.svg deleted file mode 100644 index fbc765b..0000000 --- a/web/vendor/bootstrap-icons/envelope-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-dash-fill.svg b/web/vendor/bootstrap-icons/envelope-dash-fill.svg deleted file mode 100644 index 6e9e745..0000000 --- a/web/vendor/bootstrap-icons/envelope-dash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-dash.svg b/web/vendor/bootstrap-icons/envelope-dash.svg deleted file mode 100644 index d6457cf..0000000 --- a/web/vendor/bootstrap-icons/envelope-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-exclamation-fill.svg b/web/vendor/bootstrap-icons/envelope-exclamation-fill.svg deleted file mode 100644 index e14f047..0000000 --- a/web/vendor/bootstrap-icons/envelope-exclamation-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-exclamation.svg b/web/vendor/bootstrap-icons/envelope-exclamation.svg deleted file mode 100644 index 4aca0a9..0000000 --- a/web/vendor/bootstrap-icons/envelope-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-fill.svg b/web/vendor/bootstrap-icons/envelope-fill.svg deleted file mode 100644 index 966ef94..0000000 --- a/web/vendor/bootstrap-icons/envelope-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-heart-fill.svg b/web/vendor/bootstrap-icons/envelope-heart-fill.svg deleted file mode 100644 index 4158841..0000000 --- a/web/vendor/bootstrap-icons/envelope-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-heart.svg b/web/vendor/bootstrap-icons/envelope-heart.svg deleted file mode 100644 index c886df2..0000000 --- a/web/vendor/bootstrap-icons/envelope-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-open-fill.svg b/web/vendor/bootstrap-icons/envelope-open-fill.svg deleted file mode 100644 index 972d0e3..0000000 --- a/web/vendor/bootstrap-icons/envelope-open-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-open-heart-fill.svg b/web/vendor/bootstrap-icons/envelope-open-heart-fill.svg deleted file mode 100644 index 13263fa..0000000 --- a/web/vendor/bootstrap-icons/envelope-open-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-open-heart.svg b/web/vendor/bootstrap-icons/envelope-open-heart.svg deleted file mode 100644 index 7018116..0000000 --- a/web/vendor/bootstrap-icons/envelope-open-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-open.svg b/web/vendor/bootstrap-icons/envelope-open.svg deleted file mode 100644 index 3daa2eb..0000000 --- a/web/vendor/bootstrap-icons/envelope-open.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-paper-fill.svg b/web/vendor/bootstrap-icons/envelope-paper-fill.svg deleted file mode 100644 index c8a187c..0000000 --- a/web/vendor/bootstrap-icons/envelope-paper-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-paper-heart-fill.svg b/web/vendor/bootstrap-icons/envelope-paper-heart-fill.svg deleted file mode 100644 index 7f58d57..0000000 --- a/web/vendor/bootstrap-icons/envelope-paper-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-paper-heart.svg b/web/vendor/bootstrap-icons/envelope-paper-heart.svg deleted file mode 100644 index 73b91d9..0000000 --- a/web/vendor/bootstrap-icons/envelope-paper-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-paper.svg b/web/vendor/bootstrap-icons/envelope-paper.svg deleted file mode 100644 index 20fcc2a..0000000 --- a/web/vendor/bootstrap-icons/envelope-paper.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-plus-fill.svg b/web/vendor/bootstrap-icons/envelope-plus-fill.svg deleted file mode 100644 index 453a9fd..0000000 --- a/web/vendor/bootstrap-icons/envelope-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-plus.svg b/web/vendor/bootstrap-icons/envelope-plus.svg deleted file mode 100644 index 7e960a0..0000000 --- a/web/vendor/bootstrap-icons/envelope-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-slash-fill.svg b/web/vendor/bootstrap-icons/envelope-slash-fill.svg deleted file mode 100644 index 90eb7ef..0000000 --- a/web/vendor/bootstrap-icons/envelope-slash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-slash.svg b/web/vendor/bootstrap-icons/envelope-slash.svg deleted file mode 100644 index 65cb167..0000000 --- a/web/vendor/bootstrap-icons/envelope-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-x-fill.svg b/web/vendor/bootstrap-icons/envelope-x-fill.svg deleted file mode 100644 index 8f6a79c..0000000 --- a/web/vendor/bootstrap-icons/envelope-x-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope-x.svg b/web/vendor/bootstrap-icons/envelope-x.svg deleted file mode 100644 index ea74027..0000000 --- a/web/vendor/bootstrap-icons/envelope-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/envelope.svg b/web/vendor/bootstrap-icons/envelope.svg deleted file mode 100644 index 78bf1de..0000000 --- a/web/vendor/bootstrap-icons/envelope.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eraser-fill.svg b/web/vendor/bootstrap-icons/eraser-fill.svg deleted file mode 100644 index c3866e1..0000000 --- a/web/vendor/bootstrap-icons/eraser-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eraser.svg b/web/vendor/bootstrap-icons/eraser.svg deleted file mode 100644 index fe62336..0000000 --- a/web/vendor/bootstrap-icons/eraser.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/escape.svg b/web/vendor/bootstrap-icons/escape.svg deleted file mode 100644 index 66176b6..0000000 --- a/web/vendor/bootstrap-icons/escape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ethernet.svg b/web/vendor/bootstrap-icons/ethernet.svg deleted file mode 100644 index 739a2de..0000000 --- a/web/vendor/bootstrap-icons/ethernet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ev-front-fill.svg b/web/vendor/bootstrap-icons/ev-front-fill.svg deleted file mode 100644 index 53b947d..0000000 --- a/web/vendor/bootstrap-icons/ev-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ev-front.svg b/web/vendor/bootstrap-icons/ev-front.svg deleted file mode 100644 index 7f053a5..0000000 --- a/web/vendor/bootstrap-icons/ev-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ev-station-fill.svg b/web/vendor/bootstrap-icons/ev-station-fill.svg deleted file mode 100644 index a1ad007..0000000 --- a/web/vendor/bootstrap-icons/ev-station-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ev-station.svg b/web/vendor/bootstrap-icons/ev-station.svg deleted file mode 100644 index 90470f6..0000000 --- a/web/vendor/bootstrap-icons/ev-station.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-circle-fill.svg b/web/vendor/bootstrap-icons/exclamation-circle-fill.svg deleted file mode 100644 index 13ce7ab..0000000 --- a/web/vendor/bootstrap-icons/exclamation-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-circle.svg b/web/vendor/bootstrap-icons/exclamation-circle.svg deleted file mode 100644 index f3befe0..0000000 --- a/web/vendor/bootstrap-icons/exclamation-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-diamond-fill.svg b/web/vendor/bootstrap-icons/exclamation-diamond-fill.svg deleted file mode 100644 index cb14aee..0000000 --- a/web/vendor/bootstrap-icons/exclamation-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-diamond.svg b/web/vendor/bootstrap-icons/exclamation-diamond.svg deleted file mode 100644 index 4881e6d..0000000 --- a/web/vendor/bootstrap-icons/exclamation-diamond.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-lg.svg b/web/vendor/bootstrap-icons/exclamation-lg.svg deleted file mode 100644 index 18f6a87..0000000 --- a/web/vendor/bootstrap-icons/exclamation-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-octagon-fill.svg b/web/vendor/bootstrap-icons/exclamation-octagon-fill.svg deleted file mode 100644 index 494010b..0000000 --- a/web/vendor/bootstrap-icons/exclamation-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-octagon.svg b/web/vendor/bootstrap-icons/exclamation-octagon.svg deleted file mode 100644 index 7f25938..0000000 --- a/web/vendor/bootstrap-icons/exclamation-octagon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-square-fill.svg b/web/vendor/bootstrap-icons/exclamation-square-fill.svg deleted file mode 100644 index d80a4e9..0000000 --- a/web/vendor/bootstrap-icons/exclamation-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-square.svg b/web/vendor/bootstrap-icons/exclamation-square.svg deleted file mode 100644 index 2a0f2ae..0000000 --- a/web/vendor/bootstrap-icons/exclamation-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-triangle-fill.svg b/web/vendor/bootstrap-icons/exclamation-triangle-fill.svg deleted file mode 100644 index 52fd508..0000000 --- a/web/vendor/bootstrap-icons/exclamation-triangle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation-triangle.svg b/web/vendor/bootstrap-icons/exclamation-triangle.svg deleted file mode 100644 index 506b777..0000000 --- a/web/vendor/bootstrap-icons/exclamation-triangle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclamation.svg b/web/vendor/bootstrap-icons/exclamation.svg deleted file mode 100644 index d39cb95..0000000 --- a/web/vendor/bootstrap-icons/exclamation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exclude.svg b/web/vendor/bootstrap-icons/exclude.svg deleted file mode 100644 index ef18355..0000000 --- a/web/vendor/bootstrap-icons/exclude.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/explicit-fill.svg b/web/vendor/bootstrap-icons/explicit-fill.svg deleted file mode 100644 index c0cb6f0..0000000 --- a/web/vendor/bootstrap-icons/explicit-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/explicit.svg b/web/vendor/bootstrap-icons/explicit.svg deleted file mode 100644 index a7ffae7..0000000 --- a/web/vendor/bootstrap-icons/explicit.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/exposure.svg b/web/vendor/bootstrap-icons/exposure.svg deleted file mode 100644 index 9de0e64..0000000 --- a/web/vendor/bootstrap-icons/exposure.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eye-fill.svg b/web/vendor/bootstrap-icons/eye-fill.svg deleted file mode 100644 index 288d2eb..0000000 --- a/web/vendor/bootstrap-icons/eye-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eye-slash-fill.svg b/web/vendor/bootstrap-icons/eye-slash-fill.svg deleted file mode 100644 index 10cca74..0000000 --- a/web/vendor/bootstrap-icons/eye-slash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eye-slash.svg b/web/vendor/bootstrap-icons/eye-slash.svg deleted file mode 100644 index 359c270..0000000 --- a/web/vendor/bootstrap-icons/eye-slash.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eye.svg b/web/vendor/bootstrap-icons/eye.svg deleted file mode 100644 index 393b485..0000000 --- a/web/vendor/bootstrap-icons/eye.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eyedropper.svg b/web/vendor/bootstrap-icons/eyedropper.svg deleted file mode 100644 index 4579888..0000000 --- a/web/vendor/bootstrap-icons/eyedropper.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/eyeglasses.svg b/web/vendor/bootstrap-icons/eyeglasses.svg deleted file mode 100644 index 6b2eb97..0000000 --- a/web/vendor/bootstrap-icons/eyeglasses.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/facebook.svg b/web/vendor/bootstrap-icons/facebook.svg deleted file mode 100644 index 5fc7cec..0000000 --- a/web/vendor/bootstrap-icons/facebook.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fan.svg b/web/vendor/bootstrap-icons/fan.svg deleted file mode 100644 index ec8fe20..0000000 --- a/web/vendor/bootstrap-icons/fan.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward-btn-fill.svg b/web/vendor/bootstrap-icons/fast-forward-btn-fill.svg deleted file mode 100644 index fd750fe..0000000 --- a/web/vendor/bootstrap-icons/fast-forward-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward-btn.svg b/web/vendor/bootstrap-icons/fast-forward-btn.svg deleted file mode 100644 index 5e68554..0000000 --- a/web/vendor/bootstrap-icons/fast-forward-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward-circle-fill.svg b/web/vendor/bootstrap-icons/fast-forward-circle-fill.svg deleted file mode 100644 index 3946fa3..0000000 --- a/web/vendor/bootstrap-icons/fast-forward-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward-circle.svg b/web/vendor/bootstrap-icons/fast-forward-circle.svg deleted file mode 100644 index e7f7158..0000000 --- a/web/vendor/bootstrap-icons/fast-forward-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward-fill.svg b/web/vendor/bootstrap-icons/fast-forward-fill.svg deleted file mode 100644 index ae17a7e..0000000 --- a/web/vendor/bootstrap-icons/fast-forward-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fast-forward.svg b/web/vendor/bootstrap-icons/fast-forward.svg deleted file mode 100644 index 2142979..0000000 --- a/web/vendor/bootstrap-icons/fast-forward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/feather.svg b/web/vendor/bootstrap-icons/feather.svg deleted file mode 100644 index f0462c2..0000000 --- a/web/vendor/bootstrap-icons/feather.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/feather2.svg b/web/vendor/bootstrap-icons/feather2.svg deleted file mode 100644 index badc17a..0000000 --- a/web/vendor/bootstrap-icons/feather2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-arrow-down-fill.svg b/web/vendor/bootstrap-icons/file-arrow-down-fill.svg deleted file mode 100644 index 5b5c552..0000000 --- a/web/vendor/bootstrap-icons/file-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-arrow-down.svg b/web/vendor/bootstrap-icons/file-arrow-down.svg deleted file mode 100644 index f504b98..0000000 --- a/web/vendor/bootstrap-icons/file-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-arrow-up-fill.svg b/web/vendor/bootstrap-icons/file-arrow-up-fill.svg deleted file mode 100644 index ef56199..0000000 --- a/web/vendor/bootstrap-icons/file-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-arrow-up.svg b/web/vendor/bootstrap-icons/file-arrow-up.svg deleted file mode 100644 index 9c88467..0000000 --- a/web/vendor/bootstrap-icons/file-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-bar-graph-fill.svg b/web/vendor/bootstrap-icons/file-bar-graph-fill.svg deleted file mode 100644 index 686b60b..0000000 --- a/web/vendor/bootstrap-icons/file-bar-graph-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-bar-graph.svg b/web/vendor/bootstrap-icons/file-bar-graph.svg deleted file mode 100644 index f953927..0000000 --- a/web/vendor/bootstrap-icons/file-bar-graph.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-binary-fill.svg b/web/vendor/bootstrap-icons/file-binary-fill.svg deleted file mode 100644 index 920c2a7..0000000 --- a/web/vendor/bootstrap-icons/file-binary-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-binary.svg b/web/vendor/bootstrap-icons/file-binary.svg deleted file mode 100644 index 0ecece7..0000000 --- a/web/vendor/bootstrap-icons/file-binary.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-break-fill.svg b/web/vendor/bootstrap-icons/file-break-fill.svg deleted file mode 100644 index bdbe1b9..0000000 --- a/web/vendor/bootstrap-icons/file-break-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-break.svg b/web/vendor/bootstrap-icons/file-break.svg deleted file mode 100644 index e94b3a3..0000000 --- a/web/vendor/bootstrap-icons/file-break.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-check-fill.svg b/web/vendor/bootstrap-icons/file-check-fill.svg deleted file mode 100644 index cf165d3..0000000 --- a/web/vendor/bootstrap-icons/file-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-check.svg b/web/vendor/bootstrap-icons/file-check.svg deleted file mode 100644 index 10863e1..0000000 --- a/web/vendor/bootstrap-icons/file-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-code-fill.svg b/web/vendor/bootstrap-icons/file-code-fill.svg deleted file mode 100644 index 912ed0c..0000000 --- a/web/vendor/bootstrap-icons/file-code-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-code.svg b/web/vendor/bootstrap-icons/file-code.svg deleted file mode 100644 index 58b0014..0000000 --- a/web/vendor/bootstrap-icons/file-code.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-diff-fill.svg b/web/vendor/bootstrap-icons/file-diff-fill.svg deleted file mode 100644 index c108b87..0000000 --- a/web/vendor/bootstrap-icons/file-diff-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-diff.svg b/web/vendor/bootstrap-icons/file-diff.svg deleted file mode 100644 index 088c6de..0000000 --- a/web/vendor/bootstrap-icons/file-diff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-arrow-down-fill.svg b/web/vendor/bootstrap-icons/file-earmark-arrow-down-fill.svg deleted file mode 100644 index 3941f1f..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-arrow-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-arrow-down.svg b/web/vendor/bootstrap-icons/file-earmark-arrow-down.svg deleted file mode 100644 index 37c4cd5..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-arrow-up-fill.svg b/web/vendor/bootstrap-icons/file-earmark-arrow-up-fill.svg deleted file mode 100644 index 97a339d..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-arrow-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-arrow-up.svg b/web/vendor/bootstrap-icons/file-earmark-arrow-up.svg deleted file mode 100644 index 1c827e9..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-bar-graph-fill.svg b/web/vendor/bootstrap-icons/file-earmark-bar-graph-fill.svg deleted file mode 100644 index a4c69b5..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-bar-graph-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-bar-graph.svg b/web/vendor/bootstrap-icons/file-earmark-bar-graph.svg deleted file mode 100644 index d367eca..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-bar-graph.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-binary-fill.svg b/web/vendor/bootstrap-icons/file-earmark-binary-fill.svg deleted file mode 100644 index a1f9933..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-binary-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-binary.svg b/web/vendor/bootstrap-icons/file-earmark-binary.svg deleted file mode 100644 index 1528578..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-binary.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-break-fill.svg b/web/vendor/bootstrap-icons/file-earmark-break-fill.svg deleted file mode 100644 index e9aadce..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-break-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-break.svg b/web/vendor/bootstrap-icons/file-earmark-break.svg deleted file mode 100644 index 4874715..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-break.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-check-fill.svg b/web/vendor/bootstrap-icons/file-earmark-check-fill.svg deleted file mode 100644 index f3e9eb3..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-check.svg b/web/vendor/bootstrap-icons/file-earmark-check.svg deleted file mode 100644 index dc36963..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-code-fill.svg b/web/vendor/bootstrap-icons/file-earmark-code-fill.svg deleted file mode 100644 index 2c154fa..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-code-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-code.svg b/web/vendor/bootstrap-icons/file-earmark-code.svg deleted file mode 100644 index ccd3528..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-code.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-diff-fill.svg b/web/vendor/bootstrap-icons/file-earmark-diff-fill.svg deleted file mode 100644 index 3b71e66..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-diff-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-diff.svg b/web/vendor/bootstrap-icons/file-earmark-diff.svg deleted file mode 100644 index 97dfc0b..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-diff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-easel-fill.svg b/web/vendor/bootstrap-icons/file-earmark-easel-fill.svg deleted file mode 100644 index e74c974..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-easel-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-easel.svg b/web/vendor/bootstrap-icons/file-earmark-easel.svg deleted file mode 100644 index 2feeabc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-easel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-excel-fill.svg b/web/vendor/bootstrap-icons/file-earmark-excel-fill.svg deleted file mode 100644 index 405a572..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-excel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-excel.svg b/web/vendor/bootstrap-icons/file-earmark-excel.svg deleted file mode 100644 index 5432bcf..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-excel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-fill.svg b/web/vendor/bootstrap-icons/file-earmark-fill.svg deleted file mode 100644 index 2f3ef6c..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-font-fill.svg b/web/vendor/bootstrap-icons/file-earmark-font-fill.svg deleted file mode 100644 index d3014bf..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-font-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-font.svg b/web/vendor/bootstrap-icons/file-earmark-font.svg deleted file mode 100644 index c9864cd..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-font.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-image-fill.svg b/web/vendor/bootstrap-icons/file-earmark-image-fill.svg deleted file mode 100644 index 3ec76dc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-image-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-image.svg b/web/vendor/bootstrap-icons/file-earmark-image.svg deleted file mode 100644 index 1c3815d..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-lock-fill.svg b/web/vendor/bootstrap-icons/file-earmark-lock-fill.svg deleted file mode 100644 index 4c45a61..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-lock-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-lock.svg b/web/vendor/bootstrap-icons/file-earmark-lock.svg deleted file mode 100644 index c8319a6..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-lock2-fill.svg b/web/vendor/bootstrap-icons/file-earmark-lock2-fill.svg deleted file mode 100644 index 76e8bd8..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-lock2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-lock2.svg b/web/vendor/bootstrap-icons/file-earmark-lock2.svg deleted file mode 100644 index bd8f592..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-lock2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-medical-fill.svg b/web/vendor/bootstrap-icons/file-earmark-medical-fill.svg deleted file mode 100644 index 42a0581..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-medical-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-medical.svg b/web/vendor/bootstrap-icons/file-earmark-medical.svg deleted file mode 100644 index e24c90c..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-medical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-minus-fill.svg b/web/vendor/bootstrap-icons/file-earmark-minus-fill.svg deleted file mode 100644 index a5dca2d..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-minus.svg b/web/vendor/bootstrap-icons/file-earmark-minus.svg deleted file mode 100644 index cdc0026..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-music-fill.svg b/web/vendor/bootstrap-icons/file-earmark-music-fill.svg deleted file mode 100644 index b865e4e..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-music-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-music.svg b/web/vendor/bootstrap-icons/file-earmark-music.svg deleted file mode 100644 index e18ec85..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-music.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-pdf-fill.svg b/web/vendor/bootstrap-icons/file-earmark-pdf-fill.svg deleted file mode 100644 index 219c5a3..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-pdf-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-pdf.svg b/web/vendor/bootstrap-icons/file-earmark-pdf.svg deleted file mode 100644 index 51b9975..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-pdf.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-person-fill.svg b/web/vendor/bootstrap-icons/file-earmark-person-fill.svg deleted file mode 100644 index 49ceda6..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-person.svg b/web/vendor/bootstrap-icons/file-earmark-person.svg deleted file mode 100644 index 08a78cc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-person.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-play-fill.svg b/web/vendor/bootstrap-icons/file-earmark-play-fill.svg deleted file mode 100644 index 341eb37..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-play.svg b/web/vendor/bootstrap-icons/file-earmark-play.svg deleted file mode 100644 index abe215b..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-play.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-plus-fill.svg b/web/vendor/bootstrap-icons/file-earmark-plus-fill.svg deleted file mode 100644 index ef99c8a..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-plus.svg b/web/vendor/bootstrap-icons/file-earmark-plus.svg deleted file mode 100644 index 964e855..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-post-fill.svg b/web/vendor/bootstrap-icons/file-earmark-post-fill.svg deleted file mode 100644 index 548773f..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-post-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-post.svg b/web/vendor/bootstrap-icons/file-earmark-post.svg deleted file mode 100644 index d9f44a1..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-post.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-ppt-fill.svg b/web/vendor/bootstrap-icons/file-earmark-ppt-fill.svg deleted file mode 100644 index e96a461..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-ppt-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-ppt.svg b/web/vendor/bootstrap-icons/file-earmark-ppt.svg deleted file mode 100644 index cab71bc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-ppt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-richtext-fill.svg b/web/vendor/bootstrap-icons/file-earmark-richtext-fill.svg deleted file mode 100644 index 55da25c..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-richtext-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-richtext.svg b/web/vendor/bootstrap-icons/file-earmark-richtext.svg deleted file mode 100644 index 3f3a6ad..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-richtext.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-ruled-fill.svg b/web/vendor/bootstrap-icons/file-earmark-ruled-fill.svg deleted file mode 100644 index ee90c80..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-ruled-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-ruled.svg b/web/vendor/bootstrap-icons/file-earmark-ruled.svg deleted file mode 100644 index ebd617e..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-ruled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-slides-fill.svg b/web/vendor/bootstrap-icons/file-earmark-slides-fill.svg deleted file mode 100644 index e7f76f4..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-slides-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-slides.svg b/web/vendor/bootstrap-icons/file-earmark-slides.svg deleted file mode 100644 index e643cd3..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-slides.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-spreadsheet-fill.svg b/web/vendor/bootstrap-icons/file-earmark-spreadsheet-fill.svg deleted file mode 100644 index 02ac9ec..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-spreadsheet-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-spreadsheet.svg b/web/vendor/bootstrap-icons/file-earmark-spreadsheet.svg deleted file mode 100644 index a6bb6e4..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-spreadsheet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-text-fill.svg b/web/vendor/bootstrap-icons/file-earmark-text-fill.svg deleted file mode 100644 index bfedd6b..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-text.svg b/web/vendor/bootstrap-icons/file-earmark-text.svg deleted file mode 100644 index 7ae53fc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-word-fill.svg b/web/vendor/bootstrap-icons/file-earmark-word-fill.svg deleted file mode 100644 index 259e767..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-word-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-word.svg b/web/vendor/bootstrap-icons/file-earmark-word.svg deleted file mode 100644 index ef4727c..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-word.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-x-fill.svg b/web/vendor/bootstrap-icons/file-earmark-x-fill.svg deleted file mode 100644 index f683966..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-x.svg b/web/vendor/bootstrap-icons/file-earmark-x.svg deleted file mode 100644 index 4dd9da9..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-zip-fill.svg b/web/vendor/bootstrap-icons/file-earmark-zip-fill.svg deleted file mode 100644 index a17fa9e..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-zip-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark-zip.svg b/web/vendor/bootstrap-icons/file-earmark-zip.svg deleted file mode 100644 index f5f8ccc..0000000 --- a/web/vendor/bootstrap-icons/file-earmark-zip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-earmark.svg b/web/vendor/bootstrap-icons/file-earmark.svg deleted file mode 100644 index d8d8774..0000000 --- a/web/vendor/bootstrap-icons/file-earmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-easel-fill.svg b/web/vendor/bootstrap-icons/file-easel-fill.svg deleted file mode 100644 index fa9f915..0000000 --- a/web/vendor/bootstrap-icons/file-easel-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-easel.svg b/web/vendor/bootstrap-icons/file-easel.svg deleted file mode 100644 index 6366bc0..0000000 --- a/web/vendor/bootstrap-icons/file-easel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-excel-fill.svg b/web/vendor/bootstrap-icons/file-excel-fill.svg deleted file mode 100644 index bddcea2..0000000 --- a/web/vendor/bootstrap-icons/file-excel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-excel.svg b/web/vendor/bootstrap-icons/file-excel.svg deleted file mode 100644 index 8bf2f5e..0000000 --- a/web/vendor/bootstrap-icons/file-excel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-fill.svg b/web/vendor/bootstrap-icons/file-fill.svg deleted file mode 100644 index e5f8c4a..0000000 --- a/web/vendor/bootstrap-icons/file-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-font-fill.svg b/web/vendor/bootstrap-icons/file-font-fill.svg deleted file mode 100644 index 6bda7b1..0000000 --- a/web/vendor/bootstrap-icons/file-font-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-font.svg b/web/vendor/bootstrap-icons/file-font.svg deleted file mode 100644 index b75f9a4..0000000 --- a/web/vendor/bootstrap-icons/file-font.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-image-fill.svg b/web/vendor/bootstrap-icons/file-image-fill.svg deleted file mode 100644 index 7c73ece..0000000 --- a/web/vendor/bootstrap-icons/file-image-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-image.svg b/web/vendor/bootstrap-icons/file-image.svg deleted file mode 100644 index b063628..0000000 --- a/web/vendor/bootstrap-icons/file-image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-lock-fill.svg b/web/vendor/bootstrap-icons/file-lock-fill.svg deleted file mode 100644 index 1f7c3f2..0000000 --- a/web/vendor/bootstrap-icons/file-lock-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-lock.svg b/web/vendor/bootstrap-icons/file-lock.svg deleted file mode 100644 index 195deef..0000000 --- a/web/vendor/bootstrap-icons/file-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-lock2-fill.svg b/web/vendor/bootstrap-icons/file-lock2-fill.svg deleted file mode 100644 index 82426e8..0000000 --- a/web/vendor/bootstrap-icons/file-lock2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-lock2.svg b/web/vendor/bootstrap-icons/file-lock2.svg deleted file mode 100644 index 125a747..0000000 --- a/web/vendor/bootstrap-icons/file-lock2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-medical-fill.svg b/web/vendor/bootstrap-icons/file-medical-fill.svg deleted file mode 100644 index 2f4d3b2..0000000 --- a/web/vendor/bootstrap-icons/file-medical-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-medical.svg b/web/vendor/bootstrap-icons/file-medical.svg deleted file mode 100644 index 07e8495..0000000 --- a/web/vendor/bootstrap-icons/file-medical.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-minus-fill.svg b/web/vendor/bootstrap-icons/file-minus-fill.svg deleted file mode 100644 index 99f7d53..0000000 --- a/web/vendor/bootstrap-icons/file-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-minus.svg b/web/vendor/bootstrap-icons/file-minus.svg deleted file mode 100644 index 880409b..0000000 --- a/web/vendor/bootstrap-icons/file-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-music-fill.svg b/web/vendor/bootstrap-icons/file-music-fill.svg deleted file mode 100644 index 38099f3..0000000 --- a/web/vendor/bootstrap-icons/file-music-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-music.svg b/web/vendor/bootstrap-icons/file-music.svg deleted file mode 100644 index a24d41e..0000000 --- a/web/vendor/bootstrap-icons/file-music.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-pdf-fill.svg b/web/vendor/bootstrap-icons/file-pdf-fill.svg deleted file mode 100644 index c88d1b8..0000000 --- a/web/vendor/bootstrap-icons/file-pdf-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-pdf.svg b/web/vendor/bootstrap-icons/file-pdf.svg deleted file mode 100644 index e7bdcba..0000000 --- a/web/vendor/bootstrap-icons/file-pdf.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-person-fill.svg b/web/vendor/bootstrap-icons/file-person-fill.svg deleted file mode 100644 index c212b00..0000000 --- a/web/vendor/bootstrap-icons/file-person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-person.svg b/web/vendor/bootstrap-icons/file-person.svg deleted file mode 100644 index e102abf..0000000 --- a/web/vendor/bootstrap-icons/file-person.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-play-fill.svg b/web/vendor/bootstrap-icons/file-play-fill.svg deleted file mode 100644 index a6dce8a..0000000 --- a/web/vendor/bootstrap-icons/file-play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-play.svg b/web/vendor/bootstrap-icons/file-play.svg deleted file mode 100644 index d5505e3..0000000 --- a/web/vendor/bootstrap-icons/file-play.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-plus-fill.svg b/web/vendor/bootstrap-icons/file-plus-fill.svg deleted file mode 100644 index bdb7ee0..0000000 --- a/web/vendor/bootstrap-icons/file-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-plus.svg b/web/vendor/bootstrap-icons/file-plus.svg deleted file mode 100644 index af41ae1..0000000 --- a/web/vendor/bootstrap-icons/file-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-post-fill.svg b/web/vendor/bootstrap-icons/file-post-fill.svg deleted file mode 100644 index 336f219..0000000 --- a/web/vendor/bootstrap-icons/file-post-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-post.svg b/web/vendor/bootstrap-icons/file-post.svg deleted file mode 100644 index 6807724..0000000 --- a/web/vendor/bootstrap-icons/file-post.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-ppt-fill.svg b/web/vendor/bootstrap-icons/file-ppt-fill.svg deleted file mode 100644 index b8c3973..0000000 --- a/web/vendor/bootstrap-icons/file-ppt-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-ppt.svg b/web/vendor/bootstrap-icons/file-ppt.svg deleted file mode 100644 index bee27d4..0000000 --- a/web/vendor/bootstrap-icons/file-ppt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-richtext-fill.svg b/web/vendor/bootstrap-icons/file-richtext-fill.svg deleted file mode 100644 index a98e5d7..0000000 --- a/web/vendor/bootstrap-icons/file-richtext-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-richtext.svg b/web/vendor/bootstrap-icons/file-richtext.svg deleted file mode 100644 index 3ceb420..0000000 --- a/web/vendor/bootstrap-icons/file-richtext.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-ruled-fill.svg b/web/vendor/bootstrap-icons/file-ruled-fill.svg deleted file mode 100644 index 8bfe726..0000000 --- a/web/vendor/bootstrap-icons/file-ruled-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-ruled.svg b/web/vendor/bootstrap-icons/file-ruled.svg deleted file mode 100644 index 7236cfc..0000000 --- a/web/vendor/bootstrap-icons/file-ruled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-slides-fill.svg b/web/vendor/bootstrap-icons/file-slides-fill.svg deleted file mode 100644 index b75d3f7..0000000 --- a/web/vendor/bootstrap-icons/file-slides-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-slides.svg b/web/vendor/bootstrap-icons/file-slides.svg deleted file mode 100644 index 0e63548..0000000 --- a/web/vendor/bootstrap-icons/file-slides.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-spreadsheet-fill.svg b/web/vendor/bootstrap-icons/file-spreadsheet-fill.svg deleted file mode 100644 index 6db7eb6..0000000 --- a/web/vendor/bootstrap-icons/file-spreadsheet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-spreadsheet.svg b/web/vendor/bootstrap-icons/file-spreadsheet.svg deleted file mode 100644 index 55b53ec..0000000 --- a/web/vendor/bootstrap-icons/file-spreadsheet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-text-fill.svg b/web/vendor/bootstrap-icons/file-text-fill.svg deleted file mode 100644 index 6da36b2..0000000 --- a/web/vendor/bootstrap-icons/file-text-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-text.svg b/web/vendor/bootstrap-icons/file-text.svg deleted file mode 100644 index 95dc704..0000000 --- a/web/vendor/bootstrap-icons/file-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-word-fill.svg b/web/vendor/bootstrap-icons/file-word-fill.svg deleted file mode 100644 index 6f578f0..0000000 --- a/web/vendor/bootstrap-icons/file-word-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-word.svg b/web/vendor/bootstrap-icons/file-word.svg deleted file mode 100644 index 732b59a..0000000 --- a/web/vendor/bootstrap-icons/file-word.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-x-fill.svg b/web/vendor/bootstrap-icons/file-x-fill.svg deleted file mode 100644 index 0455659..0000000 --- a/web/vendor/bootstrap-icons/file-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-x.svg b/web/vendor/bootstrap-icons/file-x.svg deleted file mode 100644 index 5ab0b48..0000000 --- a/web/vendor/bootstrap-icons/file-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-zip-fill.svg b/web/vendor/bootstrap-icons/file-zip-fill.svg deleted file mode 100644 index 1d80366..0000000 --- a/web/vendor/bootstrap-icons/file-zip-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file-zip.svg b/web/vendor/bootstrap-icons/file-zip.svg deleted file mode 100644 index e3b633e..0000000 --- a/web/vendor/bootstrap-icons/file-zip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/file.svg b/web/vendor/bootstrap-icons/file.svg deleted file mode 100644 index 4a5dd73..0000000 --- a/web/vendor/bootstrap-icons/file.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/files-alt.svg b/web/vendor/bootstrap-icons/files-alt.svg deleted file mode 100644 index b42d764..0000000 --- a/web/vendor/bootstrap-icons/files-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/files.svg b/web/vendor/bootstrap-icons/files.svg deleted file mode 100644 index 6170ab5..0000000 --- a/web/vendor/bootstrap-icons/files.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-aac.svg b/web/vendor/bootstrap-icons/filetype-aac.svg deleted file mode 100644 index b6a5c47..0000000 --- a/web/vendor/bootstrap-icons/filetype-aac.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-ai.svg b/web/vendor/bootstrap-icons/filetype-ai.svg deleted file mode 100644 index fe2bcaa..0000000 --- a/web/vendor/bootstrap-icons/filetype-ai.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-bmp.svg b/web/vendor/bootstrap-icons/filetype-bmp.svg deleted file mode 100644 index 587381c..0000000 --- a/web/vendor/bootstrap-icons/filetype-bmp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-cs.svg b/web/vendor/bootstrap-icons/filetype-cs.svg deleted file mode 100644 index 90ed8de..0000000 --- a/web/vendor/bootstrap-icons/filetype-cs.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-css.svg b/web/vendor/bootstrap-icons/filetype-css.svg deleted file mode 100644 index 8f0864f..0000000 --- a/web/vendor/bootstrap-icons/filetype-css.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-csv.svg b/web/vendor/bootstrap-icons/filetype-csv.svg deleted file mode 100644 index fa097aa..0000000 --- a/web/vendor/bootstrap-icons/filetype-csv.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-doc.svg b/web/vendor/bootstrap-icons/filetype-doc.svg deleted file mode 100644 index f75847f..0000000 --- a/web/vendor/bootstrap-icons/filetype-doc.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-docx.svg b/web/vendor/bootstrap-icons/filetype-docx.svg deleted file mode 100644 index 1b6c172..0000000 --- a/web/vendor/bootstrap-icons/filetype-docx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-exe.svg b/web/vendor/bootstrap-icons/filetype-exe.svg deleted file mode 100644 index cdafeb1..0000000 --- a/web/vendor/bootstrap-icons/filetype-exe.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-gif.svg b/web/vendor/bootstrap-icons/filetype-gif.svg deleted file mode 100644 index b39234f..0000000 --- a/web/vendor/bootstrap-icons/filetype-gif.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-heic.svg b/web/vendor/bootstrap-icons/filetype-heic.svg deleted file mode 100644 index a022060..0000000 --- a/web/vendor/bootstrap-icons/filetype-heic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-html.svg b/web/vendor/bootstrap-icons/filetype-html.svg deleted file mode 100644 index 1661a94..0000000 --- a/web/vendor/bootstrap-icons/filetype-html.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-java.svg b/web/vendor/bootstrap-icons/filetype-java.svg deleted file mode 100644 index eeeab41..0000000 --- a/web/vendor/bootstrap-icons/filetype-java.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-jpg.svg b/web/vendor/bootstrap-icons/filetype-jpg.svg deleted file mode 100644 index 7d939ec..0000000 --- a/web/vendor/bootstrap-icons/filetype-jpg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-js.svg b/web/vendor/bootstrap-icons/filetype-js.svg deleted file mode 100644 index 4f4a00c..0000000 --- a/web/vendor/bootstrap-icons/filetype-js.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-json.svg b/web/vendor/bootstrap-icons/filetype-json.svg deleted file mode 100644 index a4ccced..0000000 --- a/web/vendor/bootstrap-icons/filetype-json.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-jsx.svg b/web/vendor/bootstrap-icons/filetype-jsx.svg deleted file mode 100644 index 256b5c5..0000000 --- a/web/vendor/bootstrap-icons/filetype-jsx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-key.svg b/web/vendor/bootstrap-icons/filetype-key.svg deleted file mode 100644 index d164bc8..0000000 --- a/web/vendor/bootstrap-icons/filetype-key.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-m4p.svg b/web/vendor/bootstrap-icons/filetype-m4p.svg deleted file mode 100644 index ae8f611..0000000 --- a/web/vendor/bootstrap-icons/filetype-m4p.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-md.svg b/web/vendor/bootstrap-icons/filetype-md.svg deleted file mode 100644 index 40e5139..0000000 --- a/web/vendor/bootstrap-icons/filetype-md.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-mdx.svg b/web/vendor/bootstrap-icons/filetype-mdx.svg deleted file mode 100644 index 43a9153..0000000 --- a/web/vendor/bootstrap-icons/filetype-mdx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-mov.svg b/web/vendor/bootstrap-icons/filetype-mov.svg deleted file mode 100644 index 27e6391..0000000 --- a/web/vendor/bootstrap-icons/filetype-mov.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-mp3.svg b/web/vendor/bootstrap-icons/filetype-mp3.svg deleted file mode 100644 index f25e6a8..0000000 --- a/web/vendor/bootstrap-icons/filetype-mp3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-mp4.svg b/web/vendor/bootstrap-icons/filetype-mp4.svg deleted file mode 100644 index d27e9ff..0000000 --- a/web/vendor/bootstrap-icons/filetype-mp4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-otf.svg b/web/vendor/bootstrap-icons/filetype-otf.svg deleted file mode 100644 index f16eb61..0000000 --- a/web/vendor/bootstrap-icons/filetype-otf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-pdf.svg b/web/vendor/bootstrap-icons/filetype-pdf.svg deleted file mode 100644 index e8bb772..0000000 --- a/web/vendor/bootstrap-icons/filetype-pdf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-php.svg b/web/vendor/bootstrap-icons/filetype-php.svg deleted file mode 100644 index 4d532df..0000000 --- a/web/vendor/bootstrap-icons/filetype-php.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-png.svg b/web/vendor/bootstrap-icons/filetype-png.svg deleted file mode 100644 index 659e266..0000000 --- a/web/vendor/bootstrap-icons/filetype-png.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-ppt.svg b/web/vendor/bootstrap-icons/filetype-ppt.svg deleted file mode 100644 index e53b1ec..0000000 --- a/web/vendor/bootstrap-icons/filetype-ppt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-pptx.svg b/web/vendor/bootstrap-icons/filetype-pptx.svg deleted file mode 100644 index f68e939..0000000 --- a/web/vendor/bootstrap-icons/filetype-pptx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-psd.svg b/web/vendor/bootstrap-icons/filetype-psd.svg deleted file mode 100644 index 6fefd08..0000000 --- a/web/vendor/bootstrap-icons/filetype-psd.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-py.svg b/web/vendor/bootstrap-icons/filetype-py.svg deleted file mode 100644 index 14fd4ef..0000000 --- a/web/vendor/bootstrap-icons/filetype-py.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-raw.svg b/web/vendor/bootstrap-icons/filetype-raw.svg deleted file mode 100644 index da98185..0000000 --- a/web/vendor/bootstrap-icons/filetype-raw.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-rb.svg b/web/vendor/bootstrap-icons/filetype-rb.svg deleted file mode 100644 index 3466a1f..0000000 --- a/web/vendor/bootstrap-icons/filetype-rb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-sass.svg b/web/vendor/bootstrap-icons/filetype-sass.svg deleted file mode 100644 index 3632662..0000000 --- a/web/vendor/bootstrap-icons/filetype-sass.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-scss.svg b/web/vendor/bootstrap-icons/filetype-scss.svg deleted file mode 100644 index 8d1935f..0000000 --- a/web/vendor/bootstrap-icons/filetype-scss.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-sh.svg b/web/vendor/bootstrap-icons/filetype-sh.svg deleted file mode 100644 index 592c408..0000000 --- a/web/vendor/bootstrap-icons/filetype-sh.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-sql.svg b/web/vendor/bootstrap-icons/filetype-sql.svg deleted file mode 100644 index 814137d..0000000 --- a/web/vendor/bootstrap-icons/filetype-sql.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-svg.svg b/web/vendor/bootstrap-icons/filetype-svg.svg deleted file mode 100644 index 222d9ac..0000000 --- a/web/vendor/bootstrap-icons/filetype-svg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-tiff.svg b/web/vendor/bootstrap-icons/filetype-tiff.svg deleted file mode 100644 index e101575..0000000 --- a/web/vendor/bootstrap-icons/filetype-tiff.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-tsx.svg b/web/vendor/bootstrap-icons/filetype-tsx.svg deleted file mode 100644 index 73dd643..0000000 --- a/web/vendor/bootstrap-icons/filetype-tsx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-ttf.svg b/web/vendor/bootstrap-icons/filetype-ttf.svg deleted file mode 100644 index 9c93584..0000000 --- a/web/vendor/bootstrap-icons/filetype-ttf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-txt.svg b/web/vendor/bootstrap-icons/filetype-txt.svg deleted file mode 100644 index 1e27bcf..0000000 --- a/web/vendor/bootstrap-icons/filetype-txt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-wav.svg b/web/vendor/bootstrap-icons/filetype-wav.svg deleted file mode 100644 index 6725640..0000000 --- a/web/vendor/bootstrap-icons/filetype-wav.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-woff.svg b/web/vendor/bootstrap-icons/filetype-woff.svg deleted file mode 100644 index f29a4b1..0000000 --- a/web/vendor/bootstrap-icons/filetype-woff.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-xls.svg b/web/vendor/bootstrap-icons/filetype-xls.svg deleted file mode 100644 index 5f79b16..0000000 --- a/web/vendor/bootstrap-icons/filetype-xls.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-xlsx.svg b/web/vendor/bootstrap-icons/filetype-xlsx.svg deleted file mode 100644 index 5202bf7..0000000 --- a/web/vendor/bootstrap-icons/filetype-xlsx.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-xml.svg b/web/vendor/bootstrap-icons/filetype-xml.svg deleted file mode 100644 index ba9ffb6..0000000 --- a/web/vendor/bootstrap-icons/filetype-xml.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filetype-yml.svg b/web/vendor/bootstrap-icons/filetype-yml.svg deleted file mode 100644 index 17a9ebe..0000000 --- a/web/vendor/bootstrap-icons/filetype-yml.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/film.svg b/web/vendor/bootstrap-icons/film.svg deleted file mode 100644 index 40c2eb9..0000000 --- a/web/vendor/bootstrap-icons/film.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-circle-fill.svg b/web/vendor/bootstrap-icons/filter-circle-fill.svg deleted file mode 100644 index 1aa0f39..0000000 --- a/web/vendor/bootstrap-icons/filter-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-circle.svg b/web/vendor/bootstrap-icons/filter-circle.svg deleted file mode 100644 index 42c1b84..0000000 --- a/web/vendor/bootstrap-icons/filter-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-left.svg b/web/vendor/bootstrap-icons/filter-left.svg deleted file mode 100644 index bb1ee92..0000000 --- a/web/vendor/bootstrap-icons/filter-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-right.svg b/web/vendor/bootstrap-icons/filter-right.svg deleted file mode 100644 index 6a5083c..0000000 --- a/web/vendor/bootstrap-icons/filter-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-square-fill.svg b/web/vendor/bootstrap-icons/filter-square-fill.svg deleted file mode 100644 index 438b8c2..0000000 --- a/web/vendor/bootstrap-icons/filter-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter-square.svg b/web/vendor/bootstrap-icons/filter-square.svg deleted file mode 100644 index d243b0b..0000000 --- a/web/vendor/bootstrap-icons/filter-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/filter.svg b/web/vendor/bootstrap-icons/filter.svg deleted file mode 100644 index a7d7dac..0000000 --- a/web/vendor/bootstrap-icons/filter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fingerprint.svg b/web/vendor/bootstrap-icons/fingerprint.svg deleted file mode 100644 index 08252bb..0000000 --- a/web/vendor/bootstrap-icons/fingerprint.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fire.svg b/web/vendor/bootstrap-icons/fire.svg deleted file mode 100644 index a58e6dd..0000000 --- a/web/vendor/bootstrap-icons/fire.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flag-fill.svg b/web/vendor/bootstrap-icons/flag-fill.svg deleted file mode 100644 index 8b92331..0000000 --- a/web/vendor/bootstrap-icons/flag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flag.svg b/web/vendor/bootstrap-icons/flag.svg deleted file mode 100644 index f8b6dab..0000000 --- a/web/vendor/bootstrap-icons/flag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flask-fill.svg b/web/vendor/bootstrap-icons/flask-fill.svg deleted file mode 100644 index 61207af..0000000 --- a/web/vendor/bootstrap-icons/flask-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flask-florence-fill.svg b/web/vendor/bootstrap-icons/flask-florence-fill.svg deleted file mode 100644 index 70896a6..0000000 --- a/web/vendor/bootstrap-icons/flask-florence-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flask-florence.svg b/web/vendor/bootstrap-icons/flask-florence.svg deleted file mode 100644 index 6df75f7..0000000 --- a/web/vendor/bootstrap-icons/flask-florence.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flask.svg b/web/vendor/bootstrap-icons/flask.svg deleted file mode 100644 index 01cc1ba..0000000 --- a/web/vendor/bootstrap-icons/flask.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/floppy-fill.svg b/web/vendor/bootstrap-icons/floppy-fill.svg deleted file mode 100644 index 87a43ce..0000000 --- a/web/vendor/bootstrap-icons/floppy-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/floppy.svg b/web/vendor/bootstrap-icons/floppy.svg deleted file mode 100644 index 65ae562..0000000 --- a/web/vendor/bootstrap-icons/floppy.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/floppy2-fill.svg b/web/vendor/bootstrap-icons/floppy2-fill.svg deleted file mode 100644 index 61a6cdb..0000000 --- a/web/vendor/bootstrap-icons/floppy2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/floppy2.svg b/web/vendor/bootstrap-icons/floppy2.svg deleted file mode 100644 index 2412389..0000000 --- a/web/vendor/bootstrap-icons/floppy2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flower1.svg b/web/vendor/bootstrap-icons/flower1.svg deleted file mode 100644 index 3495858..0000000 --- a/web/vendor/bootstrap-icons/flower1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flower2.svg b/web/vendor/bootstrap-icons/flower2.svg deleted file mode 100644 index 664a9c2..0000000 --- a/web/vendor/bootstrap-icons/flower2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/flower3.svg b/web/vendor/bootstrap-icons/flower3.svg deleted file mode 100644 index 66845c3..0000000 --- a/web/vendor/bootstrap-icons/flower3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-check.svg b/web/vendor/bootstrap-icons/folder-check.svg deleted file mode 100644 index 57c6466..0000000 --- a/web/vendor/bootstrap-icons/folder-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-fill.svg b/web/vendor/bootstrap-icons/folder-fill.svg deleted file mode 100644 index 113350c..0000000 --- a/web/vendor/bootstrap-icons/folder-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-minus.svg b/web/vendor/bootstrap-icons/folder-minus.svg deleted file mode 100644 index 41db30b..0000000 --- a/web/vendor/bootstrap-icons/folder-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-plus.svg b/web/vendor/bootstrap-icons/folder-plus.svg deleted file mode 100644 index 85b5a18..0000000 --- a/web/vendor/bootstrap-icons/folder-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-symlink-fill.svg b/web/vendor/bootstrap-icons/folder-symlink-fill.svg deleted file mode 100644 index 6407400..0000000 --- a/web/vendor/bootstrap-icons/folder-symlink-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-symlink.svg b/web/vendor/bootstrap-icons/folder-symlink.svg deleted file mode 100644 index 7137637..0000000 --- a/web/vendor/bootstrap-icons/folder-symlink.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder-x.svg b/web/vendor/bootstrap-icons/folder-x.svg deleted file mode 100644 index a6ed341..0000000 --- a/web/vendor/bootstrap-icons/folder-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder.svg b/web/vendor/bootstrap-icons/folder.svg deleted file mode 100644 index a30c452..0000000 --- a/web/vendor/bootstrap-icons/folder.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder2-open.svg b/web/vendor/bootstrap-icons/folder2-open.svg deleted file mode 100644 index 7ffbb54..0000000 --- a/web/vendor/bootstrap-icons/folder2-open.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/folder2.svg b/web/vendor/bootstrap-icons/folder2.svg deleted file mode 100644 index ce6a1af..0000000 --- a/web/vendor/bootstrap-icons/folder2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fonts.svg b/web/vendor/bootstrap-icons/fonts.svg deleted file mode 100644 index 5e1f3c3..0000000 --- a/web/vendor/bootstrap-icons/fonts.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fork-knife.svg b/web/vendor/bootstrap-icons/fork-knife.svg deleted file mode 100644 index 31277b4..0000000 --- a/web/vendor/bootstrap-icons/fork-knife.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/forward-fill.svg b/web/vendor/bootstrap-icons/forward-fill.svg deleted file mode 100644 index 27462e2..0000000 --- a/web/vendor/bootstrap-icons/forward-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/forward.svg b/web/vendor/bootstrap-icons/forward.svg deleted file mode 100644 index ffe887c..0000000 --- a/web/vendor/bootstrap-icons/forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/front.svg b/web/vendor/bootstrap-icons/front.svg deleted file mode 100644 index 59d854e..0000000 --- a/web/vendor/bootstrap-icons/front.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fuel-pump-diesel-fill.svg b/web/vendor/bootstrap-icons/fuel-pump-diesel-fill.svg deleted file mode 100644 index 997d6f8..0000000 --- a/web/vendor/bootstrap-icons/fuel-pump-diesel-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fuel-pump-diesel.svg b/web/vendor/bootstrap-icons/fuel-pump-diesel.svg deleted file mode 100644 index e170eeb..0000000 --- a/web/vendor/bootstrap-icons/fuel-pump-diesel.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fuel-pump-fill.svg b/web/vendor/bootstrap-icons/fuel-pump-fill.svg deleted file mode 100644 index 46f92c3..0000000 --- a/web/vendor/bootstrap-icons/fuel-pump-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fuel-pump.svg b/web/vendor/bootstrap-icons/fuel-pump.svg deleted file mode 100644 index 1704a6f..0000000 --- a/web/vendor/bootstrap-icons/fuel-pump.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fullscreen-exit.svg b/web/vendor/bootstrap-icons/fullscreen-exit.svg deleted file mode 100644 index cfde3a3..0000000 --- a/web/vendor/bootstrap-icons/fullscreen-exit.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/fullscreen.svg b/web/vendor/bootstrap-icons/fullscreen.svg deleted file mode 100644 index d4f8a83..0000000 --- a/web/vendor/bootstrap-icons/fullscreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/funnel-fill.svg b/web/vendor/bootstrap-icons/funnel-fill.svg deleted file mode 100644 index 04d31a6..0000000 --- a/web/vendor/bootstrap-icons/funnel-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/funnel.svg b/web/vendor/bootstrap-icons/funnel.svg deleted file mode 100644 index 28bfcf2..0000000 --- a/web/vendor/bootstrap-icons/funnel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gear-fill.svg b/web/vendor/bootstrap-icons/gear-fill.svg deleted file mode 100644 index ba8e2c5..0000000 --- a/web/vendor/bootstrap-icons/gear-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gear-wide-connected.svg b/web/vendor/bootstrap-icons/gear-wide-connected.svg deleted file mode 100644 index 19ddda9..0000000 --- a/web/vendor/bootstrap-icons/gear-wide-connected.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gear-wide.svg b/web/vendor/bootstrap-icons/gear-wide.svg deleted file mode 100644 index c5de567..0000000 --- a/web/vendor/bootstrap-icons/gear-wide.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gear.svg b/web/vendor/bootstrap-icons/gear.svg deleted file mode 100644 index 30cfaa3..0000000 --- a/web/vendor/bootstrap-icons/gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gem.svg b/web/vendor/bootstrap-icons/gem.svg deleted file mode 100644 index f56d871..0000000 --- a/web/vendor/bootstrap-icons/gem.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gender-ambiguous.svg b/web/vendor/bootstrap-icons/gender-ambiguous.svg deleted file mode 100644 index 674c526..0000000 --- a/web/vendor/bootstrap-icons/gender-ambiguous.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gender-female.svg b/web/vendor/bootstrap-icons/gender-female.svg deleted file mode 100644 index ae6dc27..0000000 --- a/web/vendor/bootstrap-icons/gender-female.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gender-male.svg b/web/vendor/bootstrap-icons/gender-male.svg deleted file mode 100644 index 3931921..0000000 --- a/web/vendor/bootstrap-icons/gender-male.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gender-neuter.svg b/web/vendor/bootstrap-icons/gender-neuter.svg deleted file mode 100644 index 133db1a..0000000 --- a/web/vendor/bootstrap-icons/gender-neuter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gender-trans.svg b/web/vendor/bootstrap-icons/gender-trans.svg deleted file mode 100644 index 005e6f8..0000000 --- a/web/vendor/bootstrap-icons/gender-trans.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/geo-alt-fill.svg b/web/vendor/bootstrap-icons/geo-alt-fill.svg deleted file mode 100644 index 77f0478..0000000 --- a/web/vendor/bootstrap-icons/geo-alt-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/geo-alt.svg b/web/vendor/bootstrap-icons/geo-alt.svg deleted file mode 100644 index 20e18ba..0000000 --- a/web/vendor/bootstrap-icons/geo-alt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/geo-fill.svg b/web/vendor/bootstrap-icons/geo-fill.svg deleted file mode 100644 index 9678fa0..0000000 --- a/web/vendor/bootstrap-icons/geo-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/geo.svg b/web/vendor/bootstrap-icons/geo.svg deleted file mode 100644 index 2382b91..0000000 --- a/web/vendor/bootstrap-icons/geo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gift-fill.svg b/web/vendor/bootstrap-icons/gift-fill.svg deleted file mode 100644 index bd78a8c..0000000 --- a/web/vendor/bootstrap-icons/gift-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gift.svg b/web/vendor/bootstrap-icons/gift.svg deleted file mode 100644 index 5921507..0000000 --- a/web/vendor/bootstrap-icons/gift.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/git.svg b/web/vendor/bootstrap-icons/git.svg deleted file mode 100644 index 0979cdb..0000000 --- a/web/vendor/bootstrap-icons/git.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/github.svg b/web/vendor/bootstrap-icons/github.svg deleted file mode 100644 index 013e025..0000000 --- a/web/vendor/bootstrap-icons/github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gitlab.svg b/web/vendor/bootstrap-icons/gitlab.svg deleted file mode 100644 index f8875f8..0000000 --- a/web/vendor/bootstrap-icons/gitlab.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-americas-fill.svg b/web/vendor/bootstrap-icons/globe-americas-fill.svg deleted file mode 100644 index 42259b2..0000000 --- a/web/vendor/bootstrap-icons/globe-americas-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-americas.svg b/web/vendor/bootstrap-icons/globe-americas.svg deleted file mode 100644 index 5dcc7b2..0000000 --- a/web/vendor/bootstrap-icons/globe-americas.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-asia-australia-fill.svg b/web/vendor/bootstrap-icons/globe-asia-australia-fill.svg deleted file mode 100644 index 8dfde0c..0000000 --- a/web/vendor/bootstrap-icons/globe-asia-australia-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-asia-australia.svg b/web/vendor/bootstrap-icons/globe-asia-australia.svg deleted file mode 100644 index 8c27539..0000000 --- a/web/vendor/bootstrap-icons/globe-asia-australia.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-central-south-asia-fill.svg b/web/vendor/bootstrap-icons/globe-central-south-asia-fill.svg deleted file mode 100644 index 8f52f93..0000000 --- a/web/vendor/bootstrap-icons/globe-central-south-asia-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-central-south-asia.svg b/web/vendor/bootstrap-icons/globe-central-south-asia.svg deleted file mode 100644 index 80a13c1..0000000 --- a/web/vendor/bootstrap-icons/globe-central-south-asia.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-europe-africa-fill.svg b/web/vendor/bootstrap-icons/globe-europe-africa-fill.svg deleted file mode 100644 index 3fcdf0b..0000000 --- a/web/vendor/bootstrap-icons/globe-europe-africa-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe-europe-africa.svg b/web/vendor/bootstrap-icons/globe-europe-africa.svg deleted file mode 100644 index c1c5dcb..0000000 --- a/web/vendor/bootstrap-icons/globe-europe-africa.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe.svg b/web/vendor/bootstrap-icons/globe.svg deleted file mode 100644 index 835ff66..0000000 --- a/web/vendor/bootstrap-icons/globe.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/globe2.svg b/web/vendor/bootstrap-icons/globe2.svg deleted file mode 100644 index b302063..0000000 --- a/web/vendor/bootstrap-icons/globe2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/google-play.svg b/web/vendor/bootstrap-icons/google-play.svg deleted file mode 100644 index 0751c90..0000000 --- a/web/vendor/bootstrap-icons/google-play.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/google.svg b/web/vendor/bootstrap-icons/google.svg deleted file mode 100644 index 9f603de..0000000 --- a/web/vendor/bootstrap-icons/google.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/gpu-card.svg b/web/vendor/bootstrap-icons/gpu-card.svg deleted file mode 100644 index 6ec3152..0000000 --- a/web/vendor/bootstrap-icons/gpu-card.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/graph-down-arrow.svg b/web/vendor/bootstrap-icons/graph-down-arrow.svg deleted file mode 100644 index d811884..0000000 --- a/web/vendor/bootstrap-icons/graph-down-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/graph-down.svg b/web/vendor/bootstrap-icons/graph-down.svg deleted file mode 100644 index 47dd647..0000000 --- a/web/vendor/bootstrap-icons/graph-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/graph-up-arrow.svg b/web/vendor/bootstrap-icons/graph-up-arrow.svg deleted file mode 100644 index 7eda5f4..0000000 --- a/web/vendor/bootstrap-icons/graph-up-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/graph-up.svg b/web/vendor/bootstrap-icons/graph-up.svg deleted file mode 100644 index 15e0bbf..0000000 --- a/web/vendor/bootstrap-icons/graph-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-1x2-fill.svg b/web/vendor/bootstrap-icons/grid-1x2-fill.svg deleted file mode 100644 index cc568cb..0000000 --- a/web/vendor/bootstrap-icons/grid-1x2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-1x2.svg b/web/vendor/bootstrap-icons/grid-1x2.svg deleted file mode 100644 index 69ec79f..0000000 --- a/web/vendor/bootstrap-icons/grid-1x2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x2-gap-fill.svg b/web/vendor/bootstrap-icons/grid-3x2-gap-fill.svg deleted file mode 100644 index 9c0e855..0000000 --- a/web/vendor/bootstrap-icons/grid-3x2-gap-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x2-gap.svg b/web/vendor/bootstrap-icons/grid-3x2-gap.svg deleted file mode 100644 index 730ae65..0000000 --- a/web/vendor/bootstrap-icons/grid-3x2-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x2.svg b/web/vendor/bootstrap-icons/grid-3x2.svg deleted file mode 100644 index 55ff9bb..0000000 --- a/web/vendor/bootstrap-icons/grid-3x2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x3-gap-fill.svg b/web/vendor/bootstrap-icons/grid-3x3-gap-fill.svg deleted file mode 100644 index 982cb70..0000000 --- a/web/vendor/bootstrap-icons/grid-3x3-gap-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x3-gap.svg b/web/vendor/bootstrap-icons/grid-3x3-gap.svg deleted file mode 100644 index bbf8ce4..0000000 --- a/web/vendor/bootstrap-icons/grid-3x3-gap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-3x3.svg b/web/vendor/bootstrap-icons/grid-3x3.svg deleted file mode 100644 index d56aed7..0000000 --- a/web/vendor/bootstrap-icons/grid-3x3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid-fill.svg b/web/vendor/bootstrap-icons/grid-fill.svg deleted file mode 100644 index 356cc8f..0000000 --- a/web/vendor/bootstrap-icons/grid-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grid.svg b/web/vendor/bootstrap-icons/grid.svg deleted file mode 100644 index eebab73..0000000 --- a/web/vendor/bootstrap-icons/grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grip-horizontal.svg b/web/vendor/bootstrap-icons/grip-horizontal.svg deleted file mode 100644 index 85f7e27..0000000 --- a/web/vendor/bootstrap-icons/grip-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/grip-vertical.svg b/web/vendor/bootstrap-icons/grip-vertical.svg deleted file mode 100644 index a8718ab..0000000 --- a/web/vendor/bootstrap-icons/grip-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/h-circle-fill.svg b/web/vendor/bootstrap-icons/h-circle-fill.svg deleted file mode 100644 index 9106472..0000000 --- a/web/vendor/bootstrap-icons/h-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/h-circle.svg b/web/vendor/bootstrap-icons/h-circle.svg deleted file mode 100644 index 53c34b6..0000000 --- a/web/vendor/bootstrap-icons/h-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/h-square-fill.svg b/web/vendor/bootstrap-icons/h-square-fill.svg deleted file mode 100644 index 06269e0..0000000 --- a/web/vendor/bootstrap-icons/h-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/h-square.svg b/web/vendor/bootstrap-icons/h-square.svg deleted file mode 100644 index 2c5ad2c..0000000 --- a/web/vendor/bootstrap-icons/h-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hammer.svg b/web/vendor/bootstrap-icons/hammer.svg deleted file mode 100644 index 8e07b5b..0000000 --- a/web/vendor/bootstrap-icons/hammer.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-index-fill.svg b/web/vendor/bootstrap-icons/hand-index-fill.svg deleted file mode 100644 index b2a7d64..0000000 --- a/web/vendor/bootstrap-icons/hand-index-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-index-thumb-fill.svg b/web/vendor/bootstrap-icons/hand-index-thumb-fill.svg deleted file mode 100644 index 774b18e..0000000 --- a/web/vendor/bootstrap-icons/hand-index-thumb-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-index-thumb.svg b/web/vendor/bootstrap-icons/hand-index-thumb.svg deleted file mode 100644 index 13b5475..0000000 --- a/web/vendor/bootstrap-icons/hand-index-thumb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-index.svg b/web/vendor/bootstrap-icons/hand-index.svg deleted file mode 100644 index 725757b..0000000 --- a/web/vendor/bootstrap-icons/hand-index.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-thumbs-down-fill.svg b/web/vendor/bootstrap-icons/hand-thumbs-down-fill.svg deleted file mode 100644 index 53584f3..0000000 --- a/web/vendor/bootstrap-icons/hand-thumbs-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-thumbs-down.svg b/web/vendor/bootstrap-icons/hand-thumbs-down.svg deleted file mode 100644 index f87f523..0000000 --- a/web/vendor/bootstrap-icons/hand-thumbs-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-thumbs-up-fill.svg b/web/vendor/bootstrap-icons/hand-thumbs-up-fill.svg deleted file mode 100644 index c68bc07..0000000 --- a/web/vendor/bootstrap-icons/hand-thumbs-up-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hand-thumbs-up.svg b/web/vendor/bootstrap-icons/hand-thumbs-up.svg deleted file mode 100644 index dc46d4d..0000000 --- a/web/vendor/bootstrap-icons/hand-thumbs-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/handbag-fill.svg b/web/vendor/bootstrap-icons/handbag-fill.svg deleted file mode 100644 index 5f8f23f..0000000 --- a/web/vendor/bootstrap-icons/handbag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/handbag.svg b/web/vendor/bootstrap-icons/handbag.svg deleted file mode 100644 index c9ef874..0000000 --- a/web/vendor/bootstrap-icons/handbag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hash.svg b/web/vendor/bootstrap-icons/hash.svg deleted file mode 100644 index f67d000..0000000 --- a/web/vendor/bootstrap-icons/hash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-fill.svg b/web/vendor/bootstrap-icons/hdd-fill.svg deleted file mode 100644 index dbeda24..0000000 --- a/web/vendor/bootstrap-icons/hdd-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-network-fill.svg b/web/vendor/bootstrap-icons/hdd-network-fill.svg deleted file mode 100644 index a74874d..0000000 --- a/web/vendor/bootstrap-icons/hdd-network-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-network.svg b/web/vendor/bootstrap-icons/hdd-network.svg deleted file mode 100644 index 7223542..0000000 --- a/web/vendor/bootstrap-icons/hdd-network.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-rack-fill.svg b/web/vendor/bootstrap-icons/hdd-rack-fill.svg deleted file mode 100644 index 7c33aec..0000000 --- a/web/vendor/bootstrap-icons/hdd-rack-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-rack.svg b/web/vendor/bootstrap-icons/hdd-rack.svg deleted file mode 100644 index d19a514..0000000 --- a/web/vendor/bootstrap-icons/hdd-rack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-stack-fill.svg b/web/vendor/bootstrap-icons/hdd-stack-fill.svg deleted file mode 100644 index 27e8719..0000000 --- a/web/vendor/bootstrap-icons/hdd-stack-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd-stack.svg b/web/vendor/bootstrap-icons/hdd-stack.svg deleted file mode 100644 index f9095e5..0000000 --- a/web/vendor/bootstrap-icons/hdd-stack.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdd.svg b/web/vendor/bootstrap-icons/hdd.svg deleted file mode 100644 index 92358f7..0000000 --- a/web/vendor/bootstrap-icons/hdd.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdmi-fill.svg b/web/vendor/bootstrap-icons/hdmi-fill.svg deleted file mode 100644 index 435b39d..0000000 --- a/web/vendor/bootstrap-icons/hdmi-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hdmi.svg b/web/vendor/bootstrap-icons/hdmi.svg deleted file mode 100644 index 09d0849..0000000 --- a/web/vendor/bootstrap-icons/hdmi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/headphones.svg b/web/vendor/bootstrap-icons/headphones.svg deleted file mode 100644 index d50b3ee..0000000 --- a/web/vendor/bootstrap-icons/headphones.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/headset-vr.svg b/web/vendor/bootstrap-icons/headset-vr.svg deleted file mode 100644 index 0498bd6..0000000 --- a/web/vendor/bootstrap-icons/headset-vr.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/headset.svg b/web/vendor/bootstrap-icons/headset.svg deleted file mode 100644 index a921156..0000000 --- a/web/vendor/bootstrap-icons/headset.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart-arrow.svg b/web/vendor/bootstrap-icons/heart-arrow.svg deleted file mode 100644 index 45eb6a5..0000000 --- a/web/vendor/bootstrap-icons/heart-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart-fill.svg b/web/vendor/bootstrap-icons/heart-fill.svg deleted file mode 100644 index 5e6b8ee..0000000 --- a/web/vendor/bootstrap-icons/heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart-half.svg b/web/vendor/bootstrap-icons/heart-half.svg deleted file mode 100644 index 2e0dd31..0000000 --- a/web/vendor/bootstrap-icons/heart-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart-pulse-fill.svg b/web/vendor/bootstrap-icons/heart-pulse-fill.svg deleted file mode 100644 index fc5e219..0000000 --- a/web/vendor/bootstrap-icons/heart-pulse-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart-pulse.svg b/web/vendor/bootstrap-icons/heart-pulse.svg deleted file mode 100644 index dd957b3..0000000 --- a/web/vendor/bootstrap-icons/heart-pulse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heart.svg b/web/vendor/bootstrap-icons/heart.svg deleted file mode 100644 index cd8eeb1..0000000 --- a/web/vendor/bootstrap-icons/heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heartbreak-fill.svg b/web/vendor/bootstrap-icons/heartbreak-fill.svg deleted file mode 100644 index 335cb6a..0000000 --- a/web/vendor/bootstrap-icons/heartbreak-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heartbreak.svg b/web/vendor/bootstrap-icons/heartbreak.svg deleted file mode 100644 index dcffc89..0000000 --- a/web/vendor/bootstrap-icons/heartbreak.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hearts.svg b/web/vendor/bootstrap-icons/hearts.svg deleted file mode 100644 index ebd2dbb..0000000 --- a/web/vendor/bootstrap-icons/hearts.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heptagon-fill.svg b/web/vendor/bootstrap-icons/heptagon-fill.svg deleted file mode 100644 index a339328..0000000 --- a/web/vendor/bootstrap-icons/heptagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heptagon-half.svg b/web/vendor/bootstrap-icons/heptagon-half.svg deleted file mode 100644 index b4fadcf..0000000 --- a/web/vendor/bootstrap-icons/heptagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/heptagon.svg b/web/vendor/bootstrap-icons/heptagon.svg deleted file mode 100644 index 3140b8b..0000000 --- a/web/vendor/bootstrap-icons/heptagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hexagon-fill.svg b/web/vendor/bootstrap-icons/hexagon-fill.svg deleted file mode 100644 index 50fdbfb..0000000 --- a/web/vendor/bootstrap-icons/hexagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hexagon-half.svg b/web/vendor/bootstrap-icons/hexagon-half.svg deleted file mode 100644 index 452cb6e..0000000 --- a/web/vendor/bootstrap-icons/hexagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hexagon.svg b/web/vendor/bootstrap-icons/hexagon.svg deleted file mode 100644 index 6e83939..0000000 --- a/web/vendor/bootstrap-icons/hexagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/highlighter.svg b/web/vendor/bootstrap-icons/highlighter.svg deleted file mode 100644 index e26f1f7..0000000 --- a/web/vendor/bootstrap-icons/highlighter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/highlights.svg b/web/vendor/bootstrap-icons/highlights.svg deleted file mode 100644 index b43fca0..0000000 --- a/web/vendor/bootstrap-icons/highlights.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hospital-fill.svg b/web/vendor/bootstrap-icons/hospital-fill.svg deleted file mode 100644 index 55bde0f..0000000 --- a/web/vendor/bootstrap-icons/hospital-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hospital.svg b/web/vendor/bootstrap-icons/hospital.svg deleted file mode 100644 index f6bd0da..0000000 --- a/web/vendor/bootstrap-icons/hospital.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hourglass-bottom.svg b/web/vendor/bootstrap-icons/hourglass-bottom.svg deleted file mode 100644 index 946f882..0000000 --- a/web/vendor/bootstrap-icons/hourglass-bottom.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hourglass-split.svg b/web/vendor/bootstrap-icons/hourglass-split.svg deleted file mode 100644 index a9d1c51..0000000 --- a/web/vendor/bootstrap-icons/hourglass-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hourglass-top.svg b/web/vendor/bootstrap-icons/hourglass-top.svg deleted file mode 100644 index 6a8a4a3..0000000 --- a/web/vendor/bootstrap-icons/hourglass-top.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hourglass.svg b/web/vendor/bootstrap-icons/hourglass.svg deleted file mode 100644 index 44ede0a..0000000 --- a/web/vendor/bootstrap-icons/hourglass.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-add-fill.svg b/web/vendor/bootstrap-icons/house-add-fill.svg deleted file mode 100644 index 1e814ee..0000000 --- a/web/vendor/bootstrap-icons/house-add-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-add.svg b/web/vendor/bootstrap-icons/house-add.svg deleted file mode 100644 index 2a89bbe..0000000 --- a/web/vendor/bootstrap-icons/house-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-check-fill.svg b/web/vendor/bootstrap-icons/house-check-fill.svg deleted file mode 100644 index f2ddeb9..0000000 --- a/web/vendor/bootstrap-icons/house-check-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-check.svg b/web/vendor/bootstrap-icons/house-check.svg deleted file mode 100644 index 5bd7900..0000000 --- a/web/vendor/bootstrap-icons/house-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-dash-fill.svg b/web/vendor/bootstrap-icons/house-dash-fill.svg deleted file mode 100644 index 2fa8c57..0000000 --- a/web/vendor/bootstrap-icons/house-dash-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-dash.svg b/web/vendor/bootstrap-icons/house-dash.svg deleted file mode 100644 index b1cb832..0000000 --- a/web/vendor/bootstrap-icons/house-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-door-fill.svg b/web/vendor/bootstrap-icons/house-door-fill.svg deleted file mode 100644 index cf6d439..0000000 --- a/web/vendor/bootstrap-icons/house-door-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-door.svg b/web/vendor/bootstrap-icons/house-door.svg deleted file mode 100644 index daa093b..0000000 --- a/web/vendor/bootstrap-icons/house-door.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-down-fill.svg b/web/vendor/bootstrap-icons/house-down-fill.svg deleted file mode 100644 index 351904f..0000000 --- a/web/vendor/bootstrap-icons/house-down-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-down.svg b/web/vendor/bootstrap-icons/house-down.svg deleted file mode 100644 index 4d1d905..0000000 --- a/web/vendor/bootstrap-icons/house-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-exclamation-fill.svg b/web/vendor/bootstrap-icons/house-exclamation-fill.svg deleted file mode 100644 index 52fc0ae..0000000 --- a/web/vendor/bootstrap-icons/house-exclamation-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-exclamation.svg b/web/vendor/bootstrap-icons/house-exclamation.svg deleted file mode 100644 index 6d414f3..0000000 --- a/web/vendor/bootstrap-icons/house-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-fill.svg b/web/vendor/bootstrap-icons/house-fill.svg deleted file mode 100644 index 89db164..0000000 --- a/web/vendor/bootstrap-icons/house-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-gear-fill.svg b/web/vendor/bootstrap-icons/house-gear-fill.svg deleted file mode 100644 index 9003152..0000000 --- a/web/vendor/bootstrap-icons/house-gear-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-gear.svg b/web/vendor/bootstrap-icons/house-gear.svg deleted file mode 100644 index 65b5abb..0000000 --- a/web/vendor/bootstrap-icons/house-gear.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-heart-fill.svg b/web/vendor/bootstrap-icons/house-heart-fill.svg deleted file mode 100644 index be2e5f4..0000000 --- a/web/vendor/bootstrap-icons/house-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-heart.svg b/web/vendor/bootstrap-icons/house-heart.svg deleted file mode 100644 index ece6c06..0000000 --- a/web/vendor/bootstrap-icons/house-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-lock-fill.svg b/web/vendor/bootstrap-icons/house-lock-fill.svg deleted file mode 100644 index 90cc8c7..0000000 --- a/web/vendor/bootstrap-icons/house-lock-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-lock.svg b/web/vendor/bootstrap-icons/house-lock.svg deleted file mode 100644 index 8dc5894..0000000 --- a/web/vendor/bootstrap-icons/house-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-slash-fill.svg b/web/vendor/bootstrap-icons/house-slash-fill.svg deleted file mode 100644 index df8d7c6..0000000 --- a/web/vendor/bootstrap-icons/house-slash-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-slash.svg b/web/vendor/bootstrap-icons/house-slash.svg deleted file mode 100644 index a81b0ed..0000000 --- a/web/vendor/bootstrap-icons/house-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-up-fill.svg b/web/vendor/bootstrap-icons/house-up-fill.svg deleted file mode 100644 index 5e6a801..0000000 --- a/web/vendor/bootstrap-icons/house-up-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-up.svg b/web/vendor/bootstrap-icons/house-up.svg deleted file mode 100644 index da183d2..0000000 --- a/web/vendor/bootstrap-icons/house-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-x-fill.svg b/web/vendor/bootstrap-icons/house-x-fill.svg deleted file mode 100644 index 729cdb5..0000000 --- a/web/vendor/bootstrap-icons/house-x-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house-x.svg b/web/vendor/bootstrap-icons/house-x.svg deleted file mode 100644 index 68137c0..0000000 --- a/web/vendor/bootstrap-icons/house-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/house.svg b/web/vendor/bootstrap-icons/house.svg deleted file mode 100644 index cb57f68..0000000 --- a/web/vendor/bootstrap-icons/house.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/houses-fill.svg b/web/vendor/bootstrap-icons/houses-fill.svg deleted file mode 100644 index 63047bb..0000000 --- a/web/vendor/bootstrap-icons/houses-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/houses.svg b/web/vendor/bootstrap-icons/houses.svg deleted file mode 100644 index 3a906be..0000000 --- a/web/vendor/bootstrap-icons/houses.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hr.svg b/web/vendor/bootstrap-icons/hr.svg deleted file mode 100644 index 6e9fbd8..0000000 --- a/web/vendor/bootstrap-icons/hr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hurricane.svg b/web/vendor/bootstrap-icons/hurricane.svg deleted file mode 100644 index 5bd9ae1..0000000 --- a/web/vendor/bootstrap-icons/hurricane.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/hypnotize.svg b/web/vendor/bootstrap-icons/hypnotize.svg deleted file mode 100644 index 6a28997..0000000 --- a/web/vendor/bootstrap-icons/hypnotize.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/image-alt.svg b/web/vendor/bootstrap-icons/image-alt.svg deleted file mode 100644 index e56ee20..0000000 --- a/web/vendor/bootstrap-icons/image-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/image-fill.svg b/web/vendor/bootstrap-icons/image-fill.svg deleted file mode 100644 index db26ae8..0000000 --- a/web/vendor/bootstrap-icons/image-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/image.svg b/web/vendor/bootstrap-icons/image.svg deleted file mode 100644 index 152c333..0000000 --- a/web/vendor/bootstrap-icons/image.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/images.svg b/web/vendor/bootstrap-icons/images.svg deleted file mode 100644 index adc7abf..0000000 --- a/web/vendor/bootstrap-icons/images.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/inbox-fill.svg b/web/vendor/bootstrap-icons/inbox-fill.svg deleted file mode 100644 index 7e4816d..0000000 --- a/web/vendor/bootstrap-icons/inbox-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/inbox.svg b/web/vendor/bootstrap-icons/inbox.svg deleted file mode 100644 index b60e949..0000000 --- a/web/vendor/bootstrap-icons/inbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/inboxes-fill.svg b/web/vendor/bootstrap-icons/inboxes-fill.svg deleted file mode 100644 index 4d8c5f7..0000000 --- a/web/vendor/bootstrap-icons/inboxes-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/inboxes.svg b/web/vendor/bootstrap-icons/inboxes.svg deleted file mode 100644 index 1a074ac..0000000 --- a/web/vendor/bootstrap-icons/inboxes.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/incognito.svg b/web/vendor/bootstrap-icons/incognito.svg deleted file mode 100644 index f2c8f9d..0000000 --- a/web/vendor/bootstrap-icons/incognito.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/indent.svg b/web/vendor/bootstrap-icons/indent.svg deleted file mode 100644 index 0065aba..0000000 --- a/web/vendor/bootstrap-icons/indent.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/infinity.svg b/web/vendor/bootstrap-icons/infinity.svg deleted file mode 100644 index 3dca19b..0000000 --- a/web/vendor/bootstrap-icons/infinity.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info-circle-fill.svg b/web/vendor/bootstrap-icons/info-circle-fill.svg deleted file mode 100644 index d2e382b..0000000 --- a/web/vendor/bootstrap-icons/info-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info-circle.svg b/web/vendor/bootstrap-icons/info-circle.svg deleted file mode 100644 index e2b50eb..0000000 --- a/web/vendor/bootstrap-icons/info-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info-lg.svg b/web/vendor/bootstrap-icons/info-lg.svg deleted file mode 100644 index ac064b9..0000000 --- a/web/vendor/bootstrap-icons/info-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info-square-fill.svg b/web/vendor/bootstrap-icons/info-square-fill.svg deleted file mode 100644 index 49196b4..0000000 --- a/web/vendor/bootstrap-icons/info-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info-square.svg b/web/vendor/bootstrap-icons/info-square.svg deleted file mode 100644 index b64cfa8..0000000 --- a/web/vendor/bootstrap-icons/info-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/info.svg b/web/vendor/bootstrap-icons/info.svg deleted file mode 100644 index 43dc242..0000000 --- a/web/vendor/bootstrap-icons/info.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/input-cursor-text.svg b/web/vendor/bootstrap-icons/input-cursor-text.svg deleted file mode 100644 index fc910f3..0000000 --- a/web/vendor/bootstrap-icons/input-cursor-text.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/input-cursor.svg b/web/vendor/bootstrap-icons/input-cursor.svg deleted file mode 100644 index de6a35f..0000000 --- a/web/vendor/bootstrap-icons/input-cursor.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/instagram.svg b/web/vendor/bootstrap-icons/instagram.svg deleted file mode 100644 index 855e653..0000000 --- a/web/vendor/bootstrap-icons/instagram.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/intersect.svg b/web/vendor/bootstrap-icons/intersect.svg deleted file mode 100644 index 220141d..0000000 --- a/web/vendor/bootstrap-icons/intersect.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/javascript.svg b/web/vendor/bootstrap-icons/javascript.svg deleted file mode 100644 index 8a7e716..0000000 --- a/web/vendor/bootstrap-icons/javascript.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-album.svg b/web/vendor/bootstrap-icons/journal-album.svg deleted file mode 100644 index de49ccc..0000000 --- a/web/vendor/bootstrap-icons/journal-album.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-arrow-down.svg b/web/vendor/bootstrap-icons/journal-arrow-down.svg deleted file mode 100644 index d922f3c..0000000 --- a/web/vendor/bootstrap-icons/journal-arrow-down.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-arrow-up.svg b/web/vendor/bootstrap-icons/journal-arrow-up.svg deleted file mode 100644 index 7edc400..0000000 --- a/web/vendor/bootstrap-icons/journal-arrow-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-bookmark-fill.svg b/web/vendor/bootstrap-icons/journal-bookmark-fill.svg deleted file mode 100644 index 8e2f17a..0000000 --- a/web/vendor/bootstrap-icons/journal-bookmark-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-bookmark.svg b/web/vendor/bootstrap-icons/journal-bookmark.svg deleted file mode 100644 index 4a8f4bb..0000000 --- a/web/vendor/bootstrap-icons/journal-bookmark.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-check.svg b/web/vendor/bootstrap-icons/journal-check.svg deleted file mode 100644 index eb398b9..0000000 --- a/web/vendor/bootstrap-icons/journal-check.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-code.svg b/web/vendor/bootstrap-icons/journal-code.svg deleted file mode 100644 index 41430d2..0000000 --- a/web/vendor/bootstrap-icons/journal-code.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-medical.svg b/web/vendor/bootstrap-icons/journal-medical.svg deleted file mode 100644 index fb6d942..0000000 --- a/web/vendor/bootstrap-icons/journal-medical.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-minus.svg b/web/vendor/bootstrap-icons/journal-minus.svg deleted file mode 100644 index cbdfdd7..0000000 --- a/web/vendor/bootstrap-icons/journal-minus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-plus.svg b/web/vendor/bootstrap-icons/journal-plus.svg deleted file mode 100644 index 5cb82c3..0000000 --- a/web/vendor/bootstrap-icons/journal-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-richtext.svg b/web/vendor/bootstrap-icons/journal-richtext.svg deleted file mode 100644 index db92c70..0000000 --- a/web/vendor/bootstrap-icons/journal-richtext.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-text.svg b/web/vendor/bootstrap-icons/journal-text.svg deleted file mode 100644 index 13c58bc..0000000 --- a/web/vendor/bootstrap-icons/journal-text.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal-x.svg b/web/vendor/bootstrap-icons/journal-x.svg deleted file mode 100644 index fb3ea9f..0000000 --- a/web/vendor/bootstrap-icons/journal-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journal.svg b/web/vendor/bootstrap-icons/journal.svg deleted file mode 100644 index 4c166e2..0000000 --- a/web/vendor/bootstrap-icons/journal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/journals.svg b/web/vendor/bootstrap-icons/journals.svg deleted file mode 100644 index 6e5386a..0000000 --- a/web/vendor/bootstrap-icons/journals.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/joystick.svg b/web/vendor/bootstrap-icons/joystick.svg deleted file mode 100644 index 909369e..0000000 --- a/web/vendor/bootstrap-icons/joystick.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/justify-left.svg b/web/vendor/bootstrap-icons/justify-left.svg deleted file mode 100644 index 17b45e4..0000000 --- a/web/vendor/bootstrap-icons/justify-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/justify-right.svg b/web/vendor/bootstrap-icons/justify-right.svg deleted file mode 100644 index 4d96c43..0000000 --- a/web/vendor/bootstrap-icons/justify-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/justify.svg b/web/vendor/bootstrap-icons/justify.svg deleted file mode 100644 index 3eedc74..0000000 --- a/web/vendor/bootstrap-icons/justify.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/kanban-fill.svg b/web/vendor/bootstrap-icons/kanban-fill.svg deleted file mode 100644 index a8ed5bb..0000000 --- a/web/vendor/bootstrap-icons/kanban-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/kanban.svg b/web/vendor/bootstrap-icons/kanban.svg deleted file mode 100644 index cd13b32..0000000 --- a/web/vendor/bootstrap-icons/kanban.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/key-fill.svg b/web/vendor/bootstrap-icons/key-fill.svg deleted file mode 100644 index fdab8d6..0000000 --- a/web/vendor/bootstrap-icons/key-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/key.svg b/web/vendor/bootstrap-icons/key.svg deleted file mode 100644 index b0d1e16..0000000 --- a/web/vendor/bootstrap-icons/key.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/keyboard-fill.svg b/web/vendor/bootstrap-icons/keyboard-fill.svg deleted file mode 100644 index b46ad2d..0000000 --- a/web/vendor/bootstrap-icons/keyboard-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/keyboard.svg b/web/vendor/bootstrap-icons/keyboard.svg deleted file mode 100644 index 8ba49b6..0000000 --- a/web/vendor/bootstrap-icons/keyboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ladder.svg b/web/vendor/bootstrap-icons/ladder.svg deleted file mode 100644 index 7c6864f..0000000 --- a/web/vendor/bootstrap-icons/ladder.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lamp-fill.svg b/web/vendor/bootstrap-icons/lamp-fill.svg deleted file mode 100644 index 836b0db..0000000 --- a/web/vendor/bootstrap-icons/lamp-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lamp.svg b/web/vendor/bootstrap-icons/lamp.svg deleted file mode 100644 index b3fa1d6..0000000 --- a/web/vendor/bootstrap-icons/lamp.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/laptop-fill.svg b/web/vendor/bootstrap-icons/laptop-fill.svg deleted file mode 100644 index 31e5880..0000000 --- a/web/vendor/bootstrap-icons/laptop-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/laptop.svg b/web/vendor/bootstrap-icons/laptop.svg deleted file mode 100644 index 8e71020..0000000 --- a/web/vendor/bootstrap-icons/laptop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layer-backward.svg b/web/vendor/bootstrap-icons/layer-backward.svg deleted file mode 100644 index ed43c70..0000000 --- a/web/vendor/bootstrap-icons/layer-backward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layer-forward.svg b/web/vendor/bootstrap-icons/layer-forward.svg deleted file mode 100644 index d0a4abf..0000000 --- a/web/vendor/bootstrap-icons/layer-forward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layers-fill.svg b/web/vendor/bootstrap-icons/layers-fill.svg deleted file mode 100644 index 3b6cdf6..0000000 --- a/web/vendor/bootstrap-icons/layers-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layers-half.svg b/web/vendor/bootstrap-icons/layers-half.svg deleted file mode 100644 index 8ceaaad..0000000 --- a/web/vendor/bootstrap-icons/layers-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layers.svg b/web/vendor/bootstrap-icons/layers.svg deleted file mode 100644 index 52dbe79..0000000 --- a/web/vendor/bootstrap-icons/layers.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-sidebar-inset-reverse.svg b/web/vendor/bootstrap-icons/layout-sidebar-inset-reverse.svg deleted file mode 100644 index 0d8dc7f..0000000 --- a/web/vendor/bootstrap-icons/layout-sidebar-inset-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-sidebar-inset.svg b/web/vendor/bootstrap-icons/layout-sidebar-inset.svg deleted file mode 100644 index cc19c86..0000000 --- a/web/vendor/bootstrap-icons/layout-sidebar-inset.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-sidebar-reverse.svg b/web/vendor/bootstrap-icons/layout-sidebar-reverse.svg deleted file mode 100644 index 7c03f73..0000000 --- a/web/vendor/bootstrap-icons/layout-sidebar-reverse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-sidebar.svg b/web/vendor/bootstrap-icons/layout-sidebar.svg deleted file mode 100644 index ff40858..0000000 --- a/web/vendor/bootstrap-icons/layout-sidebar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-split.svg b/web/vendor/bootstrap-icons/layout-split.svg deleted file mode 100644 index 4805b25..0000000 --- a/web/vendor/bootstrap-icons/layout-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-text-sidebar-reverse.svg b/web/vendor/bootstrap-icons/layout-text-sidebar-reverse.svg deleted file mode 100644 index 9179285..0000000 --- a/web/vendor/bootstrap-icons/layout-text-sidebar-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-text-sidebar.svg b/web/vendor/bootstrap-icons/layout-text-sidebar.svg deleted file mode 100644 index 6d89f67..0000000 --- a/web/vendor/bootstrap-icons/layout-text-sidebar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-text-window-reverse.svg b/web/vendor/bootstrap-icons/layout-text-window-reverse.svg deleted file mode 100644 index 8258ad3..0000000 --- a/web/vendor/bootstrap-icons/layout-text-window-reverse.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-text-window.svg b/web/vendor/bootstrap-icons/layout-text-window.svg deleted file mode 100644 index 4d27cf9..0000000 --- a/web/vendor/bootstrap-icons/layout-text-window.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-three-columns.svg b/web/vendor/bootstrap-icons/layout-three-columns.svg deleted file mode 100644 index 7117f07..0000000 --- a/web/vendor/bootstrap-icons/layout-three-columns.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/layout-wtf.svg b/web/vendor/bootstrap-icons/layout-wtf.svg deleted file mode 100644 index fd8f5a1..0000000 --- a/web/vendor/bootstrap-icons/layout-wtf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/leaf-fill.svg b/web/vendor/bootstrap-icons/leaf-fill.svg deleted file mode 100644 index 094ab20..0000000 --- a/web/vendor/bootstrap-icons/leaf-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/leaf.svg b/web/vendor/bootstrap-icons/leaf.svg deleted file mode 100644 index 37b51e3..0000000 --- a/web/vendor/bootstrap-icons/leaf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/life-preserver.svg b/web/vendor/bootstrap-icons/life-preserver.svg deleted file mode 100644 index 7282baa..0000000 --- a/web/vendor/bootstrap-icons/life-preserver.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightbulb-fill.svg b/web/vendor/bootstrap-icons/lightbulb-fill.svg deleted file mode 100644 index 0ef90ea..0000000 --- a/web/vendor/bootstrap-icons/lightbulb-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightbulb-off-fill.svg b/web/vendor/bootstrap-icons/lightbulb-off-fill.svg deleted file mode 100644 index e533739..0000000 --- a/web/vendor/bootstrap-icons/lightbulb-off-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightbulb-off.svg b/web/vendor/bootstrap-icons/lightbulb-off.svg deleted file mode 100644 index 15e8200..0000000 --- a/web/vendor/bootstrap-icons/lightbulb-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightbulb.svg b/web/vendor/bootstrap-icons/lightbulb.svg deleted file mode 100644 index 67bf5bd..0000000 --- a/web/vendor/bootstrap-icons/lightbulb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightning-charge-fill.svg b/web/vendor/bootstrap-icons/lightning-charge-fill.svg deleted file mode 100644 index 5e197fb..0000000 --- a/web/vendor/bootstrap-icons/lightning-charge-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightning-charge.svg b/web/vendor/bootstrap-icons/lightning-charge.svg deleted file mode 100644 index 5352e72..0000000 --- a/web/vendor/bootstrap-icons/lightning-charge.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightning-fill.svg b/web/vendor/bootstrap-icons/lightning-fill.svg deleted file mode 100644 index b98af68..0000000 --- a/web/vendor/bootstrap-icons/lightning-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lightning.svg b/web/vendor/bootstrap-icons/lightning.svg deleted file mode 100644 index d2faa0f..0000000 --- a/web/vendor/bootstrap-icons/lightning.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/line.svg b/web/vendor/bootstrap-icons/line.svg deleted file mode 100644 index 3e4bfd3..0000000 --- a/web/vendor/bootstrap-icons/line.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/link-45deg.svg b/web/vendor/bootstrap-icons/link-45deg.svg deleted file mode 100644 index abdc8cb..0000000 --- a/web/vendor/bootstrap-icons/link-45deg.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/link.svg b/web/vendor/bootstrap-icons/link.svg deleted file mode 100644 index 823e4cd..0000000 --- a/web/vendor/bootstrap-icons/link.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/linkedin.svg b/web/vendor/bootstrap-icons/linkedin.svg deleted file mode 100644 index 30fc0e3..0000000 --- a/web/vendor/bootstrap-icons/linkedin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-check.svg b/web/vendor/bootstrap-icons/list-check.svg deleted file mode 100644 index e1db377..0000000 --- a/web/vendor/bootstrap-icons/list-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-columns-reverse.svg b/web/vendor/bootstrap-icons/list-columns-reverse.svg deleted file mode 100644 index f5e2876..0000000 --- a/web/vendor/bootstrap-icons/list-columns-reverse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-columns.svg b/web/vendor/bootstrap-icons/list-columns.svg deleted file mode 100644 index 07d0b1a..0000000 --- a/web/vendor/bootstrap-icons/list-columns.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-nested.svg b/web/vendor/bootstrap-icons/list-nested.svg deleted file mode 100644 index 26607c9..0000000 --- a/web/vendor/bootstrap-icons/list-nested.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-ol.svg b/web/vendor/bootstrap-icons/list-ol.svg deleted file mode 100644 index d111f73..0000000 --- a/web/vendor/bootstrap-icons/list-ol.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-stars.svg b/web/vendor/bootstrap-icons/list-stars.svg deleted file mode 100644 index c520bdf..0000000 --- a/web/vendor/bootstrap-icons/list-stars.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-task.svg b/web/vendor/bootstrap-icons/list-task.svg deleted file mode 100644 index 3905d7a..0000000 --- a/web/vendor/bootstrap-icons/list-task.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list-ul.svg b/web/vendor/bootstrap-icons/list-ul.svg deleted file mode 100644 index f1cc202..0000000 --- a/web/vendor/bootstrap-icons/list-ul.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/list.svg b/web/vendor/bootstrap-icons/list.svg deleted file mode 100644 index de58858..0000000 --- a/web/vendor/bootstrap-icons/list.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lock-fill.svg b/web/vendor/bootstrap-icons/lock-fill.svg deleted file mode 100644 index 9e9ff14..0000000 --- a/web/vendor/bootstrap-icons/lock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lock.svg b/web/vendor/bootstrap-icons/lock.svg deleted file mode 100644 index c38aa42..0000000 --- a/web/vendor/bootstrap-icons/lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/luggage-fill.svg b/web/vendor/bootstrap-icons/luggage-fill.svg deleted file mode 100644 index eb7378f..0000000 --- a/web/vendor/bootstrap-icons/luggage-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/luggage.svg b/web/vendor/bootstrap-icons/luggage.svg deleted file mode 100644 index ad037ba..0000000 --- a/web/vendor/bootstrap-icons/luggage.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lungs-fill.svg b/web/vendor/bootstrap-icons/lungs-fill.svg deleted file mode 100644 index 2880fa6..0000000 --- a/web/vendor/bootstrap-icons/lungs-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/lungs.svg b/web/vendor/bootstrap-icons/lungs.svg deleted file mode 100644 index 082e7de..0000000 --- a/web/vendor/bootstrap-icons/lungs.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/magic.svg b/web/vendor/bootstrap-icons/magic.svg deleted file mode 100644 index 0b2f1fd..0000000 --- a/web/vendor/bootstrap-icons/magic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/magnet-fill.svg b/web/vendor/bootstrap-icons/magnet-fill.svg deleted file mode 100644 index 026d0de..0000000 --- a/web/vendor/bootstrap-icons/magnet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/magnet.svg b/web/vendor/bootstrap-icons/magnet.svg deleted file mode 100644 index 36b238b..0000000 --- a/web/vendor/bootstrap-icons/magnet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mailbox-flag.svg b/web/vendor/bootstrap-icons/mailbox-flag.svg deleted file mode 100644 index 8e24db0..0000000 --- a/web/vendor/bootstrap-icons/mailbox-flag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mailbox.svg b/web/vendor/bootstrap-icons/mailbox.svg deleted file mode 100644 index 1048e2a..0000000 --- a/web/vendor/bootstrap-icons/mailbox.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mailbox2-flag.svg b/web/vendor/bootstrap-icons/mailbox2-flag.svg deleted file mode 100644 index a253700..0000000 --- a/web/vendor/bootstrap-icons/mailbox2-flag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mailbox2.svg b/web/vendor/bootstrap-icons/mailbox2.svg deleted file mode 100644 index 33e22a6..0000000 --- a/web/vendor/bootstrap-icons/mailbox2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/map-fill.svg b/web/vendor/bootstrap-icons/map-fill.svg deleted file mode 100644 index 7134540..0000000 --- a/web/vendor/bootstrap-icons/map-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/map.svg b/web/vendor/bootstrap-icons/map.svg deleted file mode 100644 index 2b579ce..0000000 --- a/web/vendor/bootstrap-icons/map.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/markdown-fill.svg b/web/vendor/bootstrap-icons/markdown-fill.svg deleted file mode 100644 index a932fbb..0000000 --- a/web/vendor/bootstrap-icons/markdown-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/markdown.svg b/web/vendor/bootstrap-icons/markdown.svg deleted file mode 100644 index 33962c6..0000000 --- a/web/vendor/bootstrap-icons/markdown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/marker-tip.svg b/web/vendor/bootstrap-icons/marker-tip.svg deleted file mode 100644 index e00f931..0000000 --- a/web/vendor/bootstrap-icons/marker-tip.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mask.svg b/web/vendor/bootstrap-icons/mask.svg deleted file mode 100644 index b51158c..0000000 --- a/web/vendor/bootstrap-icons/mask.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mastodon.svg b/web/vendor/bootstrap-icons/mastodon.svg deleted file mode 100644 index a8c2a26..0000000 --- a/web/vendor/bootstrap-icons/mastodon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/measuring-cup-fill.svg b/web/vendor/bootstrap-icons/measuring-cup-fill.svg deleted file mode 100644 index a62ef9e..0000000 --- a/web/vendor/bootstrap-icons/measuring-cup-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/measuring-cup.svg b/web/vendor/bootstrap-icons/measuring-cup.svg deleted file mode 100644 index 6020df9..0000000 --- a/web/vendor/bootstrap-icons/measuring-cup.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/medium.svg b/web/vendor/bootstrap-icons/medium.svg deleted file mode 100644 index 065ace1..0000000 --- a/web/vendor/bootstrap-icons/medium.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/megaphone-fill.svg b/web/vendor/bootstrap-icons/megaphone-fill.svg deleted file mode 100644 index 9f44f2e..0000000 --- a/web/vendor/bootstrap-icons/megaphone-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/megaphone.svg b/web/vendor/bootstrap-icons/megaphone.svg deleted file mode 100644 index 1cedb30..0000000 --- a/web/vendor/bootstrap-icons/megaphone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/memory.svg b/web/vendor/bootstrap-icons/memory.svg deleted file mode 100644 index 48764d2..0000000 --- a/web/vendor/bootstrap-icons/memory.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-app-fill.svg b/web/vendor/bootstrap-icons/menu-app-fill.svg deleted file mode 100644 index 65cfdcf..0000000 --- a/web/vendor/bootstrap-icons/menu-app-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-app.svg b/web/vendor/bootstrap-icons/menu-app.svg deleted file mode 100644 index ecda144..0000000 --- a/web/vendor/bootstrap-icons/menu-app.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-button-fill.svg b/web/vendor/bootstrap-icons/menu-button-fill.svg deleted file mode 100644 index 09b2805..0000000 --- a/web/vendor/bootstrap-icons/menu-button-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-button-wide-fill.svg b/web/vendor/bootstrap-icons/menu-button-wide-fill.svg deleted file mode 100644 index d97ce7f..0000000 --- a/web/vendor/bootstrap-icons/menu-button-wide-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-button-wide.svg b/web/vendor/bootstrap-icons/menu-button-wide.svg deleted file mode 100644 index 5636c10..0000000 --- a/web/vendor/bootstrap-icons/menu-button-wide.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-button.svg b/web/vendor/bootstrap-icons/menu-button.svg deleted file mode 100644 index ec4c70a..0000000 --- a/web/vendor/bootstrap-icons/menu-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-down.svg b/web/vendor/bootstrap-icons/menu-down.svg deleted file mode 100644 index e53a5e9..0000000 --- a/web/vendor/bootstrap-icons/menu-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/menu-up.svg b/web/vendor/bootstrap-icons/menu-up.svg deleted file mode 100644 index 96ff58b..0000000 --- a/web/vendor/bootstrap-icons/menu-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/messenger.svg b/web/vendor/bootstrap-icons/messenger.svg deleted file mode 100644 index e896a79..0000000 --- a/web/vendor/bootstrap-icons/messenger.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/meta.svg b/web/vendor/bootstrap-icons/meta.svg deleted file mode 100644 index 7c7510b..0000000 --- a/web/vendor/bootstrap-icons/meta.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mic-fill.svg b/web/vendor/bootstrap-icons/mic-fill.svg deleted file mode 100644 index c92ade7..0000000 --- a/web/vendor/bootstrap-icons/mic-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mic-mute-fill.svg b/web/vendor/bootstrap-icons/mic-mute-fill.svg deleted file mode 100644 index a10a1bc..0000000 --- a/web/vendor/bootstrap-icons/mic-mute-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mic-mute.svg b/web/vendor/bootstrap-icons/mic-mute.svg deleted file mode 100644 index 59b04be..0000000 --- a/web/vendor/bootstrap-icons/mic-mute.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mic.svg b/web/vendor/bootstrap-icons/mic.svg deleted file mode 100644 index f07bf14..0000000 --- a/web/vendor/bootstrap-icons/mic.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/microsoft-teams.svg b/web/vendor/bootstrap-icons/microsoft-teams.svg deleted file mode 100644 index 6bf3a0c..0000000 --- a/web/vendor/bootstrap-icons/microsoft-teams.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/microsoft.svg b/web/vendor/bootstrap-icons/microsoft.svg deleted file mode 100644 index 8d2a03c..0000000 --- a/web/vendor/bootstrap-icons/microsoft.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/minecart-loaded.svg b/web/vendor/bootstrap-icons/minecart-loaded.svg deleted file mode 100644 index 48e523f..0000000 --- a/web/vendor/bootstrap-icons/minecart-loaded.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/minecart.svg b/web/vendor/bootstrap-icons/minecart.svg deleted file mode 100644 index c4869c2..0000000 --- a/web/vendor/bootstrap-icons/minecart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/modem-fill.svg b/web/vendor/bootstrap-icons/modem-fill.svg deleted file mode 100644 index a5dd5e2..0000000 --- a/web/vendor/bootstrap-icons/modem-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/modem.svg b/web/vendor/bootstrap-icons/modem.svg deleted file mode 100644 index f90ad6b..0000000 --- a/web/vendor/bootstrap-icons/modem.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/moisture.svg b/web/vendor/bootstrap-icons/moisture.svg deleted file mode 100644 index 490fb49..0000000 --- a/web/vendor/bootstrap-icons/moisture.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/moon-fill.svg b/web/vendor/bootstrap-icons/moon-fill.svg deleted file mode 100644 index 67f6739..0000000 --- a/web/vendor/bootstrap-icons/moon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/moon-stars-fill.svg b/web/vendor/bootstrap-icons/moon-stars-fill.svg deleted file mode 100644 index c50e070..0000000 --- a/web/vendor/bootstrap-icons/moon-stars-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/moon-stars.svg b/web/vendor/bootstrap-icons/moon-stars.svg deleted file mode 100644 index ae138c2..0000000 --- a/web/vendor/bootstrap-icons/moon-stars.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/moon.svg b/web/vendor/bootstrap-icons/moon.svg deleted file mode 100644 index 46458ec..0000000 --- a/web/vendor/bootstrap-icons/moon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mortarboard-fill.svg b/web/vendor/bootstrap-icons/mortarboard-fill.svg deleted file mode 100644 index 02f6c8c..0000000 --- a/web/vendor/bootstrap-icons/mortarboard-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mortarboard.svg b/web/vendor/bootstrap-icons/mortarboard.svg deleted file mode 100644 index 94f9e97..0000000 --- a/web/vendor/bootstrap-icons/mortarboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/motherboard-fill.svg b/web/vendor/bootstrap-icons/motherboard-fill.svg deleted file mode 100644 index fabff97..0000000 --- a/web/vendor/bootstrap-icons/motherboard-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/motherboard.svg b/web/vendor/bootstrap-icons/motherboard.svg deleted file mode 100644 index d29e255..0000000 --- a/web/vendor/bootstrap-icons/motherboard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse-fill.svg b/web/vendor/bootstrap-icons/mouse-fill.svg deleted file mode 100644 index 24d275e..0000000 --- a/web/vendor/bootstrap-icons/mouse-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse.svg b/web/vendor/bootstrap-icons/mouse.svg deleted file mode 100644 index e018811..0000000 --- a/web/vendor/bootstrap-icons/mouse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse2-fill.svg b/web/vendor/bootstrap-icons/mouse2-fill.svg deleted file mode 100644 index 6277b44..0000000 --- a/web/vendor/bootstrap-icons/mouse2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse2.svg b/web/vendor/bootstrap-icons/mouse2.svg deleted file mode 100644 index fd15e7c..0000000 --- a/web/vendor/bootstrap-icons/mouse2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse3-fill.svg b/web/vendor/bootstrap-icons/mouse3-fill.svg deleted file mode 100644 index 16c1705..0000000 --- a/web/vendor/bootstrap-icons/mouse3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/mouse3.svg b/web/vendor/bootstrap-icons/mouse3.svg deleted file mode 100644 index 548b244..0000000 --- a/web/vendor/bootstrap-icons/mouse3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/music-note-beamed.svg b/web/vendor/bootstrap-icons/music-note-beamed.svg deleted file mode 100644 index 9eb1506..0000000 --- a/web/vendor/bootstrap-icons/music-note-beamed.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/music-note-list.svg b/web/vendor/bootstrap-icons/music-note-list.svg deleted file mode 100644 index d33767d..0000000 --- a/web/vendor/bootstrap-icons/music-note-list.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/music-note.svg b/web/vendor/bootstrap-icons/music-note.svg deleted file mode 100644 index d6fe21e..0000000 --- a/web/vendor/bootstrap-icons/music-note.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/music-player-fill.svg b/web/vendor/bootstrap-icons/music-player-fill.svg deleted file mode 100644 index 68a65b5..0000000 --- a/web/vendor/bootstrap-icons/music-player-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/music-player.svg b/web/vendor/bootstrap-icons/music-player.svg deleted file mode 100644 index 7eb9c92..0000000 --- a/web/vendor/bootstrap-icons/music-player.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/newspaper.svg b/web/vendor/bootstrap-icons/newspaper.svg deleted file mode 100644 index 9a1cf6d..0000000 --- a/web/vendor/bootstrap-icons/newspaper.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nintendo-switch.svg b/web/vendor/bootstrap-icons/nintendo-switch.svg deleted file mode 100644 index 5849493..0000000 --- a/web/vendor/bootstrap-icons/nintendo-switch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/node-minus-fill.svg b/web/vendor/bootstrap-icons/node-minus-fill.svg deleted file mode 100644 index 802d678..0000000 --- a/web/vendor/bootstrap-icons/node-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/node-minus.svg b/web/vendor/bootstrap-icons/node-minus.svg deleted file mode 100644 index 8ffaa38..0000000 --- a/web/vendor/bootstrap-icons/node-minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/node-plus-fill.svg b/web/vendor/bootstrap-icons/node-plus-fill.svg deleted file mode 100644 index 9559b26..0000000 --- a/web/vendor/bootstrap-icons/node-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/node-plus.svg b/web/vendor/bootstrap-icons/node-plus.svg deleted file mode 100644 index 028ef28..0000000 --- a/web/vendor/bootstrap-icons/node-plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/noise-reduction.svg b/web/vendor/bootstrap-icons/noise-reduction.svg deleted file mode 100644 index cd5e288..0000000 --- a/web/vendor/bootstrap-icons/noise-reduction.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nut-fill.svg b/web/vendor/bootstrap-icons/nut-fill.svg deleted file mode 100644 index 18dfeb1..0000000 --- a/web/vendor/bootstrap-icons/nut-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nut.svg b/web/vendor/bootstrap-icons/nut.svg deleted file mode 100644 index 75a401d..0000000 --- a/web/vendor/bootstrap-icons/nut.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nvidia.svg b/web/vendor/bootstrap-icons/nvidia.svg deleted file mode 100644 index 438a6fc..0000000 --- a/web/vendor/bootstrap-icons/nvidia.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nvme-fill.svg b/web/vendor/bootstrap-icons/nvme-fill.svg deleted file mode 100644 index 962c3c6..0000000 --- a/web/vendor/bootstrap-icons/nvme-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/nvme.svg b/web/vendor/bootstrap-icons/nvme.svg deleted file mode 100644 index 31a2fb6..0000000 --- a/web/vendor/bootstrap-icons/nvme.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/octagon-fill.svg b/web/vendor/bootstrap-icons/octagon-fill.svg deleted file mode 100644 index 73c80f0..0000000 --- a/web/vendor/bootstrap-icons/octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/octagon-half.svg b/web/vendor/bootstrap-icons/octagon-half.svg deleted file mode 100644 index fe6eb41..0000000 --- a/web/vendor/bootstrap-icons/octagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/octagon.svg b/web/vendor/bootstrap-icons/octagon.svg deleted file mode 100644 index d2d9c5c..0000000 --- a/web/vendor/bootstrap-icons/octagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/openai.svg b/web/vendor/bootstrap-icons/openai.svg deleted file mode 100644 index ad018a2..0000000 --- a/web/vendor/bootstrap-icons/openai.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/opencollective.svg b/web/vendor/bootstrap-icons/opencollective.svg deleted file mode 100644 index b9a0c9f..0000000 --- a/web/vendor/bootstrap-icons/opencollective.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/optical-audio-fill.svg b/web/vendor/bootstrap-icons/optical-audio-fill.svg deleted file mode 100644 index 9b74060..0000000 --- a/web/vendor/bootstrap-icons/optical-audio-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/optical-audio.svg b/web/vendor/bootstrap-icons/optical-audio.svg deleted file mode 100644 index 253d1d7..0000000 --- a/web/vendor/bootstrap-icons/optical-audio.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/option.svg b/web/vendor/bootstrap-icons/option.svg deleted file mode 100644 index 32cce4c..0000000 --- a/web/vendor/bootstrap-icons/option.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/outlet.svg b/web/vendor/bootstrap-icons/outlet.svg deleted file mode 100644 index 7787f35..0000000 --- a/web/vendor/bootstrap-icons/outlet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/p-circle-fill.svg b/web/vendor/bootstrap-icons/p-circle-fill.svg deleted file mode 100644 index e57d158..0000000 --- a/web/vendor/bootstrap-icons/p-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/p-circle.svg b/web/vendor/bootstrap-icons/p-circle.svg deleted file mode 100644 index bfe68d9..0000000 --- a/web/vendor/bootstrap-icons/p-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/p-square-fill.svg b/web/vendor/bootstrap-icons/p-square-fill.svg deleted file mode 100644 index 164f5eb..0000000 --- a/web/vendor/bootstrap-icons/p-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/p-square.svg b/web/vendor/bootstrap-icons/p-square.svg deleted file mode 100644 index 1f6335d..0000000 --- a/web/vendor/bootstrap-icons/p-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/paint-bucket.svg b/web/vendor/bootstrap-icons/paint-bucket.svg deleted file mode 100644 index 9ac2df4..0000000 --- a/web/vendor/bootstrap-icons/paint-bucket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/palette-fill.svg b/web/vendor/bootstrap-icons/palette-fill.svg deleted file mode 100644 index d7a6a3b..0000000 --- a/web/vendor/bootstrap-icons/palette-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/palette.svg b/web/vendor/bootstrap-icons/palette.svg deleted file mode 100644 index 1cd490f..0000000 --- a/web/vendor/bootstrap-icons/palette.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/palette2.svg b/web/vendor/bootstrap-icons/palette2.svg deleted file mode 100644 index ae65e88..0000000 --- a/web/vendor/bootstrap-icons/palette2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/paperclip.svg b/web/vendor/bootstrap-icons/paperclip.svg deleted file mode 100644 index c02950b..0000000 --- a/web/vendor/bootstrap-icons/paperclip.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/paragraph.svg b/web/vendor/bootstrap-icons/paragraph.svg deleted file mode 100644 index 38c65d4..0000000 --- a/web/vendor/bootstrap-icons/paragraph.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pass-fill.svg b/web/vendor/bootstrap-icons/pass-fill.svg deleted file mode 100644 index 1e15dd9..0000000 --- a/web/vendor/bootstrap-icons/pass-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pass.svg b/web/vendor/bootstrap-icons/pass.svg deleted file mode 100644 index 20a06bc..0000000 --- a/web/vendor/bootstrap-icons/pass.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/passport-fill.svg b/web/vendor/bootstrap-icons/passport-fill.svg deleted file mode 100644 index d42c1b9..0000000 --- a/web/vendor/bootstrap-icons/passport-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/passport.svg b/web/vendor/bootstrap-icons/passport.svg deleted file mode 100644 index 2ecee5a..0000000 --- a/web/vendor/bootstrap-icons/passport.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-check-fill.svg b/web/vendor/bootstrap-icons/patch-check-fill.svg deleted file mode 100644 index 91283e2..0000000 --- a/web/vendor/bootstrap-icons/patch-check-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-check.svg b/web/vendor/bootstrap-icons/patch-check.svg deleted file mode 100644 index 1fd0a2e..0000000 --- a/web/vendor/bootstrap-icons/patch-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-exclamation-fill.svg b/web/vendor/bootstrap-icons/patch-exclamation-fill.svg deleted file mode 100644 index e745268..0000000 --- a/web/vendor/bootstrap-icons/patch-exclamation-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-exclamation.svg b/web/vendor/bootstrap-icons/patch-exclamation.svg deleted file mode 100644 index 2372cc6..0000000 --- a/web/vendor/bootstrap-icons/patch-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-minus-fill.svg b/web/vendor/bootstrap-icons/patch-minus-fill.svg deleted file mode 100644 index bfeb96e..0000000 --- a/web/vendor/bootstrap-icons/patch-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-minus.svg b/web/vendor/bootstrap-icons/patch-minus.svg deleted file mode 100644 index 35a380c..0000000 --- a/web/vendor/bootstrap-icons/patch-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-plus-fill.svg b/web/vendor/bootstrap-icons/patch-plus-fill.svg deleted file mode 100644 index b475098..0000000 --- a/web/vendor/bootstrap-icons/patch-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-plus.svg b/web/vendor/bootstrap-icons/patch-plus.svg deleted file mode 100644 index 4f332da..0000000 --- a/web/vendor/bootstrap-icons/patch-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-question-fill.svg b/web/vendor/bootstrap-icons/patch-question-fill.svg deleted file mode 100644 index 101c255..0000000 --- a/web/vendor/bootstrap-icons/patch-question-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/patch-question.svg b/web/vendor/bootstrap-icons/patch-question.svg deleted file mode 100644 index a777cef..0000000 --- a/web/vendor/bootstrap-icons/patch-question.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause-btn-fill.svg b/web/vendor/bootstrap-icons/pause-btn-fill.svg deleted file mode 100644 index 81c0720..0000000 --- a/web/vendor/bootstrap-icons/pause-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause-btn.svg b/web/vendor/bootstrap-icons/pause-btn.svg deleted file mode 100644 index e2d68f9..0000000 --- a/web/vendor/bootstrap-icons/pause-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause-circle-fill.svg b/web/vendor/bootstrap-icons/pause-circle-fill.svg deleted file mode 100644 index 90c4ca5..0000000 --- a/web/vendor/bootstrap-icons/pause-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause-circle.svg b/web/vendor/bootstrap-icons/pause-circle.svg deleted file mode 100644 index 6d3aeff..0000000 --- a/web/vendor/bootstrap-icons/pause-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause-fill.svg b/web/vendor/bootstrap-icons/pause-fill.svg deleted file mode 100644 index 92e1588..0000000 --- a/web/vendor/bootstrap-icons/pause-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pause.svg b/web/vendor/bootstrap-icons/pause.svg deleted file mode 100644 index 7bfde2c..0000000 --- a/web/vendor/bootstrap-icons/pause.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/paypal.svg b/web/vendor/bootstrap-icons/paypal.svg deleted file mode 100644 index b2cec88..0000000 --- a/web/vendor/bootstrap-icons/paypal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pc-display-horizontal.svg b/web/vendor/bootstrap-icons/pc-display-horizontal.svg deleted file mode 100644 index 724ba86..0000000 --- a/web/vendor/bootstrap-icons/pc-display-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pc-display.svg b/web/vendor/bootstrap-icons/pc-display.svg deleted file mode 100644 index c3cf9dd..0000000 --- a/web/vendor/bootstrap-icons/pc-display.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pc-horizontal.svg b/web/vendor/bootstrap-icons/pc-horizontal.svg deleted file mode 100644 index a8ae72f..0000000 --- a/web/vendor/bootstrap-icons/pc-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pc.svg b/web/vendor/bootstrap-icons/pc.svg deleted file mode 100644 index a8c023a..0000000 --- a/web/vendor/bootstrap-icons/pc.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pci-card-network.svg b/web/vendor/bootstrap-icons/pci-card-network.svg deleted file mode 100644 index a2b4359..0000000 --- a/web/vendor/bootstrap-icons/pci-card-network.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pci-card-sound.svg b/web/vendor/bootstrap-icons/pci-card-sound.svg deleted file mode 100644 index 2bb98f2..0000000 --- a/web/vendor/bootstrap-icons/pci-card-sound.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pci-card.svg b/web/vendor/bootstrap-icons/pci-card.svg deleted file mode 100644 index 66ff052..0000000 --- a/web/vendor/bootstrap-icons/pci-card.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/peace-fill.svg b/web/vendor/bootstrap-icons/peace-fill.svg deleted file mode 100644 index a93e64d..0000000 --- a/web/vendor/bootstrap-icons/peace-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/peace.svg b/web/vendor/bootstrap-icons/peace.svg deleted file mode 100644 index 22367e0..0000000 --- a/web/vendor/bootstrap-icons/peace.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pen-fill.svg b/web/vendor/bootstrap-icons/pen-fill.svg deleted file mode 100644 index 59bbb2e..0000000 --- a/web/vendor/bootstrap-icons/pen-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pen.svg b/web/vendor/bootstrap-icons/pen.svg deleted file mode 100644 index a63b250..0000000 --- a/web/vendor/bootstrap-icons/pen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pencil-fill.svg b/web/vendor/bootstrap-icons/pencil-fill.svg deleted file mode 100644 index 4b3bdd7..0000000 --- a/web/vendor/bootstrap-icons/pencil-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pencil-square.svg b/web/vendor/bootstrap-icons/pencil-square.svg deleted file mode 100644 index 95c0529..0000000 --- a/web/vendor/bootstrap-icons/pencil-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pencil.svg b/web/vendor/bootstrap-icons/pencil.svg deleted file mode 100644 index 0b84e36..0000000 --- a/web/vendor/bootstrap-icons/pencil.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pentagon-fill.svg b/web/vendor/bootstrap-icons/pentagon-fill.svg deleted file mode 100644 index 9c80789..0000000 --- a/web/vendor/bootstrap-icons/pentagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pentagon-half.svg b/web/vendor/bootstrap-icons/pentagon-half.svg deleted file mode 100644 index 6811a93..0000000 --- a/web/vendor/bootstrap-icons/pentagon-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pentagon.svg b/web/vendor/bootstrap-icons/pentagon.svg deleted file mode 100644 index b6f5fe3..0000000 --- a/web/vendor/bootstrap-icons/pentagon.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/people-fill.svg b/web/vendor/bootstrap-icons/people-fill.svg deleted file mode 100644 index 2b9f768..0000000 --- a/web/vendor/bootstrap-icons/people-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/people.svg b/web/vendor/bootstrap-icons/people.svg deleted file mode 100644 index 341861a..0000000 --- a/web/vendor/bootstrap-icons/people.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/percent.svg b/web/vendor/bootstrap-icons/percent.svg deleted file mode 100644 index c0fd22d..0000000 --- a/web/vendor/bootstrap-icons/percent.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/perplexity.svg b/web/vendor/bootstrap-icons/perplexity.svg deleted file mode 100644 index 8cab953..0000000 --- a/web/vendor/bootstrap-icons/perplexity.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-add.svg b/web/vendor/bootstrap-icons/person-add.svg deleted file mode 100644 index 66e2508..0000000 --- a/web/vendor/bootstrap-icons/person-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-arms-up.svg b/web/vendor/bootstrap-icons/person-arms-up.svg deleted file mode 100644 index deb50e8..0000000 --- a/web/vendor/bootstrap-icons/person-arms-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-badge-fill.svg b/web/vendor/bootstrap-icons/person-badge-fill.svg deleted file mode 100644 index 7110ed3..0000000 --- a/web/vendor/bootstrap-icons/person-badge-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-badge.svg b/web/vendor/bootstrap-icons/person-badge.svg deleted file mode 100644 index 680aee1..0000000 --- a/web/vendor/bootstrap-icons/person-badge.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-bounding-box.svg b/web/vendor/bootstrap-icons/person-bounding-box.svg deleted file mode 100644 index d9be675..0000000 --- a/web/vendor/bootstrap-icons/person-bounding-box.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-check-fill.svg b/web/vendor/bootstrap-icons/person-check-fill.svg deleted file mode 100644 index 04b95d3..0000000 --- a/web/vendor/bootstrap-icons/person-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-check.svg b/web/vendor/bootstrap-icons/person-check.svg deleted file mode 100644 index 39b4219..0000000 --- a/web/vendor/bootstrap-icons/person-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-circle.svg b/web/vendor/bootstrap-icons/person-circle.svg deleted file mode 100644 index a75f25f..0000000 --- a/web/vendor/bootstrap-icons/person-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-dash-fill.svg b/web/vendor/bootstrap-icons/person-dash-fill.svg deleted file mode 100644 index 9879e6e..0000000 --- a/web/vendor/bootstrap-icons/person-dash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-dash.svg b/web/vendor/bootstrap-icons/person-dash.svg deleted file mode 100644 index b61190b..0000000 --- a/web/vendor/bootstrap-icons/person-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-down.svg b/web/vendor/bootstrap-icons/person-down.svg deleted file mode 100644 index 79cf29a..0000000 --- a/web/vendor/bootstrap-icons/person-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-exclamation.svg b/web/vendor/bootstrap-icons/person-exclamation.svg deleted file mode 100644 index 46fb506..0000000 --- a/web/vendor/bootstrap-icons/person-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-add.svg b/web/vendor/bootstrap-icons/person-fill-add.svg deleted file mode 100644 index d6d15f9..0000000 --- a/web/vendor/bootstrap-icons/person-fill-add.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-check.svg b/web/vendor/bootstrap-icons/person-fill-check.svg deleted file mode 100644 index 19b88a4..0000000 --- a/web/vendor/bootstrap-icons/person-fill-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-dash.svg b/web/vendor/bootstrap-icons/person-fill-dash.svg deleted file mode 100644 index 24c2944..0000000 --- a/web/vendor/bootstrap-icons/person-fill-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-down.svg b/web/vendor/bootstrap-icons/person-fill-down.svg deleted file mode 100644 index 714ae50..0000000 --- a/web/vendor/bootstrap-icons/person-fill-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-exclamation.svg b/web/vendor/bootstrap-icons/person-fill-exclamation.svg deleted file mode 100644 index 5c3b7f5..0000000 --- a/web/vendor/bootstrap-icons/person-fill-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-gear.svg b/web/vendor/bootstrap-icons/person-fill-gear.svg deleted file mode 100644 index 33b120a..0000000 --- a/web/vendor/bootstrap-icons/person-fill-gear.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-lock.svg b/web/vendor/bootstrap-icons/person-fill-lock.svg deleted file mode 100644 index adbccff..0000000 --- a/web/vendor/bootstrap-icons/person-fill-lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-slash.svg b/web/vendor/bootstrap-icons/person-fill-slash.svg deleted file mode 100644 index 398d563..0000000 --- a/web/vendor/bootstrap-icons/person-fill-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-up.svg b/web/vendor/bootstrap-icons/person-fill-up.svg deleted file mode 100644 index 1edd97b..0000000 --- a/web/vendor/bootstrap-icons/person-fill-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill-x.svg b/web/vendor/bootstrap-icons/person-fill-x.svg deleted file mode 100644 index e3a66ed..0000000 --- a/web/vendor/bootstrap-icons/person-fill-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-fill.svg b/web/vendor/bootstrap-icons/person-fill.svg deleted file mode 100644 index 46d1a75..0000000 --- a/web/vendor/bootstrap-icons/person-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-gear.svg b/web/vendor/bootstrap-icons/person-gear.svg deleted file mode 100644 index 93ec4da..0000000 --- a/web/vendor/bootstrap-icons/person-gear.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-heart.svg b/web/vendor/bootstrap-icons/person-heart.svg deleted file mode 100644 index 51b236e..0000000 --- a/web/vendor/bootstrap-icons/person-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-hearts.svg b/web/vendor/bootstrap-icons/person-hearts.svg deleted file mode 100644 index 70bb2e0..0000000 --- a/web/vendor/bootstrap-icons/person-hearts.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-lines-fill.svg b/web/vendor/bootstrap-icons/person-lines-fill.svg deleted file mode 100644 index cbe6c68..0000000 --- a/web/vendor/bootstrap-icons/person-lines-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-lock.svg b/web/vendor/bootstrap-icons/person-lock.svg deleted file mode 100644 index d3672cd..0000000 --- a/web/vendor/bootstrap-icons/person-lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-plus-fill.svg b/web/vendor/bootstrap-icons/person-plus-fill.svg deleted file mode 100644 index 6c92aea..0000000 --- a/web/vendor/bootstrap-icons/person-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-plus.svg b/web/vendor/bootstrap-icons/person-plus.svg deleted file mode 100644 index 4b88424..0000000 --- a/web/vendor/bootstrap-icons/person-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-raised-hand.svg b/web/vendor/bootstrap-icons/person-raised-hand.svg deleted file mode 100644 index 00ac301..0000000 --- a/web/vendor/bootstrap-icons/person-raised-hand.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-rolodex.svg b/web/vendor/bootstrap-icons/person-rolodex.svg deleted file mode 100644 index 2039494..0000000 --- a/web/vendor/bootstrap-icons/person-rolodex.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-slash.svg b/web/vendor/bootstrap-icons/person-slash.svg deleted file mode 100644 index ab53647..0000000 --- a/web/vendor/bootstrap-icons/person-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-square.svg b/web/vendor/bootstrap-icons/person-square.svg deleted file mode 100644 index 12a33c5..0000000 --- a/web/vendor/bootstrap-icons/person-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-standing-dress.svg b/web/vendor/bootstrap-icons/person-standing-dress.svg deleted file mode 100644 index 4448606..0000000 --- a/web/vendor/bootstrap-icons/person-standing-dress.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-standing.svg b/web/vendor/bootstrap-icons/person-standing.svg deleted file mode 100644 index ccd7b35..0000000 --- a/web/vendor/bootstrap-icons/person-standing.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-up.svg b/web/vendor/bootstrap-icons/person-up.svg deleted file mode 100644 index 93a430a..0000000 --- a/web/vendor/bootstrap-icons/person-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-vcard-fill.svg b/web/vendor/bootstrap-icons/person-vcard-fill.svg deleted file mode 100644 index 9efb1b8..0000000 --- a/web/vendor/bootstrap-icons/person-vcard-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-vcard.svg b/web/vendor/bootstrap-icons/person-vcard.svg deleted file mode 100644 index 40ec41e..0000000 --- a/web/vendor/bootstrap-icons/person-vcard.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-video.svg b/web/vendor/bootstrap-icons/person-video.svg deleted file mode 100644 index a991759..0000000 --- a/web/vendor/bootstrap-icons/person-video.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-video2.svg b/web/vendor/bootstrap-icons/person-video2.svg deleted file mode 100644 index 80b3b8a..0000000 --- a/web/vendor/bootstrap-icons/person-video2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-video3.svg b/web/vendor/bootstrap-icons/person-video3.svg deleted file mode 100644 index 472d998..0000000 --- a/web/vendor/bootstrap-icons/person-video3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-walking.svg b/web/vendor/bootstrap-icons/person-walking.svg deleted file mode 100644 index 16cc0b4..0000000 --- a/web/vendor/bootstrap-icons/person-walking.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-wheelchair.svg b/web/vendor/bootstrap-icons/person-wheelchair.svg deleted file mode 100644 index 416cad2..0000000 --- a/web/vendor/bootstrap-icons/person-wheelchair.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-workspace.svg b/web/vendor/bootstrap-icons/person-workspace.svg deleted file mode 100644 index 0b3cdce..0000000 --- a/web/vendor/bootstrap-icons/person-workspace.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-x-fill.svg b/web/vendor/bootstrap-icons/person-x-fill.svg deleted file mode 100644 index 9e31903..0000000 --- a/web/vendor/bootstrap-icons/person-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person-x.svg b/web/vendor/bootstrap-icons/person-x.svg deleted file mode 100644 index 7514c59..0000000 --- a/web/vendor/bootstrap-icons/person-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/person.svg b/web/vendor/bootstrap-icons/person.svg deleted file mode 100644 index 98ea060..0000000 --- a/web/vendor/bootstrap-icons/person.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-fill.svg b/web/vendor/bootstrap-icons/phone-fill.svg deleted file mode 100644 index f25bd51..0000000 --- a/web/vendor/bootstrap-icons/phone-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-flip.svg b/web/vendor/bootstrap-icons/phone-flip.svg deleted file mode 100644 index 3ae28d3..0000000 --- a/web/vendor/bootstrap-icons/phone-flip.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-landscape-fill.svg b/web/vendor/bootstrap-icons/phone-landscape-fill.svg deleted file mode 100644 index 669bf6e..0000000 --- a/web/vendor/bootstrap-icons/phone-landscape-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-landscape.svg b/web/vendor/bootstrap-icons/phone-landscape.svg deleted file mode 100644 index 4c30ef2..0000000 --- a/web/vendor/bootstrap-icons/phone-landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-vibrate-fill.svg b/web/vendor/bootstrap-icons/phone-vibrate-fill.svg deleted file mode 100644 index dc35ca0..0000000 --- a/web/vendor/bootstrap-icons/phone-vibrate-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone-vibrate.svg b/web/vendor/bootstrap-icons/phone-vibrate.svg deleted file mode 100644 index 58acbf6..0000000 --- a/web/vendor/bootstrap-icons/phone-vibrate.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/phone.svg b/web/vendor/bootstrap-icons/phone.svg deleted file mode 100644 index 4839331..0000000 --- a/web/vendor/bootstrap-icons/phone.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pie-chart-fill.svg b/web/vendor/bootstrap-icons/pie-chart-fill.svg deleted file mode 100644 index f667aea..0000000 --- a/web/vendor/bootstrap-icons/pie-chart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pie-chart.svg b/web/vendor/bootstrap-icons/pie-chart.svg deleted file mode 100644 index b49251b..0000000 --- a/web/vendor/bootstrap-icons/pie-chart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/piggy-bank-fill.svg b/web/vendor/bootstrap-icons/piggy-bank-fill.svg deleted file mode 100644 index 592b31d..0000000 --- a/web/vendor/bootstrap-icons/piggy-bank-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/piggy-bank.svg b/web/vendor/bootstrap-icons/piggy-bank.svg deleted file mode 100644 index 86e33eb..0000000 --- a/web/vendor/bootstrap-icons/piggy-bank.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin-angle-fill.svg b/web/vendor/bootstrap-icons/pin-angle-fill.svg deleted file mode 100644 index bc3078c..0000000 --- a/web/vendor/bootstrap-icons/pin-angle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin-angle.svg b/web/vendor/bootstrap-icons/pin-angle.svg deleted file mode 100644 index ecc4d16..0000000 --- a/web/vendor/bootstrap-icons/pin-angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin-fill.svg b/web/vendor/bootstrap-icons/pin-fill.svg deleted file mode 100644 index f345059..0000000 --- a/web/vendor/bootstrap-icons/pin-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin-map-fill.svg b/web/vendor/bootstrap-icons/pin-map-fill.svg deleted file mode 100644 index 9db0d29..0000000 --- a/web/vendor/bootstrap-icons/pin-map-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin-map.svg b/web/vendor/bootstrap-icons/pin-map.svg deleted file mode 100644 index 0462a5a..0000000 --- a/web/vendor/bootstrap-icons/pin-map.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pin.svg b/web/vendor/bootstrap-icons/pin.svg deleted file mode 100644 index 4655620..0000000 --- a/web/vendor/bootstrap-icons/pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pinterest.svg b/web/vendor/bootstrap-icons/pinterest.svg deleted file mode 100644 index 5c850b6..0000000 --- a/web/vendor/bootstrap-icons/pinterest.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pip-fill.svg b/web/vendor/bootstrap-icons/pip-fill.svg deleted file mode 100644 index 4865244..0000000 --- a/web/vendor/bootstrap-icons/pip-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/pip.svg b/web/vendor/bootstrap-icons/pip.svg deleted file mode 100644 index 458c9c9..0000000 --- a/web/vendor/bootstrap-icons/pip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play-btn-fill.svg b/web/vendor/bootstrap-icons/play-btn-fill.svg deleted file mode 100644 index 3d0d1c3..0000000 --- a/web/vendor/bootstrap-icons/play-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play-btn.svg b/web/vendor/bootstrap-icons/play-btn.svg deleted file mode 100644 index 2fcbc5e..0000000 --- a/web/vendor/bootstrap-icons/play-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play-circle-fill.svg b/web/vendor/bootstrap-icons/play-circle-fill.svg deleted file mode 100644 index 93eeb93..0000000 --- a/web/vendor/bootstrap-icons/play-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play-circle.svg b/web/vendor/bootstrap-icons/play-circle.svg deleted file mode 100644 index a1d742e..0000000 --- a/web/vendor/bootstrap-icons/play-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play-fill.svg b/web/vendor/bootstrap-icons/play-fill.svg deleted file mode 100644 index e538083..0000000 --- a/web/vendor/bootstrap-icons/play-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/play.svg b/web/vendor/bootstrap-icons/play.svg deleted file mode 100644 index 98954e7..0000000 --- a/web/vendor/bootstrap-icons/play.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/playstation.svg b/web/vendor/bootstrap-icons/playstation.svg deleted file mode 100644 index 3275d59..0000000 --- a/web/vendor/bootstrap-icons/playstation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plug-fill.svg b/web/vendor/bootstrap-icons/plug-fill.svg deleted file mode 100644 index 99858eb..0000000 --- a/web/vendor/bootstrap-icons/plug-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plug.svg b/web/vendor/bootstrap-icons/plug.svg deleted file mode 100644 index 9d6a85b..0000000 --- a/web/vendor/bootstrap-icons/plug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plugin.svg b/web/vendor/bootstrap-icons/plugin.svg deleted file mode 100644 index 92e99d4..0000000 --- a/web/vendor/bootstrap-icons/plugin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-circle-dotted.svg b/web/vendor/bootstrap-icons/plus-circle-dotted.svg deleted file mode 100644 index 2a20e2d..0000000 --- a/web/vendor/bootstrap-icons/plus-circle-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-circle-fill.svg b/web/vendor/bootstrap-icons/plus-circle-fill.svg deleted file mode 100644 index d1ec2d0..0000000 --- a/web/vendor/bootstrap-icons/plus-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-circle.svg b/web/vendor/bootstrap-icons/plus-circle.svg deleted file mode 100644 index 2832373..0000000 --- a/web/vendor/bootstrap-icons/plus-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-lg.svg b/web/vendor/bootstrap-icons/plus-lg.svg deleted file mode 100644 index 531e86c..0000000 --- a/web/vendor/bootstrap-icons/plus-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-slash-minus.svg b/web/vendor/bootstrap-icons/plus-slash-minus.svg deleted file mode 100644 index e0fee7d..0000000 --- a/web/vendor/bootstrap-icons/plus-slash-minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-square-dotted.svg b/web/vendor/bootstrap-icons/plus-square-dotted.svg deleted file mode 100644 index e230a08..0000000 --- a/web/vendor/bootstrap-icons/plus-square-dotted.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-square-fill.svg b/web/vendor/bootstrap-icons/plus-square-fill.svg deleted file mode 100644 index 1dddd13..0000000 --- a/web/vendor/bootstrap-icons/plus-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus-square.svg b/web/vendor/bootstrap-icons/plus-square.svg deleted file mode 100644 index ef11b48..0000000 --- a/web/vendor/bootstrap-icons/plus-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/plus.svg b/web/vendor/bootstrap-icons/plus.svg deleted file mode 100644 index 9012271..0000000 --- a/web/vendor/bootstrap-icons/plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postage-fill.svg b/web/vendor/bootstrap-icons/postage-fill.svg deleted file mode 100644 index 861a3a1..0000000 --- a/web/vendor/bootstrap-icons/postage-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postage-heart-fill.svg b/web/vendor/bootstrap-icons/postage-heart-fill.svg deleted file mode 100644 index 4737a4d..0000000 --- a/web/vendor/bootstrap-icons/postage-heart-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postage-heart.svg b/web/vendor/bootstrap-icons/postage-heart.svg deleted file mode 100644 index aa35a6c..0000000 --- a/web/vendor/bootstrap-icons/postage-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postage.svg b/web/vendor/bootstrap-icons/postage.svg deleted file mode 100644 index 54dcfa6..0000000 --- a/web/vendor/bootstrap-icons/postage.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postcard-fill.svg b/web/vendor/bootstrap-icons/postcard-fill.svg deleted file mode 100644 index aeba518..0000000 --- a/web/vendor/bootstrap-icons/postcard-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postcard-heart-fill.svg b/web/vendor/bootstrap-icons/postcard-heart-fill.svg deleted file mode 100644 index 1e371b8..0000000 --- a/web/vendor/bootstrap-icons/postcard-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postcard-heart.svg b/web/vendor/bootstrap-icons/postcard-heart.svg deleted file mode 100644 index 52c0053..0000000 --- a/web/vendor/bootstrap-icons/postcard-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/postcard.svg b/web/vendor/bootstrap-icons/postcard.svg deleted file mode 100644 index 43ba40b..0000000 --- a/web/vendor/bootstrap-icons/postcard.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/power.svg b/web/vendor/bootstrap-icons/power.svg deleted file mode 100644 index 937b842..0000000 --- a/web/vendor/bootstrap-icons/power.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/prescription.svg b/web/vendor/bootstrap-icons/prescription.svg deleted file mode 100644 index b895b2b..0000000 --- a/web/vendor/bootstrap-icons/prescription.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/prescription2.svg b/web/vendor/bootstrap-icons/prescription2.svg deleted file mode 100644 index cb278b0..0000000 --- a/web/vendor/bootstrap-icons/prescription2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/printer-fill.svg b/web/vendor/bootstrap-icons/printer-fill.svg deleted file mode 100644 index 43cee36..0000000 --- a/web/vendor/bootstrap-icons/printer-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/printer.svg b/web/vendor/bootstrap-icons/printer.svg deleted file mode 100644 index 0886a57..0000000 --- a/web/vendor/bootstrap-icons/printer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/projector-fill.svg b/web/vendor/bootstrap-icons/projector-fill.svg deleted file mode 100644 index 046166c..0000000 --- a/web/vendor/bootstrap-icons/projector-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/projector.svg b/web/vendor/bootstrap-icons/projector.svg deleted file mode 100644 index 77e68b0..0000000 --- a/web/vendor/bootstrap-icons/projector.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/puzzle-fill.svg b/web/vendor/bootstrap-icons/puzzle-fill.svg deleted file mode 100644 index 92c4ea0..0000000 --- a/web/vendor/bootstrap-icons/puzzle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/puzzle.svg b/web/vendor/bootstrap-icons/puzzle.svg deleted file mode 100644 index 44903f7..0000000 --- a/web/vendor/bootstrap-icons/puzzle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/qr-code-scan.svg b/web/vendor/bootstrap-icons/qr-code-scan.svg deleted file mode 100644 index 3c53387..0000000 --- a/web/vendor/bootstrap-icons/qr-code-scan.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/qr-code.svg b/web/vendor/bootstrap-icons/qr-code.svg deleted file mode 100644 index e09157a..0000000 --- a/web/vendor/bootstrap-icons/qr-code.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-circle-fill.svg b/web/vendor/bootstrap-icons/question-circle-fill.svg deleted file mode 100644 index 8b2a2c0..0000000 --- a/web/vendor/bootstrap-icons/question-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-circle.svg b/web/vendor/bootstrap-icons/question-circle.svg deleted file mode 100644 index 283e653..0000000 --- a/web/vendor/bootstrap-icons/question-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-diamond-fill.svg b/web/vendor/bootstrap-icons/question-diamond-fill.svg deleted file mode 100644 index 6bf3512..0000000 --- a/web/vendor/bootstrap-icons/question-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-diamond.svg b/web/vendor/bootstrap-icons/question-diamond.svg deleted file mode 100644 index a777b47..0000000 --- a/web/vendor/bootstrap-icons/question-diamond.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-lg.svg b/web/vendor/bootstrap-icons/question-lg.svg deleted file mode 100644 index 756ea0f..0000000 --- a/web/vendor/bootstrap-icons/question-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-octagon-fill.svg b/web/vendor/bootstrap-icons/question-octagon-fill.svg deleted file mode 100644 index c0c43ef..0000000 --- a/web/vendor/bootstrap-icons/question-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-octagon.svg b/web/vendor/bootstrap-icons/question-octagon.svg deleted file mode 100644 index 5116862..0000000 --- a/web/vendor/bootstrap-icons/question-octagon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-square-fill.svg b/web/vendor/bootstrap-icons/question-square-fill.svg deleted file mode 100644 index a266f9f..0000000 --- a/web/vendor/bootstrap-icons/question-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question-square.svg b/web/vendor/bootstrap-icons/question-square.svg deleted file mode 100644 index ad44a20..0000000 --- a/web/vendor/bootstrap-icons/question-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/question.svg b/web/vendor/bootstrap-icons/question.svg deleted file mode 100644 index ba185ad..0000000 --- a/web/vendor/bootstrap-icons/question.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/quora.svg b/web/vendor/bootstrap-icons/quora.svg deleted file mode 100644 index 85ca1bd..0000000 --- a/web/vendor/bootstrap-icons/quora.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/quote.svg b/web/vendor/bootstrap-icons/quote.svg deleted file mode 100644 index 0aa0e17..0000000 --- a/web/vendor/bootstrap-icons/quote.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/r-circle-fill.svg b/web/vendor/bootstrap-icons/r-circle-fill.svg deleted file mode 100644 index 810423e..0000000 --- a/web/vendor/bootstrap-icons/r-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/r-circle.svg b/web/vendor/bootstrap-icons/r-circle.svg deleted file mode 100644 index bf2d8d6..0000000 --- a/web/vendor/bootstrap-icons/r-circle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/r-square-fill.svg b/web/vendor/bootstrap-icons/r-square-fill.svg deleted file mode 100644 index b1151f3..0000000 --- a/web/vendor/bootstrap-icons/r-square-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/r-square.svg b/web/vendor/bootstrap-icons/r-square.svg deleted file mode 100644 index e19e688..0000000 --- a/web/vendor/bootstrap-icons/r-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/radar.svg b/web/vendor/bootstrap-icons/radar.svg deleted file mode 100644 index 024f3fd..0000000 --- a/web/vendor/bootstrap-icons/radar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/radioactive.svg b/web/vendor/bootstrap-icons/radioactive.svg deleted file mode 100644 index 3eaaa56..0000000 --- a/web/vendor/bootstrap-icons/radioactive.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rainbow.svg b/web/vendor/bootstrap-icons/rainbow.svg deleted file mode 100644 index e864abf..0000000 --- a/web/vendor/bootstrap-icons/rainbow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/receipt-cutoff.svg b/web/vendor/bootstrap-icons/receipt-cutoff.svg deleted file mode 100644 index 21c3bc8..0000000 --- a/web/vendor/bootstrap-icons/receipt-cutoff.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/receipt.svg b/web/vendor/bootstrap-icons/receipt.svg deleted file mode 100644 index ab29fe6..0000000 --- a/web/vendor/bootstrap-icons/receipt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reception-0.svg b/web/vendor/bootstrap-icons/reception-0.svg deleted file mode 100644 index a7c7872..0000000 --- a/web/vendor/bootstrap-icons/reception-0.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reception-1.svg b/web/vendor/bootstrap-icons/reception-1.svg deleted file mode 100644 index 4081ceb..0000000 --- a/web/vendor/bootstrap-icons/reception-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reception-2.svg b/web/vendor/bootstrap-icons/reception-2.svg deleted file mode 100644 index 7e1acc5..0000000 --- a/web/vendor/bootstrap-icons/reception-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reception-3.svg b/web/vendor/bootstrap-icons/reception-3.svg deleted file mode 100644 index e9ea476..0000000 --- a/web/vendor/bootstrap-icons/reception-3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reception-4.svg b/web/vendor/bootstrap-icons/reception-4.svg deleted file mode 100644 index 7791e4b..0000000 --- a/web/vendor/bootstrap-icons/reception-4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record-btn-fill.svg b/web/vendor/bootstrap-icons/record-btn-fill.svg deleted file mode 100644 index 83ee303..0000000 --- a/web/vendor/bootstrap-icons/record-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record-btn.svg b/web/vendor/bootstrap-icons/record-btn.svg deleted file mode 100644 index 7ba84ce..0000000 --- a/web/vendor/bootstrap-icons/record-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record-circle-fill.svg b/web/vendor/bootstrap-icons/record-circle-fill.svg deleted file mode 100644 index 0db59d1..0000000 --- a/web/vendor/bootstrap-icons/record-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record-circle.svg b/web/vendor/bootstrap-icons/record-circle.svg deleted file mode 100644 index 5dad17b..0000000 --- a/web/vendor/bootstrap-icons/record-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record-fill.svg b/web/vendor/bootstrap-icons/record-fill.svg deleted file mode 100644 index ef31df0..0000000 --- a/web/vendor/bootstrap-icons/record-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record.svg b/web/vendor/bootstrap-icons/record.svg deleted file mode 100644 index 5ec840c..0000000 --- a/web/vendor/bootstrap-icons/record.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record2-fill.svg b/web/vendor/bootstrap-icons/record2-fill.svg deleted file mode 100644 index 8ad4fe3..0000000 --- a/web/vendor/bootstrap-icons/record2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/record2.svg b/web/vendor/bootstrap-icons/record2.svg deleted file mode 100644 index 3b5c5ca..0000000 --- a/web/vendor/bootstrap-icons/record2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/recycle.svg b/web/vendor/bootstrap-icons/recycle.svg deleted file mode 100644 index 21d1bd9..0000000 --- a/web/vendor/bootstrap-icons/recycle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reddit.svg b/web/vendor/bootstrap-icons/reddit.svg deleted file mode 100644 index 777aead..0000000 --- a/web/vendor/bootstrap-icons/reddit.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/regex.svg b/web/vendor/bootstrap-icons/regex.svg deleted file mode 100644 index ec8bf00..0000000 --- a/web/vendor/bootstrap-icons/regex.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/repeat-1.svg b/web/vendor/bootstrap-icons/repeat-1.svg deleted file mode 100644 index 9357fcf..0000000 --- a/web/vendor/bootstrap-icons/repeat-1.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/repeat.svg b/web/vendor/bootstrap-icons/repeat.svg deleted file mode 100644 index 51765c9..0000000 --- a/web/vendor/bootstrap-icons/repeat.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reply-all-fill.svg b/web/vendor/bootstrap-icons/reply-all-fill.svg deleted file mode 100644 index 95e18a2..0000000 --- a/web/vendor/bootstrap-icons/reply-all-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reply-all.svg b/web/vendor/bootstrap-icons/reply-all.svg deleted file mode 100644 index decad51..0000000 --- a/web/vendor/bootstrap-icons/reply-all.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reply-fill.svg b/web/vendor/bootstrap-icons/reply-fill.svg deleted file mode 100644 index 82358b1..0000000 --- a/web/vendor/bootstrap-icons/reply-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/reply.svg b/web/vendor/bootstrap-icons/reply.svg deleted file mode 100644 index 5bb432e..0000000 --- a/web/vendor/bootstrap-icons/reply.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind-btn-fill.svg b/web/vendor/bootstrap-icons/rewind-btn-fill.svg deleted file mode 100644 index 8ea4155..0000000 --- a/web/vendor/bootstrap-icons/rewind-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind-btn.svg b/web/vendor/bootstrap-icons/rewind-btn.svg deleted file mode 100644 index 47bd717..0000000 --- a/web/vendor/bootstrap-icons/rewind-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind-circle-fill.svg b/web/vendor/bootstrap-icons/rewind-circle-fill.svg deleted file mode 100644 index b972044..0000000 --- a/web/vendor/bootstrap-icons/rewind-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind-circle.svg b/web/vendor/bootstrap-icons/rewind-circle.svg deleted file mode 100644 index 4952147..0000000 --- a/web/vendor/bootstrap-icons/rewind-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind-fill.svg b/web/vendor/bootstrap-icons/rewind-fill.svg deleted file mode 100644 index 5919f7e..0000000 --- a/web/vendor/bootstrap-icons/rewind-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rewind.svg b/web/vendor/bootstrap-icons/rewind.svg deleted file mode 100644 index bc731e7..0000000 --- a/web/vendor/bootstrap-icons/rewind.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/robot.svg b/web/vendor/bootstrap-icons/robot.svg deleted file mode 100644 index a224202..0000000 --- a/web/vendor/bootstrap-icons/robot.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rocket-fill.svg b/web/vendor/bootstrap-icons/rocket-fill.svg deleted file mode 100644 index f319029..0000000 --- a/web/vendor/bootstrap-icons/rocket-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rocket-takeoff-fill.svg b/web/vendor/bootstrap-icons/rocket-takeoff-fill.svg deleted file mode 100644 index 707d205..0000000 --- a/web/vendor/bootstrap-icons/rocket-takeoff-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rocket-takeoff.svg b/web/vendor/bootstrap-icons/rocket-takeoff.svg deleted file mode 100644 index 2abc6d4..0000000 --- a/web/vendor/bootstrap-icons/rocket-takeoff.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rocket.svg b/web/vendor/bootstrap-icons/rocket.svg deleted file mode 100644 index b760e1f..0000000 --- a/web/vendor/bootstrap-icons/rocket.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/router-fill.svg b/web/vendor/bootstrap-icons/router-fill.svg deleted file mode 100644 index 74d1469..0000000 --- a/web/vendor/bootstrap-icons/router-fill.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/router.svg b/web/vendor/bootstrap-icons/router.svg deleted file mode 100644 index 62fac78..0000000 --- a/web/vendor/bootstrap-icons/router.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rss-fill.svg b/web/vendor/bootstrap-icons/rss-fill.svg deleted file mode 100644 index 50d7cfd..0000000 --- a/web/vendor/bootstrap-icons/rss-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rss.svg b/web/vendor/bootstrap-icons/rss.svg deleted file mode 100644 index 18dc9f1..0000000 --- a/web/vendor/bootstrap-icons/rss.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/rulers.svg b/web/vendor/bootstrap-icons/rulers.svg deleted file mode 100644 index 90fb01c..0000000 --- a/web/vendor/bootstrap-icons/rulers.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/safe-fill.svg b/web/vendor/bootstrap-icons/safe-fill.svg deleted file mode 100644 index 6da7a7d..0000000 --- a/web/vendor/bootstrap-icons/safe-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/safe.svg b/web/vendor/bootstrap-icons/safe.svg deleted file mode 100644 index d6d24c2..0000000 --- a/web/vendor/bootstrap-icons/safe.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/safe2-fill.svg b/web/vendor/bootstrap-icons/safe2-fill.svg deleted file mode 100644 index 064e073..0000000 --- a/web/vendor/bootstrap-icons/safe2-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/safe2.svg b/web/vendor/bootstrap-icons/safe2.svg deleted file mode 100644 index 9c80f55..0000000 --- a/web/vendor/bootstrap-icons/safe2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/save-fill.svg b/web/vendor/bootstrap-icons/save-fill.svg deleted file mode 100644 index 1c42812..0000000 --- a/web/vendor/bootstrap-icons/save-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/save.svg b/web/vendor/bootstrap-icons/save.svg deleted file mode 100644 index 9dd7b2f..0000000 --- a/web/vendor/bootstrap-icons/save.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/save2-fill.svg b/web/vendor/bootstrap-icons/save2-fill.svg deleted file mode 100644 index 207f91b..0000000 --- a/web/vendor/bootstrap-icons/save2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/save2.svg b/web/vendor/bootstrap-icons/save2.svg deleted file mode 100644 index 988c4f1..0000000 --- a/web/vendor/bootstrap-icons/save2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/scissors.svg b/web/vendor/bootstrap-icons/scissors.svg deleted file mode 100644 index 2f566e4..0000000 --- a/web/vendor/bootstrap-icons/scissors.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/scooter.svg b/web/vendor/bootstrap-icons/scooter.svg deleted file mode 100644 index 8828452..0000000 --- a/web/vendor/bootstrap-icons/scooter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/screwdriver.svg b/web/vendor/bootstrap-icons/screwdriver.svg deleted file mode 100644 index 54d5a2c..0000000 --- a/web/vendor/bootstrap-icons/screwdriver.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sd-card-fill.svg b/web/vendor/bootstrap-icons/sd-card-fill.svg deleted file mode 100644 index 655a96d..0000000 --- a/web/vendor/bootstrap-icons/sd-card-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sd-card.svg b/web/vendor/bootstrap-icons/sd-card.svg deleted file mode 100644 index 564661a..0000000 --- a/web/vendor/bootstrap-icons/sd-card.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/search-heart-fill.svg b/web/vendor/bootstrap-icons/search-heart-fill.svg deleted file mode 100644 index c57bb48..0000000 --- a/web/vendor/bootstrap-icons/search-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/search-heart.svg b/web/vendor/bootstrap-icons/search-heart.svg deleted file mode 100644 index d76bfe5..0000000 --- a/web/vendor/bootstrap-icons/search-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/search.svg b/web/vendor/bootstrap-icons/search.svg deleted file mode 100644 index 3318054..0000000 --- a/web/vendor/bootstrap-icons/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/segmented-nav.svg b/web/vendor/bootstrap-icons/segmented-nav.svg deleted file mode 100644 index b274b68..0000000 --- a/web/vendor/bootstrap-icons/segmented-nav.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-arrow-down-fill.svg b/web/vendor/bootstrap-icons/send-arrow-down-fill.svg deleted file mode 100644 index 6d43965..0000000 --- a/web/vendor/bootstrap-icons/send-arrow-down-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-arrow-down.svg b/web/vendor/bootstrap-icons/send-arrow-down.svg deleted file mode 100644 index dcbae56..0000000 --- a/web/vendor/bootstrap-icons/send-arrow-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-arrow-up-fill.svg b/web/vendor/bootstrap-icons/send-arrow-up-fill.svg deleted file mode 100644 index 19abab7..0000000 --- a/web/vendor/bootstrap-icons/send-arrow-up-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-arrow-up.svg b/web/vendor/bootstrap-icons/send-arrow-up.svg deleted file mode 100644 index a642dac..0000000 --- a/web/vendor/bootstrap-icons/send-arrow-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-check-fill.svg b/web/vendor/bootstrap-icons/send-check-fill.svg deleted file mode 100644 index c4259c8..0000000 --- a/web/vendor/bootstrap-icons/send-check-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-check.svg b/web/vendor/bootstrap-icons/send-check.svg deleted file mode 100644 index 5221868..0000000 --- a/web/vendor/bootstrap-icons/send-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-dash-fill.svg b/web/vendor/bootstrap-icons/send-dash-fill.svg deleted file mode 100644 index 12a82df..0000000 --- a/web/vendor/bootstrap-icons/send-dash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-dash.svg b/web/vendor/bootstrap-icons/send-dash.svg deleted file mode 100644 index 63fc38c..0000000 --- a/web/vendor/bootstrap-icons/send-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-exclamation-fill.svg b/web/vendor/bootstrap-icons/send-exclamation-fill.svg deleted file mode 100644 index fce810f..0000000 --- a/web/vendor/bootstrap-icons/send-exclamation-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-exclamation.svg b/web/vendor/bootstrap-icons/send-exclamation.svg deleted file mode 100644 index 8a72f31..0000000 --- a/web/vendor/bootstrap-icons/send-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-fill.svg b/web/vendor/bootstrap-icons/send-fill.svg deleted file mode 100644 index 6e95d27..0000000 --- a/web/vendor/bootstrap-icons/send-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-plus-fill.svg b/web/vendor/bootstrap-icons/send-plus-fill.svg deleted file mode 100644 index 63b0482..0000000 --- a/web/vendor/bootstrap-icons/send-plus-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-plus.svg b/web/vendor/bootstrap-icons/send-plus.svg deleted file mode 100644 index 350b388..0000000 --- a/web/vendor/bootstrap-icons/send-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-slash-fill.svg b/web/vendor/bootstrap-icons/send-slash-fill.svg deleted file mode 100644 index e98aa92..0000000 --- a/web/vendor/bootstrap-icons/send-slash-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-slash.svg b/web/vendor/bootstrap-icons/send-slash.svg deleted file mode 100644 index e434afe..0000000 --- a/web/vendor/bootstrap-icons/send-slash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-x-fill.svg b/web/vendor/bootstrap-icons/send-x-fill.svg deleted file mode 100644 index 45a98a4..0000000 --- a/web/vendor/bootstrap-icons/send-x-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send-x.svg b/web/vendor/bootstrap-icons/send-x.svg deleted file mode 100644 index 5b854c2..0000000 --- a/web/vendor/bootstrap-icons/send-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/send.svg b/web/vendor/bootstrap-icons/send.svg deleted file mode 100644 index 8db355e..0000000 --- a/web/vendor/bootstrap-icons/send.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/server.svg b/web/vendor/bootstrap-icons/server.svg deleted file mode 100644 index bb8ca8f..0000000 --- a/web/vendor/bootstrap-icons/server.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shadows.svg b/web/vendor/bootstrap-icons/shadows.svg deleted file mode 100644 index 6b09f0f..0000000 --- a/web/vendor/bootstrap-icons/shadows.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/share-fill.svg b/web/vendor/bootstrap-icons/share-fill.svg deleted file mode 100644 index bdc07ca..0000000 --- a/web/vendor/bootstrap-icons/share-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/share.svg b/web/vendor/bootstrap-icons/share.svg deleted file mode 100644 index bc62b93..0000000 --- a/web/vendor/bootstrap-icons/share.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-check.svg b/web/vendor/bootstrap-icons/shield-check.svg deleted file mode 100644 index 3908fca..0000000 --- a/web/vendor/bootstrap-icons/shield-check.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-exclamation.svg b/web/vendor/bootstrap-icons/shield-exclamation.svg deleted file mode 100644 index 9826504..0000000 --- a/web/vendor/bootstrap-icons/shield-exclamation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill-check.svg b/web/vendor/bootstrap-icons/shield-fill-check.svg deleted file mode 100644 index f914f1f..0000000 --- a/web/vendor/bootstrap-icons/shield-fill-check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill-exclamation.svg b/web/vendor/bootstrap-icons/shield-fill-exclamation.svg deleted file mode 100644 index 99a6bf9..0000000 --- a/web/vendor/bootstrap-icons/shield-fill-exclamation.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill-minus.svg b/web/vendor/bootstrap-icons/shield-fill-minus.svg deleted file mode 100644 index 584f5ae..0000000 --- a/web/vendor/bootstrap-icons/shield-fill-minus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill-plus.svg b/web/vendor/bootstrap-icons/shield-fill-plus.svg deleted file mode 100644 index 43a3169..0000000 --- a/web/vendor/bootstrap-icons/shield-fill-plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill-x.svg b/web/vendor/bootstrap-icons/shield-fill-x.svg deleted file mode 100644 index 42267cf..0000000 --- a/web/vendor/bootstrap-icons/shield-fill-x.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-fill.svg b/web/vendor/bootstrap-icons/shield-fill.svg deleted file mode 100644 index 12a61bc..0000000 --- a/web/vendor/bootstrap-icons/shield-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-lock-fill.svg b/web/vendor/bootstrap-icons/shield-lock-fill.svg deleted file mode 100644 index 0fccf6f..0000000 --- a/web/vendor/bootstrap-icons/shield-lock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-lock.svg b/web/vendor/bootstrap-icons/shield-lock.svg deleted file mode 100644 index 316fb3c..0000000 --- a/web/vendor/bootstrap-icons/shield-lock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-minus.svg b/web/vendor/bootstrap-icons/shield-minus.svg deleted file mode 100644 index 9fb8712..0000000 --- a/web/vendor/bootstrap-icons/shield-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-plus.svg b/web/vendor/bootstrap-icons/shield-plus.svg deleted file mode 100644 index 3b19b28..0000000 --- a/web/vendor/bootstrap-icons/shield-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-shaded.svg b/web/vendor/bootstrap-icons/shield-shaded.svg deleted file mode 100644 index 4908f5d..0000000 --- a/web/vendor/bootstrap-icons/shield-shaded.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-slash-fill.svg b/web/vendor/bootstrap-icons/shield-slash-fill.svg deleted file mode 100644 index d270d6d..0000000 --- a/web/vendor/bootstrap-icons/shield-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-slash.svg b/web/vendor/bootstrap-icons/shield-slash.svg deleted file mode 100644 index abc01b1..0000000 --- a/web/vendor/bootstrap-icons/shield-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield-x.svg b/web/vendor/bootstrap-icons/shield-x.svg deleted file mode 100644 index cc9c59d..0000000 --- a/web/vendor/bootstrap-icons/shield-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shield.svg b/web/vendor/bootstrap-icons/shield.svg deleted file mode 100644 index 7e18d1b..0000000 --- a/web/vendor/bootstrap-icons/shield.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shift-fill.svg b/web/vendor/bootstrap-icons/shift-fill.svg deleted file mode 100644 index 37583e1..0000000 --- a/web/vendor/bootstrap-icons/shift-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shift.svg b/web/vendor/bootstrap-icons/shift.svg deleted file mode 100644 index 5d8a6e3..0000000 --- a/web/vendor/bootstrap-icons/shift.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shop-window.svg b/web/vendor/bootstrap-icons/shop-window.svg deleted file mode 100644 index 14e0d42..0000000 --- a/web/vendor/bootstrap-icons/shop-window.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shop.svg b/web/vendor/bootstrap-icons/shop.svg deleted file mode 100644 index e6bb8c0..0000000 --- a/web/vendor/bootstrap-icons/shop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/shuffle.svg b/web/vendor/bootstrap-icons/shuffle.svg deleted file mode 100644 index 2787bf2..0000000 --- a/web/vendor/bootstrap-icons/shuffle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-dead-end-fill.svg b/web/vendor/bootstrap-icons/sign-dead-end-fill.svg deleted file mode 100644 index b362833..0000000 --- a/web/vendor/bootstrap-icons/sign-dead-end-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-dead-end.svg b/web/vendor/bootstrap-icons/sign-dead-end.svg deleted file mode 100644 index b87d368..0000000 --- a/web/vendor/bootstrap-icons/sign-dead-end.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-do-not-enter-fill.svg b/web/vendor/bootstrap-icons/sign-do-not-enter-fill.svg deleted file mode 100644 index f86ebfa..0000000 --- a/web/vendor/bootstrap-icons/sign-do-not-enter-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-do-not-enter.svg b/web/vendor/bootstrap-icons/sign-do-not-enter.svg deleted file mode 100644 index 2e2c877..0000000 --- a/web/vendor/bootstrap-icons/sign-do-not-enter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-fill.svg b/web/vendor/bootstrap-icons/sign-intersection-fill.svg deleted file mode 100644 index 7fd8f3f..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-side-fill.svg b/web/vendor/bootstrap-icons/sign-intersection-side-fill.svg deleted file mode 100644 index 38870b5..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-side-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-side.svg b/web/vendor/bootstrap-icons/sign-intersection-side.svg deleted file mode 100644 index df9015a..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-side.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-t-fill.svg b/web/vendor/bootstrap-icons/sign-intersection-t-fill.svg deleted file mode 100644 index 15a007e..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-t-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-t.svg b/web/vendor/bootstrap-icons/sign-intersection-t.svg deleted file mode 100644 index 4ba9f6f..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-t.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-y-fill.svg b/web/vendor/bootstrap-icons/sign-intersection-y-fill.svg deleted file mode 100644 index 01a03d0..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-y-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection-y.svg b/web/vendor/bootstrap-icons/sign-intersection-y.svg deleted file mode 100644 index e0e387f..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection-y.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-intersection.svg b/web/vendor/bootstrap-icons/sign-intersection.svg deleted file mode 100644 index be2ffdc..0000000 --- a/web/vendor/bootstrap-icons/sign-intersection.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-merge-left-fill.svg b/web/vendor/bootstrap-icons/sign-merge-left-fill.svg deleted file mode 100644 index 1408133..0000000 --- a/web/vendor/bootstrap-icons/sign-merge-left-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-merge-left.svg b/web/vendor/bootstrap-icons/sign-merge-left.svg deleted file mode 100644 index 3447bcf..0000000 --- a/web/vendor/bootstrap-icons/sign-merge-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-merge-right-fill.svg b/web/vendor/bootstrap-icons/sign-merge-right-fill.svg deleted file mode 100644 index a952bb5..0000000 --- a/web/vendor/bootstrap-icons/sign-merge-right-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-merge-right.svg b/web/vendor/bootstrap-icons/sign-merge-right.svg deleted file mode 100644 index ab3e08a..0000000 --- a/web/vendor/bootstrap-icons/sign-merge-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-left-turn-fill.svg b/web/vendor/bootstrap-icons/sign-no-left-turn-fill.svg deleted file mode 100644 index 85f421a..0000000 --- a/web/vendor/bootstrap-icons/sign-no-left-turn-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-left-turn.svg b/web/vendor/bootstrap-icons/sign-no-left-turn.svg deleted file mode 100644 index d45f090..0000000 --- a/web/vendor/bootstrap-icons/sign-no-left-turn.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-parking-fill.svg b/web/vendor/bootstrap-icons/sign-no-parking-fill.svg deleted file mode 100644 index c4100d9..0000000 --- a/web/vendor/bootstrap-icons/sign-no-parking-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-parking.svg b/web/vendor/bootstrap-icons/sign-no-parking.svg deleted file mode 100644 index 1679603..0000000 --- a/web/vendor/bootstrap-icons/sign-no-parking.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-right-turn-fill.svg b/web/vendor/bootstrap-icons/sign-no-right-turn-fill.svg deleted file mode 100644 index c3883da..0000000 --- a/web/vendor/bootstrap-icons/sign-no-right-turn-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-no-right-turn.svg b/web/vendor/bootstrap-icons/sign-no-right-turn.svg deleted file mode 100644 index 209b918..0000000 --- a/web/vendor/bootstrap-icons/sign-no-right-turn.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-railroad-fill.svg b/web/vendor/bootstrap-icons/sign-railroad-fill.svg deleted file mode 100644 index 61d88a9..0000000 --- a/web/vendor/bootstrap-icons/sign-railroad-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-railroad.svg b/web/vendor/bootstrap-icons/sign-railroad.svg deleted file mode 100644 index b5d7339..0000000 --- a/web/vendor/bootstrap-icons/sign-railroad.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-stop-fill.svg b/web/vendor/bootstrap-icons/sign-stop-fill.svg deleted file mode 100644 index 08efb9a..0000000 --- a/web/vendor/bootstrap-icons/sign-stop-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-stop-lights-fill.svg b/web/vendor/bootstrap-icons/sign-stop-lights-fill.svg deleted file mode 100644 index 9be8e0c..0000000 --- a/web/vendor/bootstrap-icons/sign-stop-lights-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-stop-lights.svg b/web/vendor/bootstrap-icons/sign-stop-lights.svg deleted file mode 100644 index 85918cf..0000000 --- a/web/vendor/bootstrap-icons/sign-stop-lights.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-stop.svg b/web/vendor/bootstrap-icons/sign-stop.svg deleted file mode 100644 index 49128dc..0000000 --- a/web/vendor/bootstrap-icons/sign-stop.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-left-fill.svg b/web/vendor/bootstrap-icons/sign-turn-left-fill.svg deleted file mode 100644 index 4b8358e..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-left-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-left.svg b/web/vendor/bootstrap-icons/sign-turn-left.svg deleted file mode 100644 index c1b34ed..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-right-fill.svg b/web/vendor/bootstrap-icons/sign-turn-right-fill.svg deleted file mode 100644 index 29d8d2c..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-right-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-right.svg b/web/vendor/bootstrap-icons/sign-turn-right.svg deleted file mode 100644 index 956614a..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-slight-left-fill.svg b/web/vendor/bootstrap-icons/sign-turn-slight-left-fill.svg deleted file mode 100644 index 80b2977..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-slight-left-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-slight-left.svg b/web/vendor/bootstrap-icons/sign-turn-slight-left.svg deleted file mode 100644 index 98f0a0a..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-slight-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-slight-right-fill.svg b/web/vendor/bootstrap-icons/sign-turn-slight-right-fill.svg deleted file mode 100644 index 2734952..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-slight-right-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-turn-slight-right.svg b/web/vendor/bootstrap-icons/sign-turn-slight-right.svg deleted file mode 100644 index c462f19..0000000 --- a/web/vendor/bootstrap-icons/sign-turn-slight-right.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-yield-fill.svg b/web/vendor/bootstrap-icons/sign-yield-fill.svg deleted file mode 100644 index 79fa190..0000000 --- a/web/vendor/bootstrap-icons/sign-yield-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sign-yield.svg b/web/vendor/bootstrap-icons/sign-yield.svg deleted file mode 100644 index 23bd623..0000000 --- a/web/vendor/bootstrap-icons/sign-yield.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signal.svg b/web/vendor/bootstrap-icons/signal.svg deleted file mode 100644 index 1583f97..0000000 --- a/web/vendor/bootstrap-icons/signal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost-2-fill.svg b/web/vendor/bootstrap-icons/signpost-2-fill.svg deleted file mode 100644 index 58c05a6..0000000 --- a/web/vendor/bootstrap-icons/signpost-2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost-2.svg b/web/vendor/bootstrap-icons/signpost-2.svg deleted file mode 100644 index e3454bd..0000000 --- a/web/vendor/bootstrap-icons/signpost-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost-fill.svg b/web/vendor/bootstrap-icons/signpost-fill.svg deleted file mode 100644 index 00989a6..0000000 --- a/web/vendor/bootstrap-icons/signpost-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost-split-fill.svg b/web/vendor/bootstrap-icons/signpost-split-fill.svg deleted file mode 100644 index 9b720f0..0000000 --- a/web/vendor/bootstrap-icons/signpost-split-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost-split.svg b/web/vendor/bootstrap-icons/signpost-split.svg deleted file mode 100644 index 7fb69b7..0000000 --- a/web/vendor/bootstrap-icons/signpost-split.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/signpost.svg b/web/vendor/bootstrap-icons/signpost.svg deleted file mode 100644 index 940e664..0000000 --- a/web/vendor/bootstrap-icons/signpost.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sim-fill.svg b/web/vendor/bootstrap-icons/sim-fill.svg deleted file mode 100644 index c7922b6..0000000 --- a/web/vendor/bootstrap-icons/sim-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sim-slash-fill.svg b/web/vendor/bootstrap-icons/sim-slash-fill.svg deleted file mode 100644 index b608de7..0000000 --- a/web/vendor/bootstrap-icons/sim-slash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sim-slash.svg b/web/vendor/bootstrap-icons/sim-slash.svg deleted file mode 100644 index c8e0dc4..0000000 --- a/web/vendor/bootstrap-icons/sim-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sim.svg b/web/vendor/bootstrap-icons/sim.svg deleted file mode 100644 index 0d71a11..0000000 --- a/web/vendor/bootstrap-icons/sim.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sina-weibo.svg b/web/vendor/bootstrap-icons/sina-weibo.svg deleted file mode 100644 index 6d484d2..0000000 --- a/web/vendor/bootstrap-icons/sina-weibo.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward-btn-fill.svg b/web/vendor/bootstrap-icons/skip-backward-btn-fill.svg deleted file mode 100644 index 2029489..0000000 --- a/web/vendor/bootstrap-icons/skip-backward-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward-btn.svg b/web/vendor/bootstrap-icons/skip-backward-btn.svg deleted file mode 100644 index 7cae681..0000000 --- a/web/vendor/bootstrap-icons/skip-backward-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward-circle-fill.svg b/web/vendor/bootstrap-icons/skip-backward-circle-fill.svg deleted file mode 100644 index 7526356..0000000 --- a/web/vendor/bootstrap-icons/skip-backward-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward-circle.svg b/web/vendor/bootstrap-icons/skip-backward-circle.svg deleted file mode 100644 index 8739f31..0000000 --- a/web/vendor/bootstrap-icons/skip-backward-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward-fill.svg b/web/vendor/bootstrap-icons/skip-backward-fill.svg deleted file mode 100644 index bf8f63e..0000000 --- a/web/vendor/bootstrap-icons/skip-backward-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-backward.svg b/web/vendor/bootstrap-icons/skip-backward.svg deleted file mode 100644 index ff5b821..0000000 --- a/web/vendor/bootstrap-icons/skip-backward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end-btn-fill.svg b/web/vendor/bootstrap-icons/skip-end-btn-fill.svg deleted file mode 100644 index e721821..0000000 --- a/web/vendor/bootstrap-icons/skip-end-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end-btn.svg b/web/vendor/bootstrap-icons/skip-end-btn.svg deleted file mode 100644 index 6815577..0000000 --- a/web/vendor/bootstrap-icons/skip-end-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end-circle-fill.svg b/web/vendor/bootstrap-icons/skip-end-circle-fill.svg deleted file mode 100644 index 63c0f68..0000000 --- a/web/vendor/bootstrap-icons/skip-end-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end-circle.svg b/web/vendor/bootstrap-icons/skip-end-circle.svg deleted file mode 100644 index 50f41d9..0000000 --- a/web/vendor/bootstrap-icons/skip-end-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end-fill.svg b/web/vendor/bootstrap-icons/skip-end-fill.svg deleted file mode 100644 index afa88e3..0000000 --- a/web/vendor/bootstrap-icons/skip-end-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-end.svg b/web/vendor/bootstrap-icons/skip-end.svg deleted file mode 100644 index b2dfde6..0000000 --- a/web/vendor/bootstrap-icons/skip-end.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward-btn-fill.svg b/web/vendor/bootstrap-icons/skip-forward-btn-fill.svg deleted file mode 100644 index 9547957..0000000 --- a/web/vendor/bootstrap-icons/skip-forward-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward-btn.svg b/web/vendor/bootstrap-icons/skip-forward-btn.svg deleted file mode 100644 index 46a61b0..0000000 --- a/web/vendor/bootstrap-icons/skip-forward-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward-circle-fill.svg b/web/vendor/bootstrap-icons/skip-forward-circle-fill.svg deleted file mode 100644 index aefb633..0000000 --- a/web/vendor/bootstrap-icons/skip-forward-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward-circle.svg b/web/vendor/bootstrap-icons/skip-forward-circle.svg deleted file mode 100644 index 7ebc928..0000000 --- a/web/vendor/bootstrap-icons/skip-forward-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward-fill.svg b/web/vendor/bootstrap-icons/skip-forward-fill.svg deleted file mode 100644 index 6c54d79..0000000 --- a/web/vendor/bootstrap-icons/skip-forward-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-forward.svg b/web/vendor/bootstrap-icons/skip-forward.svg deleted file mode 100644 index c69cfc5..0000000 --- a/web/vendor/bootstrap-icons/skip-forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start-btn-fill.svg b/web/vendor/bootstrap-icons/skip-start-btn-fill.svg deleted file mode 100644 index a0af702..0000000 --- a/web/vendor/bootstrap-icons/skip-start-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start-btn.svg b/web/vendor/bootstrap-icons/skip-start-btn.svg deleted file mode 100644 index b829fdd..0000000 --- a/web/vendor/bootstrap-icons/skip-start-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start-circle-fill.svg b/web/vendor/bootstrap-icons/skip-start-circle-fill.svg deleted file mode 100644 index bb33ab0..0000000 --- a/web/vendor/bootstrap-icons/skip-start-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start-circle.svg b/web/vendor/bootstrap-icons/skip-start-circle.svg deleted file mode 100644 index d0e3323..0000000 --- a/web/vendor/bootstrap-icons/skip-start-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start-fill.svg b/web/vendor/bootstrap-icons/skip-start-fill.svg deleted file mode 100644 index 56cccc3..0000000 --- a/web/vendor/bootstrap-icons/skip-start-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skip-start.svg b/web/vendor/bootstrap-icons/skip-start.svg deleted file mode 100644 index 76811a9..0000000 --- a/web/vendor/bootstrap-icons/skip-start.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/skype.svg b/web/vendor/bootstrap-icons/skype.svg deleted file mode 100644 index ad4be4d..0000000 --- a/web/vendor/bootstrap-icons/skype.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slack.svg b/web/vendor/bootstrap-icons/slack.svg deleted file mode 100644 index d914abe..0000000 --- a/web/vendor/bootstrap-icons/slack.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash-circle-fill.svg b/web/vendor/bootstrap-icons/slash-circle-fill.svg deleted file mode 100644 index 5f71707..0000000 --- a/web/vendor/bootstrap-icons/slash-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash-circle.svg b/web/vendor/bootstrap-icons/slash-circle.svg deleted file mode 100644 index eb26f19..0000000 --- a/web/vendor/bootstrap-icons/slash-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash-lg.svg b/web/vendor/bootstrap-icons/slash-lg.svg deleted file mode 100644 index 8b8b132..0000000 --- a/web/vendor/bootstrap-icons/slash-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash-square-fill.svg b/web/vendor/bootstrap-icons/slash-square-fill.svg deleted file mode 100644 index 6fc9153..0000000 --- a/web/vendor/bootstrap-icons/slash-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash-square.svg b/web/vendor/bootstrap-icons/slash-square.svg deleted file mode 100644 index 0757006..0000000 --- a/web/vendor/bootstrap-icons/slash-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/slash.svg b/web/vendor/bootstrap-icons/slash.svg deleted file mode 100644 index 6d18af4..0000000 --- a/web/vendor/bootstrap-icons/slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sliders.svg b/web/vendor/bootstrap-icons/sliders.svg deleted file mode 100644 index c64a06c..0000000 --- a/web/vendor/bootstrap-icons/sliders.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sliders2-vertical.svg b/web/vendor/bootstrap-icons/sliders2-vertical.svg deleted file mode 100644 index 4fcb8ba..0000000 --- a/web/vendor/bootstrap-icons/sliders2-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sliders2.svg b/web/vendor/bootstrap-icons/sliders2.svg deleted file mode 100644 index 975861e..0000000 --- a/web/vendor/bootstrap-icons/sliders2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/smartwatch.svg b/web/vendor/bootstrap-icons/smartwatch.svg deleted file mode 100644 index 0a11991..0000000 --- a/web/vendor/bootstrap-icons/smartwatch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/snapchat.svg b/web/vendor/bootstrap-icons/snapchat.svg deleted file mode 100644 index 01d3684..0000000 --- a/web/vendor/bootstrap-icons/snapchat.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/snow.svg b/web/vendor/bootstrap-icons/snow.svg deleted file mode 100644 index 9b648a5..0000000 --- a/web/vendor/bootstrap-icons/snow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/snow2.svg b/web/vendor/bootstrap-icons/snow2.svg deleted file mode 100644 index 6533d63..0000000 --- a/web/vendor/bootstrap-icons/snow2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/snow3.svg b/web/vendor/bootstrap-icons/snow3.svg deleted file mode 100644 index 01c0d73..0000000 --- a/web/vendor/bootstrap-icons/snow3.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-alpha-down-alt.svg b/web/vendor/bootstrap-icons/sort-alpha-down-alt.svg deleted file mode 100644 index d03f1aa..0000000 --- a/web/vendor/bootstrap-icons/sort-alpha-down-alt.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-alpha-down.svg b/web/vendor/bootstrap-icons/sort-alpha-down.svg deleted file mode 100644 index 6ac3e84..0000000 --- a/web/vendor/bootstrap-icons/sort-alpha-down.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-alpha-up-alt.svg b/web/vendor/bootstrap-icons/sort-alpha-up-alt.svg deleted file mode 100644 index a7b332e..0000000 --- a/web/vendor/bootstrap-icons/sort-alpha-up-alt.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-alpha-up.svg b/web/vendor/bootstrap-icons/sort-alpha-up.svg deleted file mode 100644 index c5f0e3a..0000000 --- a/web/vendor/bootstrap-icons/sort-alpha-up.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-down-alt.svg b/web/vendor/bootstrap-icons/sort-down-alt.svg deleted file mode 100644 index 86a1bf6..0000000 --- a/web/vendor/bootstrap-icons/sort-down-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-down.svg b/web/vendor/bootstrap-icons/sort-down.svg deleted file mode 100644 index 8cfdf23..0000000 --- a/web/vendor/bootstrap-icons/sort-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-numeric-down-alt.svg b/web/vendor/bootstrap-icons/sort-numeric-down-alt.svg deleted file mode 100644 index ce4e3c5..0000000 --- a/web/vendor/bootstrap-icons/sort-numeric-down-alt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-numeric-down.svg b/web/vendor/bootstrap-icons/sort-numeric-down.svg deleted file mode 100644 index afa87be..0000000 --- a/web/vendor/bootstrap-icons/sort-numeric-down.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-numeric-up-alt.svg b/web/vendor/bootstrap-icons/sort-numeric-up-alt.svg deleted file mode 100644 index d83cbf9..0000000 --- a/web/vendor/bootstrap-icons/sort-numeric-up-alt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-numeric-up.svg b/web/vendor/bootstrap-icons/sort-numeric-up.svg deleted file mode 100644 index 25a1e54..0000000 --- a/web/vendor/bootstrap-icons/sort-numeric-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-up-alt.svg b/web/vendor/bootstrap-icons/sort-up-alt.svg deleted file mode 100644 index 9f78a20..0000000 --- a/web/vendor/bootstrap-icons/sort-up-alt.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sort-up.svg b/web/vendor/bootstrap-icons/sort-up.svg deleted file mode 100644 index cda9ac7..0000000 --- a/web/vendor/bootstrap-icons/sort-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/soundwave.svg b/web/vendor/bootstrap-icons/soundwave.svg deleted file mode 100644 index 1444777..0000000 --- a/web/vendor/bootstrap-icons/soundwave.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sourceforge.svg b/web/vendor/bootstrap-icons/sourceforge.svg deleted file mode 100644 index 13d0c5f..0000000 --- a/web/vendor/bootstrap-icons/sourceforge.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/speaker-fill.svg b/web/vendor/bootstrap-icons/speaker-fill.svg deleted file mode 100644 index f6d9e33..0000000 --- a/web/vendor/bootstrap-icons/speaker-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/speaker.svg b/web/vendor/bootstrap-icons/speaker.svg deleted file mode 100644 index 1415b5d..0000000 --- a/web/vendor/bootstrap-icons/speaker.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/speedometer.svg b/web/vendor/bootstrap-icons/speedometer.svg deleted file mode 100644 index f6e3e61..0000000 --- a/web/vendor/bootstrap-icons/speedometer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/speedometer2.svg b/web/vendor/bootstrap-icons/speedometer2.svg deleted file mode 100644 index 75e79c8..0000000 --- a/web/vendor/bootstrap-icons/speedometer2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/spellcheck.svg b/web/vendor/bootstrap-icons/spellcheck.svg deleted file mode 100644 index 69fec76..0000000 --- a/web/vendor/bootstrap-icons/spellcheck.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/spotify.svg b/web/vendor/bootstrap-icons/spotify.svg deleted file mode 100644 index 09d0e9f..0000000 --- a/web/vendor/bootstrap-icons/spotify.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/square-fill.svg b/web/vendor/bootstrap-icons/square-fill.svg deleted file mode 100644 index 1e72d5e..0000000 --- a/web/vendor/bootstrap-icons/square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/square-half.svg b/web/vendor/bootstrap-icons/square-half.svg deleted file mode 100644 index aa3e349..0000000 --- a/web/vendor/bootstrap-icons/square-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/square.svg b/web/vendor/bootstrap-icons/square.svg deleted file mode 100644 index 0f086de..0000000 --- a/web/vendor/bootstrap-icons/square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stack-overflow.svg b/web/vendor/bootstrap-icons/stack-overflow.svg deleted file mode 100644 index c5e5be6..0000000 --- a/web/vendor/bootstrap-icons/stack-overflow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stack.svg b/web/vendor/bootstrap-icons/stack.svg deleted file mode 100644 index 3cf0eca..0000000 --- a/web/vendor/bootstrap-icons/stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/star-fill.svg b/web/vendor/bootstrap-icons/star-fill.svg deleted file mode 100644 index de09c4a..0000000 --- a/web/vendor/bootstrap-icons/star-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/star-half.svg b/web/vendor/bootstrap-icons/star-half.svg deleted file mode 100644 index 8a70f53..0000000 --- a/web/vendor/bootstrap-icons/star-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/star.svg b/web/vendor/bootstrap-icons/star.svg deleted file mode 100644 index fcdcb1c..0000000 --- a/web/vendor/bootstrap-icons/star.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stars.svg b/web/vendor/bootstrap-icons/stars.svg deleted file mode 100644 index b6fb4f2..0000000 --- a/web/vendor/bootstrap-icons/stars.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/steam.svg b/web/vendor/bootstrap-icons/steam.svg deleted file mode 100644 index 9daa3d3..0000000 --- a/web/vendor/bootstrap-icons/steam.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stickies-fill.svg b/web/vendor/bootstrap-icons/stickies-fill.svg deleted file mode 100644 index 039c3b8..0000000 --- a/web/vendor/bootstrap-icons/stickies-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stickies.svg b/web/vendor/bootstrap-icons/stickies.svg deleted file mode 100644 index 24e6492..0000000 --- a/web/vendor/bootstrap-icons/stickies.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sticky-fill.svg b/web/vendor/bootstrap-icons/sticky-fill.svg deleted file mode 100644 index b36dcb1..0000000 --- a/web/vendor/bootstrap-icons/sticky-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sticky.svg b/web/vendor/bootstrap-icons/sticky.svg deleted file mode 100644 index 0d50e88..0000000 --- a/web/vendor/bootstrap-icons/sticky.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop-btn-fill.svg b/web/vendor/bootstrap-icons/stop-btn-fill.svg deleted file mode 100644 index 70e562e..0000000 --- a/web/vendor/bootstrap-icons/stop-btn-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop-btn.svg b/web/vendor/bootstrap-icons/stop-btn.svg deleted file mode 100644 index 26348d5..0000000 --- a/web/vendor/bootstrap-icons/stop-btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop-circle-fill.svg b/web/vendor/bootstrap-icons/stop-circle-fill.svg deleted file mode 100644 index 141668e..0000000 --- a/web/vendor/bootstrap-icons/stop-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop-circle.svg b/web/vendor/bootstrap-icons/stop-circle.svg deleted file mode 100644 index 3e1933a..0000000 --- a/web/vendor/bootstrap-icons/stop-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop-fill.svg b/web/vendor/bootstrap-icons/stop-fill.svg deleted file mode 100644 index ca1b957..0000000 --- a/web/vendor/bootstrap-icons/stop-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stop.svg b/web/vendor/bootstrap-icons/stop.svg deleted file mode 100644 index 27f1fb6..0000000 --- a/web/vendor/bootstrap-icons/stop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stoplights-fill.svg b/web/vendor/bootstrap-icons/stoplights-fill.svg deleted file mode 100644 index f0b2d76..0000000 --- a/web/vendor/bootstrap-icons/stoplights-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stoplights.svg b/web/vendor/bootstrap-icons/stoplights.svg deleted file mode 100644 index 6db3e12..0000000 --- a/web/vendor/bootstrap-icons/stoplights.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stopwatch-fill.svg b/web/vendor/bootstrap-icons/stopwatch-fill.svg deleted file mode 100644 index 1228cf2..0000000 --- a/web/vendor/bootstrap-icons/stopwatch-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stopwatch.svg b/web/vendor/bootstrap-icons/stopwatch.svg deleted file mode 100644 index aff8c33..0000000 --- a/web/vendor/bootstrap-icons/stopwatch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/strava.svg b/web/vendor/bootstrap-icons/strava.svg deleted file mode 100644 index 0ed6bab..0000000 --- a/web/vendor/bootstrap-icons/strava.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/stripe.svg b/web/vendor/bootstrap-icons/stripe.svg deleted file mode 100644 index ba961a0..0000000 --- a/web/vendor/bootstrap-icons/stripe.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/subscript.svg b/web/vendor/bootstrap-icons/subscript.svg deleted file mode 100644 index 51f5eea..0000000 --- a/web/vendor/bootstrap-icons/subscript.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/substack.svg b/web/vendor/bootstrap-icons/substack.svg deleted file mode 100644 index e54179a..0000000 --- a/web/vendor/bootstrap-icons/substack.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/subtract.svg b/web/vendor/bootstrap-icons/subtract.svg deleted file mode 100644 index 129c3d5..0000000 --- a/web/vendor/bootstrap-icons/subtract.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-club-fill.svg b/web/vendor/bootstrap-icons/suit-club-fill.svg deleted file mode 100644 index a787160..0000000 --- a/web/vendor/bootstrap-icons/suit-club-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-club.svg b/web/vendor/bootstrap-icons/suit-club.svg deleted file mode 100644 index 3fbf98b..0000000 --- a/web/vendor/bootstrap-icons/suit-club.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-diamond-fill.svg b/web/vendor/bootstrap-icons/suit-diamond-fill.svg deleted file mode 100644 index 67617d6..0000000 --- a/web/vendor/bootstrap-icons/suit-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-diamond.svg b/web/vendor/bootstrap-icons/suit-diamond.svg deleted file mode 100644 index 79b54c1..0000000 --- a/web/vendor/bootstrap-icons/suit-diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-heart-fill.svg b/web/vendor/bootstrap-icons/suit-heart-fill.svg deleted file mode 100644 index d09850c..0000000 --- a/web/vendor/bootstrap-icons/suit-heart-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-heart.svg b/web/vendor/bootstrap-icons/suit-heart.svg deleted file mode 100644 index 173b32f..0000000 --- a/web/vendor/bootstrap-icons/suit-heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-spade-fill.svg b/web/vendor/bootstrap-icons/suit-spade-fill.svg deleted file mode 100644 index cc465e5..0000000 --- a/web/vendor/bootstrap-icons/suit-spade-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suit-spade.svg b/web/vendor/bootstrap-icons/suit-spade.svg deleted file mode 100644 index 7123c10..0000000 --- a/web/vendor/bootstrap-icons/suit-spade.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase-fill.svg b/web/vendor/bootstrap-icons/suitcase-fill.svg deleted file mode 100644 index df62651..0000000 --- a/web/vendor/bootstrap-icons/suitcase-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase-lg-fill.svg b/web/vendor/bootstrap-icons/suitcase-lg-fill.svg deleted file mode 100644 index cef1da9..0000000 --- a/web/vendor/bootstrap-icons/suitcase-lg-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase-lg.svg b/web/vendor/bootstrap-icons/suitcase-lg.svg deleted file mode 100644 index ea447d2..0000000 --- a/web/vendor/bootstrap-icons/suitcase-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase.svg b/web/vendor/bootstrap-icons/suitcase.svg deleted file mode 100644 index 65e619d..0000000 --- a/web/vendor/bootstrap-icons/suitcase.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase2-fill.svg b/web/vendor/bootstrap-icons/suitcase2-fill.svg deleted file mode 100644 index a2cb410..0000000 --- a/web/vendor/bootstrap-icons/suitcase2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/suitcase2.svg b/web/vendor/bootstrap-icons/suitcase2.svg deleted file mode 100644 index e6ea533..0000000 --- a/web/vendor/bootstrap-icons/suitcase2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sun-fill.svg b/web/vendor/bootstrap-icons/sun-fill.svg deleted file mode 100644 index c83f69a..0000000 --- a/web/vendor/bootstrap-icons/sun-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sun.svg b/web/vendor/bootstrap-icons/sun.svg deleted file mode 100644 index 3777f07..0000000 --- a/web/vendor/bootstrap-icons/sun.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sunglasses.svg b/web/vendor/bootstrap-icons/sunglasses.svg deleted file mode 100644 index 1ff81f7..0000000 --- a/web/vendor/bootstrap-icons/sunglasses.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sunrise-fill.svg b/web/vendor/bootstrap-icons/sunrise-fill.svg deleted file mode 100644 index c922d7c..0000000 --- a/web/vendor/bootstrap-icons/sunrise-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sunrise.svg b/web/vendor/bootstrap-icons/sunrise.svg deleted file mode 100644 index 98adcfb..0000000 --- a/web/vendor/bootstrap-icons/sunrise.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sunset-fill.svg b/web/vendor/bootstrap-icons/sunset-fill.svg deleted file mode 100644 index 91a8d0e..0000000 --- a/web/vendor/bootstrap-icons/sunset-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/sunset.svg b/web/vendor/bootstrap-icons/sunset.svg deleted file mode 100644 index e72d634..0000000 --- a/web/vendor/bootstrap-icons/sunset.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/superscript.svg b/web/vendor/bootstrap-icons/superscript.svg deleted file mode 100644 index 81543ae..0000000 --- a/web/vendor/bootstrap-icons/superscript.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/symmetry-horizontal.svg b/web/vendor/bootstrap-icons/symmetry-horizontal.svg deleted file mode 100644 index 594735b..0000000 --- a/web/vendor/bootstrap-icons/symmetry-horizontal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/symmetry-vertical.svg b/web/vendor/bootstrap-icons/symmetry-vertical.svg deleted file mode 100644 index 6907280..0000000 --- a/web/vendor/bootstrap-icons/symmetry-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/table.svg b/web/vendor/bootstrap-icons/table.svg deleted file mode 100644 index 8f70585..0000000 --- a/web/vendor/bootstrap-icons/table.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tablet-fill.svg b/web/vendor/bootstrap-icons/tablet-fill.svg deleted file mode 100644 index 0746ead..0000000 --- a/web/vendor/bootstrap-icons/tablet-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tablet-landscape-fill.svg b/web/vendor/bootstrap-icons/tablet-landscape-fill.svg deleted file mode 100644 index 6290024..0000000 --- a/web/vendor/bootstrap-icons/tablet-landscape-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tablet-landscape.svg b/web/vendor/bootstrap-icons/tablet-landscape.svg deleted file mode 100644 index 438d4d1..0000000 --- a/web/vendor/bootstrap-icons/tablet-landscape.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tablet.svg b/web/vendor/bootstrap-icons/tablet.svg deleted file mode 100644 index eebeee3..0000000 --- a/web/vendor/bootstrap-icons/tablet.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tag-fill.svg b/web/vendor/bootstrap-icons/tag-fill.svg deleted file mode 100644 index 6a95e2d..0000000 --- a/web/vendor/bootstrap-icons/tag-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tag.svg b/web/vendor/bootstrap-icons/tag.svg deleted file mode 100644 index 01d19b5..0000000 --- a/web/vendor/bootstrap-icons/tag.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tags-fill.svg b/web/vendor/bootstrap-icons/tags-fill.svg deleted file mode 100644 index 1673abb..0000000 --- a/web/vendor/bootstrap-icons/tags-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tags.svg b/web/vendor/bootstrap-icons/tags.svg deleted file mode 100644 index ade5519..0000000 --- a/web/vendor/bootstrap-icons/tags.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/taxi-front-fill.svg b/web/vendor/bootstrap-icons/taxi-front-fill.svg deleted file mode 100644 index ef7f45b..0000000 --- a/web/vendor/bootstrap-icons/taxi-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/taxi-front.svg b/web/vendor/bootstrap-icons/taxi-front.svg deleted file mode 100644 index 1b4337a..0000000 --- a/web/vendor/bootstrap-icons/taxi-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telegram.svg b/web/vendor/bootstrap-icons/telegram.svg deleted file mode 100644 index d260266..0000000 --- a/web/vendor/bootstrap-icons/telegram.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-fill.svg b/web/vendor/bootstrap-icons/telephone-fill.svg deleted file mode 100644 index 2e9de2e..0000000 --- a/web/vendor/bootstrap-icons/telephone-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-forward-fill.svg b/web/vendor/bootstrap-icons/telephone-forward-fill.svg deleted file mode 100644 index 26fc35f..0000000 --- a/web/vendor/bootstrap-icons/telephone-forward-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-forward.svg b/web/vendor/bootstrap-icons/telephone-forward.svg deleted file mode 100644 index 08c07bd..0000000 --- a/web/vendor/bootstrap-icons/telephone-forward.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-inbound-fill.svg b/web/vendor/bootstrap-icons/telephone-inbound-fill.svg deleted file mode 100644 index 85434d0..0000000 --- a/web/vendor/bootstrap-icons/telephone-inbound-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-inbound.svg b/web/vendor/bootstrap-icons/telephone-inbound.svg deleted file mode 100644 index 8ec20a6..0000000 --- a/web/vendor/bootstrap-icons/telephone-inbound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-minus-fill.svg b/web/vendor/bootstrap-icons/telephone-minus-fill.svg deleted file mode 100644 index 7b2fe9d..0000000 --- a/web/vendor/bootstrap-icons/telephone-minus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-minus.svg b/web/vendor/bootstrap-icons/telephone-minus.svg deleted file mode 100644 index 6ebc50e..0000000 --- a/web/vendor/bootstrap-icons/telephone-minus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-outbound-fill.svg b/web/vendor/bootstrap-icons/telephone-outbound-fill.svg deleted file mode 100644 index 0a18bda..0000000 --- a/web/vendor/bootstrap-icons/telephone-outbound-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-outbound.svg b/web/vendor/bootstrap-icons/telephone-outbound.svg deleted file mode 100644 index 566eb46..0000000 --- a/web/vendor/bootstrap-icons/telephone-outbound.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-plus-fill.svg b/web/vendor/bootstrap-icons/telephone-plus-fill.svg deleted file mode 100644 index b02874f..0000000 --- a/web/vendor/bootstrap-icons/telephone-plus-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-plus.svg b/web/vendor/bootstrap-icons/telephone-plus.svg deleted file mode 100644 index 787e0c6..0000000 --- a/web/vendor/bootstrap-icons/telephone-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-x-fill.svg b/web/vendor/bootstrap-icons/telephone-x-fill.svg deleted file mode 100644 index 5410e16..0000000 --- a/web/vendor/bootstrap-icons/telephone-x-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone-x.svg b/web/vendor/bootstrap-icons/telephone-x.svg deleted file mode 100644 index 3f483a1..0000000 --- a/web/vendor/bootstrap-icons/telephone-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/telephone.svg b/web/vendor/bootstrap-icons/telephone.svg deleted file mode 100644 index 679e8a9..0000000 --- a/web/vendor/bootstrap-icons/telephone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tencent-qq.svg b/web/vendor/bootstrap-icons/tencent-qq.svg deleted file mode 100644 index 0d5cd23..0000000 --- a/web/vendor/bootstrap-icons/tencent-qq.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal-dash.svg b/web/vendor/bootstrap-icons/terminal-dash.svg deleted file mode 100644 index 9f46e8e..0000000 --- a/web/vendor/bootstrap-icons/terminal-dash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal-fill.svg b/web/vendor/bootstrap-icons/terminal-fill.svg deleted file mode 100644 index fabd075..0000000 --- a/web/vendor/bootstrap-icons/terminal-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal-plus.svg b/web/vendor/bootstrap-icons/terminal-plus.svg deleted file mode 100644 index 32c6432..0000000 --- a/web/vendor/bootstrap-icons/terminal-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal-split.svg b/web/vendor/bootstrap-icons/terminal-split.svg deleted file mode 100644 index a378c37..0000000 --- a/web/vendor/bootstrap-icons/terminal-split.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal-x.svg b/web/vendor/bootstrap-icons/terminal-x.svg deleted file mode 100644 index aa59e7f..0000000 --- a/web/vendor/bootstrap-icons/terminal-x.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/terminal.svg b/web/vendor/bootstrap-icons/terminal.svg deleted file mode 100644 index 44aef95..0000000 --- a/web/vendor/bootstrap-icons/terminal.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-center.svg b/web/vendor/bootstrap-icons/text-center.svg deleted file mode 100644 index 12d9e29..0000000 --- a/web/vendor/bootstrap-icons/text-center.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-indent-left.svg b/web/vendor/bootstrap-icons/text-indent-left.svg deleted file mode 100644 index 5a607af..0000000 --- a/web/vendor/bootstrap-icons/text-indent-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-indent-right.svg b/web/vendor/bootstrap-icons/text-indent-right.svg deleted file mode 100644 index de91d9e..0000000 --- a/web/vendor/bootstrap-icons/text-indent-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-left.svg b/web/vendor/bootstrap-icons/text-left.svg deleted file mode 100644 index 36ae0d3..0000000 --- a/web/vendor/bootstrap-icons/text-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-paragraph.svg b/web/vendor/bootstrap-icons/text-paragraph.svg deleted file mode 100644 index 035a1c8..0000000 --- a/web/vendor/bootstrap-icons/text-paragraph.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-right.svg b/web/vendor/bootstrap-icons/text-right.svg deleted file mode 100644 index 98178e7..0000000 --- a/web/vendor/bootstrap-icons/text-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/text-wrap.svg b/web/vendor/bootstrap-icons/text-wrap.svg deleted file mode 100644 index 4c732d6..0000000 --- a/web/vendor/bootstrap-icons/text-wrap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/textarea-resize.svg b/web/vendor/bootstrap-icons/textarea-resize.svg deleted file mode 100644 index 6401320..0000000 --- a/web/vendor/bootstrap-icons/textarea-resize.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/textarea-t.svg b/web/vendor/bootstrap-icons/textarea-t.svg deleted file mode 100644 index 145cbb7..0000000 --- a/web/vendor/bootstrap-icons/textarea-t.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/textarea.svg b/web/vendor/bootstrap-icons/textarea.svg deleted file mode 100644 index 176ca25..0000000 --- a/web/vendor/bootstrap-icons/textarea.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer-half.svg b/web/vendor/bootstrap-icons/thermometer-half.svg deleted file mode 100644 index 018eab1..0000000 --- a/web/vendor/bootstrap-icons/thermometer-half.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer-high.svg b/web/vendor/bootstrap-icons/thermometer-high.svg deleted file mode 100644 index 22e77d1..0000000 --- a/web/vendor/bootstrap-icons/thermometer-high.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer-low.svg b/web/vendor/bootstrap-icons/thermometer-low.svg deleted file mode 100644 index 1f0f5e1..0000000 --- a/web/vendor/bootstrap-icons/thermometer-low.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer-snow.svg b/web/vendor/bootstrap-icons/thermometer-snow.svg deleted file mode 100644 index df7c1d1..0000000 --- a/web/vendor/bootstrap-icons/thermometer-snow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer-sun.svg b/web/vendor/bootstrap-icons/thermometer-sun.svg deleted file mode 100644 index c453dee..0000000 --- a/web/vendor/bootstrap-icons/thermometer-sun.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thermometer.svg b/web/vendor/bootstrap-icons/thermometer.svg deleted file mode 100644 index 8a5529b..0000000 --- a/web/vendor/bootstrap-icons/thermometer.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/threads-fill.svg b/web/vendor/bootstrap-icons/threads-fill.svg deleted file mode 100644 index b19666d..0000000 --- a/web/vendor/bootstrap-icons/threads-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/threads.svg b/web/vendor/bootstrap-icons/threads.svg deleted file mode 100644 index 13c9e7a..0000000 --- a/web/vendor/bootstrap-icons/threads.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/three-dots-vertical.svg b/web/vendor/bootstrap-icons/three-dots-vertical.svg deleted file mode 100644 index f5ef7d4..0000000 --- a/web/vendor/bootstrap-icons/three-dots-vertical.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/three-dots.svg b/web/vendor/bootstrap-icons/three-dots.svg deleted file mode 100644 index 4706f52..0000000 --- a/web/vendor/bootstrap-icons/three-dots.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thunderbolt-fill.svg b/web/vendor/bootstrap-icons/thunderbolt-fill.svg deleted file mode 100644 index 1faea43..0000000 --- a/web/vendor/bootstrap-icons/thunderbolt-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/thunderbolt.svg b/web/vendor/bootstrap-icons/thunderbolt.svg deleted file mode 100644 index 3655659..0000000 --- a/web/vendor/bootstrap-icons/thunderbolt.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket-detailed-fill.svg b/web/vendor/bootstrap-icons/ticket-detailed-fill.svg deleted file mode 100644 index cd7a3a7..0000000 --- a/web/vendor/bootstrap-icons/ticket-detailed-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket-detailed.svg b/web/vendor/bootstrap-icons/ticket-detailed.svg deleted file mode 100644 index cf32e88..0000000 --- a/web/vendor/bootstrap-icons/ticket-detailed.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket-fill.svg b/web/vendor/bootstrap-icons/ticket-fill.svg deleted file mode 100644 index 01e9108..0000000 --- a/web/vendor/bootstrap-icons/ticket-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket-perforated-fill.svg b/web/vendor/bootstrap-icons/ticket-perforated-fill.svg deleted file mode 100644 index 38c18dc..0000000 --- a/web/vendor/bootstrap-icons/ticket-perforated-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket-perforated.svg b/web/vendor/bootstrap-icons/ticket-perforated.svg deleted file mode 100644 index da44537..0000000 --- a/web/vendor/bootstrap-icons/ticket-perforated.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ticket.svg b/web/vendor/bootstrap-icons/ticket.svg deleted file mode 100644 index eb813a1..0000000 --- a/web/vendor/bootstrap-icons/ticket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tiktok.svg b/web/vendor/bootstrap-icons/tiktok.svg deleted file mode 100644 index 04c6679..0000000 --- a/web/vendor/bootstrap-icons/tiktok.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggle-off.svg b/web/vendor/bootstrap-icons/toggle-off.svg deleted file mode 100644 index e1e89ad..0000000 --- a/web/vendor/bootstrap-icons/toggle-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggle-on.svg b/web/vendor/bootstrap-icons/toggle-on.svg deleted file mode 100644 index 7cd6eb3..0000000 --- a/web/vendor/bootstrap-icons/toggle-on.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggle2-off.svg b/web/vendor/bootstrap-icons/toggle2-off.svg deleted file mode 100644 index 61739ce..0000000 --- a/web/vendor/bootstrap-icons/toggle2-off.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggle2-on.svg b/web/vendor/bootstrap-icons/toggle2-on.svg deleted file mode 100644 index d752ce8..0000000 --- a/web/vendor/bootstrap-icons/toggle2-on.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggles.svg b/web/vendor/bootstrap-icons/toggles.svg deleted file mode 100644 index 659c185..0000000 --- a/web/vendor/bootstrap-icons/toggles.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/toggles2.svg b/web/vendor/bootstrap-icons/toggles2.svg deleted file mode 100644 index 2f90344..0000000 --- a/web/vendor/bootstrap-icons/toggles2.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tools.svg b/web/vendor/bootstrap-icons/tools.svg deleted file mode 100644 index f6efdcc..0000000 --- a/web/vendor/bootstrap-icons/tools.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tornado.svg b/web/vendor/bootstrap-icons/tornado.svg deleted file mode 100644 index 2a6397c..0000000 --- a/web/vendor/bootstrap-icons/tornado.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-freight-front-fill.svg b/web/vendor/bootstrap-icons/train-freight-front-fill.svg deleted file mode 100644 index e272051..0000000 --- a/web/vendor/bootstrap-icons/train-freight-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-freight-front.svg b/web/vendor/bootstrap-icons/train-freight-front.svg deleted file mode 100644 index 097c960..0000000 --- a/web/vendor/bootstrap-icons/train-freight-front.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-front-fill.svg b/web/vendor/bootstrap-icons/train-front-fill.svg deleted file mode 100644 index 4acad08..0000000 --- a/web/vendor/bootstrap-icons/train-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-front.svg b/web/vendor/bootstrap-icons/train-front.svg deleted file mode 100644 index 81ce139..0000000 --- a/web/vendor/bootstrap-icons/train-front.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-lightrail-front-fill.svg b/web/vendor/bootstrap-icons/train-lightrail-front-fill.svg deleted file mode 100644 index 7bd87fb..0000000 --- a/web/vendor/bootstrap-icons/train-lightrail-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/train-lightrail-front.svg b/web/vendor/bootstrap-icons/train-lightrail-front.svg deleted file mode 100644 index d7aa87f..0000000 --- a/web/vendor/bootstrap-icons/train-lightrail-front.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/translate.svg b/web/vendor/bootstrap-icons/translate.svg deleted file mode 100644 index 2e0754e..0000000 --- a/web/vendor/bootstrap-icons/translate.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/transparency.svg b/web/vendor/bootstrap-icons/transparency.svg deleted file mode 100644 index 289a4b9..0000000 --- a/web/vendor/bootstrap-icons/transparency.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash-fill.svg b/web/vendor/bootstrap-icons/trash-fill.svg deleted file mode 100644 index b67453a..0000000 --- a/web/vendor/bootstrap-icons/trash-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash.svg b/web/vendor/bootstrap-icons/trash.svg deleted file mode 100644 index 3020264..0000000 --- a/web/vendor/bootstrap-icons/trash.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash2-fill.svg b/web/vendor/bootstrap-icons/trash2-fill.svg deleted file mode 100644 index fb1d90d..0000000 --- a/web/vendor/bootstrap-icons/trash2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash2.svg b/web/vendor/bootstrap-icons/trash2.svg deleted file mode 100644 index 0cabe8d..0000000 --- a/web/vendor/bootstrap-icons/trash2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash3-fill.svg b/web/vendor/bootstrap-icons/trash3-fill.svg deleted file mode 100644 index 42fbfc5..0000000 --- a/web/vendor/bootstrap-icons/trash3-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trash3.svg b/web/vendor/bootstrap-icons/trash3.svg deleted file mode 100644 index 5194bf0..0000000 --- a/web/vendor/bootstrap-icons/trash3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tree-fill.svg b/web/vendor/bootstrap-icons/tree-fill.svg deleted file mode 100644 index d00e733..0000000 --- a/web/vendor/bootstrap-icons/tree-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tree.svg b/web/vendor/bootstrap-icons/tree.svg deleted file mode 100644 index 17a5efe..0000000 --- a/web/vendor/bootstrap-icons/tree.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trello.svg b/web/vendor/bootstrap-icons/trello.svg deleted file mode 100644 index bd88732..0000000 --- a/web/vendor/bootstrap-icons/trello.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/triangle-fill.svg b/web/vendor/bootstrap-icons/triangle-fill.svg deleted file mode 100644 index 474c8bb..0000000 --- a/web/vendor/bootstrap-icons/triangle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/triangle-half.svg b/web/vendor/bootstrap-icons/triangle-half.svg deleted file mode 100644 index a495ca0..0000000 --- a/web/vendor/bootstrap-icons/triangle-half.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/triangle.svg b/web/vendor/bootstrap-icons/triangle.svg deleted file mode 100644 index 95a6a9b..0000000 --- a/web/vendor/bootstrap-icons/triangle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trophy-fill.svg b/web/vendor/bootstrap-icons/trophy-fill.svg deleted file mode 100644 index f469737..0000000 --- a/web/vendor/bootstrap-icons/trophy-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/trophy.svg b/web/vendor/bootstrap-icons/trophy.svg deleted file mode 100644 index ae13957..0000000 --- a/web/vendor/bootstrap-icons/trophy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tropical-storm.svg b/web/vendor/bootstrap-icons/tropical-storm.svg deleted file mode 100644 index 9eb3354..0000000 --- a/web/vendor/bootstrap-icons/tropical-storm.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/truck-flatbed.svg b/web/vendor/bootstrap-icons/truck-flatbed.svg deleted file mode 100644 index 4b38155..0000000 --- a/web/vendor/bootstrap-icons/truck-flatbed.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/truck-front-fill.svg b/web/vendor/bootstrap-icons/truck-front-fill.svg deleted file mode 100644 index 39f72d0..0000000 --- a/web/vendor/bootstrap-icons/truck-front-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/truck-front.svg b/web/vendor/bootstrap-icons/truck-front.svg deleted file mode 100644 index d805db5..0000000 --- a/web/vendor/bootstrap-icons/truck-front.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/truck.svg b/web/vendor/bootstrap-icons/truck.svg deleted file mode 100644 index 72c5439..0000000 --- a/web/vendor/bootstrap-icons/truck.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tsunami.svg b/web/vendor/bootstrap-icons/tsunami.svg deleted file mode 100644 index be5f9be..0000000 --- a/web/vendor/bootstrap-icons/tsunami.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tux.svg b/web/vendor/bootstrap-icons/tux.svg deleted file mode 100644 index 6a3242c..0000000 --- a/web/vendor/bootstrap-icons/tux.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tv-fill.svg b/web/vendor/bootstrap-icons/tv-fill.svg deleted file mode 100644 index 483c9fd..0000000 --- a/web/vendor/bootstrap-icons/tv-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/tv.svg b/web/vendor/bootstrap-icons/tv.svg deleted file mode 100644 index fa8b3c1..0000000 --- a/web/vendor/bootstrap-icons/tv.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/twitch.svg b/web/vendor/bootstrap-icons/twitch.svg deleted file mode 100644 index b2c8ff5..0000000 --- a/web/vendor/bootstrap-icons/twitch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/twitter-x.svg b/web/vendor/bootstrap-icons/twitter-x.svg deleted file mode 100644 index 2fafcc2..0000000 --- a/web/vendor/bootstrap-icons/twitter-x.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/twitter.svg b/web/vendor/bootstrap-icons/twitter.svg deleted file mode 100644 index 3001352..0000000 --- a/web/vendor/bootstrap-icons/twitter.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-bold.svg b/web/vendor/bootstrap-icons/type-bold.svg deleted file mode 100644 index 0814a2e..0000000 --- a/web/vendor/bootstrap-icons/type-bold.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h1.svg b/web/vendor/bootstrap-icons/type-h1.svg deleted file mode 100644 index 0df41f6..0000000 --- a/web/vendor/bootstrap-icons/type-h1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h2.svg b/web/vendor/bootstrap-icons/type-h2.svg deleted file mode 100644 index 03379ed..0000000 --- a/web/vendor/bootstrap-icons/type-h2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h3.svg b/web/vendor/bootstrap-icons/type-h3.svg deleted file mode 100644 index 97de531..0000000 --- a/web/vendor/bootstrap-icons/type-h3.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h4.svg b/web/vendor/bootstrap-icons/type-h4.svg deleted file mode 100644 index a7ddc81..0000000 --- a/web/vendor/bootstrap-icons/type-h4.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h5.svg b/web/vendor/bootstrap-icons/type-h5.svg deleted file mode 100644 index 776bfa3..0000000 --- a/web/vendor/bootstrap-icons/type-h5.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-h6.svg b/web/vendor/bootstrap-icons/type-h6.svg deleted file mode 100644 index 9267192..0000000 --- a/web/vendor/bootstrap-icons/type-h6.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-italic.svg b/web/vendor/bootstrap-icons/type-italic.svg deleted file mode 100644 index 3ac6b09..0000000 --- a/web/vendor/bootstrap-icons/type-italic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-strikethrough.svg b/web/vendor/bootstrap-icons/type-strikethrough.svg deleted file mode 100644 index c64eba3..0000000 --- a/web/vendor/bootstrap-icons/type-strikethrough.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type-underline.svg b/web/vendor/bootstrap-icons/type-underline.svg deleted file mode 100644 index 1c0b6c4..0000000 --- a/web/vendor/bootstrap-icons/type-underline.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/type.svg b/web/vendor/bootstrap-icons/type.svg deleted file mode 100644 index 8c1fde1..0000000 --- a/web/vendor/bootstrap-icons/type.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/typescript.svg b/web/vendor/bootstrap-icons/typescript.svg deleted file mode 100644 index 12429d8..0000000 --- a/web/vendor/bootstrap-icons/typescript.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ubuntu.svg b/web/vendor/bootstrap-icons/ubuntu.svg deleted file mode 100644 index 89c8830..0000000 --- a/web/vendor/bootstrap-icons/ubuntu.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ui-checks-grid.svg b/web/vendor/bootstrap-icons/ui-checks-grid.svg deleted file mode 100644 index e5d1ed9..0000000 --- a/web/vendor/bootstrap-icons/ui-checks-grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ui-checks.svg b/web/vendor/bootstrap-icons/ui-checks.svg deleted file mode 100644 index 5d02869..0000000 --- a/web/vendor/bootstrap-icons/ui-checks.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ui-radios-grid.svg b/web/vendor/bootstrap-icons/ui-radios-grid.svg deleted file mode 100644 index 9f9aae0..0000000 --- a/web/vendor/bootstrap-icons/ui-radios-grid.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/ui-radios.svg b/web/vendor/bootstrap-icons/ui-radios.svg deleted file mode 100644 index 9165340..0000000 --- a/web/vendor/bootstrap-icons/ui-radios.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/umbrella-fill.svg b/web/vendor/bootstrap-icons/umbrella-fill.svg deleted file mode 100644 index 3efaf13..0000000 --- a/web/vendor/bootstrap-icons/umbrella-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/umbrella.svg b/web/vendor/bootstrap-icons/umbrella.svg deleted file mode 100644 index f7b698c..0000000 --- a/web/vendor/bootstrap-icons/umbrella.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unindent.svg b/web/vendor/bootstrap-icons/unindent.svg deleted file mode 100644 index 9e68255..0000000 --- a/web/vendor/bootstrap-icons/unindent.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/union.svg b/web/vendor/bootstrap-icons/union.svg deleted file mode 100644 index ba23f54..0000000 --- a/web/vendor/bootstrap-icons/union.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unity.svg b/web/vendor/bootstrap-icons/unity.svg deleted file mode 100644 index 8b84508..0000000 --- a/web/vendor/bootstrap-icons/unity.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/universal-access-circle.svg b/web/vendor/bootstrap-icons/universal-access-circle.svg deleted file mode 100644 index e5ea936..0000000 --- a/web/vendor/bootstrap-icons/universal-access-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/universal-access.svg b/web/vendor/bootstrap-icons/universal-access.svg deleted file mode 100644 index 0d0d6ef..0000000 --- a/web/vendor/bootstrap-icons/universal-access.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unlock-fill.svg b/web/vendor/bootstrap-icons/unlock-fill.svg deleted file mode 100644 index c130330..0000000 --- a/web/vendor/bootstrap-icons/unlock-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unlock.svg b/web/vendor/bootstrap-icons/unlock.svg deleted file mode 100644 index 73625c2..0000000 --- a/web/vendor/bootstrap-icons/unlock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unlock2-fill.svg b/web/vendor/bootstrap-icons/unlock2-fill.svg deleted file mode 100644 index 1d8ef92..0000000 --- a/web/vendor/bootstrap-icons/unlock2-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/unlock2.svg b/web/vendor/bootstrap-icons/unlock2.svg deleted file mode 100644 index 0815a16..0000000 --- a/web/vendor/bootstrap-icons/unlock2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/upc-scan.svg b/web/vendor/bootstrap-icons/upc-scan.svg deleted file mode 100644 index 1a89554..0000000 --- a/web/vendor/bootstrap-icons/upc-scan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/upc.svg b/web/vendor/bootstrap-icons/upc.svg deleted file mode 100644 index 785297d..0000000 --- a/web/vendor/bootstrap-icons/upc.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/upload.svg b/web/vendor/bootstrap-icons/upload.svg deleted file mode 100644 index 9a4a363..0000000 --- a/web/vendor/bootstrap-icons/upload.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-c-fill.svg b/web/vendor/bootstrap-icons/usb-c-fill.svg deleted file mode 100644 index 759eee2..0000000 --- a/web/vendor/bootstrap-icons/usb-c-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-c.svg b/web/vendor/bootstrap-icons/usb-c.svg deleted file mode 100644 index 1198332..0000000 --- a/web/vendor/bootstrap-icons/usb-c.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-drive-fill.svg b/web/vendor/bootstrap-icons/usb-drive-fill.svg deleted file mode 100644 index 2f656ee..0000000 --- a/web/vendor/bootstrap-icons/usb-drive-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-drive.svg b/web/vendor/bootstrap-icons/usb-drive.svg deleted file mode 100644 index 739051d..0000000 --- a/web/vendor/bootstrap-icons/usb-drive.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-fill.svg b/web/vendor/bootstrap-icons/usb-fill.svg deleted file mode 100644 index a3b17fa..0000000 --- a/web/vendor/bootstrap-icons/usb-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-micro-fill.svg b/web/vendor/bootstrap-icons/usb-micro-fill.svg deleted file mode 100644 index 1469a9b..0000000 --- a/web/vendor/bootstrap-icons/usb-micro-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-micro.svg b/web/vendor/bootstrap-icons/usb-micro.svg deleted file mode 100644 index ece7da7..0000000 --- a/web/vendor/bootstrap-icons/usb-micro.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-mini-fill.svg b/web/vendor/bootstrap-icons/usb-mini-fill.svg deleted file mode 100644 index 3ab0747..0000000 --- a/web/vendor/bootstrap-icons/usb-mini-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-mini.svg b/web/vendor/bootstrap-icons/usb-mini.svg deleted file mode 100644 index f095b67..0000000 --- a/web/vendor/bootstrap-icons/usb-mini.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-plug-fill.svg b/web/vendor/bootstrap-icons/usb-plug-fill.svg deleted file mode 100644 index d1dc518..0000000 --- a/web/vendor/bootstrap-icons/usb-plug-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-plug.svg b/web/vendor/bootstrap-icons/usb-plug.svg deleted file mode 100644 index f3d7220..0000000 --- a/web/vendor/bootstrap-icons/usb-plug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb-symbol.svg b/web/vendor/bootstrap-icons/usb-symbol.svg deleted file mode 100644 index 457f93f..0000000 --- a/web/vendor/bootstrap-icons/usb-symbol.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/usb.svg b/web/vendor/bootstrap-icons/usb.svg deleted file mode 100644 index 737bef5..0000000 --- a/web/vendor/bootstrap-icons/usb.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/valentine.svg b/web/vendor/bootstrap-icons/valentine.svg deleted file mode 100644 index 7b8f0a3..0000000 --- a/web/vendor/bootstrap-icons/valentine.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/valentine2.svg b/web/vendor/bootstrap-icons/valentine2.svg deleted file mode 100644 index 6d95a2d..0000000 --- a/web/vendor/bootstrap-icons/valentine2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vector-pen.svg b/web/vendor/bootstrap-icons/vector-pen.svg deleted file mode 100644 index 60115b7..0000000 --- a/web/vendor/bootstrap-icons/vector-pen.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/view-list.svg b/web/vendor/bootstrap-icons/view-list.svg deleted file mode 100644 index 9211543..0000000 --- a/web/vendor/bootstrap-icons/view-list.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/view-stacked.svg b/web/vendor/bootstrap-icons/view-stacked.svg deleted file mode 100644 index 84b5ccf..0000000 --- a/web/vendor/bootstrap-icons/view-stacked.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vignette.svg b/web/vendor/bootstrap-icons/vignette.svg deleted file mode 100644 index d179290..0000000 --- a/web/vendor/bootstrap-icons/vignette.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vimeo.svg b/web/vendor/bootstrap-icons/vimeo.svg deleted file mode 100644 index 6b8e4b5..0000000 --- a/web/vendor/bootstrap-icons/vimeo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vinyl-fill.svg b/web/vendor/bootstrap-icons/vinyl-fill.svg deleted file mode 100644 index 546d7bb..0000000 --- a/web/vendor/bootstrap-icons/vinyl-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vinyl.svg b/web/vendor/bootstrap-icons/vinyl.svg deleted file mode 100644 index 63647e5..0000000 --- a/web/vendor/bootstrap-icons/vinyl.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/virus.svg b/web/vendor/bootstrap-icons/virus.svg deleted file mode 100644 index fd291a5..0000000 --- a/web/vendor/bootstrap-icons/virus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/virus2.svg b/web/vendor/bootstrap-icons/virus2.svg deleted file mode 100644 index 53f44e9..0000000 --- a/web/vendor/bootstrap-icons/virus2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/voicemail.svg b/web/vendor/bootstrap-icons/voicemail.svg deleted file mode 100644 index ba22eb1..0000000 --- a/web/vendor/bootstrap-icons/voicemail.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-down-fill.svg b/web/vendor/bootstrap-icons/volume-down-fill.svg deleted file mode 100644 index 681d349..0000000 --- a/web/vendor/bootstrap-icons/volume-down-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-down.svg b/web/vendor/bootstrap-icons/volume-down.svg deleted file mode 100644 index 3ca7e6a..0000000 --- a/web/vendor/bootstrap-icons/volume-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-mute-fill.svg b/web/vendor/bootstrap-icons/volume-mute-fill.svg deleted file mode 100644 index 148628c..0000000 --- a/web/vendor/bootstrap-icons/volume-mute-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-mute.svg b/web/vendor/bootstrap-icons/volume-mute.svg deleted file mode 100644 index d06d3dc..0000000 --- a/web/vendor/bootstrap-icons/volume-mute.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-off-fill.svg b/web/vendor/bootstrap-icons/volume-off-fill.svg deleted file mode 100644 index 315110a..0000000 --- a/web/vendor/bootstrap-icons/volume-off-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-off.svg b/web/vendor/bootstrap-icons/volume-off.svg deleted file mode 100644 index e5f82cc..0000000 --- a/web/vendor/bootstrap-icons/volume-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-up-fill.svg b/web/vendor/bootstrap-icons/volume-up-fill.svg deleted file mode 100644 index 0f94073..0000000 --- a/web/vendor/bootstrap-icons/volume-up-fill.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/volume-up.svg b/web/vendor/bootstrap-icons/volume-up.svg deleted file mode 100644 index 6347f42..0000000 --- a/web/vendor/bootstrap-icons/volume-up.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/vr.svg b/web/vendor/bootstrap-icons/vr.svg deleted file mode 100644 index 5ad5438..0000000 --- a/web/vendor/bootstrap-icons/vr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wallet-fill.svg b/web/vendor/bootstrap-icons/wallet-fill.svg deleted file mode 100644 index ee1c27d..0000000 --- a/web/vendor/bootstrap-icons/wallet-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wallet.svg b/web/vendor/bootstrap-icons/wallet.svg deleted file mode 100644 index 6c9d247..0000000 --- a/web/vendor/bootstrap-icons/wallet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wallet2.svg b/web/vendor/bootstrap-icons/wallet2.svg deleted file mode 100644 index b127b0e..0000000 --- a/web/vendor/bootstrap-icons/wallet2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/watch.svg b/web/vendor/bootstrap-icons/watch.svg deleted file mode 100644 index 542d4d8..0000000 --- a/web/vendor/bootstrap-icons/watch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/water.svg b/web/vendor/bootstrap-icons/water.svg deleted file mode 100644 index 666653b..0000000 --- a/web/vendor/bootstrap-icons/water.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/webcam-fill.svg b/web/vendor/bootstrap-icons/webcam-fill.svg deleted file mode 100644 index e8db7ba..0000000 --- a/web/vendor/bootstrap-icons/webcam-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/webcam.svg b/web/vendor/bootstrap-icons/webcam.svg deleted file mode 100644 index 0d23803..0000000 --- a/web/vendor/bootstrap-icons/webcam.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wechat.svg b/web/vendor/bootstrap-icons/wechat.svg deleted file mode 100644 index 3bc67dd..0000000 --- a/web/vendor/bootstrap-icons/wechat.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/whatsapp.svg b/web/vendor/bootstrap-icons/whatsapp.svg deleted file mode 100644 index 5cde6f7..0000000 --- a/web/vendor/bootstrap-icons/whatsapp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wifi-1.svg b/web/vendor/bootstrap-icons/wifi-1.svg deleted file mode 100644 index 5f3d340..0000000 --- a/web/vendor/bootstrap-icons/wifi-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wifi-2.svg b/web/vendor/bootstrap-icons/wifi-2.svg deleted file mode 100644 index 09d26c2..0000000 --- a/web/vendor/bootstrap-icons/wifi-2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wifi-off.svg b/web/vendor/bootstrap-icons/wifi-off.svg deleted file mode 100644 index 2f5e61f..0000000 --- a/web/vendor/bootstrap-icons/wifi-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wifi.svg b/web/vendor/bootstrap-icons/wifi.svg deleted file mode 100644 index 773e027..0000000 --- a/web/vendor/bootstrap-icons/wifi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wikipedia.svg b/web/vendor/bootstrap-icons/wikipedia.svg deleted file mode 100644 index 11f2fc6..0000000 --- a/web/vendor/bootstrap-icons/wikipedia.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wind.svg b/web/vendor/bootstrap-icons/wind.svg deleted file mode 100644 index 2ac05cd..0000000 --- a/web/vendor/bootstrap-icons/wind.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-dash.svg b/web/vendor/bootstrap-icons/window-dash.svg deleted file mode 100644 index 5e157af..0000000 --- a/web/vendor/bootstrap-icons/window-dash.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-desktop.svg b/web/vendor/bootstrap-icons/window-desktop.svg deleted file mode 100644 index fa17523..0000000 --- a/web/vendor/bootstrap-icons/window-desktop.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-dock.svg b/web/vendor/bootstrap-icons/window-dock.svg deleted file mode 100644 index 41cdf69..0000000 --- a/web/vendor/bootstrap-icons/window-dock.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-fullscreen.svg b/web/vendor/bootstrap-icons/window-fullscreen.svg deleted file mode 100644 index 421c4c5..0000000 --- a/web/vendor/bootstrap-icons/window-fullscreen.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-plus.svg b/web/vendor/bootstrap-icons/window-plus.svg deleted file mode 100644 index e24ce0c..0000000 --- a/web/vendor/bootstrap-icons/window-plus.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-sidebar.svg b/web/vendor/bootstrap-icons/window-sidebar.svg deleted file mode 100644 index d020d13..0000000 --- a/web/vendor/bootstrap-icons/window-sidebar.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-split.svg b/web/vendor/bootstrap-icons/window-split.svg deleted file mode 100644 index 96bdd24..0000000 --- a/web/vendor/bootstrap-icons/window-split.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-stack.svg b/web/vendor/bootstrap-icons/window-stack.svg deleted file mode 100644 index 8862976..0000000 --- a/web/vendor/bootstrap-icons/window-stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window-x.svg b/web/vendor/bootstrap-icons/window-x.svg deleted file mode 100644 index c45e078..0000000 --- a/web/vendor/bootstrap-icons/window-x.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/window.svg b/web/vendor/bootstrap-icons/window.svg deleted file mode 100644 index 9bd2a2a..0000000 --- a/web/vendor/bootstrap-icons/window.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/windows.svg b/web/vendor/bootstrap-icons/windows.svg deleted file mode 100644 index af3b18c..0000000 --- a/web/vendor/bootstrap-icons/windows.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wordpress.svg b/web/vendor/bootstrap-icons/wordpress.svg deleted file mode 100644 index 7d5808c..0000000 --- a/web/vendor/bootstrap-icons/wordpress.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wrench-adjustable-circle-fill.svg b/web/vendor/bootstrap-icons/wrench-adjustable-circle-fill.svg deleted file mode 100644 index 33156c7..0000000 --- a/web/vendor/bootstrap-icons/wrench-adjustable-circle-fill.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wrench-adjustable-circle.svg b/web/vendor/bootstrap-icons/wrench-adjustable-circle.svg deleted file mode 100644 index 381fb30..0000000 --- a/web/vendor/bootstrap-icons/wrench-adjustable-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wrench-adjustable.svg b/web/vendor/bootstrap-icons/wrench-adjustable.svg deleted file mode 100644 index e7456d7..0000000 --- a/web/vendor/bootstrap-icons/wrench-adjustable.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/wrench.svg b/web/vendor/bootstrap-icons/wrench.svg deleted file mode 100644 index 806cca0..0000000 --- a/web/vendor/bootstrap-icons/wrench.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-circle-fill.svg b/web/vendor/bootstrap-icons/x-circle-fill.svg deleted file mode 100644 index 4070fb3..0000000 --- a/web/vendor/bootstrap-icons/x-circle-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-circle.svg b/web/vendor/bootstrap-icons/x-circle.svg deleted file mode 100644 index 0e8c641..0000000 --- a/web/vendor/bootstrap-icons/x-circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-diamond-fill.svg b/web/vendor/bootstrap-icons/x-diamond-fill.svg deleted file mode 100644 index 6ec461a..0000000 --- a/web/vendor/bootstrap-icons/x-diamond-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-diamond.svg b/web/vendor/bootstrap-icons/x-diamond.svg deleted file mode 100644 index b93295e..0000000 --- a/web/vendor/bootstrap-icons/x-diamond.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-lg.svg b/web/vendor/bootstrap-icons/x-lg.svg deleted file mode 100644 index b689cbb..0000000 --- a/web/vendor/bootstrap-icons/x-lg.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-octagon-fill.svg b/web/vendor/bootstrap-icons/x-octagon-fill.svg deleted file mode 100644 index dd9fc6a..0000000 --- a/web/vendor/bootstrap-icons/x-octagon-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-octagon.svg b/web/vendor/bootstrap-icons/x-octagon.svg deleted file mode 100644 index 181a39f..0000000 --- a/web/vendor/bootstrap-icons/x-octagon.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-square-fill.svg b/web/vendor/bootstrap-icons/x-square-fill.svg deleted file mode 100644 index 5499578..0000000 --- a/web/vendor/bootstrap-icons/x-square-fill.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x-square.svg b/web/vendor/bootstrap-icons/x-square.svg deleted file mode 100644 index eb62b61..0000000 --- a/web/vendor/bootstrap-icons/x-square.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/x.svg b/web/vendor/bootstrap-icons/x.svg deleted file mode 100644 index fdcc4e8..0000000 --- a/web/vendor/bootstrap-icons/x.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/xbox.svg b/web/vendor/bootstrap-icons/xbox.svg deleted file mode 100644 index c0672b2..0000000 --- a/web/vendor/bootstrap-icons/xbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/yelp.svg b/web/vendor/bootstrap-icons/yelp.svg deleted file mode 100644 index 76e8884..0000000 --- a/web/vendor/bootstrap-icons/yelp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/yin-yang.svg b/web/vendor/bootstrap-icons/yin-yang.svg deleted file mode 100644 index 1f50275..0000000 --- a/web/vendor/bootstrap-icons/yin-yang.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/youtube.svg b/web/vendor/bootstrap-icons/youtube.svg deleted file mode 100644 index 3c9c0be..0000000 --- a/web/vendor/bootstrap-icons/youtube.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/zoom-in.svg b/web/vendor/bootstrap-icons/zoom-in.svg deleted file mode 100644 index 438e9bc..0000000 --- a/web/vendor/bootstrap-icons/zoom-in.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/bootstrap-icons/zoom-out.svg b/web/vendor/bootstrap-icons/zoom-out.svg deleted file mode 100644 index 8be9f29..0000000 --- a/web/vendor/bootstrap-icons/zoom-out.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/web/vendor/editorjs/editorjs.umd.js b/web/vendor/editorjs/editorjs.umd.js deleted file mode 100644 index 48468c9..0000000 --- a/web/vendor/editorjs/editorjs.umd.js +++ /dev/null @@ -1,51 +0,0 @@ -(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".ce-hint--align-start{text-align:left}.ce-hint--align-center{text-align:center}.ce-hint__description{opacity:.6;margin-top:3px}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})(); -(function(J,ne){typeof exports=="object"&&typeof module<"u"?module.exports=ne():typeof define=="function"&&define.amd?define(ne):(J=typeof globalThis<"u"?globalThis:J||self,J.EditorJS=ne())})(this,function(){"use strict";var J=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ne(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function Yn(n){if(n.__esModule)return n;var e=n.default;if(typeof e=="function"){var t=function o(){return this instanceof o?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(n).forEach(function(o){var i=Object.getOwnPropertyDescriptor(n,o);Object.defineProperty(t,o,i.get?i:{enumerable:!0,get:function(){return n[o]}})}),t}function tt(){}Object.assign(tt,{default:tt,register:tt,revert:function(){},__esModule:!0}),Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(n){const e=(this.document||this.ownerDocument).querySelectorAll(n);let t=e.length;for(;--t>=0&&e.item(t)!==this;);return t>-1}),Element.prototype.closest||(Element.prototype.closest=function(n){let e=this;if(!document.documentElement.contains(e))return null;do{if(e.matches(n))return e;e=e.parentElement||e.parentNode}while(e!==null);return null}),Element.prototype.prepend||(Element.prototype.prepend=function(e){const t=document.createDocumentFragment();Array.isArray(e)||(e=[e]),e.forEach(o=>{const i=o instanceof Node;t.appendChild(i?o:document.createTextNode(o))}),this.insertBefore(t,this.firstChild)}),Element.prototype.scrollIntoViewIfNeeded||(Element.prototype.scrollIntoViewIfNeeded=function(n){n=arguments.length===0?!0:!!n;const e=this.parentNode,t=window.getComputedStyle(e,null),o=parseInt(t.getPropertyValue("border-top-width")),i=parseInt(t.getPropertyValue("border-left-width")),s=this.offsetTop-e.offsetTope.scrollTop+e.clientHeight,a=this.offsetLeft-e.offsetLefte.scrollLeft+e.clientWidth,c=s&&!r;(s||r)&&n&&(e.scrollTop=this.offsetTop-e.offsetTop-e.clientHeight/2-o+this.clientHeight/2),(a||l)&&n&&(e.scrollLeft=this.offsetLeft-e.offsetLeft-e.clientWidth/2-i+this.clientWidth/2),(s||r||a||l)&&!n&&this.scrollIntoView(c)}),window.requestIdleCallback=window.requestIdleCallback||function(n){const e=Date.now();return setTimeout(function(){n({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-e))}})},1)},window.cancelIdleCallback=window.cancelIdleCallback||function(n){clearTimeout(n)};let Kn=(n=21)=>crypto.getRandomValues(new Uint8Array(n)).reduce((e,t)=>(t&=63,t<36?e+=t.toString(36):t<62?e+=(t-26).toString(36).toUpperCase():t>62?e+="-":e+="_",e),"");var ko=(n=>(n.VERBOSE="VERBOSE",n.INFO="INFO",n.WARN="WARN",n.ERROR="ERROR",n))(ko||{});const y={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,LEFT:37,UP:38,DOWN:40,RIGHT:39,DELETE:46,META:91,SLASH:191},Xn={LEFT:0,WHEEL:1,RIGHT:2,BACKWARD:3,FORWARD:4};function ye(n,e,t="log",o,i="color: inherit"){if(!("console"in window)||!window.console[t])return;const s=["info","log","warn","error"].includes(t),r=[];switch(ye.logLevel){case"ERROR":if(t!=="error")return;break;case"WARN":if(!["error","warn"].includes(t))return;break;case"INFO":if(!s||n)return;break}o&&r.push(o);const a="Editor.js 2.31.1",l=`line-height: 1em; - color: #006FEA; - display: inline-block; - font-size: 11px; - line-height: 1em; - background-color: #fff; - padding: 4px 9px; - border-radius: 30px; - border: 1px solid rgba(56, 138, 229, 0.16); - margin: 4px 5px 4px 0;`;n&&(s?(r.unshift(l,i),e=`%c${a}%c ${e}`):e=`( ${a} )${e}`);try{s?o?console[t](`${e} %o`,...r):console[t](e,...r):console[t](e)}catch{}}ye.logLevel="VERBOSE";function Vn(n){ye.logLevel=n}const T=ye.bind(window,!1),X=ye.bind(window,!0);function re(n){return Object.prototype.toString.call(n).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function M(n){return re(n)==="function"||re(n)==="asyncfunction"}function N(n){return re(n)==="object"}function Q(n){return re(n)==="string"}function qn(n){return re(n)==="boolean"}function yo(n){return re(n)==="number"}function wo(n){return re(n)==="undefined"}function V(n){return n?Object.keys(n).length===0&&n.constructor===Object:!0}function Eo(n){return n>47&&n<58||n===32||n===13||n===229||n>64&&n<91||n>95&&n<112||n>185&&n<193||n>218&&n<223}async function Zn(n,e=()=>{},t=()=>{}){async function o(i,s,r){try{await i.function(i.data),await s(wo(i.data)?{}:i.data)}catch{r(wo(i.data)?{}:i.data)}}return n.reduce(async(i,s)=>(await i,o(s,e,t)),Promise.resolve())}function xo(n){return Array.prototype.slice.call(n)}function Ae(n,e){return function(){const t=this,o=arguments;window.setTimeout(()=>n.apply(t,o),e)}}function Gn(n){return n.name.split(".").pop()}function Jn(n){return/^[-\w]+\/([-+\w]+|\*)$/.test(n)}function Bo(n,e,t){let o;return(...i)=>{const s=this,r=()=>{o=null,t||n.apply(s,i)},a=t&&!o;window.clearTimeout(o),o=window.setTimeout(r,e),a&&n.apply(s,i)}}function ot(n,e,t=void 0){let o,i,s,r=null,a=0;t||(t={});const l=function(){a=t.leading===!1?0:Date.now(),r=null,s=n.apply(o,i),r||(o=i=null)};return function(){const c=Date.now();!a&&t.leading===!1&&(a=c);const d=e-(c-a);return o=this,i=arguments,d<=0||d>e?(r&&(clearTimeout(r),r=null),a=c,s=n.apply(o,i),r||(o=i=null)):!r&&t.trailing!==!1&&(r=setTimeout(l,d)),s}}function Qn(){const n={win:!1,mac:!1,x11:!1,linux:!1},e=Object.keys(n).find(t=>window.navigator.appVersion.toLowerCase().indexOf(t)!==-1);return e&&(n[e]=!0),n}function Le(n){return n[0].toUpperCase()+n.slice(1)}function nt(n,...e){if(!e.length)return n;const t=e.shift();if(N(n)&&N(t))for(const o in t)N(t[o])?(n[o]||Object.assign(n,{[o]:{}}),nt(n[o],t[o])):Object.assign(n,{[o]:t[o]});return nt(n,...e)}function it(n){const e=Qn();return n=n.replace(/shift/gi,"⇧").replace(/backspace/gi,"⌫").replace(/enter/gi,"⏎").replace(/up/gi,"↑").replace(/left/gi,"→").replace(/down/gi,"↓").replace(/right/gi,"←").replace(/escape/gi,"⎋").replace(/insert/gi,"Ins").replace(/delete/gi,"␡").replace(/\+/gi," + "),e.mac?n=n.replace(/ctrl|cmd/gi,"⌘").replace(/alt/gi,"⌥"):n=n.replace(/cmd/gi,"Ctrl").replace(/windows/gi,"WIN"),n}function ei(n){try{return new URL(n).href}catch{}return n.substring(0,2)==="//"?window.location.protocol+n:window.location.origin+n}function ti(){return Kn(10)}function oi(n){window.open(n,"_blank")}function ni(n=""){return`${n}${Math.floor(Math.random()*1e8).toString(16)}`}function st(n,e,t){const o=`«${e}» is deprecated and will be removed in the next major release. Please use the «${t}» instead.`;n&&X(o,"warn")}function fe(n,e,t){const o=t.value?"value":"get",i=t[o],s=`#${e}Cache`;if(t[o]=function(...r){return this[s]===void 0&&(this[s]=i.apply(this,...r)),this[s]},o==="get"&&t.set){const r=t.set;t.set=function(a){delete n[s],r.apply(this,a)}}return t}const Co=650;function ge(){return window.matchMedia(`(max-width: ${Co}px)`).matches}const rt=typeof window<"u"&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||window.navigator.platform==="MacIntel"&&window.navigator.maxTouchPoints>1);function ii(n,e){const t=Array.isArray(n)||N(n),o=Array.isArray(e)||N(e);return t||o?JSON.stringify(n)===JSON.stringify(e):n===e}class u{static isSingleTag(e){return e.tagName&&["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"].includes(e.tagName)}static isLineBreakTag(e){return e&&e.tagName&&["BR","WBR"].includes(e.tagName)}static make(e,t=null,o={}){const i=document.createElement(e);if(Array.isArray(t)){const s=t.filter(r=>r!==void 0);i.classList.add(...s)}else t&&i.classList.add(t);for(const s in o)Object.prototype.hasOwnProperty.call(o,s)&&(i[s]=o[s]);return i}static text(e){return document.createTextNode(e)}static append(e,t){Array.isArray(t)?t.forEach(o=>e.appendChild(o)):e.appendChild(t)}static prepend(e,t){Array.isArray(t)?(t=t.reverse(),t.forEach(o=>e.prepend(o))):e.prepend(t)}static swap(e,t){const o=document.createElement("div"),i=e.parentNode;i.insertBefore(o,e),i.insertBefore(e,t),i.insertBefore(t,o),i.removeChild(o)}static find(e=document,t){return e.querySelector(t)}static get(e){return document.getElementById(e)}static findAll(e=document,t){return e.querySelectorAll(t)}static get allInputsSelector(){return"[contenteditable=true], textarea, input:not([type]), "+["text","password","email","number","search","tel","url"].map(t=>`input[type="${t}"]`).join(", ")}static findAllInputs(e){return xo(e.querySelectorAll(u.allInputsSelector)).reduce((t,o)=>u.isNativeInput(o)||u.containsOnlyInlineElements(o)?[...t,o]:[...t,...u.getDeepestBlockElements(o)],[])}static getDeepestNode(e,t=!1){const o=t?"lastChild":"firstChild",i=t?"previousSibling":"nextSibling";if(e&&e.nodeType===Node.ELEMENT_NODE&&e[o]){let s=e[o];if(u.isSingleTag(s)&&!u.isNativeInput(s)&&!u.isLineBreakTag(s))if(s[i])s=s[i];else if(s.parentNode[i])s=s.parentNode[i];else return s.parentNode;return this.getDeepestNode(s,t)}return e}static isElement(e){return yo(e)?!1:e&&e.nodeType&&e.nodeType===Node.ELEMENT_NODE}static isFragment(e){return yo(e)?!1:e&&e.nodeType&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}static isContentEditable(e){return e.contentEditable==="true"}static isNativeInput(e){const t=["INPUT","TEXTAREA"];return e&&e.tagName?t.includes(e.tagName):!1}static canSetCaret(e){let t=!0;if(u.isNativeInput(e))switch(e.type){case"file":case"checkbox":case"radio":case"hidden":case"submit":case"button":case"image":case"reset":t=!1;break}else t=u.isContentEditable(e);return t}static isNodeEmpty(e,t){let o;return this.isSingleTag(e)&&!this.isLineBreakTag(e)?!1:(this.isElement(e)&&this.isNativeInput(e)?o=e.value:o=e.textContent.replace("​",""),t&&(o=o.replace(new RegExp(t,"g"),"")),o.length===0)}static isLeaf(e){return e?e.childNodes.length===0:!1}static isEmpty(e,t){const o=[e];for(;o.length>0;)if(e=o.shift(),!!e){if(this.isLeaf(e)&&!this.isNodeEmpty(e,t))return!1;e.childNodes&&o.push(...Array.from(e.childNodes))}return!0}static isHTMLString(e){const t=u.make("div");return t.innerHTML=e,t.childElementCount>0}static getContentLength(e){return u.isNativeInput(e)?e.value.length:e.nodeType===Node.TEXT_NODE?e.length:e.textContent.length}static get blockElements(){return["address","article","aside","blockquote","canvas","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","noscript","ol","output","p","pre","ruby","section","table","tbody","thead","tr","tfoot","ul","video"]}static containsOnlyInlineElements(e){let t;Q(e)?(t=document.createElement("div"),t.innerHTML=e):t=e;const o=i=>!u.blockElements.includes(i.tagName.toLowerCase())&&Array.from(i.children).every(o);return Array.from(t.children).every(o)}static getDeepestBlockElements(e){return u.containsOnlyInlineElements(e)?[e]:Array.from(e.children).reduce((t,o)=>[...t,...u.getDeepestBlockElements(o)],[])}static getHolder(e){return Q(e)?document.getElementById(e):e}static isAnchor(e){return e.tagName.toLowerCase()==="a"}static offset(e){const t=e.getBoundingClientRect(),o=window.pageXOffset||document.documentElement.scrollLeft,i=window.pageYOffset||document.documentElement.scrollTop,s=t.top+i,r=t.left+o;return{top:s,left:r,bottom:s+t.height,right:r+t.width}}static getNodeByOffset(e,t){let o=0,i=null;const s=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null);let r=s.nextNode();for(;r;){const c=r.textContent,d=c===null?0:c.length;if(i=r,o+d>=t)break;o+=d,r=s.nextNode()}if(!i)return{node:null,offset:0};const a=i.textContent;if(a===null||a.length===0)return{node:null,offset:0};const l=Math.min(t-o,a.length);return{node:i,offset:l}}}function si(n){return!/[^\t\n\r ]/.test(n)}function ri(n){const e=window.getComputedStyle(n),t=parseFloat(e.fontSize),o=parseFloat(e.lineHeight)||t*1.2,i=parseFloat(e.paddingTop),s=parseFloat(e.borderTopWidth),r=parseFloat(e.marginTop),a=t*.8,l=(o-t)/2;return r+s+i+l+a}function To(n){n.dataset.empty=u.isEmpty(n)?"true":"false"}const So={ui:{blockTunes:{toggler:{"Click to tune":"","or drag to move":""}},inlineToolbar:{converter:{"Convert to":""}},toolbar:{toolbox:{Add:""}},popover:{Filter:"","Nothing found":"","Convert to":""}},toolNames:{Text:"",Link:"",Bold:"",Italic:""},tools:{link:{"Add a link":""},stub:{"The block can not be displayed correctly.":""}},blockTunes:{delete:{Delete:"","Click to delete":""},moveUp:{"Move up":""},moveDown:{"Move down":""}}},Io=class ke{static ui(e,t){return ke._t(e,t)}static t(e,t){return ke._t(e,t)}static setDictionary(e){ke.currentDictionary=e}static _t(e,t){const o=ke.getNamespace(e);return!o||!o[t]?t:o[t]}static getNamespace(e){return e.split(".").reduce((o,i)=>!o||!Object.keys(o).length?{}:o[i],ke.currentDictionary)}};Io.currentDictionary=So;let H=Io;class Oo extends Error{}class we{constructor(){this.subscribers={}}on(e,t){e in this.subscribers||(this.subscribers[e]=[]),this.subscribers[e].push(t)}once(e,t){e in this.subscribers||(this.subscribers[e]=[]);const o=i=>{const s=t(i),r=this.subscribers[e].indexOf(o);return r!==-1&&this.subscribers[e].splice(r,1),s};this.subscribers[e].push(o)}emit(e,t){V(this.subscribers)||!this.subscribers[e]||this.subscribers[e].reduce((o,i)=>{const s=i(o);return s!==void 0?s:o},t)}off(e,t){if(this.subscribers[e]===void 0){console.warn(`EventDispatcher .off(): there is no subscribers for event "${e.toString()}". Probably, .off() called before .on()`);return}for(let o=0;o{const l=this.allListeners.indexOf(s[a]);l>-1&&(this.allListeners.splice(l,1),r.element.removeEventListener(r.eventType,r.handler,r.options))})}offById(e){const t=this.findById(e);t&&t.element.removeEventListener(t.eventType,t.handler,t.options)}findOne(e,t,o){const i=this.findAll(e,t,o);return i.length>0?i[0]:null}findAll(e,t,o){let i;const s=e?this.findByEventTarget(e):[];return e&&t&&o?i=s.filter(r=>r.eventType===t&&r.handler===o):e&&t?i=s.filter(r=>r.eventType===t):i=s,i}removeAll(){this.allListeners.map(e=>{e.element.removeEventListener(e.eventType,e.handler,e.options)}),this.allListeners=[]}destroy(){this.removeAll()}findByEventTarget(e){return this.allListeners.filter(t=>{if(t.element===e)return t})}findByType(e){return this.allListeners.filter(t=>{if(t.eventType===e)return t})}findByHandler(e){return this.allListeners.filter(t=>{if(t.handler===e)return t})}findById(e){return this.allListeners.find(t=>t.id===e)}}class E{constructor({config:e,eventsDispatcher:t}){if(this.nodes={},this.listeners=new Ee,this.readOnlyMutableListeners={on:(o,i,s,r=!1)=>{this.mutableListenerIds.push(this.listeners.on(o,i,s,r))},clearAll:()=>{for(const o of this.mutableListenerIds)this.listeners.offById(o);this.mutableListenerIds=[]}},this.mutableListenerIds=[],new.target===E)throw new TypeError("Constructors for abstract class Module are not allowed.");this.config=e,this.eventsDispatcher=t}set state(e){this.Editor=e}removeAllNodes(){for(const e in this.nodes){const t=this.nodes[e];t instanceof HTMLElement&&t.remove()}}get isRtl(){return this.config.i18n.direction==="rtl"}}class b{constructor(){this.instance=null,this.selection=null,this.savedSelectionRange=null,this.isFakeBackgroundEnabled=!1,this.commandBackground="backColor",this.commandRemoveFormat="removeFormat"}static get CSS(){return{editorWrapper:"codex-editor",editorZone:"codex-editor__redactor"}}static get anchorNode(){const e=window.getSelection();return e?e.anchorNode:null}static get anchorElement(){const e=window.getSelection();if(!e)return null;const t=e.anchorNode;return t?u.isElement(t)?t:t.parentElement:null}static get anchorOffset(){const e=window.getSelection();return e?e.anchorOffset:null}static get isCollapsed(){const e=window.getSelection();return e?e.isCollapsed:null}static get isAtEditor(){return this.isSelectionAtEditor(b.get())}static isSelectionAtEditor(e){if(!e)return!1;let t=e.anchorNode||e.focusNode;t&&t.nodeType===Node.TEXT_NODE&&(t=t.parentNode);let o=null;return t&&t instanceof Element&&(o=t.closest(`.${b.CSS.editorZone}`)),o?o.nodeType===Node.ELEMENT_NODE:!1}static isRangeAtEditor(e){if(!e)return;let t=e.startContainer;t&&t.nodeType===Node.TEXT_NODE&&(t=t.parentNode);let o=null;return t&&t instanceof Element&&(o=t.closest(`.${b.CSS.editorZone}`)),o?o.nodeType===Node.ELEMENT_NODE:!1}static get isSelectionExists(){return!!b.get().anchorNode}static get range(){return this.getRangeFromSelection(this.get())}static getRangeFromSelection(e){return e&&e.rangeCount?e.getRangeAt(0):null}static get rect(){let e=document.selection,t,o={x:0,y:0,width:0,height:0};if(e&&e.type!=="Control")return e=e,t=e.createRange(),o.x=t.boundingLeft,o.y=t.boundingTop,o.width=t.boundingWidth,o.height=t.boundingHeight,o;if(!window.getSelection)return T("Method window.getSelection is not supported","warn"),o;if(e=window.getSelection(),e.rangeCount===null||isNaN(e.rangeCount))return T("Method SelectionUtils.rangeCount is not supported","warn"),o;if(e.rangeCount===0)return o;if(t=e.getRangeAt(0).cloneRange(),t.getBoundingClientRect&&(o=t.getBoundingClientRect()),o.x===0&&o.y===0){const i=document.createElement("span");if(i.getBoundingClientRect){i.appendChild(document.createTextNode("​")),t.insertNode(i),o=i.getBoundingClientRect();const s=i.parentNode;s.removeChild(i),s.normalize()}}return o}static get text(){return window.getSelection?window.getSelection().toString():""}static get(){return window.getSelection()}static setCursor(e,t=0){const o=document.createRange(),i=window.getSelection();return u.isNativeInput(e)?u.canSetCaret(e)?(e.focus(),e.selectionStart=e.selectionEnd=t,e.getBoundingClientRect()):void 0:(o.setStart(e,t),o.setEnd(e,t),i.removeAllRanges(),i.addRange(o),o.getBoundingClientRect())}static isRangeInsideContainer(e){const t=b.range;return t===null?!1:e.contains(t.startContainer)}static addFakeCursor(){const e=b.range;if(e===null)return;const t=u.make("span","codex-editor__fake-cursor");t.dataset.mutationFree="true",e.collapse(),e.insertNode(t)}static isFakeCursorInsideContainer(e){return u.find(e,".codex-editor__fake-cursor")!==null}static removeFakeCursor(e=document.body){const t=u.find(e,".codex-editor__fake-cursor");t&&t.remove()}removeFakeBackground(){this.isFakeBackgroundEnabled&&(this.isFakeBackgroundEnabled=!1,document.execCommand(this.commandRemoveFormat))}setFakeBackground(){document.execCommand(this.commandBackground,!1,"#a8d6ff"),this.isFakeBackgroundEnabled=!0}save(){this.savedSelectionRange=b.range}restore(){if(!this.savedSelectionRange)return;const e=window.getSelection();e.removeAllRanges(),e.addRange(this.savedSelectionRange)}clearSaved(){this.savedSelectionRange=null}collapseToEnd(){const e=window.getSelection(),t=document.createRange();t.selectNodeContents(e.focusNode),t.collapse(!1),e.removeAllRanges(),e.addRange(t)}findParentTag(e,t,o=10){const i=window.getSelection();let s=null;return!i||!i.anchorNode||!i.focusNode?null:([i.anchorNode,i.focusNode].forEach(a=>{let l=o;for(;l>0&&a.parentNode&&!(a.tagName===e&&(s=a,t&&a.classList&&!a.classList.contains(t)&&(s=null),s));)a=a.parentNode,l--}),s)}expandToTag(e){const t=window.getSelection();t.removeAllRanges();const o=document.createRange();o.selectNodeContents(e),t.addRange(o)}}function ai(n,e){const{type:t,target:o,addedNodes:i,removedNodes:s}=n;return n.type==="attributes"&&n.attributeName==="data-empty"?!1:!!(e.contains(o)||t==="childList"&&(Array.from(i).some(l=>l===e)||Array.from(s).some(l=>l===e)))}const at="redactor dom changed",_o="block changed",Mo="fake cursor is about to be toggled",Ao="fake cursor have been set",xe="editor mobile layout toggled";function lt(n,e){if(!n.conversionConfig)return!1;const t=n.conversionConfig[e];return M(t)||Q(t)}function Pe(n,e){return lt(n.tool,e)}function Lo(n,e){return Object.entries(n).some(([t,o])=>e[t]&&ii(e[t],o))}async function Po(n,e){const o=(await n.save()).data,i=e.find(s=>s.name===n.name);return i!==void 0&&!lt(i,"export")?[]:e.reduce((s,r)=>{if(!lt(r,"import")||r.toolbox===void 0)return s;const a=r.toolbox.filter(l=>{if(V(l)||l.icon===void 0)return!1;if(l.data!==void 0){if(Lo(l.data,o))return!1}else if(r.name===n.name)return!1;return!0});return s.push({...r,toolbox:a}),s},[])}function No(n,e){return n.mergeable?n.name===e.name?!0:Pe(e,"export")&&Pe(n,"import"):!1}function li(n,e){const t=e==null?void 0:e.export;return M(t)?t(n):Q(t)?n[t]:(t!==void 0&&T("Conversion «export» property must be a string or function. String means key of saved data object to export. Function should export processed string to export."),"")}function Ro(n,e,t){const o=e==null?void 0:e.import;return M(o)?o(n,t):Q(o)?{[o]:n}:(o!==void 0&&T("Conversion «import» property must be a string or function. String means key of tool data to import. Function accepts a imported string and return composed tool data."),{})}var _=(n=>(n.Default="default",n.Separator="separator",n.Html="html",n))(_||{}),te=(n=>(n.APPEND_CALLBACK="appendCallback",n.RENDERED="rendered",n.MOVED="moved",n.UPDATED="updated",n.REMOVED="removed",n.ON_PASTE="onPaste",n))(te||{});class R extends we{constructor({id:e=ti(),data:t,tool:o,readOnly:i,tunesData:s},r){super(),this.cachedInputs=[],this.toolRenderedElement=null,this.tunesInstances=new Map,this.defaultTunesInstances=new Map,this.unavailableTunesData={},this.inputIndex=0,this.editorEventBus=null,this.handleFocus=()=>{this.dropInputsCache(),this.updateCurrentInput()},this.didMutated=(a=void 0)=>{const l=a===void 0,c=a instanceof InputEvent;!l&&!c&&this.detectToolRootChange(a);let d;l||c?d=!0:d=!(a.length>0&&a.every(p=>{const{addedNodes:g,removedNodes:f,target:v}=p;return[...Array.from(g),...Array.from(f),v].some(S=>(u.isElement(S)||(S=S.parentElement),S&&S.closest('[data-mutation-free="true"]')!==null))})),d&&(this.dropInputsCache(),this.updateCurrentInput(),this.toggleInputsEmptyMark(),this.call("updated"),this.emit("didMutated",this))},this.name=o.name,this.id=e,this.settings=o.settings,this.config=o.settings.config||{},this.editorEventBus=r||null,this.blockAPI=new ee(this),this.tool=o,this.toolInstance=o.create(t,this.blockAPI,i),this.tunes=o.tunes,this.composeTunes(s),this.holder=this.compose(),window.requestIdleCallback(()=>{this.watchBlockMutations(),this.addInputEvents(),this.toggleInputsEmptyMark()})}static get CSS(){return{wrapper:"ce-block",wrapperStretched:"ce-block--stretched",content:"ce-block__content",selected:"ce-block--selected",dropTarget:"ce-block--drop-target"}}get inputs(){if(this.cachedInputs.length!==0)return this.cachedInputs;const e=u.findAllInputs(this.holder);return this.inputIndex>e.length-1&&(this.inputIndex=e.length-1),this.cachedInputs=e,e}get currentInput(){return this.inputs[this.inputIndex]}set currentInput(e){const t=this.inputs.findIndex(o=>o===e||o.contains(e));t!==-1&&(this.inputIndex=t)}get firstInput(){return this.inputs[0]}get lastInput(){const e=this.inputs;return e[e.length-1]}get nextInput(){return this.inputs[this.inputIndex+1]}get previousInput(){return this.inputs[this.inputIndex-1]}get data(){return this.save().then(e=>e&&!V(e.data)?e.data:{})}get sanitize(){return this.tool.sanitizeConfig}get mergeable(){return M(this.toolInstance.merge)}get focusable(){return this.inputs.length!==0}get isEmpty(){const e=u.isEmpty(this.pluginsContent,"/"),t=!this.hasMedia;return e&&t}get hasMedia(){const e=["img","iframe","video","audio","source","input","textarea","twitterwidget"];return!!this.holder.querySelector(e.join(","))}set selected(e){var i,s;this.holder.classList.toggle(R.CSS.selected,e);const t=e===!0&&b.isRangeInsideContainer(this.holder),o=e===!1&&b.isFakeCursorInsideContainer(this.holder);(t||o)&&((i=this.editorEventBus)==null||i.emit(Mo,{state:e}),t?b.addFakeCursor():b.removeFakeCursor(this.holder),(s=this.editorEventBus)==null||s.emit(Ao,{state:e}))}get selected(){return this.holder.classList.contains(R.CSS.selected)}set stretched(e){this.holder.classList.toggle(R.CSS.wrapperStretched,e)}get stretched(){return this.holder.classList.contains(R.CSS.wrapperStretched)}set dropTarget(e){this.holder.classList.toggle(R.CSS.dropTarget,e)}get pluginsContent(){return this.toolRenderedElement}call(e,t){if(M(this.toolInstance[e])){e==="appendCallback"&&T("`appendCallback` hook is deprecated and will be removed in the next major release. Use `rendered` hook instead","warn");try{this.toolInstance[e].call(this.toolInstance,t)}catch(o){T(`Error during '${e}' call: ${o.message}`,"error")}}}async mergeWith(e){await this.toolInstance.merge(e)}async save(){const e=await this.toolInstance.save(this.pluginsContent),t=this.unavailableTunesData;[...this.tunesInstances.entries(),...this.defaultTunesInstances.entries()].forEach(([s,r])=>{if(M(r.save))try{t[s]=r.save()}catch(a){T(`Tune ${r.constructor.name} save method throws an Error %o`,"warn",a)}});const o=window.performance.now();let i;return Promise.resolve(e).then(s=>(i=window.performance.now(),{id:this.id,tool:this.name,data:s,tunes:t,time:i-o})).catch(s=>{T(`Saving process for ${this.name} tool failed due to the ${s}`,"log","red")})}async validate(e){let t=!0;return this.toolInstance.validate instanceof Function&&(t=await this.toolInstance.validate(e)),t}getTunes(){const e=[],t=[],o=typeof this.toolInstance.renderSettings=="function"?this.toolInstance.renderSettings():[];return u.isElement(o)?e.push({type:_.Html,element:o}):Array.isArray(o)?e.push(...o):e.push(o),[...this.tunesInstances.values(),...this.defaultTunesInstances.values()].map(s=>s.render()).forEach(s=>{u.isElement(s)?t.push({type:_.Html,element:s}):Array.isArray(s)?t.push(...s):t.push(s)}),{toolTunes:e,commonTunes:t}}updateCurrentInput(){this.currentInput=u.isNativeInput(document.activeElement)||!b.anchorNode?document.activeElement:b.anchorNode}dispatchChange(){this.didMutated()}destroy(){this.unwatchBlockMutations(),this.removeInputEvents(),super.destroy(),M(this.toolInstance.destroy)&&this.toolInstance.destroy()}async getActiveToolboxEntry(){const e=this.tool.toolbox;if(e.length===1)return Promise.resolve(this.tool.toolbox[0]);const t=await this.data,o=e;return o==null?void 0:o.find(i=>Lo(i.data,t))}async exportDataAsString(){const e=await this.data;return li(e,this.tool.conversionConfig)}compose(){const e=u.make("div",R.CSS.wrapper),t=u.make("div",R.CSS.content),o=this.toolInstance.render();e.dataset.id=this.id,this.toolRenderedElement=o,t.appendChild(this.toolRenderedElement);let i=t;return[...this.tunesInstances.values(),...this.defaultTunesInstances.values()].forEach(s=>{if(M(s.wrap))try{i=s.wrap(i)}catch(r){T(`Tune ${s.constructor.name} wrap method throws an Error %o`,"warn",r)}}),e.appendChild(i),e}composeTunes(e){Array.from(this.tunes.values()).forEach(t=>{(t.isInternal?this.defaultTunesInstances:this.tunesInstances).set(t.name,t.create(e[t.name],this.blockAPI))}),Object.entries(e).forEach(([t,o])=>{this.tunesInstances.has(t)||(this.unavailableTunesData[t]=o)})}addInputEvents(){this.inputs.forEach(e=>{e.addEventListener("focus",this.handleFocus),u.isNativeInput(e)&&e.addEventListener("input",this.didMutated)})}removeInputEvents(){this.inputs.forEach(e=>{e.removeEventListener("focus",this.handleFocus),u.isNativeInput(e)&&e.removeEventListener("input",this.didMutated)})}watchBlockMutations(){var e;this.redactorDomChangedCallback=t=>{const{mutations:o}=t;o.some(s=>ai(s,this.toolRenderedElement))&&this.didMutated(o)},(e=this.editorEventBus)==null||e.on(at,this.redactorDomChangedCallback)}unwatchBlockMutations(){var e;(e=this.editorEventBus)==null||e.off(at,this.redactorDomChangedCallback)}detectToolRootChange(e){e.forEach(t=>{if(Array.from(t.removedNodes).includes(this.toolRenderedElement)){const i=t.addedNodes[t.addedNodes.length-1];this.toolRenderedElement=i}})}dropInputsCache(){this.cachedInputs=[]}toggleInputsEmptyMark(){this.inputs.forEach(To)}}class ci extends E{constructor(){super(...arguments),this.insert=(e=this.config.defaultBlock,t={},o={},i,s,r,a)=>{const l=this.Editor.BlockManager.insert({id:a,tool:e,data:t,index:i,needToFocus:s,replace:r});return new ee(l)},this.composeBlockData=async e=>{const t=this.Editor.Tools.blockTools.get(e);return new R({tool:t,api:this.Editor.API,readOnly:!0,data:{},tunesData:{}}).data},this.update=async(e,t,o)=>{const{BlockManager:i}=this.Editor,s=i.getBlockById(e);if(s===void 0)throw new Error(`Block with id "${e}" not found`);const r=await i.update(s,t,o);return new ee(r)},this.convert=async(e,t,o)=>{var h,p;const{BlockManager:i,Tools:s}=this.Editor,r=i.getBlockById(e);if(!r)throw new Error(`Block with id "${e}" not found`);const a=s.blockTools.get(r.name),l=s.blockTools.get(t);if(!l)throw new Error(`Block Tool with type "${t}" not found`);const c=((h=a==null?void 0:a.conversionConfig)==null?void 0:h.export)!==void 0,d=((p=l.conversionConfig)==null?void 0:p.import)!==void 0;if(c&&d){const g=await i.convert(r,t,o);return new ee(g)}else{const g=[c?!1:Le(r.name),d?!1:Le(t)].filter(Boolean).join(" and ");throw new Error(`Conversion from "${r.name}" to "${t}" is not possible. ${g} tool(s) should provide a "conversionConfig"`)}},this.insertMany=(e,t=this.Editor.BlockManager.blocks.length-1)=>{this.validateIndex(t);const o=e.map(({id:i,type:s,data:r})=>this.Editor.BlockManager.composeBlock({id:i,tool:s||this.config.defaultBlock,data:r}));return this.Editor.BlockManager.insertMany(o,t),o.map(i=>new ee(i))}}get methods(){return{clear:()=>this.clear(),render:e=>this.render(e),renderFromHTML:e=>this.renderFromHTML(e),delete:e=>this.delete(e),swap:(e,t)=>this.swap(e,t),move:(e,t)=>this.move(e,t),getBlockByIndex:e=>this.getBlockByIndex(e),getById:e=>this.getById(e),getCurrentBlockIndex:()=>this.getCurrentBlockIndex(),getBlockIndex:e=>this.getBlockIndex(e),getBlocksCount:()=>this.getBlocksCount(),getBlockByElement:e=>this.getBlockByElement(e),stretchBlock:(e,t=!0)=>this.stretchBlock(e,t),insertNewBlock:()=>this.insertNewBlock(),insert:this.insert,insertMany:this.insertMany,update:this.update,composeBlockData:this.composeBlockData,convert:this.convert}}getBlocksCount(){return this.Editor.BlockManager.blocks.length}getCurrentBlockIndex(){return this.Editor.BlockManager.currentBlockIndex}getBlockIndex(e){const t=this.Editor.BlockManager.getBlockById(e);if(!t){X("There is no block with id `"+e+"`","warn");return}return this.Editor.BlockManager.getBlockIndex(t)}getBlockByIndex(e){const t=this.Editor.BlockManager.getBlockByIndex(e);if(t===void 0){X("There is no block at index `"+e+"`","warn");return}return new ee(t)}getById(e){const t=this.Editor.BlockManager.getBlockById(e);return t===void 0?(X("There is no block with id `"+e+"`","warn"),null):new ee(t)}getBlockByElement(e){const t=this.Editor.BlockManager.getBlock(e);if(t===void 0){X("There is no block corresponding to element `"+e+"`","warn");return}return new ee(t)}swap(e,t){T("`blocks.swap()` method is deprecated and will be removed in the next major release. Use `block.move()` method instead","info"),this.Editor.BlockManager.swap(e,t)}move(e,t){this.Editor.BlockManager.move(e,t)}delete(e=this.Editor.BlockManager.currentBlockIndex){try{const t=this.Editor.BlockManager.getBlockByIndex(e);this.Editor.BlockManager.removeBlock(t)}catch(t){X(t,"warn");return}this.Editor.BlockManager.blocks.length===0&&this.Editor.BlockManager.insert(),this.Editor.BlockManager.currentBlock&&this.Editor.Caret.setToBlock(this.Editor.BlockManager.currentBlock,this.Editor.Caret.positions.END),this.Editor.Toolbar.close()}async clear(){await this.Editor.BlockManager.clear(!0),this.Editor.InlineToolbar.close()}async render(e){if(e===void 0||e.blocks===void 0)throw new Error("Incorrect data passed to the render() method");this.Editor.ModificationsObserver.disable(),await this.Editor.BlockManager.clear(),await this.Editor.Renderer.render(e.blocks),this.Editor.ModificationsObserver.enable()}async renderFromHTML(e){return await this.Editor.BlockManager.clear(),this.Editor.Paste.processText(e,!0)}stretchBlock(e,t=!0){st(!0,"blocks.stretchBlock()","BlockAPI");const o=this.Editor.BlockManager.getBlockByIndex(e);o&&(o.stretched=t)}insertNewBlock(){T("Method blocks.insertNewBlock() is deprecated and it will be removed in the next major release. Use blocks.insert() instead.","warn"),this.insert()}validateIndex(e){if(typeof e!="number")throw new Error("Index should be a number");if(e<0)throw new Error("Index should be greater than or equal to 0");if(e===null)throw new Error("Index should be greater than or equal to 0")}}function di(n,e){return typeof n=="number"?e.BlockManager.getBlockByIndex(n):typeof n=="string"?e.BlockManager.getBlockById(n):e.BlockManager.getBlockById(n.id)}class ui extends E{constructor(){super(...arguments),this.setToFirstBlock=(e=this.Editor.Caret.positions.DEFAULT,t=0)=>this.Editor.BlockManager.firstBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.firstBlock,e,t),!0):!1,this.setToLastBlock=(e=this.Editor.Caret.positions.DEFAULT,t=0)=>this.Editor.BlockManager.lastBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.lastBlock,e,t),!0):!1,this.setToPreviousBlock=(e=this.Editor.Caret.positions.DEFAULT,t=0)=>this.Editor.BlockManager.previousBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.previousBlock,e,t),!0):!1,this.setToNextBlock=(e=this.Editor.Caret.positions.DEFAULT,t=0)=>this.Editor.BlockManager.nextBlock?(this.Editor.Caret.setToBlock(this.Editor.BlockManager.nextBlock,e,t),!0):!1,this.setToBlock=(e,t=this.Editor.Caret.positions.DEFAULT,o=0)=>{const i=di(e,this.Editor);return i===void 0?!1:(this.Editor.Caret.setToBlock(i,t,o),!0)},this.focus=(e=!1)=>e?this.setToLastBlock(this.Editor.Caret.positions.END):this.setToFirstBlock(this.Editor.Caret.positions.START)}get methods(){return{setToFirstBlock:this.setToFirstBlock,setToLastBlock:this.setToLastBlock,setToPreviousBlock:this.setToPreviousBlock,setToNextBlock:this.setToNextBlock,setToBlock:this.setToBlock,focus:this.focus}}}class hi extends E{get methods(){return{emit:(e,t)=>this.emit(e,t),off:(e,t)=>this.off(e,t),on:(e,t)=>this.on(e,t)}}on(e,t){this.eventsDispatcher.on(e,t)}emit(e,t){this.eventsDispatcher.emit(e,t)}off(e,t){this.eventsDispatcher.off(e,t)}}class ct extends E{static getNamespace(e,t){return t?`blockTunes.${e}`:`tools.${e}`}get methods(){return{t:()=>{X("I18n.t() method can be accessed only from Tools","warn")}}}getMethodsForTool(e,t){return Object.assign(this.methods,{t:o=>H.t(ct.getNamespace(e,t),o)})}}class pi extends E{get methods(){return{blocks:this.Editor.BlocksAPI.methods,caret:this.Editor.CaretAPI.methods,tools:this.Editor.ToolsAPI.methods,events:this.Editor.EventsAPI.methods,listeners:this.Editor.ListenersAPI.methods,notifier:this.Editor.NotifierAPI.methods,sanitizer:this.Editor.SanitizerAPI.methods,saver:this.Editor.SaverAPI.methods,selection:this.Editor.SelectionAPI.methods,styles:this.Editor.StylesAPI.classes,toolbar:this.Editor.ToolbarAPI.methods,inlineToolbar:this.Editor.InlineToolbarAPI.methods,tooltip:this.Editor.TooltipAPI.methods,i18n:this.Editor.I18nAPI.methods,readOnly:this.Editor.ReadOnlyAPI.methods,ui:this.Editor.UiAPI.methods}}getMethodsForTool(e,t){return Object.assign(this.methods,{i18n:this.Editor.I18nAPI.getMethodsForTool(e,t)})}}class fi extends E{get methods(){return{close:()=>this.close(),open:()=>this.open()}}open(){this.Editor.InlineToolbar.tryToShow()}close(){this.Editor.InlineToolbar.close()}}class gi extends E{get methods(){return{on:(e,t,o,i)=>this.on(e,t,o,i),off:(e,t,o,i)=>this.off(e,t,o,i),offById:e=>this.offById(e)}}on(e,t,o,i){return this.listeners.on(e,t,o,i)}off(e,t,o,i){this.listeners.off(e,t,o,i)}offById(e){this.listeners.offById(e)}}var Do={exports:{}};(function(n,e){(function(t,o){n.exports=o()})(window,function(){return function(t){var o={};function i(s){if(o[s])return o[s].exports;var r=o[s]={i:s,l:!1,exports:{}};return t[s].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=o,i.d=function(s,r,a){i.o(s,r)||Object.defineProperty(s,r,{enumerable:!0,get:a})},i.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},i.t=function(s,r){if(1&r&&(s=i(s)),8&r||4&r&&typeof s=="object"&&s&&s.__esModule)return s;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:s}),2&r&&typeof s!="string")for(var l in s)i.d(a,l,(function(c){return s[c]}).bind(null,l));return a},i.n=function(s){var r=s&&s.__esModule?function(){return s.default}:function(){return s};return i.d(r,"a",r),r},i.o=function(s,r){return Object.prototype.hasOwnProperty.call(s,r)},i.p="/",i(i.s=0)}([function(t,o,i){i(1),t.exports=function(){var s=i(6),r="cdx-notify--bounce-in",a=null;return{show:function(l){if(l.message){(function(){if(a)return!0;a=s.getWrapper(),document.body.appendChild(a)})();var c=null,d=l.time||8e3;switch(l.type){case"confirm":c=s.confirm(l);break;case"prompt":c=s.prompt(l);break;default:c=s.alert(l),window.setTimeout(function(){c.remove()},d)}a.appendChild(c),c.classList.add(r)}}}}()},function(t,o,i){var s=i(2);typeof s=="string"&&(s=[[t.i,s,""]]);var r={hmr:!0,transform:void 0,insertInto:void 0};i(4)(s,r),s.locals&&(t.exports=s.locals)},function(t,o,i){(t.exports=i(3)(!1)).push([t.i,`.cdx-notify--error{background:#fffbfb!important}.cdx-notify--error::before{background:#fb5d5d!important}.cdx-notify__input{max-width:130px;padding:5px 10px;background:#f7f7f7;border:0;border-radius:3px;font-size:13px;color:#656b7c;outline:0}.cdx-notify__input:-ms-input-placeholder{color:#656b7c}.cdx-notify__input::placeholder{color:#656b7c}.cdx-notify__input:focus:-ms-input-placeholder{color:rgba(101,107,124,.3)}.cdx-notify__input:focus::placeholder{color:rgba(101,107,124,.3)}.cdx-notify__button{border:none;border-radius:3px;font-size:13px;padding:5px 10px;cursor:pointer}.cdx-notify__button:last-child{margin-left:10px}.cdx-notify__button--cancel{background:#f2f5f7;box-shadow:0 2px 1px 0 rgba(16,19,29,0);color:#656b7c}.cdx-notify__button--cancel:hover{background:#eee}.cdx-notify__button--confirm{background:#34c992;box-shadow:0 1px 1px 0 rgba(18,49,35,.05);color:#fff}.cdx-notify__button--confirm:hover{background:#33b082}.cdx-notify__btns-wrapper{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-top:5px}.cdx-notify__cross{position:absolute;top:5px;right:5px;width:10px;height:10px;padding:5px;opacity:.54;cursor:pointer}.cdx-notify__cross::after,.cdx-notify__cross::before{content:'';position:absolute;left:9px;top:5px;height:12px;width:2px;background:#575d67}.cdx-notify__cross::before{transform:rotate(-45deg)}.cdx-notify__cross::after{transform:rotate(45deg)}.cdx-notify__cross:hover{opacity:1}.cdx-notifies{position:fixed;z-index:2;bottom:20px;left:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.cdx-notify{position:relative;width:220px;margin-top:15px;padding:13px 16px;background:#fff;box-shadow:0 11px 17px 0 rgba(23,32,61,.13);border-radius:5px;font-size:14px;line-height:1.4em;word-wrap:break-word}.cdx-notify::before{content:'';position:absolute;display:block;top:0;left:0;width:3px;height:calc(100% - 6px);margin:3px;border-radius:5px;background:0 0}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.cdx-notify--bounce-in{animation-name:bounceIn;animation-duration:.6s;animation-iteration-count:1}.cdx-notify--success{background:#fafffe!important}.cdx-notify--success::before{background:#41ffb1!important}`,""])},function(t,o){t.exports=function(i){var s=[];return s.toString=function(){return this.map(function(r){var a=function(l,c){var d=l[1]||"",h=l[3];if(!h)return d;if(c&&typeof btoa=="function"){var p=(f=h,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(f))))+" */"),g=h.sources.map(function(v){return"/*# sourceURL="+h.sourceRoot+v+" */"});return[d].concat(g).concat([p]).join(` -`)}var f;return[d].join(` -`)}(r,i);return r[2]?"@media "+r[2]+"{"+a+"}":a}).join("")},s.i=function(r,a){typeof r=="string"&&(r=[[null,r,""]]);for(var l={},c=0;c=0&&p.splice(m,1)}function A(k){var m=document.createElement("style");return k.attrs.type===void 0&&(k.attrs.type="text/css"),G(m,k.attrs),O(k,m),m}function G(k,m){Object.keys(m).forEach(function(w){k.setAttribute(w,m[w])})}function j(k,m){var w,x,I,C;if(m.transform&&k.css){if(!(C=m.transform(k.css)))return function(){};k.css=C}if(m.singleton){var D=h++;w=d||(d=A(m)),x=he.bind(null,w,D,!1),I=he.bind(null,w,D,!0)}else k.sourceMap&&typeof URL=="function"&&typeof URL.createObjectURL=="function"&&typeof URL.revokeObjectURL=="function"&&typeof Blob=="function"&&typeof btoa=="function"?(w=function(B){var K=document.createElement("link");return B.attrs.type===void 0&&(B.attrs.type="text/css"),B.attrs.rel="stylesheet",G(K,B.attrs),O(B,K),K}(m),x=(function(B,K,Oe){var pe=Oe.css,vo=Oe.sourceMap,Ca=K.convertToAbsoluteUrls===void 0&&vo;(K.convertToAbsoluteUrls||Ca)&&(pe=g(pe)),vo&&(pe+=` -/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(vo))))+" */");var Ta=new Blob([pe],{type:"text/css"}),$n=B.href;B.href=URL.createObjectURL(Ta),$n&&URL.revokeObjectURL($n)}).bind(null,w,m),I=function(){S(w),w.href&&URL.revokeObjectURL(w.href)}):(w=A(m),x=(function(B,K){var Oe=K.css,pe=K.media;if(pe&&B.setAttribute("media",pe),B.styleSheet)B.styleSheet.cssText=Oe;else{for(;B.firstChild;)B.removeChild(B.firstChild);B.appendChild(document.createTextNode(Oe))}}).bind(null,w),I=function(){S(w)});return x(k),function(B){if(B){if(B.css===k.css&&B.media===k.media&&B.sourceMap===k.sourceMap)return;x(k=B)}else I()}}t.exports=function(k,m){if(typeof DEBUG<"u"&&DEBUG&&typeof document!="object")throw new Error("The style-loader cannot be used in a non-browser environment");(m=m||{}).attrs=typeof m.attrs=="object"?m.attrs:{},m.singleton||typeof m.singleton=="boolean"||(m.singleton=l()),m.insertInto||(m.insertInto="head"),m.insertAt||(m.insertAt="bottom");var w=v(k,m);return f(w,m),function(x){for(var I=[],C=0;Cthis.show(e)}}show(e){return this.notifier.show(e)}}class yi extends E{get methods(){const e=()=>this.isEnabled;return{toggle:t=>this.toggle(t),get isEnabled(){return e()}}}toggle(e){return this.Editor.ReadOnly.toggle(e)}get isEnabled(){return this.Editor.ReadOnly.isEnabled}}var Fo={exports:{}};(function(n,e){(function(t,o){n.exports=o()})(J,function(){function t(h){var p=h.tags,g=Object.keys(p),f=g.map(function(v){return typeof p[v]}).every(function(v){return v==="object"||v==="boolean"||v==="function"});if(!f)throw new Error("The configuration was invalid");this.config=h}var o=["P","LI","TD","TH","DIV","H1","H2","H3","H4","H5","H6","PRE"];function i(h){return o.indexOf(h.nodeName)!==-1}var s=["A","B","STRONG","I","EM","SUB","SUP","U","STRIKE"];function r(h){return s.indexOf(h.nodeName)!==-1}t.prototype.clean=function(h){const p=document.implementation.createHTMLDocument(),g=p.createElement("div");return g.innerHTML=h,this._sanitize(p,g),g.innerHTML},t.prototype._sanitize=function(h,p){var g=a(h,p),f=g.firstChild();if(f)do{if(f.nodeType===Node.TEXT_NODE)if(f.data.trim()===""&&(f.previousElementSibling&&i(f.previousElementSibling)||f.nextElementSibling&&i(f.nextElementSibling))){p.removeChild(f),this._sanitize(h,p);break}else continue;if(f.nodeType===Node.COMMENT_NODE){p.removeChild(f),this._sanitize(h,p);break}var v=r(f),O;v&&(O=Array.prototype.some.call(f.childNodes,i));var S=!!p.parentNode,A=i(p)&&i(f)&&S,G=f.nodeName.toLowerCase(),j=l(this.config,G,f),U=v&&O;if(U||c(f,j)||!this.config.keepNestedBlockElements&&A){if(!(f.nodeName==="SCRIPT"||f.nodeName==="STYLE"))for(;f.childNodes.length>0;)p.insertBefore(f.childNodes[0],f);p.removeChild(f),this._sanitize(h,p);break}for(var oe=0;oe"u"?!0:typeof p=="boolean"?!p:!1}function d(h,p,g){var f=h.name.toLowerCase();return p===!0?!1:typeof p[f]=="function"?!p[f](h.value,g):typeof p[f]>"u"||p[f]===!1?!0:typeof p[f]=="string"?p[f]!==h.value:!1}return t})})(Fo);var wi=Fo.exports;const Ei=ne(wi);function dt(n,e){return n.map(t=>{const o=M(e)?e(t.tool):e;return V(o)||(t.data=ut(t.data,o)),t})}function q(n,e={}){const t={tags:e};return new Ei(t).clean(n)}function ut(n,e){return Array.isArray(n)?xi(n,e):N(n)?Bi(n,e):Q(n)?Ci(n,e):n}function xi(n,e){return n.map(t=>ut(t,e))}function Bi(n,e){const t={};for(const o in n){if(!Object.prototype.hasOwnProperty.call(n,o))continue;const i=n[o],s=Ti(e[o])?e[o]:e;t[o]=ut(i,s)}return t}function Ci(n,e){return N(e)?q(n,e):e===!1?q(n,{}):n}function Ti(n){return N(n)||qn(n)||M(n)}class Si extends E{get methods(){return{clean:(e,t)=>this.clean(e,t)}}clean(e,t){return q(e,t)}}class Ii extends E{get methods(){return{save:()=>this.save()}}save(){const e="Editor's content can not be saved in read-only mode";return this.Editor.ReadOnly.isEnabled?(X(e,"warn"),Promise.reject(new Error(e))):this.Editor.Saver.save()}}class Oi extends E{constructor(){super(...arguments),this.selectionUtils=new b}get methods(){return{findParentTag:(e,t)=>this.findParentTag(e,t),expandToTag:e=>this.expandToTag(e),save:()=>this.selectionUtils.save(),restore:()=>this.selectionUtils.restore(),setFakeBackground:()=>this.selectionUtils.setFakeBackground(),removeFakeBackground:()=>this.selectionUtils.removeFakeBackground()}}findParentTag(e,t){return this.selectionUtils.findParentTag(e,t)}expandToTag(e){this.selectionUtils.expandToTag(e)}}class _i extends E{get methods(){return{getBlockTools:()=>Array.from(this.Editor.Tools.blockTools.values())}}}class Mi extends E{get classes(){return{block:"cdx-block",inlineToolButton:"ce-inline-tool",inlineToolButtonActive:"ce-inline-tool--active",input:"cdx-input",loader:"cdx-loader",button:"cdx-button",settingsButton:"cdx-settings-button",settingsButtonActive:"cdx-settings-button--active"}}}class Ai extends E{get methods(){return{close:()=>this.close(),open:()=>this.open(),toggleBlockSettings:e=>this.toggleBlockSettings(e),toggleToolbox:e=>this.toggleToolbox(e)}}open(){this.Editor.Toolbar.moveAndOpen()}close(){this.Editor.Toolbar.close()}toggleBlockSettings(e){if(this.Editor.BlockManager.currentBlockIndex===-1){X("Could't toggle the Toolbar because there is no block selected ","warn");return}e??!this.Editor.BlockSettings.opened?(this.Editor.Toolbar.moveAndOpen(),this.Editor.BlockSettings.open()):this.Editor.BlockSettings.close()}toggleToolbox(e){if(this.Editor.BlockManager.currentBlockIndex===-1){X("Could't toggle the Toolbox because there is no block selected ","warn");return}e??!this.Editor.Toolbar.toolbox.opened?(this.Editor.Toolbar.moveAndOpen(),this.Editor.Toolbar.toolbox.open()):this.Editor.Toolbar.toolbox.close()}}var jo={exports:{}};/*! - * CodeX.Tooltips - * - * @version 1.0.5 - * - * @licence MIT - * @author CodeX - * - * - */(function(n,e){(function(t,o){n.exports=o()})(window,function(){return function(t){var o={};function i(s){if(o[s])return o[s].exports;var r=o[s]={i:s,l:!1,exports:{}};return t[s].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=o,i.d=function(s,r,a){i.o(s,r)||Object.defineProperty(s,r,{enumerable:!0,get:a})},i.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},i.t=function(s,r){if(1&r&&(s=i(s)),8&r||4&r&&typeof s=="object"&&s&&s.__esModule)return s;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:s}),2&r&&typeof s!="string")for(var l in s)i.d(a,l,(function(c){return s[c]}).bind(null,l));return a},i.n=function(s){var r=s&&s.__esModule?function(){return s.default}:function(){return s};return i.d(r,"a",r),r},i.o=function(s,r){return Object.prototype.hasOwnProperty.call(s,r)},i.p="",i(i.s=0)}([function(t,o,i){t.exports=i(1)},function(t,o,i){i.r(o),i.d(o,"default",function(){return s});class s{constructor(){this.nodes={wrapper:null,content:null},this.showed=!1,this.offsetTop=10,this.offsetLeft=10,this.offsetRight=10,this.hidingDelay=0,this.handleWindowScroll=()=>{this.showed&&this.hide(!0)},this.loadStyles(),this.prepare(),window.addEventListener("scroll",this.handleWindowScroll,{passive:!0})}get CSS(){return{tooltip:"ct",tooltipContent:"ct__content",tooltipShown:"ct--shown",placement:{left:"ct--left",bottom:"ct--bottom",right:"ct--right",top:"ct--top"}}}show(a,l,c){this.nodes.wrapper||this.prepare(),this.hidingTimeout&&clearTimeout(this.hidingTimeout);const d=Object.assign({placement:"bottom",marginTop:0,marginLeft:0,marginRight:0,marginBottom:0,delay:70,hidingDelay:0},c);if(d.hidingDelay&&(this.hidingDelay=d.hidingDelay),this.nodes.content.innerHTML="",typeof l=="string")this.nodes.content.appendChild(document.createTextNode(l));else{if(!(l instanceof Node))throw Error("[CodeX Tooltip] Wrong type of «content» passed. It should be an instance of Node or String. But "+typeof l+" given.");this.nodes.content.appendChild(l)}switch(this.nodes.wrapper.classList.remove(...Object.values(this.CSS.placement)),d.placement){case"top":this.placeTop(a,d);break;case"left":this.placeLeft(a,d);break;case"right":this.placeRight(a,d);break;case"bottom":default:this.placeBottom(a,d)}d&&d.delay?this.showingTimeout=setTimeout(()=>{this.nodes.wrapper.classList.add(this.CSS.tooltipShown),this.showed=!0},d.delay):(this.nodes.wrapper.classList.add(this.CSS.tooltipShown),this.showed=!0)}hide(a=!1){if(this.hidingDelay&&!a)return this.hidingTimeout&&clearTimeout(this.hidingTimeout),void(this.hidingTimeout=setTimeout(()=>{this.hide(!0)},this.hidingDelay));this.nodes.wrapper.classList.remove(this.CSS.tooltipShown),this.showed=!1,this.showingTimeout&&clearTimeout(this.showingTimeout)}onHover(a,l,c){a.addEventListener("mouseenter",()=>{this.show(a,l,c)}),a.addEventListener("mouseleave",()=>{this.hide()})}destroy(){this.nodes.wrapper.remove(),window.removeEventListener("scroll",this.handleWindowScroll)}prepare(){this.nodes.wrapper=this.make("div",this.CSS.tooltip),this.nodes.content=this.make("div",this.CSS.tooltipContent),this.append(this.nodes.wrapper,this.nodes.content),this.append(document.body,this.nodes.wrapper)}loadStyles(){const a="codex-tooltips-style";if(document.getElementById(a))return;const l=i(2),c=this.make("style",null,{textContent:l.toString(),id:a});this.prepend(document.head,c)}placeBottom(a,l){const c=a.getBoundingClientRect(),d=c.left+a.clientWidth/2-this.nodes.wrapper.offsetWidth/2,h=c.bottom+window.pageYOffset+this.offsetTop+l.marginTop;this.applyPlacement("bottom",d,h)}placeTop(a,l){const c=a.getBoundingClientRect(),d=c.left+a.clientWidth/2-this.nodes.wrapper.offsetWidth/2,h=c.top+window.pageYOffset-this.nodes.wrapper.clientHeight-this.offsetTop;this.applyPlacement("top",d,h)}placeLeft(a,l){const c=a.getBoundingClientRect(),d=c.left-this.nodes.wrapper.offsetWidth-this.offsetLeft-l.marginLeft,h=c.top+window.pageYOffset+a.clientHeight/2-this.nodes.wrapper.offsetHeight/2;this.applyPlacement("left",d,h)}placeRight(a,l){const c=a.getBoundingClientRect(),d=c.right+this.offsetRight+l.marginRight,h=c.top+window.pageYOffset+a.clientHeight/2-this.nodes.wrapper.offsetHeight/2;this.applyPlacement("right",d,h)}applyPlacement(a,l,c){this.nodes.wrapper.classList.add(this.CSS.placement[a]),this.nodes.wrapper.style.left=l+"px",this.nodes.wrapper.style.top=c+"px"}make(a,l=null,c={}){const d=document.createElement(a);Array.isArray(l)?d.classList.add(...l):l&&d.classList.add(l);for(const h in c)c.hasOwnProperty(h)&&(d[h]=c[h]);return d}append(a,l){Array.isArray(l)?l.forEach(c=>a.appendChild(c)):a.appendChild(l)}prepend(a,l){Array.isArray(l)?(l=l.reverse()).forEach(c=>a.prepend(c)):a.prepend(l)}}},function(t,o){t.exports=`.ct{z-index:999;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1);transition:opacity 50ms ease-in,transform 70ms cubic-bezier(.215,.61,.355,1),-webkit-transform 70ms cubic-bezier(.215,.61,.355,1);will-change:opacity,top,left;-webkit-box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);box-shadow:0 8px 12px 0 rgba(29,32,43,.17),0 4px 5px -3px rgba(5,6,12,.49);border-radius:9px}.ct,.ct:before{position:absolute;top:0;left:0}.ct:before{content:"";bottom:0;right:0;background-color:#1d202b;z-index:-1;border-radius:4px}@supports(-webkit-mask-box-image:url("")){.ct:before{border-radius:0;-webkit-mask-box-image:url('data:image/svg+xml;charset=utf-8,') 48% 41% 37.9% 53.3%}}@media (--mobile){.ct{display:none}}.ct__content{padding:6px 10px;color:#cdd1e0;font-size:12px;text-align:center;letter-spacing:.02em;line-height:1em}.ct:after{content:"";width:8px;height:8px;position:absolute;background-color:#1d202b;z-index:-1}.ct--bottom{-webkit-transform:translateY(5px);transform:translateY(5px)}.ct--bottom:after{top:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--top{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.ct--top:after{top:auto;bottom:-3px;left:50%;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.ct--left{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.ct--left:after{top:50%;left:auto;right:0;-webkit-transform:translate(41.6%,-50%) rotate(-45deg);transform:translate(41.6%,-50%) rotate(-45deg)}.ct--right{-webkit-transform:translateX(5px);transform:translateX(5px)}.ct--right:after{top:50%;left:0;-webkit-transform:translate(-41.6%,-50%) rotate(-45deg);transform:translate(-41.6%,-50%) rotate(-45deg)}.ct--shown{opacity:1;-webkit-transform:none;transform:none}`}]).default})})(jo);var Li=jo.exports;const Pi=ne(Li);let $=null;function ht(){$||($=new Pi)}function Ni(n,e,t){ht(),$==null||$.show(n,e,t)}function Ne(n=!1){ht(),$==null||$.hide(n)}function Re(n,e,t){ht(),$==null||$.onHover(n,e,t)}function Ri(){$==null||$.destroy(),$=null}class Di extends E{constructor({config:e,eventsDispatcher:t}){super({config:e,eventsDispatcher:t})}get methods(){return{show:(e,t,o)=>this.show(e,t,o),hide:()=>this.hide(),onHover:(e,t,o)=>this.onHover(e,t,o)}}show(e,t,o){Ni(e,t,o)}hide(){Ne()}onHover(e,t,o){Re(e,t,o)}}class Fi extends E{get methods(){return{nodes:this.editorNodes}}get editorNodes(){return{wrapper:this.Editor.UI.nodes.wrapper,redactor:this.Editor.UI.nodes.redactor}}}function Ho(n,e){const t={};return Object.entries(n).forEach(([o,i])=>{if(N(i)){const s=e?`${e}.${o}`:o;Object.values(i).every(a=>Q(a))?t[o]=s:t[o]=Ho(i,s);return}t[o]=i}),t}const W=Ho(So);function ji(n,e){const t={};return Object.keys(n).forEach(o=>{const i=e[o];i!==void 0?t[i]=n[o]:t[o]=n[o]}),t}const $o=class _e{constructor(e,t){this.cursor=-1,this.items=[],this.items=e||[],this.focusedCssClass=t}get currentItem(){return this.cursor===-1?null:this.items[this.cursor]}setCursor(e){e=-1&&(this.dropCursor(),this.cursor=e,this.items[this.cursor].classList.add(this.focusedCssClass))}setItems(e){this.items=e}next(){this.cursor=this.leafNodesAndReturnIndex(_e.directions.RIGHT)}previous(){this.cursor=this.leafNodesAndReturnIndex(_e.directions.LEFT)}dropCursor(){this.cursor!==-1&&(this.items[this.cursor].classList.remove(this.focusedCssClass),this.cursor=-1)}leafNodesAndReturnIndex(e){if(this.items.length===0)return this.cursor;let t=this.cursor;return t===-1?t=e===_e.directions.RIGHT?-1:0:this.items[t].classList.remove(this.focusedCssClass),e===_e.directions.RIGHT?t=(t+1)%this.items.length:t=(this.items.length+t-1)%this.items.length,u.canSetCaret(this.items[t])&&Ae(()=>b.setCursor(this.items[t]),50)(),this.items[t].classList.add(this.focusedCssClass),t}};$o.directions={RIGHT:"right",LEFT:"left"};let Be=$o;class ae{constructor(e){this.iterator=null,this.activated=!1,this.flipCallbacks=[],this.onKeyDown=t=>{if(!(!this.isEventReadyForHandling(t)||t.shiftKey===!0))switch(ae.usedKeys.includes(t.keyCode)&&t.preventDefault(),t.keyCode){case y.TAB:this.handleTabPress(t);break;case y.LEFT:case y.UP:this.flipLeft();break;case y.RIGHT:case y.DOWN:this.flipRight();break;case y.ENTER:this.handleEnterPress(t);break}},this.iterator=new Be(e.items,e.focusedItemClass),this.activateCallback=e.activateCallback,this.allowedKeys=e.allowedKeys||ae.usedKeys}get isActivated(){return this.activated}static get usedKeys(){return[y.TAB,y.LEFT,y.RIGHT,y.ENTER,y.UP,y.DOWN]}activate(e,t){this.activated=!0,e&&this.iterator.setItems(e),t!==void 0&&this.iterator.setCursor(t),document.addEventListener("keydown",this.onKeyDown,!0)}deactivate(){this.activated=!1,this.dropCursor(),document.removeEventListener("keydown",this.onKeyDown)}focusFirst(){this.dropCursor(),this.flipRight()}flipLeft(){this.iterator.previous(),this.flipCallback()}flipRight(){this.iterator.next(),this.flipCallback()}hasFocus(){return!!this.iterator.currentItem}onFlip(e){this.flipCallbacks.push(e)}removeOnFlip(e){this.flipCallbacks=this.flipCallbacks.filter(t=>t!==e)}dropCursor(){this.iterator.dropCursor()}isEventReadyForHandling(e){return this.activated&&this.allowedKeys.includes(e.keyCode)}handleTabPress(e){switch(e.shiftKey?Be.directions.LEFT:Be.directions.RIGHT){case Be.directions.RIGHT:this.flipRight();break;case Be.directions.LEFT:this.flipLeft();break}}handleEnterPress(e){this.activated&&(this.iterator.currentItem&&(e.stopPropagation(),e.preventDefault(),this.iterator.currentItem.click()),M(this.activateCallback)&&this.activateCallback(this.iterator.currentItem))}flipCallback(){this.iterator.currentItem&&this.iterator.currentItem.scrollIntoViewIfNeeded(),this.flipCallbacks.forEach(e=>e())}}const Hi='',$i='',zi='',Ui='',Wi='',Yi='',Ki='',Xi='',zo='',Vi='',qi='',Uo='',Zi='',Gi='',Ji='',Qi="__",es="--";function ie(n){return(e,t)=>[[n,e].filter(i=>!!i).join(Qi),t].filter(i=>!!i).join(es)}const Ce=ie("ce-hint"),Te={root:Ce(),alignedStart:Ce(null,"align-left"),alignedCenter:Ce(null,"align-center"),title:Ce("title"),description:Ce("description")},Ma="";class ts{constructor(e){this.nodes={root:u.make("div",[Te.root,e.alignment==="center"?Te.alignedCenter:Te.alignedStart]),title:u.make("div",Te.title,{textContent:e.title})},this.nodes.root.appendChild(this.nodes.title),e.description!==void 0&&(this.nodes.description=u.make("div",Te.description,{textContent:e.description}),this.nodes.root.appendChild(this.nodes.description))}getElement(){return this.nodes.root}}class pt{constructor(e){this.params=e}get name(){if(this.params!==void 0&&"name"in this.params)return this.params.name}destroy(){Ne()}onChildrenOpen(){var e;this.params!==void 0&&"children"in this.params&&typeof((e=this.params.children)==null?void 0:e.onOpen)=="function"&&this.params.children.onOpen()}onChildrenClose(){var e;this.params!==void 0&&"children"in this.params&&typeof((e=this.params.children)==null?void 0:e.onClose)=="function"&&this.params.children.onClose()}handleClick(){var e,t;this.params!==void 0&&"onActivate"in this.params&&((t=(e=this.params).onActivate)==null||t.call(e,this.params))}addHint(e,t){const o=new ts(t);Re(e,o.getElement(),{placement:t.position,hidingDelay:100})}get children(){var e;return this.params!==void 0&&"children"in this.params&&((e=this.params.children)==null?void 0:e.items)!==void 0?this.params.children.items:[]}get hasChildren(){return this.children.length>0}get isChildrenOpen(){var e;return this.params!==void 0&&"children"in this.params&&((e=this.params.children)==null?void 0:e.isOpen)===!0}get isChildrenFlippable(){var e;return!(this.params===void 0||!("children"in this.params)||((e=this.params.children)==null?void 0:e.isFlippable)===!1)}get isChildrenSearchable(){var e;return this.params!==void 0&&"children"in this.params&&((e=this.params.children)==null?void 0:e.searchable)===!0}get closeOnActivate(){return this.params!==void 0&&"closeOnActivate"in this.params&&this.params.closeOnActivate}get isActive(){return this.params===void 0||!("isActive"in this.params)?!1:typeof this.params.isActive=="function"?this.params.isActive():this.params.isActive===!0}}const Y=ie("ce-popover-item"),L={container:Y(),active:Y(null,"active"),disabled:Y(null,"disabled"),focused:Y(null,"focused"),hidden:Y(null,"hidden"),confirmationState:Y(null,"confirmation"),noHover:Y(null,"no-hover"),noFocus:Y(null,"no-focus"),title:Y("title"),secondaryTitle:Y("secondary-title"),icon:Y("icon"),iconTool:Y("icon","tool"),iconChevronRight:Y("icon","chevron-right"),wobbleAnimation:ie("wobble")()};class le extends pt{constructor(e,t){super(e),this.params=e,this.nodes={root:null,icon:null},this.confirmationState=null,this.removeSpecialFocusBehavior=()=>{var o;(o=this.nodes.root)==null||o.classList.remove(L.noFocus)},this.removeSpecialHoverBehavior=()=>{var o;(o=this.nodes.root)==null||o.classList.remove(L.noHover)},this.onErrorAnimationEnd=()=>{var o,i;(o=this.nodes.icon)==null||o.classList.remove(L.wobbleAnimation),(i=this.nodes.icon)==null||i.removeEventListener("animationend",this.onErrorAnimationEnd)},this.nodes.root=this.make(e,t)}get isDisabled(){return this.params.isDisabled===!0}get toggle(){return this.params.toggle}get title(){return this.params.title}get isConfirmationStateEnabled(){return this.confirmationState!==null}get isFocused(){return this.nodes.root===null?!1:this.nodes.root.classList.contains(L.focused)}getElement(){return this.nodes.root}handleClick(){if(this.isConfirmationStateEnabled&&this.confirmationState!==null){this.activateOrEnableConfirmationMode(this.confirmationState);return}this.activateOrEnableConfirmationMode(this.params)}toggleActive(e){var t;(t=this.nodes.root)==null||t.classList.toggle(L.active,e)}toggleHidden(e){var t;(t=this.nodes.root)==null||t.classList.toggle(L.hidden,e)}reset(){this.isConfirmationStateEnabled&&this.disableConfirmationMode()}onFocus(){this.disableSpecialHoverAndFocusBehavior()}make(e,t){var s,r;const o=(t==null?void 0:t.wrapperTag)||"div",i=u.make(o,L.container,{type:o==="button"?"button":void 0});return e.name&&(i.dataset.itemName=e.name),this.nodes.icon=u.make("div",[L.icon,L.iconTool],{innerHTML:e.icon||Ki}),i.appendChild(this.nodes.icon),e.title!==void 0&&i.appendChild(u.make("div",L.title,{innerHTML:e.title||""})),e.secondaryLabel&&i.appendChild(u.make("div",L.secondaryTitle,{textContent:e.secondaryLabel})),this.hasChildren&&i.appendChild(u.make("div",[L.icon,L.iconChevronRight],{innerHTML:Ui})),this.isActive&&i.classList.add(L.active),e.isDisabled&&i.classList.add(L.disabled),e.hint!==void 0&&((s=t==null?void 0:t.hint)==null?void 0:s.enabled)!==!1&&this.addHint(i,{...e.hint,position:((r=t==null?void 0:t.hint)==null?void 0:r.position)||"right"}),i}enableConfirmationMode(e){if(this.nodes.root===null)return;const t={...this.params,...e,confirmation:"confirmation"in e?e.confirmation:void 0},o=this.make(t);this.nodes.root.innerHTML=o.innerHTML,this.nodes.root.classList.add(L.confirmationState),this.confirmationState=e,this.enableSpecialHoverAndFocusBehavior()}disableConfirmationMode(){if(this.nodes.root===null)return;const e=this.make(this.params);this.nodes.root.innerHTML=e.innerHTML,this.nodes.root.classList.remove(L.confirmationState),this.confirmationState=null,this.disableSpecialHoverAndFocusBehavior()}enableSpecialHoverAndFocusBehavior(){var e,t,o;(e=this.nodes.root)==null||e.classList.add(L.noHover),(t=this.nodes.root)==null||t.classList.add(L.noFocus),(o=this.nodes.root)==null||o.addEventListener("mouseleave",this.removeSpecialHoverBehavior,{once:!0})}disableSpecialHoverAndFocusBehavior(){var e;this.removeSpecialFocusBehavior(),this.removeSpecialHoverBehavior(),(e=this.nodes.root)==null||e.removeEventListener("mouseleave",this.removeSpecialHoverBehavior)}activateOrEnableConfirmationMode(e){var t;if(!("confirmation"in e)||e.confirmation===void 0)try{(t=e.onActivate)==null||t.call(e,e),this.disableConfirmationMode()}catch{this.animateError()}else this.enableConfirmationMode(e.confirmation)}animateError(){var e,t,o;(e=this.nodes.icon)!=null&&e.classList.contains(L.wobbleAnimation)||((t=this.nodes.icon)==null||t.classList.add(L.wobbleAnimation),(o=this.nodes.icon)==null||o.addEventListener("animationend",this.onErrorAnimationEnd))}}const ft=ie("ce-popover-item-separator"),gt={container:ft(),line:ft("line"),hidden:ft(null,"hidden")};class Wo extends pt{constructor(){super(),this.nodes={root:u.make("div",gt.container),line:u.make("div",gt.line)},this.nodes.root.appendChild(this.nodes.line)}getElement(){return this.nodes.root}toggleHidden(e){var t;(t=this.nodes.root)==null||t.classList.toggle(gt.hidden,e)}}var Z=(n=>(n.Closed="closed",n.ClosedOnActivate="closed-on-activate",n))(Z||{});const z=ie("ce-popover"),P={popover:z(),popoverContainer:z("container"),popoverOpenTop:z(null,"open-top"),popoverOpenLeft:z(null,"open-left"),popoverOpened:z(null,"opened"),search:z("search"),nothingFoundMessage:z("nothing-found-message"),nothingFoundMessageDisplayed:z("nothing-found-message","displayed"),items:z("items"),overlay:z("overlay"),overlayHidden:z("overlay","hidden"),popoverNested:z(null,"nested"),getPopoverNestedClass:n=>z(null,`nested-level-${n.toString()}`),popoverInline:z(null,"inline"),popoverHeader:z("header")};var me=(n=>(n.NestingLevel="--nesting-level",n.PopoverHeight="--popover-height",n.InlinePopoverWidth="--inline-popover-width",n.TriggerItemLeft="--trigger-item-left",n.TriggerItemTop="--trigger-item-top",n))(me||{});const Yo=ie("ce-popover-item-html"),Ko={root:Yo(),hidden:Yo(null,"hidden")};class Se extends pt{constructor(e,t){var o,i;super(e),this.nodes={root:u.make("div",Ko.root)},this.nodes.root.appendChild(e.element),e.name&&(this.nodes.root.dataset.itemName=e.name),e.hint!==void 0&&((o=t==null?void 0:t.hint)==null?void 0:o.enabled)!==!1&&this.addHint(this.nodes.root,{...e.hint,position:((i=t==null?void 0:t.hint)==null?void 0:i.position)||"right"})}getElement(){return this.nodes.root}toggleHidden(e){var t;(t=this.nodes.root)==null||t.classList.toggle(Ko.hidden,e)}getControls(){const e=this.nodes.root.querySelectorAll(`button, ${u.allInputsSelector}`);return Array.from(e)}}class Xo extends we{constructor(e,t={}){super(),this.params=e,this.itemsRenderParams=t,this.listeners=new Ee,this.messages={nothingFound:"Nothing found",search:"Search"},this.items=this.buildItems(e.items),e.messages&&(this.messages={...this.messages,...e.messages}),this.nodes={},this.nodes.popoverContainer=u.make("div",[P.popoverContainer]),this.nodes.nothingFoundMessage=u.make("div",[P.nothingFoundMessage],{textContent:this.messages.nothingFound}),this.nodes.popoverContainer.appendChild(this.nodes.nothingFoundMessage),this.nodes.items=u.make("div",[P.items]),this.items.forEach(o=>{const i=o.getElement();i!==null&&this.nodes.items.appendChild(i)}),this.nodes.popoverContainer.appendChild(this.nodes.items),this.listeners.on(this.nodes.popoverContainer,"click",o=>this.handleClick(o)),this.nodes.popover=u.make("div",[P.popover,this.params.class]),this.nodes.popover.appendChild(this.nodes.popoverContainer)}get itemsDefault(){return this.items.filter(e=>e instanceof le)}getElement(){return this.nodes.popover}show(){this.nodes.popover.classList.add(P.popoverOpened),this.search!==void 0&&this.search.focus()}hide(){this.nodes.popover.classList.remove(P.popoverOpened),this.nodes.popover.classList.remove(P.popoverOpenTop),this.itemsDefault.forEach(e=>e.reset()),this.search!==void 0&&this.search.clear(),this.emit(Z.Closed)}destroy(){var e;this.items.forEach(t=>t.destroy()),this.nodes.popover.remove(),this.listeners.removeAll(),(e=this.search)==null||e.destroy()}activateItemByName(e){const t=this.items.find(o=>o.name===e);this.handleItemClick(t)}buildItems(e){return e.map(t=>{switch(t.type){case _.Separator:return new Wo;case _.Html:return new Se(t,this.itemsRenderParams[_.Html]);default:return new le(t,this.itemsRenderParams[_.Default])}})}getTargetItem(e){return this.items.filter(t=>t instanceof le||t instanceof Se).find(t=>{const o=t.getElement();return o===null?!1:e.composedPath().includes(o)})}handleItemClick(e){if(!("isDisabled"in e&&e.isDisabled)){if(e.hasChildren){this.showNestedItems(e),"handleClick"in e&&typeof e.handleClick=="function"&&e.handleClick();return}this.itemsDefault.filter(t=>t!==e).forEach(t=>t.reset()),"handleClick"in e&&typeof e.handleClick=="function"&&e.handleClick(),this.toggleItemActivenessIfNeeded(e),e.closeOnActivate&&(this.hide(),this.emit(Z.ClosedOnActivate))}}handleClick(e){const t=this.getTargetItem(e);t!==void 0&&this.handleItemClick(t)}toggleItemActivenessIfNeeded(e){if(e instanceof le&&(e.toggle===!0&&e.toggleActive(),typeof e.toggle=="string")){const t=this.itemsDefault.filter(o=>o.toggle===e.toggle);if(t.length===1){e.toggleActive();return}t.forEach(o=>{o.toggleActive(o===e)})}}}var De=(n=>(n.Search="search",n))(De||{});const mt=ie("cdx-search-field"),bt={wrapper:mt(),icon:mt("icon"),input:mt("input")};class os extends we{constructor({items:e,placeholder:t}){super(),this.listeners=new Ee,this.items=e,this.wrapper=u.make("div",bt.wrapper);const o=u.make("div",bt.icon,{innerHTML:Zi});this.input=u.make("input",bt.input,{placeholder:t,tabIndex:-1}),this.wrapper.appendChild(o),this.wrapper.appendChild(this.input),this.listeners.on(this.input,"input",()=>{this.searchQuery=this.input.value,this.emit(De.Search,{query:this.searchQuery,items:this.foundItems})})}getElement(){return this.wrapper}focus(){this.input.focus()}clear(){this.input.value="",this.searchQuery="",this.emit(De.Search,{query:"",items:this.foundItems})}destroy(){this.listeners.removeAll()}get foundItems(){return this.items.filter(e=>this.checkItem(e))}checkItem(e){var i,s;const t=((i=e.title)==null?void 0:i.toLowerCase())||"",o=(s=this.searchQuery)==null?void 0:s.toLowerCase();return o!==void 0?t.includes(o):!1}}var ns=Object.defineProperty,is=Object.getOwnPropertyDescriptor,ss=(n,e,t,o)=>{for(var i=o>1?void 0:o?is(e,t):e,s=n.length-1,r;s>=0;s--)(r=n[s])&&(i=(o?r(e,t,i):r(i))||i);return o&&i&&ns(e,t,i),i};const Vo=class zn extends Xo{constructor(e,t){super(e,t),this.nestingLevel=0,this.nestedPopoverTriggerItem=null,this.previouslyHoveredItem=null,this.scopeElement=document.body,this.hide=()=>{var o;super.hide(),this.destroyNestedPopoverIfExists(),(o=this.flipper)==null||o.deactivate(),this.previouslyHoveredItem=null},this.onFlip=()=>{const o=this.itemsDefault.find(i=>i.isFocused);o==null||o.onFocus()},this.onSearch=o=>{var a;const i=o.query==="",s=o.items.length===0;this.items.forEach(l=>{let c=!1;l instanceof le?c=!o.items.includes(l):(l instanceof Wo||l instanceof Se)&&(c=s||!i),l.toggleHidden(c)}),this.toggleNothingFoundMessage(s);const r=o.query===""?this.flippableElements:o.items.map(l=>l.getElement());(a=this.flipper)!=null&&a.isActivated&&(this.flipper.deactivate(),this.flipper.activate(r))},e.nestingLevel!==void 0&&(this.nestingLevel=e.nestingLevel),this.nestingLevel>0&&this.nodes.popover.classList.add(P.popoverNested),e.scopeElement!==void 0&&(this.scopeElement=e.scopeElement),this.nodes.popoverContainer!==null&&this.listeners.on(this.nodes.popoverContainer,"mouseover",o=>this.handleHover(o)),e.searchable&&this.addSearch(),e.flippable!==!1&&(this.flipper=new ae({items:this.flippableElements,focusedItemClass:L.focused,allowedKeys:[y.TAB,y.UP,y.DOWN,y.ENTER]}),this.flipper.onFlip(this.onFlip))}hasFocus(){return this.flipper===void 0?!1:this.flipper.hasFocus()}get scrollTop(){return this.nodes.items===null?0:this.nodes.items.scrollTop}get offsetTop(){return this.nodes.popoverContainer===null?0:this.nodes.popoverContainer.offsetTop}show(){var e;this.nodes.popover.style.setProperty(me.PopoverHeight,this.size.height+"px"),this.shouldOpenBottom||this.nodes.popover.classList.add(P.popoverOpenTop),this.shouldOpenRight||this.nodes.popover.classList.add(P.popoverOpenLeft),super.show(),(e=this.flipper)==null||e.activate(this.flippableElements)}destroy(){this.hide(),super.destroy()}showNestedItems(e){this.nestedPopover!==null&&this.nestedPopover!==void 0||(this.nestedPopoverTriggerItem=e,this.showNestedPopoverForItem(e))}handleHover(e){const t=this.getTargetItem(e);t!==void 0&&this.previouslyHoveredItem!==t&&(this.destroyNestedPopoverIfExists(),this.previouslyHoveredItem=t,t.hasChildren&&this.showNestedPopoverForItem(t))}setTriggerItemPosition(e,t){const o=t.getElement(),i=(o?o.offsetTop:0)-this.scrollTop,s=this.offsetTop+i;e.style.setProperty(me.TriggerItemTop,s+"px")}destroyNestedPopoverIfExists(){var e,t;this.nestedPopover===void 0||this.nestedPopover===null||(this.nestedPopover.off(Z.ClosedOnActivate,this.hide),this.nestedPopover.hide(),this.nestedPopover.destroy(),this.nestedPopover.getElement().remove(),this.nestedPopover=null,(e=this.flipper)==null||e.activate(this.flippableElements),(t=this.nestedPopoverTriggerItem)==null||t.onChildrenClose())}showNestedPopoverForItem(e){var o;this.nestedPopover=new zn({searchable:e.isChildrenSearchable,items:e.children,nestingLevel:this.nestingLevel+1,flippable:e.isChildrenFlippable,messages:this.messages}),e.onChildrenOpen(),this.nestedPopover.on(Z.ClosedOnActivate,this.hide);const t=this.nestedPopover.getElement();return this.nodes.popover.appendChild(t),this.setTriggerItemPosition(t,e),t.style.setProperty(me.NestingLevel,this.nestedPopover.nestingLevel.toString()),this.nestedPopover.show(),(o=this.flipper)==null||o.deactivate(),this.nestedPopover}get shouldOpenBottom(){if(this.nodes.popover===void 0||this.nodes.popover===null)return!1;const e=this.nodes.popoverContainer.getBoundingClientRect(),t=this.scopeElement.getBoundingClientRect(),o=this.size.height,i=e.top+o,s=e.top-o,r=Math.min(window.innerHeight,t.bottom);return s{if(t instanceof le)return t.getElement();if(t instanceof Se)return t.getControls()}).flat().filter(t=>t!=null)}addSearch(){this.search=new os({items:this.itemsDefault,placeholder:this.messages.search}),this.search.on(De.Search,this.onSearch);const e=this.search.getElement();e.classList.add(P.search),this.nodes.popoverContainer.insertBefore(e,this.nodes.popoverContainer.firstChild)}toggleNothingFoundMessage(e){this.nodes.nothingFoundMessage.classList.toggle(P.nothingFoundMessageDisplayed,e)}};ss([fe],Vo.prototype,"size",1);let vt=Vo;class rs extends vt{constructor(e){const t=!ge();super({...e,class:P.popoverInline},{[_.Default]:{wrapperTag:"button",hint:{position:"top",alignment:"center",enabled:t}},[_.Html]:{hint:{position:"top",alignment:"center",enabled:t}}}),this.items.forEach(o=>{!(o instanceof le)&&!(o instanceof Se)||o.hasChildren&&o.isChildrenOpen&&this.showNestedItems(o)})}get offsetLeft(){return this.nodes.popoverContainer===null?0:this.nodes.popoverContainer.offsetLeft}show(){this.nestingLevel===0&&this.nodes.popover.style.setProperty(me.InlinePopoverWidth,this.size.width+"px"),super.show()}handleHover(){}setTriggerItemPosition(e,t){const o=t.getElement(),i=o?o.offsetLeft:0,s=this.offsetLeft+i;e.style.setProperty(me.TriggerItemLeft,s+"px")}showNestedItems(e){if(this.nestedPopoverTriggerItem===e){this.destroyNestedPopoverIfExists(),this.nestedPopoverTriggerItem=null;return}super.showNestedItems(e)}showNestedPopoverForItem(e){const t=super.showNestedPopoverForItem(e);return t.getElement().classList.add(P.getPopoverNestedClass(t.nestingLevel)),t}handleItemClick(e){var t;e!==this.nestedPopoverTriggerItem&&((t=this.nestedPopoverTriggerItem)==null||t.handleClick(),super.destroyNestedPopoverIfExists()),super.handleItemClick(e)}}const qo=class Me{constructor(){this.scrollPosition=null}lock(){rt?this.lockHard():document.body.classList.add(Me.CSS.scrollLocked)}unlock(){rt?this.unlockHard():document.body.classList.remove(Me.CSS.scrollLocked)}lockHard(){this.scrollPosition=window.pageYOffset,document.documentElement.style.setProperty("--window-scroll-offset",`${this.scrollPosition}px`),document.body.classList.add(Me.CSS.scrollLockedHard)}unlockHard(){document.body.classList.remove(Me.CSS.scrollLockedHard),this.scrollPosition!==null&&window.scrollTo(0,this.scrollPosition),this.scrollPosition=null}};qo.CSS={scrollLocked:"ce-scroll-locked",scrollLockedHard:"ce-scroll-locked--hard"};let as=qo;const kt=ie("ce-popover-header"),yt={root:kt(),text:kt("text"),backButton:kt("back-button")};class ls{constructor({text:e,onBackButtonClick:t}){this.listeners=new Ee,this.text=e,this.onBackButtonClick=t,this.nodes={root:u.make("div",[yt.root]),backButton:u.make("button",[yt.backButton]),text:u.make("div",[yt.text])},this.nodes.backButton.innerHTML=zi,this.nodes.root.appendChild(this.nodes.backButton),this.listeners.on(this.nodes.backButton,"click",this.onBackButtonClick),this.nodes.text.innerText=this.text,this.nodes.root.appendChild(this.nodes.text)}getElement(){return this.nodes.root}destroy(){this.nodes.root.remove(),this.listeners.destroy()}}class cs{constructor(){this.history=[]}push(e){this.history.push(e)}pop(){return this.history.pop()}get currentTitle(){return this.history.length===0?"":this.history[this.history.length-1].title}get currentItems(){return this.history.length===0?[]:this.history[this.history.length-1].items}reset(){for(;this.history.length>1;)this.pop()}}class Zo extends Xo{constructor(e){super(e,{[_.Default]:{hint:{enabled:!1}},[_.Html]:{hint:{enabled:!1}}}),this.scrollLocker=new as,this.history=new cs,this.isHidden=!0,this.nodes.overlay=u.make("div",[P.overlay,P.overlayHidden]),this.nodes.popover.insertBefore(this.nodes.overlay,this.nodes.popover.firstChild),this.listeners.on(this.nodes.overlay,"click",()=>{this.hide()}),this.history.push({items:e.items})}show(){this.nodes.overlay.classList.remove(P.overlayHidden),super.show(),this.scrollLocker.lock(),this.isHidden=!1}hide(){this.isHidden||(super.hide(),this.nodes.overlay.classList.add(P.overlayHidden),this.scrollLocker.unlock(),this.history.reset(),this.isHidden=!0)}destroy(){super.destroy(),this.scrollLocker.unlock()}showNestedItems(e){this.updateItemsAndHeader(e.children,e.title),this.history.push({title:e.title,items:e.children})}updateItemsAndHeader(e,t){if(this.header!==null&&this.header!==void 0&&(this.header.destroy(),this.header=null),t!==void 0){this.header=new ls({text:t,onBackButtonClick:()=>{this.history.pop(),this.updateItemsAndHeader(this.history.currentItems,this.history.currentTitle)}});const o=this.header.getElement();o!==null&&this.nodes.popoverContainer.insertBefore(o,this.nodes.popoverContainer.firstChild)}this.items.forEach(o=>{var i;return(i=o.getElement())==null?void 0:i.remove()}),this.items=this.buildItems(e),this.items.forEach(o=>{var s;const i=o.getElement();i!==null&&((s=this.nodes.items)==null||s.appendChild(i))})}}class ds extends E{constructor(){super(...arguments),this.opened=!1,this.hasMobileLayoutToggleListener=!1,this.selection=new b,this.popover=null,this.close=()=>{this.opened&&(this.opened=!1,b.isAtEditor||this.selection.restore(),this.selection.clearSaved(),!this.Editor.CrossBlockSelection.isCrossBlockSelectionStarted&&this.Editor.BlockManager.currentBlock&&this.Editor.BlockSelection.unselectBlock(this.Editor.BlockManager.currentBlock),this.eventsDispatcher.emit(this.events.closed),this.popover&&(this.popover.off(Z.Closed,this.onPopoverClose),this.popover.destroy(),this.popover.getElement().remove(),this.popover=null))},this.onPopoverClose=()=>{this.close()}}get events(){return{opened:"block-settings-opened",closed:"block-settings-closed"}}get CSS(){return{settings:"ce-settings"}}get flipper(){var e;if(this.popover!==null)return"flipper"in this.popover?(e=this.popover)==null?void 0:e.flipper:void 0}make(){this.nodes.wrapper=u.make("div",[this.CSS.settings]),this.eventsDispatcher.on(xe,this.close),this.hasMobileLayoutToggleListener=!0}destroy(){this.removeAllNodes(),this.listeners.destroy(),this.hasMobileLayoutToggleListener&&(this.eventsDispatcher.off(xe,this.close),this.hasMobileLayoutToggleListener=!1)}async open(e=this.Editor.BlockManager.currentBlock){var s;this.opened=!0,this.selection.save(),this.Editor.BlockSelection.selectBlock(e),this.Editor.BlockSelection.clearCache();const{toolTunes:t,commonTunes:o}=e.getTunes();this.eventsDispatcher.emit(this.events.opened);const i=ge()?Zo:vt;this.popover=new i({searchable:!0,items:await this.getTunesItems(e,o,t),scopeElement:this.Editor.API.methods.ui.nodes.redactor,messages:{nothingFound:H.ui(W.ui.popover,"Nothing found"),search:H.ui(W.ui.popover,"Filter")}}),this.popover.on(Z.Closed,this.onPopoverClose),(s=this.nodes.wrapper)==null||s.append(this.popover.getElement()),this.popover.show()}getElement(){return this.nodes.wrapper}async getTunesItems(e,t,o){const i=[];o!==void 0&&o.length>0&&(i.push(...o),i.push({type:_.Separator}));const s=Array.from(this.Editor.Tools.blockTools.values()),a=(await Po(e,s)).reduce((l,c)=>(c.toolbox.forEach(d=>{l.push({icon:d.icon,title:H.t(W.toolNames,d.title),name:c.name,closeOnActivate:!0,onActivate:async()=>{const{BlockManager:h,Caret:p,Toolbar:g}=this.Editor,f=await h.convert(e,c.name,d.data);g.close(),p.setToBlock(f,p.positions.END)}})}),l),[]);return a.length>0&&(i.push({icon:Uo,name:"convert-to",title:H.ui(W.ui.popover,"Convert to"),children:{searchable:!0,items:a}}),i.push({type:_.Separator})),i.push(...t),i.map(l=>this.resolveTuneAliases(l))}resolveTuneAliases(e){if(e.type===_.Separator||e.type===_.Html)return e;const t=ji(e,{label:"title"});return e.confirmation&&(t.confirmation=this.resolveTuneAliases(e.confirmation)),t}}var Go={exports:{}};/*! - * Library for handling keyboard shortcuts - * @copyright CodeX (https://codex.so) - * @license MIT - * @author CodeX (https://codex.so) - * @version 1.2.0 - */(function(n,e){(function(t,o){n.exports=o()})(window,function(){return function(t){var o={};function i(s){if(o[s])return o[s].exports;var r=o[s]={i:s,l:!1,exports:{}};return t[s].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=o,i.d=function(s,r,a){i.o(s,r)||Object.defineProperty(s,r,{enumerable:!0,get:a})},i.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},i.t=function(s,r){if(1&r&&(s=i(s)),8&r||4&r&&typeof s=="object"&&s&&s.__esModule)return s;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:s}),2&r&&typeof s!="string")for(var l in s)i.d(a,l,(function(c){return s[c]}).bind(null,l));return a},i.n=function(s){var r=s&&s.__esModule?function(){return s.default}:function(){return s};return i.d(r,"a",r),r},i.o=function(s,r){return Object.prototype.hasOwnProperty.call(s,r)},i.p="",i(i.s=0)}([function(t,o,i){function s(l,c){for(var d=0;dr!==o);if(s.length===0){this.registeredShortcuts.delete(e);return}this.registeredShortcuts.set(e,s)}findShortcut(e,t){return(this.registeredShortcuts.get(e)||[]).find(({name:i})=>i===t)}}const be=new ps;var fs=Object.defineProperty,gs=Object.getOwnPropertyDescriptor,Jo=(n,e,t,o)=>{for(var i=o>1?void 0:o?gs(e,t):e,s=n.length-1,r;s>=0;s--)(r=n[s])&&(i=(o?r(e,t,i):r(i))||i);return o&&i&&fs(e,t,i),i},Fe=(n=>(n.Opened="toolbox-opened",n.Closed="toolbox-closed",n.BlockAdded="toolbox-block-added",n))(Fe||{});const wt=class Un extends we{constructor({api:e,tools:t,i18nLabels:o}){super(),this.opened=!1,this.listeners=new Ee,this.popover=null,this.handleMobileLayoutToggle=()=>{this.destroyPopover(),this.initPopover()},this.onPopoverClose=()=>{this.opened=!1,this.emit("toolbox-closed")},this.api=e,this.tools=t,this.i18nLabels=o,this.enableShortcuts(),this.nodes={toolbox:u.make("div",Un.CSS.toolbox)},this.initPopover(),this.api.events.on(xe,this.handleMobileLayoutToggle)}get isEmpty(){return this.toolsToBeDisplayed.length===0}static get CSS(){return{toolbox:"ce-toolbox"}}getElement(){return this.nodes.toolbox}hasFocus(){if(this.popover!==null)return"hasFocus"in this.popover?this.popover.hasFocus():void 0}destroy(){var e;super.destroy(),this.nodes&&this.nodes.toolbox&&this.nodes.toolbox.remove(),this.removeAllShortcuts(),(e=this.popover)==null||e.off(Z.Closed,this.onPopoverClose),this.listeners.destroy(),this.api.events.off(xe,this.handleMobileLayoutToggle)}toolButtonActivated(e,t){this.insertNewBlock(e,t)}open(){var e;this.isEmpty||((e=this.popover)==null||e.show(),this.opened=!0,this.emit("toolbox-opened"))}close(){var e;(e=this.popover)==null||e.hide(),this.opened=!1,this.emit("toolbox-closed")}toggle(){this.opened?this.close():this.open()}initPopover(){var t;const e=ge()?Zo:vt;this.popover=new e({scopeElement:this.api.ui.nodes.redactor,searchable:!0,messages:{nothingFound:this.i18nLabels.nothingFound,search:this.i18nLabels.filter},items:this.toolboxItemsToBeDisplayed}),this.popover.on(Z.Closed,this.onPopoverClose),(t=this.nodes.toolbox)==null||t.append(this.popover.getElement())}destroyPopover(){this.popover!==null&&(this.popover.hide(),this.popover.off(Z.Closed,this.onPopoverClose),this.popover.destroy(),this.popover=null),this.nodes.toolbox!==null&&(this.nodes.toolbox.innerHTML="")}get toolsToBeDisplayed(){const e=[];return this.tools.forEach(t=>{t.toolbox&&e.push(t)}),e}get toolboxItemsToBeDisplayed(){const e=(t,o,i=!0)=>({icon:t.icon,title:H.t(W.toolNames,t.title||Le(o.name)),name:o.name,onActivate:()=>{this.toolButtonActivated(o.name,t.data)},secondaryLabel:o.shortcut&&i?it(o.shortcut):""});return this.toolsToBeDisplayed.reduce((t,o)=>(Array.isArray(o.toolbox)?o.toolbox.forEach((i,s)=>{t.push(e(i,o,s===0))}):o.toolbox!==void 0&&t.push(e(o.toolbox,o)),t),[])}enableShortcuts(){this.toolsToBeDisplayed.forEach(e=>{const t=e.shortcut;t&&this.enableShortcutForTool(e.name,t)})}enableShortcutForTool(e,t){be.add({name:t,on:this.api.ui.nodes.redactor,handler:async o=>{o.preventDefault();const i=this.api.blocks.getCurrentBlockIndex(),s=this.api.blocks.getBlockByIndex(i);if(s)try{const r=await this.api.blocks.convert(s.id,e);this.api.caret.setToBlock(r,"end");return}catch{}this.insertNewBlock(e)}})}removeAllShortcuts(){this.toolsToBeDisplayed.forEach(e=>{const t=e.shortcut;t&&be.remove(this.api.ui.nodes.redactor,t)})}async insertNewBlock(e,t){const o=this.api.blocks.getCurrentBlockIndex(),i=this.api.blocks.getBlockByIndex(o);if(!i)return;const s=i.isEmpty?o:o+1;let r;if(t){const l=await this.api.blocks.composeBlockData(e);r=Object.assign(l,t)}const a=this.api.blocks.insert(e,r,void 0,s,void 0,i.isEmpty);a.call(te.APPEND_CALLBACK),this.api.caret.setToBlock(s),this.emit("toolbox-block-added",{block:a}),this.api.toolbar.close()}};Jo([fe],wt.prototype,"toolsToBeDisplayed",1),Jo([fe],wt.prototype,"toolboxItemsToBeDisplayed",1);let ms=wt;const Qo="block hovered";async function bs(n,e){const t=navigator.keyboard;if(!t)return e;try{return(await t.getLayoutMap()).get(n)||e}catch(o){return console.error(o),e}}class vs extends E{constructor({config:e,eventsDispatcher:t}){super({config:e,eventsDispatcher:t}),this.toolboxInstance=null}get CSS(){return{toolbar:"ce-toolbar",content:"ce-toolbar__content",actions:"ce-toolbar__actions",actionsOpened:"ce-toolbar__actions--opened",toolbarOpened:"ce-toolbar--opened",openedToolboxHolderModifier:"codex-editor--toolbox-opened",plusButton:"ce-toolbar__plus",plusButtonShortcut:"ce-toolbar__plus-shortcut",settingsToggler:"ce-toolbar__settings-btn",settingsTogglerHidden:"ce-toolbar__settings-btn--hidden"}}get opened(){return this.nodes.wrapper.classList.contains(this.CSS.toolbarOpened)}get toolbox(){var e;return{opened:(e=this.toolboxInstance)==null?void 0:e.opened,close:()=>{var t;(t=this.toolboxInstance)==null||t.close()},open:()=>{if(this.toolboxInstance===null){T("toolbox.open() called before initialization is finished","warn");return}this.Editor.BlockManager.currentBlock=this.hoveredBlock,this.toolboxInstance.open()},toggle:()=>{if(this.toolboxInstance===null){T("toolbox.toggle() called before initialization is finished","warn");return}this.toolboxInstance.toggle()},hasFocus:()=>{var t;return(t=this.toolboxInstance)==null?void 0:t.hasFocus()}}}get blockActions(){return{hide:()=>{this.nodes.actions.classList.remove(this.CSS.actionsOpened)},show:()=>{this.nodes.actions.classList.add(this.CSS.actionsOpened)}}}get blockTunesToggler(){return{hide:()=>this.nodes.settingsToggler.classList.add(this.CSS.settingsTogglerHidden),show:()=>this.nodes.settingsToggler.classList.remove(this.CSS.settingsTogglerHidden)}}toggleReadOnly(e){e?(this.destroy(),this.Editor.BlockSettings.destroy(),this.disableModuleBindings()):window.requestIdleCallback(()=>{this.drawUI(),this.enableModuleBindings()},{timeout:2e3})}moveAndOpen(e=this.Editor.BlockManager.currentBlock){if(this.toolboxInstance===null){T("Can't open Toolbar since Editor initialization is not finished yet","warn");return}if(this.toolboxInstance.opened&&this.toolboxInstance.close(),this.Editor.BlockSettings.opened&&this.Editor.BlockSettings.close(),!e)return;this.hoveredBlock=e;const t=e.holder,{isMobile:o}=this.Editor.UI;let i;const s=20,r=e.firstInput,a=t.getBoundingClientRect(),l=r!==void 0?r.getBoundingClientRect():null,c=l!==null?l.top-a.top:null,d=c!==null?c>s:void 0;if(o)i=t.offsetTop+t.offsetHeight;else if(r===void 0||d){const h=parseInt(window.getComputedStyle(e.pluginsContent).paddingTop);i=t.offsetTop+h}else{const h=ri(r),p=parseInt(window.getComputedStyle(this.nodes.plusButton).height,10),g=8;i=t.offsetTop+h-p+g+c}this.nodes.wrapper.style.top=`${Math.floor(i)}px`,this.Editor.BlockManager.blocks.length===1&&e.isEmpty?this.blockTunesToggler.hide():this.blockTunesToggler.show(),this.open()}close(){var e,t;this.Editor.ReadOnly.isEnabled||((e=this.nodes.wrapper)==null||e.classList.remove(this.CSS.toolbarOpened),this.blockActions.hide(),(t=this.toolboxInstance)==null||t.close(),this.Editor.BlockSettings.close(),this.reset())}reset(){this.nodes.wrapper.style.top="unset"}open(e=!0){this.nodes.wrapper.classList.add(this.CSS.toolbarOpened),e?this.blockActions.show():this.blockActions.hide()}async make(){this.nodes.wrapper=u.make("div",this.CSS.toolbar),["content","actions"].forEach(s=>{this.nodes[s]=u.make("div",this.CSS[s])}),u.append(this.nodes.wrapper,this.nodes.content),u.append(this.nodes.content,this.nodes.actions),this.nodes.plusButton=u.make("div",this.CSS.plusButton,{innerHTML:qi}),u.append(this.nodes.actions,this.nodes.plusButton),this.readOnlyMutableListeners.on(this.nodes.plusButton,"click",()=>{Ne(!0),this.plusButtonClicked()},!1);const e=u.make("div");e.appendChild(document.createTextNode(H.ui(W.ui.toolbar.toolbox,"Add"))),e.appendChild(u.make("div",this.CSS.plusButtonShortcut,{textContent:"/"})),Re(this.nodes.plusButton,e,{hidingDelay:400}),this.nodes.settingsToggler=u.make("span",this.CSS.settingsToggler,{innerHTML:Vi}),u.append(this.nodes.actions,this.nodes.settingsToggler);const t=u.make("div"),o=u.text(H.ui(W.ui.blockTunes.toggler,"Click to tune")),i=await bs("Slash","/");t.appendChild(o),t.appendChild(u.make("div",this.CSS.plusButtonShortcut,{textContent:it(`CMD + ${i}`)})),Re(this.nodes.settingsToggler,t,{hidingDelay:400}),u.append(this.nodes.actions,this.makeToolbox()),u.append(this.nodes.actions,this.Editor.BlockSettings.getElement()),u.append(this.Editor.UI.nodes.wrapper,this.nodes.wrapper)}makeToolbox(){return this.toolboxInstance=new ms({api:this.Editor.API.methods,tools:this.Editor.Tools.blockTools,i18nLabels:{filter:H.ui(W.ui.popover,"Filter"),nothingFound:H.ui(W.ui.popover,"Nothing found")}}),this.toolboxInstance.on(Fe.Opened,()=>{this.Editor.UI.nodes.wrapper.classList.add(this.CSS.openedToolboxHolderModifier)}),this.toolboxInstance.on(Fe.Closed,()=>{this.Editor.UI.nodes.wrapper.classList.remove(this.CSS.openedToolboxHolderModifier)}),this.toolboxInstance.on(Fe.BlockAdded,({block:e})=>{const{BlockManager:t,Caret:o}=this.Editor,i=t.getBlockById(e.id);i.inputs.length===0&&(i===t.lastBlock?(t.insertAtEnd(),o.setToBlock(t.lastBlock)):o.setToBlock(t.nextBlock))}),this.toolboxInstance.getElement()}plusButtonClicked(){var e;this.Editor.BlockManager.currentBlock=this.hoveredBlock,(e=this.toolboxInstance)==null||e.toggle()}enableModuleBindings(){this.readOnlyMutableListeners.on(this.nodes.settingsToggler,"mousedown",e=>{var t;e.stopPropagation(),this.settingsTogglerClicked(),(t=this.toolboxInstance)!=null&&t.opened&&this.toolboxInstance.close(),Ne(!0)},!0),ge()||this.eventsDispatcher.on(Qo,e=>{var t;this.Editor.BlockSettings.opened||(t=this.toolboxInstance)!=null&&t.opened||this.moveAndOpen(e.block)})}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}settingsTogglerClicked(){this.Editor.BlockManager.currentBlock=this.hoveredBlock,this.Editor.BlockSettings.opened?this.Editor.BlockSettings.close():this.Editor.BlockSettings.open(this.hoveredBlock)}drawUI(){this.Editor.BlockSettings.make(),this.make()}destroy(){this.removeAllNodes(),this.toolboxInstance&&this.toolboxInstance.destroy()}}var ce=(n=>(n[n.Block=0]="Block",n[n.Inline=1]="Inline",n[n.Tune=2]="Tune",n))(ce||{}),je=(n=>(n.Shortcut="shortcut",n.Toolbox="toolbox",n.EnabledInlineTools="inlineToolbar",n.EnabledBlockTunes="tunes",n.Config="config",n))(je||{}),en=(n=>(n.Shortcut="shortcut",n.SanitizeConfig="sanitize",n))(en||{}),ve=(n=>(n.IsEnabledLineBreaks="enableLineBreaks",n.Toolbox="toolbox",n.ConversionConfig="conversionConfig",n.IsReadOnlySupported="isReadOnlySupported",n.PasteConfig="pasteConfig",n))(ve||{}),He=(n=>(n.IsInline="isInline",n.Title="title",n.IsReadOnlySupported="isReadOnlySupported",n))(He||{}),Et=(n=>(n.IsTune="isTune",n))(Et||{});class xt{constructor({name:e,constructable:t,config:o,api:i,isDefault:s,isInternal:r=!1,defaultPlaceholder:a}){this.api=i,this.name=e,this.constructable=t,this.config=o,this.isDefault=s,this.isInternal=r,this.defaultPlaceholder=a}get settings(){const e=this.config.config||{};return this.isDefault&&!("placeholder"in e)&&this.defaultPlaceholder&&(e.placeholder=this.defaultPlaceholder),e}reset(){if(M(this.constructable.reset))return this.constructable.reset()}prepare(){if(M(this.constructable.prepare))return this.constructable.prepare({toolName:this.name,config:this.settings})}get shortcut(){const e=this.constructable.shortcut;return this.config.shortcut||e}get sanitizeConfig(){return this.constructable.sanitize||{}}isInline(){return this.type===ce.Inline}isBlock(){return this.type===ce.Block}isTune(){return this.type===ce.Tune}}class ks extends E{constructor({config:e,eventsDispatcher:t}){super({config:e,eventsDispatcher:t}),this.CSS={inlineToolbar:"ce-inline-toolbar"},this.opened=!1,this.popover=null,this.toolbarVerticalMargin=ge()?20:6,this.tools=new Map,window.requestIdleCallback(()=>{this.make()},{timeout:2e3})}async tryToShow(e=!1){e&&this.close(),this.allowedToShow()&&(await this.open(),this.Editor.Toolbar.close())}close(){var e,t;if(this.opened){for(const[o,i]of this.tools){const s=this.getToolShortcut(o.name);s!==void 0&&be.remove(this.Editor.UI.nodes.redactor,s),M(i.clear)&&i.clear()}this.tools=new Map,this.reset(),this.opened=!1,(e=this.popover)==null||e.hide(),(t=this.popover)==null||t.destroy(),this.popover=null}}containsNode(e){return this.nodes.wrapper===void 0?!1:this.nodes.wrapper.contains(e)}destroy(){var e;this.removeAllNodes(),(e=this.popover)==null||e.destroy(),this.popover=null}make(){this.nodes.wrapper=u.make("div",[this.CSS.inlineToolbar,...this.isRtl?[this.Editor.UI.CSS.editorRtlFix]:[]]),u.append(this.Editor.UI.nodes.wrapper,this.nodes.wrapper)}async open(){var t;if(this.opened)return;this.opened=!0,this.popover!==null&&this.popover.destroy(),this.createToolsInstances();const e=await this.getPopoverItems();this.popover=new rs({items:e,scopeElement:this.Editor.API.methods.ui.nodes.redactor,messages:{nothingFound:H.ui(W.ui.popover,"Nothing found"),search:H.ui(W.ui.popover,"Filter")}}),this.move(this.popover.size.width),(t=this.nodes.wrapper)==null||t.append(this.popover.getElement()),this.popover.show()}move(e){const t=b.rect,o=this.Editor.UI.nodes.wrapper.getBoundingClientRect(),i={x:t.x-o.x,y:t.y+t.height-o.top+this.toolbarVerticalMargin};i.x+e+o.x>this.Editor.UI.contentRect.right&&(i.x=this.Editor.UI.contentRect.right-e-o.x),this.nodes.wrapper.style.left=Math.floor(i.x)+"px",this.nodes.wrapper.style.top=Math.floor(i.y)+"px"}reset(){this.nodes.wrapper.style.left="0",this.nodes.wrapper.style.top="0"}allowedToShow(){const e=["IMG","INPUT"],t=b.get(),o=b.text;if(!t||!t.anchorNode||t.isCollapsed||o.length<1)return!1;const i=u.isElement(t.anchorNode)?t.anchorNode:t.anchorNode.parentElement;if(i===null||t!==null&&e.includes(i.tagName))return!1;const s=this.Editor.BlockManager.getBlock(t.anchorNode);return!s||this.getTools().some(c=>s.tool.inlineTools.has(c.name))===!1?!1:i.closest("[contenteditable]")!==null}getTools(){const e=this.Editor.BlockManager.currentBlock;return e?Array.from(e.tool.inlineTools.values()).filter(o=>!(this.Editor.ReadOnly.isEnabled&&o.isReadOnlySupported!==!0)):[]}createToolsInstances(){this.tools=new Map,this.getTools().forEach(t=>{const o=t.create();this.tools.set(t,o)})}async getPopoverItems(){const e=[];let t=0;for(const[o,i]of this.tools){const s=await i.render(),r=this.getToolShortcut(o.name);if(r!==void 0)try{this.enableShortcuts(o.name,r)}catch{}const a=r!==void 0?it(r):void 0,l=H.t(W.toolNames,o.title||Le(o.name));[s].flat().forEach(c=>{var h,p;const d={name:o.name,onActivate:()=>{this.toolClicked(i)},hint:{title:l,description:a}};if(u.isElement(c)){const g={...d,element:c,type:_.Html};if(M(i.renderActions)){const f=i.renderActions();g.children={isOpen:(h=i.checkState)==null?void 0:h.call(i,b.get()),isFlippable:!1,items:[{type:_.Html,element:f}]}}else(p=i.checkState)==null||p.call(i,b.get());e.push(g)}else if(c.type===_.Html)e.push({...d,...c,type:_.Html});else if(c.type===_.Separator)e.push({type:_.Separator});else{const g={...d,...c,type:_.Default};"children"in g&&t!==0&&e.push({type:_.Separator}),e.push(g),"children"in g&&t{var s;const{currentBlock:i}=this.Editor.BlockManager;i&&i.tool.enabledInlineTools&&(o.preventDefault(),(s=this.popover)==null||s.activateItemByName(e))},on:document})}toolClicked(e){var o;const t=b.range;(o=e.surround)==null||o.call(e,t),this.checkToolsState()}checkToolsState(){var e;(e=this.tools)==null||e.forEach(t=>{var o;(o=t.checkState)==null||o.call(t,b.get())})}get inlineTools(){const e={};return Array.from(this.Editor.Tools.inlineTools.entries()).forEach(([t,o])=>{e[t]=o.create()}),e}}function tn(){const n=window.getSelection();if(n===null)return[null,0];let e=n.focusNode,t=n.focusOffset;return e===null?[null,0]:(e.nodeType!==Node.TEXT_NODE&&e.childNodes.length>0&&(e.childNodes[t]?(e=e.childNodes[t],t=0):(e=e.childNodes[t-1],t=e.textContent.length)),[e,t])}function on(n,e,t,o){const i=document.createRange();o==="left"?(i.setStart(n,0),i.setEnd(e,t)):(i.setStart(e,t),i.setEnd(n,n.childNodes.length));const s=i.cloneContents(),r=document.createElement("div");r.appendChild(s);const a=r.textContent||"";return si(a)}function $e(n){const e=u.getDeepestNode(n);if(e===null||u.isEmpty(n))return!0;if(u.isNativeInput(e))return e.selectionEnd===0;if(u.isEmpty(n))return!0;const[t,o]=tn();return t===null?!1:on(n,t,o,"left")}function ze(n){const e=u.getDeepestNode(n,!0);if(e===null)return!0;if(u.isNativeInput(e))return e.selectionEnd===e.value.length;const[t,o]=tn();return t===null?!1:on(n,t,o,"right")}var nn={},Bt={},Ue={},de={},Ct={},Tt={};Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.allInputsSelector=ys;function ys(){var n=["text","password","email","number","search","tel","url"];return"[contenteditable=true], textarea, input:not([type]), "+n.map(function(e){return'input[type="'.concat(e,'"]')}).join(", ")}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.allInputsSelector=void 0;var e=Tt;Object.defineProperty(n,"allInputsSelector",{enumerable:!0,get:function(){return e.allInputsSelector}})})(Ct);var ue={},St={};Object.defineProperty(St,"__esModule",{value:!0}),St.isNativeInput=ws;function ws(n){var e=["INPUT","TEXTAREA"];return n&&n.tagName?e.includes(n.tagName):!1}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isNativeInput=void 0;var e=St;Object.defineProperty(n,"isNativeInput",{enumerable:!0,get:function(){return e.isNativeInput}})})(ue);var sn={},It={};Object.defineProperty(It,"__esModule",{value:!0}),It.append=Es;function Es(n,e){Array.isArray(e)?e.forEach(function(t){n.appendChild(t)}):n.appendChild(e)}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.append=void 0;var e=It;Object.defineProperty(n,"append",{enumerable:!0,get:function(){return e.append}})})(sn);var Ot={},_t={};Object.defineProperty(_t,"__esModule",{value:!0}),_t.blockElements=xs;function xs(){return["address","article","aside","blockquote","canvas","div","dl","dt","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","noscript","ol","output","p","pre","ruby","section","table","tbody","thead","tr","tfoot","ul","video"]}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.blockElements=void 0;var e=_t;Object.defineProperty(n,"blockElements",{enumerable:!0,get:function(){return e.blockElements}})})(Ot);var rn={},Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.calculateBaseline=Bs;function Bs(n){var e=window.getComputedStyle(n),t=parseFloat(e.fontSize),o=parseFloat(e.lineHeight)||t*1.2,i=parseFloat(e.paddingTop),s=parseFloat(e.borderTopWidth),r=parseFloat(e.marginTop),a=t*.8,l=(o-t)/2,c=r+s+i+l+a;return c}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.calculateBaseline=void 0;var e=Mt;Object.defineProperty(n,"calculateBaseline",{enumerable:!0,get:function(){return e.calculateBaseline}})})(rn);var an={},At={},Lt={},Pt={};Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.isContentEditable=Cs;function Cs(n){return n.contentEditable==="true"}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isContentEditable=void 0;var e=Pt;Object.defineProperty(n,"isContentEditable",{enumerable:!0,get:function(){return e.isContentEditable}})})(Lt),Object.defineProperty(At,"__esModule",{value:!0}),At.canSetCaret=Is;var Ts=ue,Ss=Lt;function Is(n){var e=!0;if((0,Ts.isNativeInput)(n))switch(n.type){case"file":case"checkbox":case"radio":case"hidden":case"submit":case"button":case"image":case"reset":e=!1;break}else e=(0,Ss.isContentEditable)(n);return e}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.canSetCaret=void 0;var e=At;Object.defineProperty(n,"canSetCaret",{enumerable:!0,get:function(){return e.canSetCaret}})})(an);var We={},Nt={};function Os(n,e,t){const o=t.value!==void 0?"value":"get",i=t[o],s=`#${e}Cache`;if(t[o]=function(...r){return this[s]===void 0&&(this[s]=i.apply(this,r)),this[s]},o==="get"&&t.set){const r=t.set;t.set=function(a){delete n[s],r.apply(this,a)}}return t}function ln(){const n={win:!1,mac:!1,x11:!1,linux:!1},e=Object.keys(n).find(t=>window.navigator.appVersion.toLowerCase().indexOf(t)!==-1);return e!==void 0&&(n[e]=!0),n}function Rt(n){return n!=null&&n!==""&&(typeof n!="object"||Object.keys(n).length>0)}function _s(n){return!Rt(n)}const Ms=()=>typeof window<"u"&&window.navigator!==null&&Rt(window.navigator.platform)&&(/iP(ad|hone|od)/.test(window.navigator.platform)||window.navigator.platform==="MacIntel"&&window.navigator.maxTouchPoints>1);function As(n){const e=ln();return n=n.replace(/shift/gi,"⇧").replace(/backspace/gi,"⌫").replace(/enter/gi,"⏎").replace(/up/gi,"↑").replace(/left/gi,"→").replace(/down/gi,"↓").replace(/right/gi,"←").replace(/escape/gi,"⎋").replace(/insert/gi,"Ins").replace(/delete/gi,"␡").replace(/\+/gi,"+"),e.mac?n=n.replace(/ctrl|cmd/gi,"⌘").replace(/alt/gi,"⌥"):n=n.replace(/cmd/gi,"Ctrl").replace(/windows/gi,"WIN"),n}function Ls(n){return n[0].toUpperCase()+n.slice(1)}function Ps(n){const e=document.createElement("div");e.style.position="absolute",e.style.left="-999px",e.style.bottom="-999px",e.innerHTML=n,document.body.appendChild(e);const t=window.getSelection(),o=document.createRange();if(o.selectNode(e),t===null)throw new Error("Cannot copy text to clipboard");t.removeAllRanges(),t.addRange(o),document.execCommand("copy"),document.body.removeChild(e)}function Ns(n,e,t){let o;return(...i)=>{const s=this,r=()=>{o=void 0,t!==!0&&n.apply(s,i)},a=t===!0&&o!==void 0;window.clearTimeout(o),o=window.setTimeout(r,e),a&&n.apply(s,i)}}function se(n){return Object.prototype.toString.call(n).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function Rs(n){return se(n)==="boolean"}function cn(n){return se(n)==="function"||se(n)==="asyncfunction"}function Ds(n){return cn(n)&&/^\s*class\s+/.test(n.toString())}function Fs(n){return se(n)==="number"}function Ye(n){return se(n)==="object"}function js(n){return Promise.resolve(n)===n}function Hs(n){return se(n)==="string"}function $s(n){return se(n)==="undefined"}function Dt(n,...e){if(!e.length)return n;const t=e.shift();if(Ye(n)&&Ye(t))for(const o in t)Ye(t[o])?(n[o]===void 0&&Object.assign(n,{[o]:{}}),Dt(n[o],t[o])):Object.assign(n,{[o]:t[o]});return Dt(n,...e)}function zs(n,e,t){const o=`«${e}» is deprecated and will be removed in the next major release. Please use the «${t}» instead.`;n&&console.warn(o)}function Us(n){try{return new URL(n).href}catch{}return n.substring(0,2)==="//"?window.location.protocol+n:window.location.origin+n}function Ws(n){return n>47&&n<58||n===32||n===13||n===229||n>64&&n<91||n>95&&n<112||n>185&&n<193||n>218&&n<223}const Ys={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,LEFT:37,UP:38,DOWN:40,RIGHT:39,DELETE:46,META:91,SLASH:191},Ks={LEFT:0,WHEEL:1,RIGHT:2,BACKWARD:3,FORWARD:4};let Xs=class{constructor(){this.completed=Promise.resolve()}add(e){return new Promise((t,o)=>{this.completed=this.completed.then(e).then(t).catch(o)})}};function Vs(n,e,t=void 0){let o,i,s,r=null,a=0;t||(t={});const l=function(){a=t.leading===!1?0:Date.now(),r=null,s=n.apply(o,i),r===null&&(o=i=null)};return function(){const c=Date.now();!a&&t.leading===!1&&(a=c);const d=e-(c-a);return o=this,i=arguments,d<=0||d>e?(r&&(clearTimeout(r),r=null),a=c,s=n.apply(o,i),r===null&&(o=i=null)):!r&&t.trailing!==!1&&(r=setTimeout(l,d)),s}}const Ft=Yn(Object.freeze(Object.defineProperty({__proto__:null,PromiseQueue:Xs,beautifyShortcut:As,cacheable:Os,capitalize:Ls,copyTextToClipboard:Ps,debounce:Ns,deepMerge:Dt,deprecationAssert:zs,getUserOS:ln,getValidUrl:Us,isBoolean:Rs,isClass:Ds,isEmpty:_s,isFunction:cn,isIosDevice:Ms,isNumber:Fs,isObject:Ye,isPrintableKey:Ws,isPromise:js,isString:Hs,isUndefined:$s,keyCodes:Ys,mouseButtons:Ks,notEmpty:Rt,throttle:Vs,typeOf:se},Symbol.toStringTag,{value:"Module"})));Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.containsOnlyInlineElements=Gs;var qs=Ft,Zs=Ot;function Gs(n){var e;(0,qs.isString)(n)?(e=document.createElement("div"),e.innerHTML=n):e=n;var t=function(o){return!(0,Zs.blockElements)().includes(o.tagName.toLowerCase())&&Array.from(o.children).every(t)};return Array.from(e.children).every(t)}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.containsOnlyInlineElements=void 0;var e=Nt;Object.defineProperty(n,"containsOnlyInlineElements",{enumerable:!0,get:function(){return e.containsOnlyInlineElements}})})(We);var dn={},jt={},Ke={},Ht={};Object.defineProperty(Ht,"__esModule",{value:!0}),Ht.make=Js;function Js(n,e,t){var o;e===void 0&&(e=null),t===void 0&&(t={});var i=document.createElement(n);if(Array.isArray(e)){var s=e.filter(function(a){return a!==void 0});(o=i.classList).add.apply(o,s)}else e!==null&&i.classList.add(e);for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i[r]=t[r]);return i}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.make=void 0;var e=Ht;Object.defineProperty(n,"make",{enumerable:!0,get:function(){return e.make}})})(Ke),Object.defineProperty(jt,"__esModule",{value:!0}),jt.fragmentToString=er;var Qs=Ke;function er(n){var e=(0,Qs.make)("div");return e.appendChild(n),e.innerHTML}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.fragmentToString=void 0;var e=jt;Object.defineProperty(n,"fragmentToString",{enumerable:!0,get:function(){return e.fragmentToString}})})(dn);var un={},$t={};Object.defineProperty($t,"__esModule",{value:!0}),$t.getContentLength=or;var tr=ue;function or(n){var e,t;return(0,tr.isNativeInput)(n)?n.value.length:n.nodeType===Node.TEXT_NODE?n.length:(t=(e=n.textContent)===null||e===void 0?void 0:e.length)!==null&&t!==void 0?t:0}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.getContentLength=void 0;var e=$t;Object.defineProperty(n,"getContentLength",{enumerable:!0,get:function(){return e.getContentLength}})})(un);var zt={},Ut={},hn=J&&J.__spreadArray||function(n,e,t){if(t||arguments.length===2)for(var o=0,i=e.length,s;o0;){var o=t.shift();if(o){if(n=o,(0,xr.isLeaf)(n)&&!(0,Br.isNodeEmpty)(n,e))return!1;t.push.apply(t,Array.from(n.childNodes))}}return!0}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isEmpty=void 0;var e=Gt;Object.defineProperty(n,"isEmpty",{enumerable:!0,get:function(){return e.isEmpty}})})(vn);var kn={},oo={};Object.defineProperty(oo,"__esModule",{value:!0}),oo.isFragment=Sr;var Tr=Ft;function Sr(n){return(0,Tr.isNumber)(n)?!1:!!n&&!!n.nodeType&&n.nodeType===Node.DOCUMENT_FRAGMENT_NODE}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isFragment=void 0;var e=oo;Object.defineProperty(n,"isFragment",{enumerable:!0,get:function(){return e.isFragment}})})(kn);var yn={},no={};Object.defineProperty(no,"__esModule",{value:!0}),no.isHTMLString=Or;var Ir=Ke;function Or(n){var e=(0,Ir.make)("div");return e.innerHTML=n,e.childElementCount>0}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isHTMLString=void 0;var e=no;Object.defineProperty(n,"isHTMLString",{enumerable:!0,get:function(){return e.isHTMLString}})})(yn);var wn={},io={};Object.defineProperty(io,"__esModule",{value:!0}),io.offset=_r;function _r(n){var e=n.getBoundingClientRect(),t=window.pageXOffset||document.documentElement.scrollLeft,o=window.pageYOffset||document.documentElement.scrollTop,i=e.top+o,s=e.left+t;return{top:i,left:s,bottom:i+e.height,right:s+e.width}}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.offset=void 0;var e=io;Object.defineProperty(n,"offset",{enumerable:!0,get:function(){return e.offset}})})(wn);var En={},so={};Object.defineProperty(so,"__esModule",{value:!0}),so.prepend=Mr;function Mr(n,e){Array.isArray(e)?(e=e.reverse(),e.forEach(function(t){return n.prepend(t)})):n.prepend(e)}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.prepend=void 0;var e=so;Object.defineProperty(n,"prepend",{enumerable:!0,get:function(){return e.prepend}})})(En),function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.prepend=n.offset=n.make=n.isLineBreakTag=n.isSingleTag=n.isNodeEmpty=n.isLeaf=n.isHTMLString=n.isFragment=n.isEmpty=n.isElement=n.isContentEditable=n.isCollapsedWhitespaces=n.findAllInputs=n.isNativeInput=n.allInputsSelector=n.getDeepestNode=n.getDeepestBlockElements=n.getContentLength=n.fragmentToString=n.containsOnlyInlineElements=n.canSetCaret=n.calculateBaseline=n.blockElements=n.append=void 0;var e=Ct;Object.defineProperty(n,"allInputsSelector",{enumerable:!0,get:function(){return e.allInputsSelector}});var t=ue;Object.defineProperty(n,"isNativeInput",{enumerable:!0,get:function(){return t.isNativeInput}});var o=sn;Object.defineProperty(n,"append",{enumerable:!0,get:function(){return o.append}});var i=Ot;Object.defineProperty(n,"blockElements",{enumerable:!0,get:function(){return i.blockElements}});var s=rn;Object.defineProperty(n,"calculateBaseline",{enumerable:!0,get:function(){return s.calculateBaseline}});var r=an;Object.defineProperty(n,"canSetCaret",{enumerable:!0,get:function(){return r.canSetCaret}});var a=We;Object.defineProperty(n,"containsOnlyInlineElements",{enumerable:!0,get:function(){return a.containsOnlyInlineElements}});var l=dn;Object.defineProperty(n,"fragmentToString",{enumerable:!0,get:function(){return l.fragmentToString}});var c=un;Object.defineProperty(n,"getContentLength",{enumerable:!0,get:function(){return c.getContentLength}});var d=zt;Object.defineProperty(n,"getDeepestBlockElements",{enumerable:!0,get:function(){return d.getDeepestBlockElements}});var h=fn;Object.defineProperty(n,"getDeepestNode",{enumerable:!0,get:function(){return h.getDeepestNode}});var p=mn;Object.defineProperty(n,"findAllInputs",{enumerable:!0,get:function(){return p.findAllInputs}});var g=bn;Object.defineProperty(n,"isCollapsedWhitespaces",{enumerable:!0,get:function(){return g.isCollapsedWhitespaces}});var f=Lt;Object.defineProperty(n,"isContentEditable",{enumerable:!0,get:function(){return f.isContentEditable}});var v=qt;Object.defineProperty(n,"isElement",{enumerable:!0,get:function(){return v.isElement}});var O=vn;Object.defineProperty(n,"isEmpty",{enumerable:!0,get:function(){return O.isEmpty}});var S=kn;Object.defineProperty(n,"isFragment",{enumerable:!0,get:function(){return S.isFragment}});var A=yn;Object.defineProperty(n,"isHTMLString",{enumerable:!0,get:function(){return A.isHTMLString}});var G=Jt;Object.defineProperty(n,"isLeaf",{enumerable:!0,get:function(){return G.isLeaf}});var j=eo;Object.defineProperty(n,"isNodeEmpty",{enumerable:!0,get:function(){return j.isNodeEmpty}});var U=Xe;Object.defineProperty(n,"isLineBreakTag",{enumerable:!0,get:function(){return U.isLineBreakTag}});var oe=Ve;Object.defineProperty(n,"isSingleTag",{enumerable:!0,get:function(){return oe.isSingleTag}});var he=Ke;Object.defineProperty(n,"make",{enumerable:!0,get:function(){return he.make}});var k=wn;Object.defineProperty(n,"offset",{enumerable:!0,get:function(){return k.offset}});var m=En;Object.defineProperty(n,"prepend",{enumerable:!0,get:function(){return m.prepend}})}(de);var Ze={};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.getContenteditableSlice=Lr;var Ar=de;function Lr(n,e,t,o,i){var s;i===void 0&&(i=!1);var r=document.createRange();if(o==="left"?(r.setStart(n,0),r.setEnd(e,t)):(r.setStart(e,t),r.setEnd(n,n.childNodes.length)),i===!0){var a=r.extractContents();return(0,Ar.fragmentToString)(a)}var l=r.cloneContents(),c=document.createElement("div");c.appendChild(l);var d=(s=c.textContent)!==null&&s!==void 0?s:"";return d}Object.defineProperty(Ue,"__esModule",{value:!0}),Ue.checkContenteditableSliceForEmptiness=Rr;var Pr=de,Nr=Ze;function Rr(n,e,t,o){var i=(0,Nr.getContenteditableSlice)(n,e,t,o);return(0,Pr.isCollapsedWhitespaces)(i)}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.checkContenteditableSliceForEmptiness=void 0;var e=Ue;Object.defineProperty(n,"checkContenteditableSliceForEmptiness",{enumerable:!0,get:function(){return e.checkContenteditableSliceForEmptiness}})})(Bt);var xn={};(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.getContenteditableSlice=void 0;var e=Ze;Object.defineProperty(n,"getContenteditableSlice",{enumerable:!0,get:function(){return e.getContenteditableSlice}})})(xn);var Bn={},ro={};Object.defineProperty(ro,"__esModule",{value:!0}),ro.focus=Fr;var Dr=de;function Fr(n,e){var t,o;if(e===void 0&&(e=!0),(0,Dr.isNativeInput)(n)){n.focus();var i=e?0:n.value.length;n.setSelectionRange(i,i)}else{var s=document.createRange(),r=window.getSelection();if(!r)return;var a=function(p){var g=document.createTextNode("");p.appendChild(g),s.setStart(g,0),s.setEnd(g,0)},l=function(p){return p!=null},c=n.childNodes,d=e?c[0]:c[c.length-1];if(l(d)){for(;l(d)&&d.nodeType!==Node.TEXT_NODE;)d=e?d.firstChild:d.lastChild;if(l(d)&&d.nodeType===Node.TEXT_NODE){var h=(o=(t=d.textContent)===null||t===void 0?void 0:t.length)!==null&&o!==void 0?o:0,i=e?0:h;s.setStart(d,i),s.setEnd(d,i)}else a(n)}else a(n);r.removeAllRanges(),r.addRange(s)}}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.focus=void 0;var e=ro;Object.defineProperty(n,"focus",{enumerable:!0,get:function(){return e.focus}})})(Bn);var ao={},Ge={};Object.defineProperty(Ge,"__esModule",{value:!0}),Ge.getCaretNodeAndOffset=jr;function jr(){var n=window.getSelection();if(n===null)return[null,0];var e=n.focusNode,t=n.focusOffset;return e===null?[null,0]:(e.nodeType!==Node.TEXT_NODE&&e.childNodes.length>0&&(e.childNodes[t]!==void 0?(e=e.childNodes[t],t=0):(e=e.childNodes[t-1],e.textContent!==null&&(t=e.textContent.length))),[e,t])}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.getCaretNodeAndOffset=void 0;var e=Ge;Object.defineProperty(n,"getCaretNodeAndOffset",{enumerable:!0,get:function(){return e.getCaretNodeAndOffset}})})(ao);var Cn={},Je={};Object.defineProperty(Je,"__esModule",{value:!0}),Je.getRange=Hr;function Hr(){var n=window.getSelection();return n&&n.rangeCount?n.getRangeAt(0):null}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.getRange=void 0;var e=Je;Object.defineProperty(n,"getRange",{enumerable:!0,get:function(){return e.getRange}})})(Cn);var Tn={},lo={};Object.defineProperty(lo,"__esModule",{value:!0}),lo.isCaretAtEndOfInput=Ur;var Sn=de,$r=ao,zr=Bt;function Ur(n){var e=(0,Sn.getDeepestNode)(n,!0);if(e===null)return!0;if((0,Sn.isNativeInput)(e))return e.selectionEnd===e.value.length;var t=(0,$r.getCaretNodeAndOffset)(),o=t[0],i=t[1];return o===null?!1:(0,zr.checkContenteditableSliceForEmptiness)(n,o,i,"right")}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isCaretAtEndOfInput=void 0;var e=lo;Object.defineProperty(n,"isCaretAtEndOfInput",{enumerable:!0,get:function(){return e.isCaretAtEndOfInput}})})(Tn);var In={},co={};Object.defineProperty(co,"__esModule",{value:!0}),co.isCaretAtStartOfInput=Kr;var Qe=de,Wr=Ge,Yr=Ue;function Kr(n){var e=(0,Qe.getDeepestNode)(n);if(e===null||(0,Qe.isEmpty)(n))return!0;if((0,Qe.isNativeInput)(e))return e.selectionEnd===0;if((0,Qe.isEmpty)(n))return!0;var t=(0,Wr.getCaretNodeAndOffset)(),o=t[0],i=t[1];return o===null?!1:(0,Yr.checkContenteditableSliceForEmptiness)(n,o,i,"left")}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.isCaretAtStartOfInput=void 0;var e=co;Object.defineProperty(n,"isCaretAtStartOfInput",{enumerable:!0,get:function(){return e.isCaretAtStartOfInput}})})(In);var On={},uo={};Object.defineProperty(uo,"__esModule",{value:!0}),uo.save=qr;var Xr=de,Vr=Je;function qr(){var n=(0,Vr.getRange)(),e=(0,Xr.make)("span");if(e.id="cursor",e.hidden=!0,!!n)return n.insertNode(e),function(){var o=window.getSelection();o&&(n.setStartAfter(e),n.setEndAfter(e),o.removeAllRanges(),o.addRange(n),setTimeout(function(){e.remove()},150))}}(function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.save=void 0;var e=uo;Object.defineProperty(n,"save",{enumerable:!0,get:function(){return e.save}})})(On),function(n){Object.defineProperty(n,"__esModule",{value:!0}),n.save=n.isCaretAtStartOfInput=n.isCaretAtEndOfInput=n.getRange=n.getCaretNodeAndOffset=n.focus=n.getContenteditableSlice=n.checkContenteditableSliceForEmptiness=void 0;var e=Bt;Object.defineProperty(n,"checkContenteditableSliceForEmptiness",{enumerable:!0,get:function(){return e.checkContenteditableSliceForEmptiness}});var t=xn;Object.defineProperty(n,"getContenteditableSlice",{enumerable:!0,get:function(){return t.getContenteditableSlice}});var o=Bn;Object.defineProperty(n,"focus",{enumerable:!0,get:function(){return o.focus}});var i=ao;Object.defineProperty(n,"getCaretNodeAndOffset",{enumerable:!0,get:function(){return i.getCaretNodeAndOffset}});var s=Cn;Object.defineProperty(n,"getRange",{enumerable:!0,get:function(){return s.getRange}});var r=Tn;Object.defineProperty(n,"isCaretAtEndOfInput",{enumerable:!0,get:function(){return r.isCaretAtEndOfInput}});var a=In;Object.defineProperty(n,"isCaretAtStartOfInput",{enumerable:!0,get:function(){return a.isCaretAtStartOfInput}});var l=On;Object.defineProperty(n,"save",{enumerable:!0,get:function(){return l.save}})}(nn);class Zr extends E{keydown(e){switch(this.beforeKeydownProcessing(e),e.keyCode){case y.BACKSPACE:this.backspace(e);break;case y.DELETE:this.delete(e);break;case y.ENTER:this.enter(e);break;case y.DOWN:case y.RIGHT:this.arrowRightAndDown(e);break;case y.UP:case y.LEFT:this.arrowLeftAndUp(e);break;case y.TAB:this.tabPressed(e);break}e.key==="/"&&!e.ctrlKey&&!e.metaKey&&this.slashPressed(e),e.code==="Slash"&&(e.ctrlKey||e.metaKey)&&(e.preventDefault(),this.commandSlashPressed())}beforeKeydownProcessing(e){this.needToolbarClosing(e)&&Eo(e.keyCode)&&(this.Editor.Toolbar.close(),e.ctrlKey||e.metaKey||e.altKey||e.shiftKey||this.Editor.BlockSelection.clearSelection(e))}keyup(e){e.shiftKey||this.Editor.UI.checkEmptiness()}dragOver(e){const t=this.Editor.BlockManager.getBlockByChildNode(e.target);t.dropTarget=!0}dragLeave(e){const t=this.Editor.BlockManager.getBlockByChildNode(e.target);t.dropTarget=!1}handleCommandC(e){const{BlockSelection:t}=this.Editor;t.anyBlockSelected&&t.copySelectedBlocks(e)}handleCommandX(e){const{BlockSelection:t,BlockManager:o,Caret:i}=this.Editor;t.anyBlockSelected&&t.copySelectedBlocks(e).then(()=>{const s=o.removeSelectedBlocks(),r=o.insertDefaultBlockAtIndex(s,!0);i.setToBlock(r,i.positions.START),t.clearSelection(e)})}tabPressed(e){const{InlineToolbar:t,Caret:o}=this.Editor;if(t.opened)return;(e.shiftKey?o.navigatePrevious(!0):o.navigateNext(!0))&&e.preventDefault()}commandSlashPressed(){this.Editor.BlockSelection.selectedBlocks.length>1||this.activateBlockSettings()}slashPressed(e){!this.Editor.UI.nodes.wrapper.contains(e.target)||!this.Editor.BlockManager.currentBlock.isEmpty||(e.preventDefault(),this.Editor.Caret.insertContentAtCaretPosition("/"),this.activateToolbox())}enter(e){const{BlockManager:t,UI:o}=this.Editor,i=t.currentBlock;if(i===void 0||i.tool.isLineBreaksEnabled||o.someToolbarOpened&&o.someFlipperButtonFocused||e.shiftKey&&!rt)return;let s=i;i.currentInput!==void 0&&$e(i.currentInput)&&!i.hasMedia?this.Editor.BlockManager.insertDefaultBlockAtIndex(this.Editor.BlockManager.currentBlockIndex):i.currentInput&&ze(i.currentInput)?s=this.Editor.BlockManager.insertDefaultBlockAtIndex(this.Editor.BlockManager.currentBlockIndex+1):s=this.Editor.BlockManager.split(),this.Editor.Caret.setToBlock(s),this.Editor.Toolbar.moveAndOpen(s),e.preventDefault()}backspace(e){const{BlockManager:t,Caret:o}=this.Editor,{currentBlock:i,previousBlock:s}=t;if(i===void 0||!b.isCollapsed||!i.currentInput||!$e(i.currentInput))return;if(e.preventDefault(),this.Editor.Toolbar.close(),!(i.currentInput===i.firstInput)){o.navigatePrevious();return}if(s===null)return;if(s.isEmpty){t.removeBlock(s);return}if(i.isEmpty){t.removeBlock(i);const l=t.currentBlock;o.setToBlock(l,o.positions.END);return}No(s,i)?this.mergeBlocks(s,i):o.setToBlock(s,o.positions.END)}delete(e){const{BlockManager:t,Caret:o}=this.Editor,{currentBlock:i,nextBlock:s}=t;if(!b.isCollapsed||!ze(i.currentInput))return;if(e.preventDefault(),this.Editor.Toolbar.close(),!(i.currentInput===i.lastInput)){o.navigateNext();return}if(s===null)return;if(s.isEmpty){t.removeBlock(s);return}if(i.isEmpty){t.removeBlock(i),o.setToBlock(s,o.positions.START);return}No(i,s)?this.mergeBlocks(i,s):o.setToBlock(s,o.positions.START)}mergeBlocks(e,t){const{BlockManager:o,Toolbar:i}=this.Editor;e.lastInput!==void 0&&(nn.focus(e.lastInput,!1),o.mergeBlocks(e,t).then(()=>{i.close()}))}arrowRightAndDown(e){const t=ae.usedKeys.includes(e.keyCode)&&(!e.shiftKey||e.keyCode===y.TAB);if(this.Editor.UI.someToolbarOpened&&t)return;this.Editor.Toolbar.close();const{currentBlock:o}=this.Editor.BlockManager,s=((o==null?void 0:o.currentInput)!==void 0?ze(o.currentInput):void 0)||this.Editor.BlockSelection.anyBlockSelected;if(e.shiftKey&&e.keyCode===y.DOWN&&s){this.Editor.CrossBlockSelection.toggleBlockSelectedState();return}if(e.keyCode===y.DOWN||e.keyCode===y.RIGHT&&!this.isRtl?this.Editor.Caret.navigateNext():this.Editor.Caret.navigatePrevious()){e.preventDefault();return}Ae(()=>{this.Editor.BlockManager.currentBlock&&this.Editor.BlockManager.currentBlock.updateCurrentInput()},20)(),this.Editor.BlockSelection.clearSelection(e)}arrowLeftAndUp(e){if(this.Editor.UI.someToolbarOpened){if(ae.usedKeys.includes(e.keyCode)&&(!e.shiftKey||e.keyCode===y.TAB))return;this.Editor.UI.closeAllToolbars()}this.Editor.Toolbar.close();const{currentBlock:t}=this.Editor.BlockManager,i=((t==null?void 0:t.currentInput)!==void 0?$e(t.currentInput):void 0)||this.Editor.BlockSelection.anyBlockSelected;if(e.shiftKey&&e.keyCode===y.UP&&i){this.Editor.CrossBlockSelection.toggleBlockSelectedState(!1);return}if(e.keyCode===y.UP||e.keyCode===y.LEFT&&!this.isRtl?this.Editor.Caret.navigatePrevious():this.Editor.Caret.navigateNext()){e.preventDefault();return}Ae(()=>{this.Editor.BlockManager.currentBlock&&this.Editor.BlockManager.currentBlock.updateCurrentInput()},20)(),this.Editor.BlockSelection.clearSelection(e)}needToolbarClosing(e){const t=e.keyCode===y.ENTER&&this.Editor.Toolbar.toolbox.opened,o=e.keyCode===y.ENTER&&this.Editor.BlockSettings.opened,i=e.keyCode===y.ENTER&&this.Editor.InlineToolbar.opened,s=e.keyCode===y.TAB;return!(e.shiftKey||s||t||o||i)}activateToolbox(){this.Editor.Toolbar.opened||this.Editor.Toolbar.moveAndOpen(),this.Editor.Toolbar.toolbox.open()}activateBlockSettings(){this.Editor.Toolbar.opened||this.Editor.Toolbar.moveAndOpen(),this.Editor.BlockSettings.opened||this.Editor.BlockSettings.open()}}class ho{constructor(e){this.blocks=[],this.workingArea=e}get length(){return this.blocks.length}get array(){return this.blocks}get nodes(){return xo(this.workingArea.children)}static set(e,t,o){return isNaN(Number(t))?(Reflect.set(e,t,o),!0):(e.insert(+t,o),!0)}static get(e,t){return isNaN(Number(t))?Reflect.get(e,t):e.get(+t)}push(e){this.blocks.push(e),this.insertToDOM(e)}swap(e,t){const o=this.blocks[t];u.swap(this.blocks[e].holder,o.holder),this.blocks[t]=this.blocks[e],this.blocks[e]=o}move(e,t){const o=this.blocks.splice(t,1)[0],i=e-1,s=Math.max(0,i),r=this.blocks[s];e>0?this.insertToDOM(o,"afterend",r):this.insertToDOM(o,"beforebegin",r),this.blocks.splice(e,0,o);const a=this.composeBlockEvent("move",{fromIndex:t,toIndex:e});o.call(te.MOVED,a)}insert(e,t,o=!1){if(!this.length){this.push(t);return}e>this.length&&(e=this.length),o&&(this.blocks[e].holder.remove(),this.blocks[e].call(te.REMOVED));const i=o?1:0;if(this.blocks.splice(e,i,t),e>0){const s=this.blocks[e-1];this.insertToDOM(t,"afterend",s)}else{const s=this.blocks[e+1];s?this.insertToDOM(t,"beforebegin",s):this.insertToDOM(t)}}replace(e,t){if(this.blocks[e]===void 0)throw Error("Incorrect index");this.blocks[e].holder.replaceWith(t.holder),this.blocks[e]=t}insertMany(e,t){const o=new DocumentFragment;for(const i of e)o.appendChild(i.holder);if(this.length>0){if(t>0){const i=Math.min(t-1,this.length-1);this.blocks[i].holder.after(o)}else t===0&&this.workingArea.prepend(o);this.blocks.splice(t,0,...e)}else this.blocks.push(...e),this.workingArea.appendChild(o);e.forEach(i=>i.call(te.RENDERED))}remove(e){isNaN(e)&&(e=this.length-1),this.blocks[e].holder.remove(),this.blocks[e].call(te.REMOVED),this.blocks.splice(e,1)}removeAll(){this.workingArea.innerHTML="",this.blocks.forEach(e=>e.call(te.REMOVED)),this.blocks.length=0}insertAfter(e,t){const o=this.blocks.indexOf(e);this.insert(o+1,t)}get(e){return this.blocks[e]}indexOf(e){return this.blocks.indexOf(e)}insertToDOM(e,t,o){t?o.holder.insertAdjacentElement(t,e.holder):this.workingArea.appendChild(e.holder),e.call(te.RENDERED)}composeBlockEvent(e,t){return new CustomEvent(e,{detail:t})}}const _n="block-removed",Mn="block-added",Gr="block-moved",An="block-changed";class Jr{constructor(){this.completed=Promise.resolve()}add(e){return new Promise((t,o)=>{this.completed=this.completed.then(e).then(t).catch(o)})}}class Qr extends E{constructor(){super(...arguments),this._currentBlockIndex=-1,this._blocks=null}get currentBlockIndex(){return this._currentBlockIndex}set currentBlockIndex(e){this._currentBlockIndex=e}get firstBlock(){return this._blocks[0]}get lastBlock(){return this._blocks[this._blocks.length-1]}get currentBlock(){return this._blocks[this.currentBlockIndex]}set currentBlock(e){this.currentBlockIndex=this.getBlockIndex(e)}get nextBlock(){return this.currentBlockIndex===this._blocks.length-1?null:this._blocks[this.currentBlockIndex+1]}get nextContentfulBlock(){return this.blocks.slice(this.currentBlockIndex+1).find(t=>!!t.inputs.length)}get previousContentfulBlock(){return this.blocks.slice(0,this.currentBlockIndex).reverse().find(t=>!!t.inputs.length)}get previousBlock(){return this.currentBlockIndex===0?null:this._blocks[this.currentBlockIndex-1]}get blocks(){return this._blocks.array}get isEditorEmpty(){return this.blocks.every(e=>e.isEmpty)}prepare(){const e=new ho(this.Editor.UI.nodes.redactor);this._blocks=new Proxy(e,{set:ho.set,get:ho.get}),this.listeners.on(document,"copy",t=>this.Editor.BlockEvents.handleCommandC(t))}toggleReadOnly(e){e?this.disableModuleBindings():this.enableModuleBindings()}composeBlock({tool:e,data:t={},id:o=void 0,tunes:i={}}){const s=this.Editor.ReadOnly.isEnabled,r=this.Editor.Tools.blockTools.get(e),a=new R({id:o,data:t,tool:r,api:this.Editor.API,readOnly:s,tunesData:i},this.eventsDispatcher);return s||window.requestIdleCallback(()=>{this.bindBlockEvents(a)},{timeout:2e3}),a}insert({id:e=void 0,tool:t=this.config.defaultBlock,data:o={},index:i,needToFocus:s=!0,replace:r=!1,tunes:a={}}={}){let l=i;l===void 0&&(l=this.currentBlockIndex+(r?0:1));const c=this.composeBlock({id:e,tool:t,data:o,tunes:a});return r&&this.blockDidMutated(_n,this.getBlockByIndex(l),{index:l}),this._blocks.insert(l,c,r),this.blockDidMutated(Mn,c,{index:l}),s?this.currentBlockIndex=l:l<=this.currentBlockIndex&&this.currentBlockIndex++,c}insertMany(e,t=0){this._blocks.insertMany(e,t)}async update(e,t,o){if(!t&&!o)return e;const i=await e.data,s=this.composeBlock({id:e.id,tool:e.name,data:Object.assign({},i,t??{}),tunes:o??e.tunes}),r=this.getBlockIndex(e);return this._blocks.replace(r,s),this.blockDidMutated(An,s,{index:r}),s}replace(e,t,o){const i=this.getBlockIndex(e);return this.insert({tool:t,data:o,index:i,replace:!0})}paste(e,t,o=!1){const i=this.insert({tool:e,replace:o});try{window.requestIdleCallback(()=>{i.call(te.ON_PASTE,t)})}catch(s){T(`${e}: onPaste callback call is failed`,"error",s)}return i}insertDefaultBlockAtIndex(e,t=!1){const o=this.composeBlock({tool:this.config.defaultBlock});return this._blocks[e]=o,this.blockDidMutated(Mn,o,{index:e}),t?this.currentBlockIndex=e:e<=this.currentBlockIndex&&this.currentBlockIndex++,o}insertAtEnd(){return this.currentBlockIndex=this.blocks.length-1,this.insert()}async mergeBlocks(e,t){let o;if(e.name===t.name&&e.mergeable){const i=await t.data;if(V(i)){console.error("Could not merge Block. Failed to extract original Block data.");return}const[s]=dt([i],e.tool.sanitizeConfig);o=s}else if(e.mergeable&&Pe(t,"export")&&Pe(e,"import")){const i=await t.exportDataAsString(),s=q(i,e.tool.sanitizeConfig);o=Ro(s,e.tool.conversionConfig)}o!==void 0&&(await e.mergeWith(o),this.removeBlock(t),this.currentBlockIndex=this._blocks.indexOf(e))}removeBlock(e,t=!0){return new Promise(o=>{const i=this._blocks.indexOf(e);if(!this.validateIndex(i))throw new Error("Can't find a Block to remove");this._blocks.remove(i),e.destroy(),this.blockDidMutated(_n,e,{index:i}),this.currentBlockIndex>=i&&this.currentBlockIndex--,this.blocks.length?i===0&&(this.currentBlockIndex=0):(this.unsetCurrentBlock(),t&&this.insert()),o()})}removeSelectedBlocks(){let e;for(let t=this.blocks.length-1;t>=0;t--)this.blocks[t].selected&&(this.removeBlock(this.blocks[t]),e=t);return e}removeAllBlocks(){for(let e=this.blocks.length-1;e>=0;e--)this._blocks.remove(e);this.unsetCurrentBlock(),this.insert(),this.currentBlock.firstInput.focus()}split(){const e=this.Editor.Caret.extractFragmentFromCaretPosition(),t=u.make("div");t.appendChild(e);const o={text:u.isEmpty(t)?"":t.innerHTML};return this.insert({data:o})}getBlockByIndex(e){return e===-1&&(e=this._blocks.length-1),this._blocks[e]}getBlockIndex(e){return this._blocks.indexOf(e)}getBlockById(e){return this._blocks.array.find(t=>t.id===e)}getBlock(e){u.isElement(e)||(e=e.parentNode);const t=this._blocks.nodes,o=e.closest(`.${R.CSS.wrapper}`),i=t.indexOf(o);if(i>=0)return this._blocks[i]}setCurrentBlockByChildNode(e){u.isElement(e)||(e=e.parentNode);const t=e.closest(`.${R.CSS.wrapper}`);if(!t)return;const o=t.closest(`.${this.Editor.UI.CSS.editorWrapper}`);if(o!=null&&o.isEqualNode(this.Editor.UI.nodes.wrapper))return this.currentBlockIndex=this._blocks.nodes.indexOf(t),this.currentBlock.updateCurrentInput(),this.currentBlock}getBlockByChildNode(e){if(!e||!(e instanceof Node))return;u.isElement(e)||(e=e.parentNode);const t=e.closest(`.${R.CSS.wrapper}`);return this.blocks.find(o=>o.holder===t)}swap(e,t){this._blocks.swap(e,t),this.currentBlockIndex=t}move(e,t=this.currentBlockIndex){if(isNaN(e)||isNaN(t)){T("Warning during 'move' call: incorrect indices provided.","warn");return}if(!this.validateIndex(e)||!this.validateIndex(t)){T("Warning during 'move' call: indices cannot be lower than 0 or greater than the amount of blocks.","warn");return}this._blocks.move(e,t),this.currentBlockIndex=e,this.blockDidMutated(Gr,this.currentBlock,{fromIndex:t,toIndex:e})}async convert(e,t,o){if(!await e.save())throw new Error("Could not convert Block. Failed to extract original Block data.");const s=this.Editor.Tools.blockTools.get(t);if(!s)throw new Error(`Could not convert Block. Tool «${t}» not found.`);const r=await e.exportDataAsString(),a=q(r,s.sanitizeConfig);let l=Ro(a,s.conversionConfig,s.settings);return o&&(l=Object.assign(l,o)),this.replace(e,s.name,l)}unsetCurrentBlock(){this.currentBlockIndex=-1}async clear(e=!1){const t=new Jr;[...this.blocks].forEach(i=>{t.add(async()=>{await this.removeBlock(i,!1)})}),await t.completed,this.unsetCurrentBlock(),e&&this.insert(),this.Editor.UI.checkEmptiness()}async destroy(){await Promise.all(this.blocks.map(e=>e.destroy()))}bindBlockEvents(e){const{BlockEvents:t}=this.Editor;this.readOnlyMutableListeners.on(e.holder,"keydown",o=>{t.keydown(o)}),this.readOnlyMutableListeners.on(e.holder,"keyup",o=>{t.keyup(o)}),this.readOnlyMutableListeners.on(e.holder,"dragover",o=>{t.dragOver(o)}),this.readOnlyMutableListeners.on(e.holder,"dragleave",o=>{t.dragLeave(o)}),e.on("didMutated",o=>this.blockDidMutated(An,o,{index:this.getBlockIndex(o)}))}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}enableModuleBindings(){this.readOnlyMutableListeners.on(document,"cut",e=>this.Editor.BlockEvents.handleCommandX(e)),this.blocks.forEach(e=>{this.bindBlockEvents(e)})}validateIndex(e){return!(e<0||e>=this._blocks.length)}blockDidMutated(e,t,o){const i=new CustomEvent(e,{detail:{target:new ee(t),...o}});return this.eventsDispatcher.emit(_o,{event:i}),t}}class ea extends E{constructor(){super(...arguments),this.anyBlockSelectedCache=null,this.needToSelectAll=!1,this.nativeInputSelected=!1,this.readyToBlockSelection=!1}get sanitizerConfig(){return{p:{},h1:{},h2:{},h3:{},h4:{},h5:{},h6:{},ol:{},ul:{},li:{},br:!0,img:{src:!0,width:!0,height:!0},a:{href:!0},b:{},i:{},u:{}}}get allBlocksSelected(){const{BlockManager:e}=this.Editor;return e.blocks.every(t=>t.selected===!0)}set allBlocksSelected(e){const{BlockManager:t}=this.Editor;t.blocks.forEach(o=>{o.selected=e}),this.clearCache()}get anyBlockSelected(){const{BlockManager:e}=this.Editor;return this.anyBlockSelectedCache===null&&(this.anyBlockSelectedCache=e.blocks.some(t=>t.selected===!0)),this.anyBlockSelectedCache}get selectedBlocks(){return this.Editor.BlockManager.blocks.filter(e=>e.selected)}prepare(){this.selection=new b,be.add({name:"CMD+A",handler:e=>{const{BlockManager:t,ReadOnly:o}=this.Editor;if(o.isEnabled){e.preventDefault(),this.selectAllBlocks();return}t.currentBlock&&this.handleCommandA(e)},on:this.Editor.UI.nodes.redactor})}toggleReadOnly(){b.get().removeAllRanges(),this.allBlocksSelected=!1}unSelectBlockByIndex(e){const{BlockManager:t}=this.Editor;let o;isNaN(e)?o=t.currentBlock:o=t.getBlockByIndex(e),o.selected=!1,this.clearCache()}clearSelection(e,t=!1){const{BlockManager:o,Caret:i,RectangleSelection:s}=this.Editor;this.needToSelectAll=!1,this.nativeInputSelected=!1,this.readyToBlockSelection=!1;const r=e&&e instanceof KeyboardEvent,a=r&&Eo(e.keyCode);if(this.anyBlockSelected&&r&&a&&!b.isSelectionExists){const l=o.removeSelectedBlocks();o.insertDefaultBlockAtIndex(l,!0),i.setToBlock(o.currentBlock),Ae(()=>{const c=e.key;i.insertContentAtCaretPosition(c.length>1?"":c)},20)()}if(this.Editor.CrossBlockSelection.clear(e),!this.anyBlockSelected||s.isRectActivated()){this.Editor.RectangleSelection.clearSelection();return}t&&this.selection.restore(),this.allBlocksSelected=!1}copySelectedBlocks(e){e.preventDefault();const t=u.make("div");this.selectedBlocks.forEach(s=>{const r=q(s.holder.innerHTML,this.sanitizerConfig),a=u.make("p");a.innerHTML=r,t.appendChild(a)});const o=Array.from(t.childNodes).map(s=>s.textContent).join(` - -`),i=t.innerHTML;return e.clipboardData.setData("text/plain",o),e.clipboardData.setData("text/html",i),Promise.all(this.selectedBlocks.map(s=>s.save())).then(s=>{try{e.clipboardData.setData(this.Editor.Paste.MIME_TYPE,JSON.stringify(s))}catch{}})}selectBlockByIndex(e){const{BlockManager:t}=this.Editor,o=t.getBlockByIndex(e);o!==void 0&&this.selectBlock(o)}selectBlock(e){this.selection.save(),b.get().removeAllRanges(),e.selected=!0,this.clearCache(),this.Editor.InlineToolbar.close()}unselectBlock(e){e.selected=!1,this.clearCache()}clearCache(){this.anyBlockSelectedCache=null}destroy(){be.remove(this.Editor.UI.nodes.redactor,"CMD+A")}handleCommandA(e){if(this.Editor.RectangleSelection.clearSelection(),u.isNativeInput(e.target)&&!this.readyToBlockSelection){this.readyToBlockSelection=!0;return}const t=this.Editor.BlockManager.getBlock(e.target),o=t.inputs;if(o.length>1&&!this.readyToBlockSelection){this.readyToBlockSelection=!0;return}if(o.length===1&&!this.needToSelectAll){this.needToSelectAll=!0;return}this.needToSelectAll?(e.preventDefault(),this.selectAllBlocks(),this.needToSelectAll=!1,this.readyToBlockSelection=!1):this.readyToBlockSelection&&(e.preventDefault(),this.selectBlock(t),this.needToSelectAll=!0)}selectAllBlocks(){this.selection.save(),b.get().removeAllRanges(),this.allBlocksSelected=!0,this.Editor.InlineToolbar.close()}}class et extends E{get positions(){return{START:"start",END:"end",DEFAULT:"default"}}static get CSS(){return{shadowCaret:"cdx-shadow-caret"}}setToBlock(e,t=this.positions.DEFAULT,o=0){var c;const{BlockManager:i,BlockSelection:s}=this.Editor;if(s.clearSelection(),!e.focusable){(c=window.getSelection())==null||c.removeAllRanges(),s.selectBlock(e),i.currentBlock=e;return}let r;switch(t){case this.positions.START:r=e.firstInput;break;case this.positions.END:r=e.lastInput;break;default:r=e.currentInput}if(!r)return;let a,l=o;if(t===this.positions.START)a=u.getDeepestNode(r,!1),l=0;else if(t===this.positions.END)a=u.getDeepestNode(r,!0),l=u.getContentLength(a);else{const{node:d,offset:h}=u.getNodeByOffset(r,o);d?(a=d,l=h):(a=u.getDeepestNode(r,!1),l=0)}this.set(a,l),i.setCurrentBlockByChildNode(e.holder),i.currentBlock.currentInput=r}setToInput(e,t=this.positions.DEFAULT,o=0){const{currentBlock:i}=this.Editor.BlockManager,s=u.getDeepestNode(e);switch(t){case this.positions.START:this.set(s,0);break;case this.positions.END:this.set(s,u.getContentLength(s));break;default:o&&this.set(s,o)}i.currentInput=e}set(e,t=0){const{top:i,bottom:s}=b.setCursor(e,t),{innerHeight:r}=window;i<0?window.scrollBy(0,i-30):s>r&&window.scrollBy(0,s-r+30)}setToTheLastBlock(){const e=this.Editor.BlockManager.lastBlock;if(e)if(e.tool.isDefault&&e.isEmpty)this.setToBlock(e);else{const t=this.Editor.BlockManager.insertAtEnd();this.setToBlock(t)}}extractFragmentFromCaretPosition(){const e=b.get();if(e.rangeCount){const t=e.getRangeAt(0),o=this.Editor.BlockManager.currentBlock.currentInput;if(t.deleteContents(),o)if(u.isNativeInput(o)){const i=o,s=document.createDocumentFragment(),r=i.value.substring(0,i.selectionStart),a=i.value.substring(i.selectionStart);return s.textContent=a,i.value=r,s}else{const i=t.cloneRange();return i.selectNodeContents(o),i.setStart(t.endContainer,t.endOffset),i.extractContents()}}}navigateNext(e=!1){const{BlockManager:t}=this.Editor,{currentBlock:o,nextBlock:i}=t;if(o===void 0)return!1;const{nextInput:s,currentInput:r}=o,a=r!==void 0?ze(r):void 0;let l=i;const c=e||a||!o.focusable;if(s&&c)return this.setToInput(s,this.positions.START),!0;if(l===null){if(o.tool.isDefault||!c)return!1;l=t.insertAtEnd()}return c?(this.setToBlock(l,this.positions.START),!0):!1}navigatePrevious(e=!1){const{currentBlock:t,previousBlock:o}=this.Editor.BlockManager;if(!t)return!1;const{previousInput:i,currentInput:s}=t,r=s!==void 0?$e(s):void 0,a=e||r||!t.focusable;return i&&a?(this.setToInput(i,this.positions.END),!0):o!==null&&a?(this.setToBlock(o,this.positions.END),!0):!1}createShadow(e){const t=document.createElement("span");t.classList.add(et.CSS.shadowCaret),e.insertAdjacentElement("beforeend",t)}restoreCaret(e){const t=e.querySelector(`.${et.CSS.shadowCaret}`);if(!t)return;new b().expandToTag(t);const i=document.createRange();i.selectNode(t),i.extractContents()}insertContentAtCaretPosition(e){const t=document.createDocumentFragment(),o=document.createElement("div"),i=b.get(),s=b.range;o.innerHTML=e,Array.from(o.childNodes).forEach(c=>t.appendChild(c)),t.childNodes.length===0&&t.appendChild(new Text);const r=t.lastChild;s.deleteContents(),s.insertNode(t);const a=document.createRange(),l=r.nodeType===Node.TEXT_NODE?r:r.firstChild;l!==null&&l.textContent!==null&&a.setStart(l,l.textContent.length),i.removeAllRanges(),i.addRange(a)}}class ta extends E{constructor(){super(...arguments),this.onMouseUp=()=>{this.listeners.off(document,"mouseover",this.onMouseOver),this.listeners.off(document,"mouseup",this.onMouseUp)},this.onMouseOver=e=>{const{BlockManager:t,BlockSelection:o}=this.Editor;if(e.relatedTarget===null&&e.target===null)return;const i=t.getBlockByChildNode(e.relatedTarget)||this.lastSelectedBlock,s=t.getBlockByChildNode(e.target);if(!(!i||!s)&&s!==i){if(i===this.firstSelectedBlock){b.get().removeAllRanges(),i.selected=!0,s.selected=!0,o.clearCache();return}if(s===this.firstSelectedBlock){i.selected=!1,s.selected=!1,o.clearCache();return}this.Editor.InlineToolbar.close(),this.toggleBlocksSelectedState(i,s),this.lastSelectedBlock=s}}}async prepare(){this.listeners.on(document,"mousedown",e=>{this.enableCrossBlockSelection(e)})}watchSelection(e){if(e.button!==Xn.LEFT)return;const{BlockManager:t}=this.Editor;this.firstSelectedBlock=t.getBlock(e.target),this.lastSelectedBlock=this.firstSelectedBlock,this.listeners.on(document,"mouseover",this.onMouseOver),this.listeners.on(document,"mouseup",this.onMouseUp)}get isCrossBlockSelectionStarted(){return!!this.firstSelectedBlock&&!!this.lastSelectedBlock&&this.firstSelectedBlock!==this.lastSelectedBlock}toggleBlockSelectedState(e=!0){const{BlockManager:t,BlockSelection:o}=this.Editor;this.lastSelectedBlock||(this.lastSelectedBlock=this.firstSelectedBlock=t.currentBlock),this.firstSelectedBlock===this.lastSelectedBlock&&(this.firstSelectedBlock.selected=!0,o.clearCache(),b.get().removeAllRanges());const i=t.blocks.indexOf(this.lastSelectedBlock)+(e?1:-1),s=t.blocks[i];s&&(this.lastSelectedBlock.selected!==s.selected?(s.selected=!0,o.clearCache()):(this.lastSelectedBlock.selected=!1,o.clearCache()),this.lastSelectedBlock=s,this.Editor.InlineToolbar.close(),s.holder.scrollIntoView({block:"nearest"}))}clear(e){const{BlockManager:t,BlockSelection:o,Caret:i}=this.Editor,s=t.blocks.indexOf(this.firstSelectedBlock),r=t.blocks.indexOf(this.lastSelectedBlock);if(o.anyBlockSelected&&s>-1&&r>-1&&e&&e instanceof KeyboardEvent)switch(e.keyCode){case y.DOWN:case y.RIGHT:i.setToBlock(t.blocks[Math.max(s,r)],i.positions.END);break;case y.UP:case y.LEFT:i.setToBlock(t.blocks[Math.min(s,r)],i.positions.START);break;default:i.setToBlock(t.blocks[Math.max(s,r)],i.positions.END)}this.firstSelectedBlock=this.lastSelectedBlock=null}enableCrossBlockSelection(e){const{UI:t}=this.Editor;b.isCollapsed||this.Editor.BlockSelection.clearSelection(e),t.nodes.redactor.contains(e.target)?this.watchSelection(e):this.Editor.BlockSelection.clearSelection(e)}toggleBlocksSelectedState(e,t){const{BlockManager:o,BlockSelection:i}=this.Editor,s=o.blocks.indexOf(e),r=o.blocks.indexOf(t),a=e.selected!==t.selected;for(let l=Math.min(s,r);l<=Math.max(s,r);l++){const c=o.blocks[l];c!==this.firstSelectedBlock&&c!==(a?e:t)&&(o.blocks[l].selected=!o.blocks[l].selected,i.clearCache())}}}class oa extends E{constructor(){super(...arguments),this.isStartedAtEditor=!1}toggleReadOnly(e){e?this.disableModuleBindings():this.enableModuleBindings()}enableModuleBindings(){const{UI:e}=this.Editor;this.readOnlyMutableListeners.on(e.nodes.holder,"drop",async t=>{await this.processDrop(t)},!0),this.readOnlyMutableListeners.on(e.nodes.holder,"dragstart",()=>{this.processDragStart()}),this.readOnlyMutableListeners.on(e.nodes.holder,"dragover",t=>{this.processDragOver(t)},!0)}disableModuleBindings(){this.readOnlyMutableListeners.clearAll()}async processDrop(e){const{BlockManager:t,Paste:o,Caret:i}=this.Editor;e.preventDefault(),t.blocks.forEach(r=>{r.dropTarget=!1}),b.isAtEditor&&!b.isCollapsed&&this.isStartedAtEditor&&document.execCommand("delete"),this.isStartedAtEditor=!1;const s=t.setCurrentBlockByChildNode(e.target);if(s)this.Editor.Caret.setToBlock(s,i.positions.END);else{const r=t.setCurrentBlockByChildNode(t.lastBlock.holder);this.Editor.Caret.setToBlock(r,i.positions.END)}await o.processDataTransfer(e.dataTransfer,!0)}processDragStart(){b.isAtEditor&&!b.isCollapsed&&(this.isStartedAtEditor=!0),this.Editor.InlineToolbar.close()}processDragOver(e){e.preventDefault()}}const na=180,ia=400;class sa extends E{constructor({config:e,eventsDispatcher:t}){super({config:e,eventsDispatcher:t}),this.disabled=!1,this.batchingTimeout=null,this.batchingOnChangeQueue=new Map,this.batchTime=ia,this.mutationObserver=new MutationObserver(o=>{this.redactorChanged(o)}),this.eventsDispatcher.on(_o,o=>{this.particularBlockChanged(o.event)}),this.eventsDispatcher.on(Mo,()=>{this.disable()}),this.eventsDispatcher.on(Ao,()=>{this.enable()})}enable(){this.mutationObserver.observe(this.Editor.UI.nodes.redactor,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),this.disabled=!1}disable(){this.mutationObserver.disconnect(),this.disabled=!0}particularBlockChanged(e){this.disabled||!M(this.config.onChange)||(this.batchingOnChangeQueue.set(`block:${e.detail.target.id}:event:${e.type}`,e),this.batchingTimeout&&clearTimeout(this.batchingTimeout),this.batchingTimeout=setTimeout(()=>{let t;this.batchingOnChangeQueue.size===1?t=this.batchingOnChangeQueue.values().next().value:t=Array.from(this.batchingOnChangeQueue.values()),this.config.onChange&&this.config.onChange(this.Editor.API.methods,t),this.batchingOnChangeQueue.clear()},this.batchTime))}redactorChanged(e){this.eventsDispatcher.emit(at,{mutations:e})}}const Ln=class Wn extends E{constructor(){super(...arguments),this.MIME_TYPE="application/x-editor-js",this.toolsTags={},this.tagsByTool={},this.toolsPatterns=[],this.toolsFiles={},this.exceptionList=[],this.processTool=e=>{try{const t=e.create({},{},!1);if(e.pasteConfig===!1){this.exceptionList.push(e.name);return}if(!M(t.onPaste))return;this.getTagsConfig(e),this.getFilesConfig(e),this.getPatternsConfig(e)}catch(t){T(`Paste handling for «${e.name}» Tool hasn't been set up because of the error`,"warn",t)}},this.handlePasteEvent=async e=>{const{BlockManager:t,Toolbar:o}=this.Editor,i=t.setCurrentBlockByChildNode(e.target);!i||this.isNativeBehaviour(e.target)&&!e.clipboardData.types.includes("Files")||i&&this.exceptionList.includes(i.name)||(e.preventDefault(),this.processDataTransfer(e.clipboardData),o.close())}}async prepare(){this.processTools()}toggleReadOnly(e){e?this.unsetCallback():this.setCallback()}async processDataTransfer(e,t=!1){const{Tools:o}=this.Editor,i=e.types;if((i.includes?i.includes("Files"):i.contains("Files"))&&!V(this.toolsFiles)){await this.processFiles(e.files);return}const r=e.getData(this.MIME_TYPE),a=e.getData("text/plain");let l=e.getData("text/html");if(r)try{this.insertEditorJSData(JSON.parse(r));return}catch{}t&&a.trim()&&l.trim()&&(l="

"+(l.trim()?l:a)+"

");const c=Object.keys(this.toolsTags).reduce((p,g)=>(p[g.toLowerCase()]=this.toolsTags[g].sanitizationConfig??{},p),{}),d=Object.assign({},c,o.getAllInlineToolsSanitizeConfig(),{br:{}}),h=q(l,d);!h.trim()||h.trim()===a||!u.isHTMLString(h)?await this.processText(a):await this.processText(h,!0)}async processText(e,t=!1){const{Caret:o,BlockManager:i}=this.Editor,s=t?this.processHTML(e):this.processPlain(e);if(!s.length)return;if(s.length===1){s[0].isBlock?this.processSingleBlock(s.pop()):this.processInlinePaste(s.pop());return}const a=i.currentBlock&&i.currentBlock.tool.isDefault&&i.currentBlock.isEmpty;s.map(async(l,c)=>this.insertBlock(l,c===0&&a)),i.currentBlock&&o.setToBlock(i.currentBlock,o.positions.END)}setCallback(){this.listeners.on(this.Editor.UI.nodes.holder,"paste",this.handlePasteEvent)}unsetCallback(){this.listeners.off(this.Editor.UI.nodes.holder,"paste",this.handlePasteEvent)}processTools(){const e=this.Editor.Tools.blockTools;Array.from(e.values()).forEach(this.processTool)}collectTagNames(e){return Q(e)?[e]:N(e)?Object.keys(e):[]}getTagsConfig(e){if(e.pasteConfig===!1)return;const t=e.pasteConfig.tags||[],o=[];t.forEach(i=>{const s=this.collectTagNames(i);o.push(...s),s.forEach(r=>{if(Object.prototype.hasOwnProperty.call(this.toolsTags,r)){T(`Paste handler for «${e.name}» Tool on «${r}» tag is skipped because it is already used by «${this.toolsTags[r].tool.name}» Tool.`,"warn");return}const a=N(i)?i[r]:null;this.toolsTags[r.toUpperCase()]={tool:e,sanitizationConfig:a}})}),this.tagsByTool[e.name]=o.map(i=>i.toUpperCase())}getFilesConfig(e){if(e.pasteConfig===!1)return;const{files:t={}}=e.pasteConfig;let{extensions:o,mimeTypes:i}=t;!o&&!i||(o&&!Array.isArray(o)&&(T(`«extensions» property of the onDrop config for «${e.name}» Tool should be an array`),o=[]),i&&!Array.isArray(i)&&(T(`«mimeTypes» property of the onDrop config for «${e.name}» Tool should be an array`),i=[]),i&&(i=i.filter(s=>Jn(s)?!0:(T(`MIME type value «${s}» for the «${e.name}» Tool is not a valid MIME type`,"warn"),!1))),this.toolsFiles[e.name]={extensions:o||[],mimeTypes:i||[]})}getPatternsConfig(e){e.pasteConfig===!1||!e.pasteConfig.patterns||V(e.pasteConfig.patterns)||Object.entries(e.pasteConfig.patterns).forEach(([t,o])=>{o instanceof RegExp||T(`Pattern ${o} for «${e.name}» Tool is skipped because it should be a Regexp instance.`,"warn"),this.toolsPatterns.push({key:t,pattern:o,tool:e})})}isNativeBehaviour(e){return u.isNativeInput(e)}async processFiles(e){const{BlockManager:t}=this.Editor;let o;o=await Promise.all(Array.from(e).map(r=>this.processFile(r))),o=o.filter(r=>!!r);const s=t.currentBlock.tool.isDefault&&t.currentBlock.isEmpty;o.forEach((r,a)=>{t.paste(r.type,r.event,a===0&&s)})}async processFile(e){const t=Gn(e),o=Object.entries(this.toolsFiles).find(([r,{mimeTypes:a,extensions:l}])=>{const[c,d]=e.type.split("/"),h=l.find(g=>g.toLowerCase()===t.toLowerCase()),p=a.find(g=>{const[f,v]=g.split("/");return f===c&&(v===d||v==="*")});return!!h||!!p});if(!o)return;const[i]=o;return{event:this.composePasteEvent("file",{file:e}),type:i}}processHTML(e){const{Tools:t}=this.Editor,o=u.make("DIV");return o.innerHTML=e,this.getNodes(o).map(s=>{let r,a=t.defaultTool,l=!1;switch(s.nodeType){case Node.DOCUMENT_FRAGMENT_NODE:r=u.make("div"),r.appendChild(s);break;case Node.ELEMENT_NODE:r=s,l=!0,this.toolsTags[r.tagName]&&(a=this.toolsTags[r.tagName].tool);break}const{tags:c}=a.pasteConfig||{tags:[]},d=c.reduce((g,f)=>(this.collectTagNames(f).forEach(O=>{const S=N(f)?f[O]:null;g[O.toLowerCase()]=S||{}}),g),{}),h=Object.assign({},d,a.baseSanitizeConfig);if(r.tagName.toLowerCase()==="table"){const g=q(r.outerHTML,h);r=u.make("div",void 0,{innerHTML:g}).firstChild}else r.innerHTML=q(r.innerHTML,h);const p=this.composePasteEvent("tag",{data:r});return{content:r,isBlock:l,tool:a.name,event:p}}).filter(s=>{const r=u.isEmpty(s.content),a=u.isSingleTag(s.content);return!r||a})}processPlain(e){const{defaultBlock:t}=this.config;if(!e)return[];const o=t;return e.split(/\r?\n/).filter(i=>i.trim()).map(i=>{const s=u.make("div");s.textContent=i;const r=this.composePasteEvent("tag",{data:s});return{content:s,tool:o,isBlock:!1,event:r}})}async processSingleBlock(e){const{Caret:t,BlockManager:o}=this.Editor,{currentBlock:i}=o;if(!i||e.tool!==i.name||!u.containsOnlyInlineElements(e.content.innerHTML)){this.insertBlock(e,(i==null?void 0:i.tool.isDefault)&&i.isEmpty);return}t.insertContentAtCaretPosition(e.content.innerHTML)}async processInlinePaste(e){const{BlockManager:t,Caret:o}=this.Editor,{content:i}=e;if(t.currentBlock&&t.currentBlock.tool.isDefault&&i.textContent.length{const s=i.pattern.exec(e);return s?e===s.shift():!1});return t?{event:this.composePasteEvent("pattern",{key:t.key,data:e}),tool:t.tool.name}:void 0}insertBlock(e,t=!1){const{BlockManager:o,Caret:i}=this.Editor,{currentBlock:s}=o;let r;if(t&&s&&s.isEmpty){r=o.paste(e.tool,e.event,!0),i.setToBlock(r,i.positions.END);return}r=o.paste(e.tool,e.event),i.setToBlock(r,i.positions.END)}insertEditorJSData(e){const{BlockManager:t,Caret:o,Tools:i}=this.Editor;dt(e,r=>i.blockTools.get(r).sanitizeConfig).forEach(({tool:r,data:a},l)=>{let c=!1;l===0&&(c=t.currentBlock&&t.currentBlock.tool.isDefault&&t.currentBlock.isEmpty);const d=t.insert({tool:r,data:a,replace:c});o.setToBlock(d,o.positions.END)})}processElementNode(e,t,o){const i=Object.keys(this.toolsTags),s=e,{tool:r}=this.toolsTags[s.tagName]||{},a=this.tagsByTool[r==null?void 0:r.name]||[],l=i.includes(s.tagName),c=u.blockElements.includes(s.tagName.toLowerCase()),d=Array.from(s.children).some(({tagName:p})=>i.includes(p)&&!a.includes(p)),h=Array.from(s.children).some(({tagName:p})=>u.blockElements.includes(p.toLowerCase()));if(!c&&!l&&!d)return o.appendChild(s),[...t,o];if(l&&!d||c&&!h&&!d)return[...t,o,s]}getNodes(e){const t=Array.from(e.childNodes);let o;const i=(s,r)=>{if(u.isEmpty(r)&&!u.isSingleTag(r))return s;const a=s[s.length-1];let l=new DocumentFragment;switch(a&&u.isFragment(a)&&(l=s.pop()),r.nodeType){case Node.ELEMENT_NODE:if(o=this.processElementNode(r,s,l),o)return o;break;case Node.TEXT_NODE:return l.appendChild(r),[...s,l];default:return[...s,l]}return[...s,...Array.from(r.childNodes).reduce(i,[])]};return t.reduce(i,[])}composePasteEvent(e,t){return new CustomEvent(e,{detail:t})}};Ln.PATTERN_PROCESSING_MAX_LENGTH=450;let ra=Ln;class aa extends E{constructor(){super(...arguments),this.toolsDontSupportReadOnly=[],this.readOnlyEnabled=!1}get isEnabled(){return this.readOnlyEnabled}async prepare(){const{Tools:e}=this.Editor,{blockTools:t}=e,o=[];Array.from(t.entries()).forEach(([i,s])=>{s.isReadOnlySupported||o.push(i)}),this.toolsDontSupportReadOnly=o,this.config.readOnly&&o.length>0&&this.throwCriticalError(),this.toggle(this.config.readOnly,!0)}async toggle(e=!this.readOnlyEnabled,t=!1){e&&this.toolsDontSupportReadOnly.length>0&&this.throwCriticalError();const o=this.readOnlyEnabled;this.readOnlyEnabled=e;for(const s in this.Editor)this.Editor[s].toggleReadOnly&&this.Editor[s].toggleReadOnly(e);if(o===e)return this.readOnlyEnabled;if(t)return this.readOnlyEnabled;this.Editor.ModificationsObserver.disable();const i=await this.Editor.Saver.save();return await this.Editor.BlockManager.clear(),await this.Editor.Renderer.render(i.blocks),this.Editor.ModificationsObserver.enable(),this.readOnlyEnabled}throwCriticalError(){throw new Oo(`To enable read-only mode all connected tools should support it. Tools ${this.toolsDontSupportReadOnly.join(", ")} don't support read-only mode.`)}}class Ie extends E{constructor(){super(...arguments),this.isRectSelectionActivated=!1,this.SCROLL_SPEED=3,this.HEIGHT_OF_SCROLL_ZONE=40,this.BOTTOM_SCROLL_ZONE=1,this.TOP_SCROLL_ZONE=2,this.MAIN_MOUSE_BUTTON=0,this.mousedown=!1,this.isScrolling=!1,this.inScrollZone=null,this.startX=0,this.startY=0,this.mouseX=0,this.mouseY=0,this.stackOfSelected=[],this.listenerIds=[]}static get CSS(){return{overlay:"codex-editor-overlay",overlayContainer:"codex-editor-overlay__container",rect:"codex-editor-overlay__rectangle",topScrollZone:"codex-editor-overlay__scroll-zone--top",bottomScrollZone:"codex-editor-overlay__scroll-zone--bottom"}}prepare(){this.enableModuleBindings()}startSelection(e,t){const o=document.elementFromPoint(e-window.pageXOffset,t-window.pageYOffset);o.closest(`.${this.Editor.Toolbar.CSS.toolbar}`)||(this.Editor.BlockSelection.allBlocksSelected=!1,this.clearSelection(),this.stackOfSelected=[]);const s=[`.${R.CSS.content}`,`.${this.Editor.Toolbar.CSS.toolbar}`,`.${this.Editor.InlineToolbar.CSS.inlineToolbar}`],r=o.closest("."+this.Editor.UI.CSS.editorWrapper),a=s.some(l=>!!o.closest(l));!r||a||(this.mousedown=!0,this.startX=e,this.startY=t)}endSelection(){this.mousedown=!1,this.startX=0,this.startY=0,this.overlayRectangle.style.display="none"}isRectActivated(){return this.isRectSelectionActivated}clearSelection(){this.isRectSelectionActivated=!1}enableModuleBindings(){const{container:e}=this.genHTML();this.listeners.on(e,"mousedown",t=>{this.processMouseDown(t)},!1),this.listeners.on(document.body,"mousemove",ot(t=>{this.processMouseMove(t)},10),{passive:!0}),this.listeners.on(document.body,"mouseleave",()=>{this.processMouseLeave()}),this.listeners.on(window,"scroll",ot(t=>{this.processScroll(t)},10),{passive:!0}),this.listeners.on(document.body,"mouseup",()=>{this.processMouseUp()},!1)}processMouseDown(e){if(e.button!==this.MAIN_MOUSE_BUTTON)return;e.target.closest(u.allInputsSelector)!==null||this.startSelection(e.pageX,e.pageY)}processMouseMove(e){this.changingRectangle(e),this.scrollByZones(e.clientY)}processMouseLeave(){this.clearSelection(),this.endSelection()}processScroll(e){this.changingRectangle(e)}processMouseUp(){this.clearSelection(),this.endSelection()}scrollByZones(e){if(this.inScrollZone=null,e<=this.HEIGHT_OF_SCROLL_ZONE&&(this.inScrollZone=this.TOP_SCROLL_ZONE),document.documentElement.clientHeight-e<=this.HEIGHT_OF_SCROLL_ZONE&&(this.inScrollZone=this.BOTTOM_SCROLL_ZONE),!this.inScrollZone){this.isScrolling=!1;return}this.isScrolling||(this.scrollVertical(this.inScrollZone===this.TOP_SCROLL_ZONE?-this.SCROLL_SPEED:this.SCROLL_SPEED),this.isScrolling=!0)}genHTML(){const{UI:e}=this.Editor,t=e.nodes.holder.querySelector("."+e.CSS.editorWrapper),o=u.make("div",Ie.CSS.overlay,{}),i=u.make("div",Ie.CSS.overlayContainer,{}),s=u.make("div",Ie.CSS.rect,{});return i.appendChild(s),o.appendChild(i),t.appendChild(o),this.overlayRectangle=s,{container:t,overlay:o}}scrollVertical(e){if(!(this.inScrollZone&&this.mousedown))return;const t=window.pageYOffset;window.scrollBy(0,e),this.mouseY+=window.pageYOffset-t,setTimeout(()=>{this.scrollVertical(e)},0)}changingRectangle(e){if(!this.mousedown)return;e.pageY!==void 0&&(this.mouseX=e.pageX,this.mouseY=e.pageY);const{rightPos:t,leftPos:o,index:i}=this.genInfoForMouseSelection(),s=this.startX>t&&this.mouseX>t,r=this.startX=this.startY?(this.overlayRectangle.style.top=`${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.bottom=`calc(100% - ${this.mouseY-window.pageYOffset}px`):(this.overlayRectangle.style.bottom=`calc(100% - ${this.startY-window.pageYOffset}px`,this.overlayRectangle.style.top=`${this.mouseY-window.pageYOffset}px`),this.mouseX>=this.startX?(this.overlayRectangle.style.left=`${this.startX-window.pageXOffset}px`,this.overlayRectangle.style.right=`calc(100% - ${this.mouseX-window.pageXOffset}px`):(this.overlayRectangle.style.right=`calc(100% - ${this.startX-window.pageXOffset}px`,this.overlayRectangle.style.left=`${this.mouseX-window.pageXOffset}px`)}genInfoForMouseSelection(){const t=document.body.offsetWidth/2,o=this.mouseY-window.pageYOffset,i=document.elementFromPoint(t,o),s=this.Editor.BlockManager.getBlockByChildNode(i);let r;s!==void 0&&(r=this.Editor.BlockManager.blocks.findIndex(h=>h.holder===s.holder));const a=this.Editor.BlockManager.lastBlock.holder.querySelector("."+R.CSS.content),l=Number.parseInt(window.getComputedStyle(a).width,10)/2,c=t-l,d=t+l;return{index:r,leftPos:c,rightPos:d}}addBlockInSelection(e){this.rectCrossesBlocks&&this.Editor.BlockSelection.selectBlockByIndex(e),this.stackOfSelected.push(e)}trySelectNextBlock(e){const t=this.stackOfSelected[this.stackOfSelected.length-1]===e,o=this.stackOfSelected.length,i=1,s=-1,r=0;if(t)return;const a=this.stackOfSelected[o-1]-this.stackOfSelected[o-2]>0;let l=r;o>1&&(l=a?i:s);const c=e>this.stackOfSelected[o-1]&&l===i,d=ethis.stackOfSelected[o-1]||this.stackOfSelected[o-1]===void 0)){let v=this.stackOfSelected[o-1]+1||e;for(v;v<=e;v++)this.addBlockInSelection(v);return}if(!p&&e=e;v--)this.addBlockInSelection(v);return}if(!p)return;let g=o-1,f;for(e>this.stackOfSelected[o-1]?f=()=>e>this.stackOfSelected[g]:f=()=>e{const{Tools:o,BlockManager:i}=this.Editor;if(e.length===0)i.insert();else{const s=e.map(({type:r,data:a,tunes:l,id:c})=>{o.available.has(r)===!1&&(X(`Tool «${r}» is not found. Check 'tools' property at the Editor.js config.`,"warn"),a=this.composeStubDataForTool(r,a,c),r=o.stubTool);let d;try{d=i.composeBlock({id:c,tool:r,data:a,tunes:l})}catch(h){T(`Block «${r}» skipped because of plugins error`,"error",{data:a,error:h}),a=this.composeStubDataForTool(r,a,c),r=o.stubTool,d=i.composeBlock({id:c,tool:r,data:a,tunes:l})}return d});i.insertMany(s)}window.requestIdleCallback(()=>{t()},{timeout:2e3})})}composeStubDataForTool(e,t,o){const{Tools:i}=this.Editor;let s=e;if(i.unavailable.has(e)){const r=i.unavailable.get(e).toolbox;r!==void 0&&r[0].title!==void 0&&(s=r[0].title)}return{savedData:{id:o,type:e,data:t},title:s}}}class ca extends E{async save(){const{BlockManager:e,Tools:t}=this.Editor,o=e.blocks,i=[];try{o.forEach(a=>{i.push(this.getSavedData(a))});const s=await Promise.all(i),r=await dt(s,a=>t.blockTools.get(a).sanitizeConfig);return this.makeOutput(r)}catch(s){X("Saving failed due to the Error %o","error",s)}}async getSavedData(e){const t=await e.save(),o=t&&await e.validate(t.data);return{...t,isValid:o}}makeOutput(e){const t=[];return e.forEach(({id:o,tool:i,data:s,tunes:r,isValid:a})=>{if(!a){T(`Block «${i}» skipped because saved data is invalid`);return}if(i===this.Editor.Tools.stubTool){t.push(s);return}const l={id:o,type:i,data:s,...!V(r)&&{tunes:r}};t.push(l)}),{time:+new Date,blocks:t,version:"2.31.1"}}}(function(){try{if(typeof document<"u"){var n=document.createElement("style");n.appendChild(document.createTextNode(".ce-paragraph{line-height:1.6em;outline:none}.ce-block:only-of-type .ce-paragraph[data-placeholder-active]:empty:before,.ce-block:only-of-type .ce-paragraph[data-placeholder-active][data-empty=true]:before{content:attr(data-placeholder-active)}.ce-paragraph p:first-of-type{margin-top:0}.ce-paragraph p:last-of-type{margin-bottom:0}")),document.head.appendChild(n)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();const da='';function ua(n){const e=document.createElement("div");e.innerHTML=n.trim();const t=document.createDocumentFragment();return t.append(...Array.from(e.childNodes)),t}/** - * Base Paragraph Block for the Editor.js. - * Represents a regular text block - * - * @author CodeX (team@codex.so) - * @copyright CodeX 2018 - * @license The MIT License (MIT) - */class po{static get DEFAULT_PLACEHOLDER(){return""}constructor({data:e,config:t,api:o,readOnly:i}){this.api=o,this.readOnly=i,this._CSS={block:this.api.styles.block,wrapper:"ce-paragraph"},this.readOnly||(this.onKeyUp=this.onKeyUp.bind(this)),this._placeholder=t.placeholder?t.placeholder:po.DEFAULT_PLACEHOLDER,this._data=e??{},this._element=null,this._preserveBlank=t.preserveBlank??!1}onKeyUp(e){if(e.code!=="Backspace"&&e.code!=="Delete"||!this._element)return;const{textContent:t}=this._element;t===""&&(this._element.innerHTML="")}drawView(){const e=document.createElement("DIV");return e.classList.add(this._CSS.wrapper,this._CSS.block),e.contentEditable="false",e.dataset.placeholderActive=this.api.i18n.t(this._placeholder),this._data.text&&(e.innerHTML=this._data.text),this.readOnly||(e.contentEditable="true",e.addEventListener("keyup",this.onKeyUp)),e}render(){return this._element=this.drawView(),this._element}merge(e){if(!this._element)return;this._data.text+=e.text;const t=ua(e.text);this._element.appendChild(t),this._element.normalize()}validate(e){return!(e.text.trim()===""&&!this._preserveBlank)}save(e){return{text:e.innerHTML}}onPaste(e){const t={text:e.detail.data.innerHTML};this._data=t,window.requestAnimationFrame(()=>{this._element&&(this._element.innerHTML=this._data.text||"")})}static get conversionConfig(){return{export:"text",import:"text"}}static get sanitize(){return{text:{br:!0}}}static get isReadOnlySupported(){return!0}static get pasteConfig(){return{tags:["P"]}}static get toolbox(){return{icon:da,title:"Text"}}}class fo{constructor(){this.commandName="bold"}static get sanitize(){return{b:{}}}render(){return{icon:Hi,name:"bold",onActivate:()=>{document.execCommand(this.commandName)},isActive:()=>document.queryCommandState(this.commandName)}}get shortcut(){return"CMD+B"}}fo.isInline=!0,fo.title="Bold";class go{constructor(){this.commandName="italic",this.CSS={button:"ce-inline-tool",buttonActive:"ce-inline-tool--active",buttonModifier:"ce-inline-tool--italic"},this.nodes={button:null}}static get sanitize(){return{i:{}}}render(){return this.nodes.button=document.createElement("button"),this.nodes.button.type="button",this.nodes.button.classList.add(this.CSS.button,this.CSS.buttonModifier),this.nodes.button.innerHTML=Xi,this.nodes.button}surround(){document.execCommand(this.commandName)}checkState(){const e=document.queryCommandState(this.commandName);return this.nodes.button.classList.toggle(this.CSS.buttonActive,e),e}get shortcut(){return"CMD+I"}}go.isInline=!0,go.title="Italic";class mo{constructor({api:e}){this.commandLink="createLink",this.commandUnlink="unlink",this.ENTER_KEY=13,this.CSS={button:"ce-inline-tool",buttonActive:"ce-inline-tool--active",buttonModifier:"ce-inline-tool--link",buttonUnlink:"ce-inline-tool--unlink",input:"ce-inline-tool-input",inputShowed:"ce-inline-tool-input--showed"},this.nodes={button:null,input:null},this.inputOpened=!1,this.toolbar=e.toolbar,this.inlineToolbar=e.inlineToolbar,this.notifier=e.notifier,this.i18n=e.i18n,this.selection=new b}static get sanitize(){return{a:{href:!0,target:"_blank",rel:"nofollow"}}}render(){return this.nodes.button=document.createElement("button"),this.nodes.button.type="button",this.nodes.button.classList.add(this.CSS.button,this.CSS.buttonModifier),this.nodes.button.innerHTML=zo,this.nodes.button}renderActions(){return this.nodes.input=document.createElement("input"),this.nodes.input.placeholder=this.i18n.t("Add a link"),this.nodes.input.enterKeyHint="done",this.nodes.input.classList.add(this.CSS.input),this.nodes.input.addEventListener("keydown",e=>{e.keyCode===this.ENTER_KEY&&this.enterPressed(e)}),this.nodes.input}surround(e){if(e){this.inputOpened?(this.selection.restore(),this.selection.removeFakeBackground()):(this.selection.setFakeBackground(),this.selection.save());const t=this.selection.findParentTag("A");if(t){this.selection.expandToTag(t),this.unlink(),this.closeActions(),this.checkState(),this.toolbar.close();return}}this.toggleActions()}checkState(){const e=this.selection.findParentTag("A");if(e){this.nodes.button.innerHTML=Gi,this.nodes.button.classList.add(this.CSS.buttonUnlink),this.nodes.button.classList.add(this.CSS.buttonActive),this.openActions();const t=e.getAttribute("href");this.nodes.input.value=t!=="null"?t:"",this.selection.save()}else this.nodes.button.innerHTML=zo,this.nodes.button.classList.remove(this.CSS.buttonUnlink),this.nodes.button.classList.remove(this.CSS.buttonActive);return!!e}clear(){this.closeActions()}get shortcut(){return"CMD+K"}toggleActions(){this.inputOpened?this.closeActions(!1):this.openActions(!0)}openActions(e=!1){this.nodes.input.classList.add(this.CSS.inputShowed),e&&this.nodes.input.focus(),this.inputOpened=!0}closeActions(e=!0){if(this.selection.isFakeBackgroundEnabled){const t=new b;t.save(),this.selection.restore(),this.selection.removeFakeBackground(),t.restore()}this.nodes.input.classList.remove(this.CSS.inputShowed),this.nodes.input.value="",e&&this.selection.clearSaved(),this.inputOpened=!1}enterPressed(e){let t=this.nodes.input.value||"";if(!t.trim()){this.selection.restore(),this.unlink(),e.preventDefault(),this.closeActions();return}if(!this.validateURL(t)){this.notifier.show({message:"Pasted link is not valid.",style:"error"}),T("Incorrect Link pasted","warn",t);return}t=this.prepareLink(t),this.selection.restore(),this.selection.removeFakeBackground(),this.insertLink(t),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this.selection.collapseToEnd(),this.inlineToolbar.close()}validateURL(e){return!/\s/.test(e)}prepareLink(e){return e=e.trim(),e=this.addProtocol(e),e}addProtocol(e){if(/^(\w+):(\/\/)?/.test(e))return e;const t=/^\/[^/\s]/.test(e),o=e.substring(0,1)==="#",i=/^\/\/[^/\s]/.test(e);return!t&&!o&&!i&&(e="http://"+e),e}insertLink(e){const t=this.selection.findParentTag("A");t&&this.selection.expandToTag(t),document.execCommand(this.commandLink,!1,e)}unlink(){document.execCommand(this.commandUnlink)}}mo.isInline=!0,mo.title="Link";class Pn{constructor({api:e}){this.i18nAPI=e.i18n,this.blocksAPI=e.blocks,this.selectionAPI=e.selection,this.toolsAPI=e.tools,this.caretAPI=e.caret}async render(){const e=b.get(),t=this.blocksAPI.getBlockByElement(e.anchorNode);if(t===void 0)return[];const o=this.toolsAPI.getBlockTools(),i=await Po(t,o);if(i.length===0)return[];const s=i.reduce((c,d)=>{var h;return(h=d.toolbox)==null||h.forEach(p=>{c.push({icon:p.icon,title:H.t(W.toolNames,p.title),name:d.name,closeOnActivate:!0,onActivate:async()=>{const g=await this.blocksAPI.convert(t.id,d.name,p.data);this.caretAPI.setToBlock(g,"end")}})}),c},[]),r=await t.getActiveToolboxEntry(),a=r!==void 0?r.icon:Uo,l=!ge();return{icon:a,name:"convert-to",hint:{title:this.i18nAPI.t("Convert to")},children:{searchable:l,items:s,onOpen:()=>{l&&(this.selectionAPI.setFakeBackground(),this.selectionAPI.save())},onClose:()=>{l&&(this.selectionAPI.restore(),this.selectionAPI.removeFakeBackground())}}}}}Pn.isInline=!0;class Nn{constructor({data:e,api:t}){this.CSS={wrapper:"ce-stub",info:"ce-stub__info",title:"ce-stub__title",subtitle:"ce-stub__subtitle"},this.api=t,this.title=e.title||this.api.i18n.t("Error"),this.subtitle=this.api.i18n.t("The block can not be displayed correctly."),this.savedData=e.savedData,this.wrapper=this.make()}render(){return this.wrapper}save(){return this.savedData}make(){const e=u.make("div",this.CSS.wrapper),t=Ji,o=u.make("div",this.CSS.info),i=u.make("div",this.CSS.title,{textContent:this.title}),s=u.make("div",this.CSS.subtitle,{textContent:this.subtitle});return e.innerHTML=t,o.appendChild(i),o.appendChild(s),e.appendChild(o),e}}Nn.isReadOnlySupported=!0;class ha extends xt{constructor(){super(...arguments),this.type=ce.Inline}get title(){return this.constructable[He.Title]}create(){return new this.constructable({api:this.api,config:this.settings})}get isReadOnlySupported(){return this.constructable[He.IsReadOnlySupported]??!1}}class pa extends xt{constructor(){super(...arguments),this.type=ce.Tune}create(e,t){return new this.constructable({api:this.api,config:this.settings,block:t,data:e})}}class F extends Map{get blockTools(){const e=Array.from(this.entries()).filter(([,t])=>t.isBlock());return new F(e)}get inlineTools(){const e=Array.from(this.entries()).filter(([,t])=>t.isInline());return new F(e)}get blockTunes(){const e=Array.from(this.entries()).filter(([,t])=>t.isTune());return new F(e)}get internalTools(){const e=Array.from(this.entries()).filter(([,t])=>t.isInternal);return new F(e)}get externalTools(){const e=Array.from(this.entries()).filter(([,t])=>!t.isInternal);return new F(e)}}var fa=Object.defineProperty,ga=Object.getOwnPropertyDescriptor,Rn=(n,e,t,o)=>{for(var i=o>1?void 0:o?ga(e,t):e,s=n.length-1,r;s>=0;s--)(r=n[s])&&(i=(o?r(e,t,i):r(i))||i);return o&&i&&fa(e,t,i),i};class bo extends xt{constructor(){super(...arguments),this.type=ce.Block,this.inlineTools=new F,this.tunes=new F}create(e,t,o){return new this.constructable({data:e,block:t,readOnly:o,api:this.api,config:this.settings})}get isReadOnlySupported(){return this.constructable[ve.IsReadOnlySupported]===!0}get isLineBreaksEnabled(){return this.constructable[ve.IsEnabledLineBreaks]}get toolbox(){const e=this.constructable[ve.Toolbox],t=this.config[je.Toolbox];if(!V(e)&&t!==!1)return t?Array.isArray(e)?Array.isArray(t)?t.map((o,i)=>{const s=e[i];return s?{...s,...o}:o}):[t]:Array.isArray(t)?t:[{...e,...t}]:Array.isArray(e)?e:[e]}get conversionConfig(){return this.constructable[ve.ConversionConfig]}get enabledInlineTools(){return this.config[je.EnabledInlineTools]||!1}get enabledBlockTunes(){return this.config[je.EnabledBlockTunes]}get pasteConfig(){return this.constructable[ve.PasteConfig]??{}}get sanitizeConfig(){const e=super.sanitizeConfig,t=this.baseSanitizeConfig;if(V(e))return t;const o={};for(const i in e)if(Object.prototype.hasOwnProperty.call(e,i)){const s=e[i];N(s)?o[i]=Object.assign({},t,s):o[i]=s}return o}get baseSanitizeConfig(){const e={};return Array.from(this.inlineTools.values()).forEach(t=>Object.assign(e,t.sanitizeConfig)),Array.from(this.tunes.values()).forEach(t=>Object.assign(e,t.sanitizeConfig)),e}}Rn([fe],bo.prototype,"sanitizeConfig",1),Rn([fe],bo.prototype,"baseSanitizeConfig",1);class ma{constructor(e,t,o){this.api=o,this.config=e,this.editorConfig=t}get(e){const{class:t,isInternal:o=!1,...i}=this.config[e],s=this.getConstructor(t),r=t[Et.IsTune];return new s({name:e,constructable:t,config:i,api:this.api.getMethodsForTool(e,r),isDefault:e===this.editorConfig.defaultBlock,defaultPlaceholder:this.editorConfig.placeholder,isInternal:o})}getConstructor(e){switch(!0){case e[He.IsInline]:return ha;case e[Et.IsTune]:return pa;default:return bo}}}class Dn{constructor({api:e}){this.CSS={animation:"wobble"},this.api=e}render(){return{icon:$i,title:this.api.i18n.t("Move down"),onActivate:()=>this.handleClick(),name:"move-down"}}handleClick(){const e=this.api.blocks.getCurrentBlockIndex(),t=this.api.blocks.getBlockByIndex(e+1);if(!t)throw new Error("Unable to move Block down since it is already the last");const o=t.holder,i=o.getBoundingClientRect();let s=Math.abs(window.innerHeight-o.offsetHeight);i.topthis.handleClick()}}}handleClick(){this.api.blocks.delete()}}Fn.isTune=!0;class jn{constructor({api:e}){this.CSS={animation:"wobble"},this.api=e}render(){return{icon:Wi,title:this.api.i18n.t("Move up"),onActivate:()=>this.handleClick(),name:"move-up"}}handleClick(){const e=this.api.blocks.getCurrentBlockIndex(),t=this.api.blocks.getBlockByIndex(e),o=this.api.blocks.getBlockByIndex(e-1);if(e===0||!t||!o)throw new Error("Unable to move Block up since it is already the first");const i=t.holder,s=o.holder,r=i.getBoundingClientRect(),a=s.getBoundingClientRect();let l;a.top>0?l=Math.abs(r.top)-Math.abs(a.top):l=Math.abs(r.top)+a.height,window.scrollBy(0,-1*l),this.api.blocks.move(e-1),this.api.toolbar.toggleBlockSettings(!0)}}jn.isTune=!0;var ba=Object.defineProperty,va=Object.getOwnPropertyDescriptor,ka=(n,e,t,o)=>{for(var i=o>1?void 0:o?va(e,t):e,s=n.length-1,r;s>=0;s--)(r=n[s])&&(i=(o?r(e,t,i):r(i))||i);return o&&i&&ba(e,t,i),i};class Hn extends E{constructor(){super(...arguments),this.stubTool="stub",this.toolsAvailable=new F,this.toolsUnavailable=new F}get available(){return this.toolsAvailable}get unavailable(){return this.toolsUnavailable}get inlineTools(){return this.available.inlineTools}get blockTools(){return this.available.blockTools}get blockTunes(){return this.available.blockTunes}get defaultTool(){return this.blockTools.get(this.config.defaultBlock)}get internal(){return this.available.internalTools}async prepare(){if(this.validateTools(),this.config.tools=nt({},this.internalTools,this.config.tools),!Object.prototype.hasOwnProperty.call(this.config,"tools")||Object.keys(this.config.tools).length===0)throw Error("Can't start without tools");const e=this.prepareConfig();this.factory=new ma(e,this.config,this.Editor.API);const t=this.getListOfPrepareFunctions(e);if(t.length===0)return Promise.resolve();await Zn(t,o=>{this.toolPrepareMethodSuccess(o)},o=>{this.toolPrepareMethodFallback(o)}),this.prepareBlockTools()}getAllInlineToolsSanitizeConfig(){const e={};return Array.from(this.inlineTools.values()).forEach(t=>{Object.assign(e,t.sanitizeConfig)}),e}destroy(){Object.values(this.available).forEach(async e=>{M(e.reset)&&await e.reset()})}get internalTools(){return{convertTo:{class:Pn,isInternal:!0},link:{class:mo,isInternal:!0},bold:{class:fo,isInternal:!0},italic:{class:go,isInternal:!0},paragraph:{class:po,inlineToolbar:!0,isInternal:!0},stub:{class:Nn,isInternal:!0},moveUp:{class:jn,isInternal:!0},delete:{class:Fn,isInternal:!0},moveDown:{class:Dn,isInternal:!0}}}toolPrepareMethodSuccess(e){const t=this.factory.get(e.toolName);if(t.isInline()){const i=["render"].filter(s=>!t.create()[s]);if(i.length){T(`Incorrect Inline Tool: ${t.name}. Some of required methods is not implemented %o`,"warn",i),this.toolsUnavailable.set(t.name,t);return}}this.toolsAvailable.set(t.name,t)}toolPrepareMethodFallback(e){this.toolsUnavailable.set(e.toolName,this.factory.get(e.toolName))}getListOfPrepareFunctions(e){const t=[];return Object.entries(e).forEach(([o,i])=>{t.push({function:M(i.class.prepare)?i.class.prepare:()=>{},data:{toolName:o,config:i.config}})}),t}prepareBlockTools(){Array.from(this.blockTools.values()).forEach(e=>{this.assignInlineToolsToBlockTool(e),this.assignBlockTunesToBlockTool(e)})}assignInlineToolsToBlockTool(e){if(this.config.inlineToolbar!==!1){if(e.enabledInlineTools===!0){e.inlineTools=new F(Array.isArray(this.config.inlineToolbar)?this.config.inlineToolbar.map(t=>[t,this.inlineTools.get(t)]):Array.from(this.inlineTools.entries()));return}Array.isArray(e.enabledInlineTools)&&(e.inlineTools=new F(["convertTo",...e.enabledInlineTools].map(t=>[t,this.inlineTools.get(t)])))}}assignBlockTunesToBlockTool(e){if(e.enabledBlockTunes!==!1){if(Array.isArray(e.enabledBlockTunes)){const t=new F(e.enabledBlockTunes.map(o=>[o,this.blockTunes.get(o)]));e.tunes=new F([...t,...this.blockTunes.internalTools]);return}if(Array.isArray(this.config.tunes)){const t=new F(this.config.tunes.map(o=>[o,this.blockTunes.get(o)]));e.tunes=new F([...t,...this.blockTunes.internalTools]);return}e.tunes=this.blockTunes.internalTools}}validateTools(){for(const e in this.config.tools)if(Object.prototype.hasOwnProperty.call(this.config.tools,e)){if(e in this.internalTools)return;const t=this.config.tools[e];if(!M(t)&&!M(t.class))throw Error(`Tool «${e}» must be a constructor function or an object with function in the «class» property`)}}prepareConfig(){const e={};for(const t in this.config.tools)N(this.config.tools[t])?e[t]=this.config.tools[t]:e[t]={class:this.config.tools[t]};return e}}ka([fe],Hn.prototype,"getAllInlineToolsSanitizeConfig",1);const ya=`:root{--selectionColor: #e1f2ff;--inlineSelectionColor: #d4ecff;--bg-light: #eff2f5;--grayText: #707684;--color-dark: #1D202B;--color-active-icon: #388AE5;--color-gray-border: rgba(201, 201, 204, .48);--content-width: 650px;--narrow-mode-right-padding: 50px;--toolbox-buttons-size: 26px;--toolbox-buttons-size--mobile: 36px;--icon-size: 20px;--icon-size--mobile: 28px;--block-padding-vertical: .4em;--color-line-gray: #EFF0F1 }.codex-editor{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}.codex-editor .hide{display:none}.codex-editor__redactor [contenteditable]:empty:after{content:"\\feff"}@media (min-width: 651px){.codex-editor--narrow .codex-editor__redactor{margin-right:50px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .codex-editor__redactor{margin-left:50px;margin-right:0}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__actions{right:-5px}}.codex-editor-copyable{position:absolute;height:1px;width:1px;top:-400%;opacity:.001}.codex-editor-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;pointer-events:none;overflow:hidden}.codex-editor-overlay__container{position:relative;pointer-events:auto;z-index:0}.codex-editor-overlay__rectangle{position:absolute;pointer-events:none;background-color:#2eaadc33;border:1px solid transparent}.codex-editor svg{max-height:100%}.codex-editor path{stroke:currentColor}.codex-editor ::-moz-selection{background-color:#d4ecff}.codex-editor ::selection{background-color:#d4ecff}.codex-editor--toolbox-opened [contentEditable=true][data-placeholder]:focus:before{opacity:0!important}.ce-scroll-locked{overflow:hidden}.ce-scroll-locked--hard{overflow:hidden;top:calc(-1 * var(--window-scroll-offset));position:fixed;width:100%}.ce-toolbar{position:absolute;left:0;right:0;top:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;will-change:opacity,top;display:none}.ce-toolbar--opened{display:block}.ce-toolbar__content{max-width:650px;margin:0 auto;position:relative}.ce-toolbar__plus{color:#1d202b;cursor:pointer;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0}@media (max-width: 650px){.ce-toolbar__plus{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__plus:hover{background-color:#eff2f5}}.ce-toolbar__plus--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ce-toolbar__plus-shortcut{opacity:.6;word-spacing:-2px;margin-top:5px}@media (max-width: 650px){.ce-toolbar__plus{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__plus--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__plus--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__actions{position:absolute;right:100%;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:5px}.ce-toolbar__actions--opened{opacity:1}@media (max-width: 650px){.ce-toolbar__actions{right:auto}}.ce-toolbar__settings-btn{color:#1d202b;width:26px;height:26px;border-radius:7px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-left:3px;cursor:pointer;user-select:none}@media (max-width: 650px){.ce-toolbar__settings-btn{width:36px;height:36px}}@media (hover: hover){.ce-toolbar__settings-btn:hover{background-color:#eff2f5}}.ce-toolbar__settings-btn--active{background-color:#eff2f5;-webkit-animation:bounceIn .75s 1;animation:bounceIn .75s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (min-width: 651px){.ce-toolbar__settings-btn{width:24px}}.ce-toolbar__settings-btn--hidden{display:none}@media (max-width: 650px){.ce-toolbar__settings-btn{position:absolute;background-color:#fff;border:1px solid #E8E8EB;-webkit-box-shadow:0 3px 15px -3px rgba(13,20,33,.13);box-shadow:0 3px 15px -3px #0d142121;border-radius:6px;z-index:2;position:static}.ce-toolbar__settings-btn--left-oriented:before{left:15px;margin-left:0}.ce-toolbar__settings-btn--right-oriented:before{left:auto;right:15px;margin-left:0}}.ce-toolbar__plus svg,.ce-toolbar__settings-btn svg{width:24px;height:24px}@media (min-width: 651px){.codex-editor--narrow .ce-toolbar__plus{left:5px}}@media (min-width: 651px){.codex-editor--narrow .ce-toolbox .ce-popover{right:0;left:auto;left:initial}}.ce-inline-toolbar{--y-offset: 8px;--color-background-icon-active: rgba(56, 138, 229, .1);--color-text-icon-active: #388AE5;--color-text-primary: black;position:absolute;visibility:hidden;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;will-change:opacity,left,top;top:0;left:0;z-index:3;opacity:1;visibility:visible}.ce-inline-toolbar [hidden]{display:none!important}.ce-inline-toolbar__toggler-and-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 6px}.ce-inline-toolbar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;margin:0 6px 0 -6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-right:1px solid rgba(201,201,204,.48);-webkit-box-sizing:border-box;box-sizing:border-box}@media (hover: hover){.ce-inline-toolbar__dropdown:hover{background:#eff2f5}}.ce-inline-toolbar__dropdown--hidden{display:none}.ce-inline-toolbar__dropdown-content,.ce-inline-toolbar__dropdown-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-inline-toolbar__dropdown-content svg,.ce-inline-toolbar__dropdown-arrow svg{width:20px;height:20px}.ce-inline-toolbar__shortcut{opacity:.6;word-spacing:-3px;margin-top:3px}.ce-inline-tool{color:var(--color-text-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;border-radius:4px;line-height:normal;height:100%;padding:0;width:28px;background-color:transparent;cursor:pointer}@media (max-width: 650px){.ce-inline-tool{width:36px;height:36px}}@media (hover: hover){.ce-inline-tool:hover{background-color:#f8f8f8}}.ce-inline-tool svg{display:block;width:20px;height:20px}@media (max-width: 650px){.ce-inline-tool svg{width:28px;height:28px}}.ce-inline-tool--link .icon--unlink,.ce-inline-tool--unlink .icon--link{display:none}.ce-inline-tool--unlink .icon--unlink{display:inline-block;margin-bottom:-1px}.ce-inline-tool-input{background:#F8F8F8;border:1px solid rgba(226,226,229,.2);border-radius:6px;padding:4px 8px;font-size:14px;line-height:22px;outline:none;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;font-weight:500;-webkit-appearance:none;font-family:inherit}@media (max-width: 650px){.ce-inline-tool-input{font-size:15px;font-weight:500}}.ce-inline-tool-input::-webkit-input-placeholder{color:#707684}.ce-inline-tool-input::-moz-placeholder{color:#707684}.ce-inline-tool-input:-ms-input-placeholder{color:#707684}.ce-inline-tool-input::-ms-input-placeholder{color:#707684}.ce-inline-tool-input::placeholder{color:#707684}.ce-inline-tool-input--showed{display:block}.ce-inline-tool--active{background:var(--color-background-icon-active);color:var(--color-text-icon-active)}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ce-block{-webkit-animation:fade-in .3s ease;animation:fade-in .3s ease;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-fill-mode:initial;animation-fill-mode:initial}.ce-block:first-of-type{margin-top:0}.ce-block--selected .ce-block__content{background:#e1f2ff}.ce-block--selected .ce-block__content [contenteditable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ce-block--selected .ce-block__content img,.ce-block--selected .ce-block__content .ce-stub{opacity:.55}.ce-block--stretched .ce-block__content{max-width:none}.ce-block__content{position:relative;max-width:650px;margin:0 auto;-webkit-transition:background-color .15s ease;transition:background-color .15s ease}.ce-block--drop-target .ce-block__content:before{content:"";position:absolute;top:100%;left:-20px;margin-top:-1px;height:8px;width:8px;border:solid #388AE5;border-width:1px 1px 0 0;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ce-block--drop-target .ce-block__content:after{content:"";position:absolute;top:100%;height:1px;width:100%;color:#388ae5;background:repeating-linear-gradient(90deg,#388AE5,#388AE5 1px,#fff 1px,#fff 6px)}.ce-block a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.ce-block b{font-weight:700}.ce-block i{font-style:italic}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}20%{-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}60%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes selectionBounce{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}50%{-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}70%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@-webkit-keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes buttonClicked{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.95,.95,.95);transform:scale3d(.95,.95,.95)}60%{-webkit-transform:scale3d(1.02,1.02,1.02);transform:scale3d(1.02,1.02,1.02)}80%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.cdx-block{padding:.4em 0}.cdx-block::-webkit-input-placeholder{line-height:normal!important}.cdx-input{border:1px solid rgba(201,201,204,.48);-webkit-box-shadow:inset 0 1px 2px 0 rgba(35,44,72,.06);box-shadow:inset 0 1px 2px #232c480f;border-radius:3px;padding:10px 12px;outline:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.cdx-input[data-placeholder]:before{position:static!important}.cdx-input[data-placeholder]:before{display:inline-block;width:0;white-space:nowrap;pointer-events:none}.cdx-settings-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;cursor:pointer;border:0;outline:none;background-color:transparent;vertical-align:bottom;color:inherit;margin:0;min-width:26px;min-height:26px}.cdx-settings-button--focused{background:rgba(34,186,255,.08)!important}.cdx-settings-button--focused{-webkit-box-shadow:inset 0 0 0px 1px rgba(7,161,227,.08);box-shadow:inset 0 0 0 1px #07a1e314}.cdx-settings-button--focused-animated{-webkit-animation-name:buttonClicked;animation-name:buttonClicked;-webkit-animation-duration:.25s;animation-duration:.25s}.cdx-settings-button--active{color:#388ae5}.cdx-settings-button svg{width:auto;height:auto}@media (max-width: 650px){.cdx-settings-button svg{width:28px;height:28px}}@media (max-width: 650px){.cdx-settings-button{width:36px;height:36px;border-radius:8px}}@media (hover: hover){.cdx-settings-button:hover{background-color:#eff2f5}}.cdx-loader{position:relative;border:1px solid rgba(201,201,204,.48)}.cdx-loader:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;margin:-11px 0 0 -11px;border:2px solid rgba(201,201,204,.48);border-left-color:#388ae5;border-radius:50%;-webkit-animation:cdxRotation 1.2s infinite linear;animation:cdxRotation 1.2s infinite linear}@-webkit-keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes cdxRotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.cdx-button{padding:13px;border-radius:3px;border:1px solid rgba(201,201,204,.48);font-size:14.9px;background:#fff;-webkit-box-shadow:0 2px 2px 0 rgba(18,30,57,.04);box-shadow:0 2px 2px #121e390a;color:#707684;text-align:center;cursor:pointer}@media (hover: hover){.cdx-button:hover{background:#FBFCFE;-webkit-box-shadow:0 1px 3px 0 rgba(18,30,57,.08);box-shadow:0 1px 3px #121e3914}}.cdx-button svg{height:20px;margin-right:.2em;margin-top:-2px}.ce-stub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 18px;margin:10px 0;border-radius:10px;background:#eff2f5;border:1px solid #EFF0F1;color:#707684;font-size:14px}.ce-stub svg{width:20px;height:20px}.ce-stub__info{margin-left:14px}.ce-stub__title{font-weight:500;text-transform:capitalize}.codex-editor.codex-editor--rtl{direction:rtl}.codex-editor.codex-editor--rtl .cdx-list{padding-left:0;padding-right:40px}.codex-editor.codex-editor--rtl .ce-toolbar__plus{right:-26px;left:auto}.codex-editor.codex-editor--rtl .ce-toolbar__actions{right:auto;left:-26px}@media (max-width: 650px){.codex-editor.codex-editor--rtl .ce-toolbar__actions{margin-left:0;margin-right:auto;padding-right:0;padding-left:10px}}.codex-editor.codex-editor--rtl .ce-settings{left:5px;right:auto}.codex-editor.codex-editor--rtl .ce-settings:before{right:auto;left:25px}.codex-editor.codex-editor--rtl .ce-settings__button:not(:nth-child(3n+3)){margin-left:3px;margin-right:0}.codex-editor.codex-editor--rtl .ce-conversion-tool__icon{margin-right:0;margin-left:10px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown{border-right:0px solid transparent;border-left:1px solid rgba(201,201,204,.48);margin:0 -6px 0 6px}.codex-editor.codex-editor--rtl .ce-inline-toolbar__dropdown .icon--toggler-down{margin-left:0;margin-right:4px}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__plus{left:0;right:5px}}@media (min-width: 651px){.codex-editor--narrow.codex-editor--rtl .ce-toolbar__actions{left:-5px}}.cdx-search-field{--icon-margin-right: 10px;background:#F8F8F8;border:1px solid rgba(226,226,229,.2);border-radius:6px;padding:2px;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto}.cdx-search-field__icon{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:var(--icon-margin-right)}.cdx-search-field__icon svg{width:20px;height:20px;color:#707684}.cdx-search-field__input{font-size:14px;outline:none;font-weight:500;font-family:inherit;border:0;background:transparent;margin:0;padding:0;line-height:22px;min-width:calc(100% - 26px - var(--icon-margin-right))}.cdx-search-field__input::-webkit-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-moz-placeholder{color:#707684;font-weight:500}.cdx-search-field__input:-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::-ms-input-placeholder{color:#707684;font-weight:500}.cdx-search-field__input::placeholder{color:#707684;font-weight:500}.ce-popover{--border-radius: 6px;--width: 200px;--max-height: 270px;--padding: 6px;--offset-from-target: 8px;--color-border: #EFF0F1;--color-shadow: rgba(13, 20, 33, .1);--color-background: white;--color-text-primary: black;--color-text-secondary: #707684;--color-border-icon: rgba(201, 201, 204, .48);--color-border-icon-disabled: #EFF0F1;--color-text-icon-active: #388AE5;--color-background-icon-active: rgba(56, 138, 229, .1);--color-background-item-focus: rgba(34, 186, 255, .08);--color-shadow-item-focus: rgba(7, 161, 227, .08);--color-background-item-hover: #F8F8F8;--color-background-item-confirm: #E24A4A;--color-background-item-confirm-hover: #CE4343;--popover-top: calc(100% + var(--offset-from-target));--popover-left: 0;--nested-popover-overlap: 4px;--icon-size: 20px;--item-padding: 3px;--item-height: calc(var(--icon-size) + 2 * var(--item-padding))}.ce-popover__container{min-width:var(--width);width:var(--width);max-height:var(--max-height);border-radius:var(--border-radius);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 3px 15px -3px var(--color-shadow);box-shadow:0 3px 15px -3px var(--color-shadow);position:absolute;left:var(--popover-left);top:var(--popover-top);background:var(--color-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:4;opacity:0;max-height:0;pointer-events:none;padding:0;border:none}.ce-popover--opened>.ce-popover__container{opacity:1;padding:var(--padding);max-height:var(--max-height);pointer-events:auto;-webkit-animation:panelShowing .1s ease;animation:panelShowing .1s ease;border:1px solid var(--color-border)}@media (max-width: 650px){.ce-popover--opened>.ce-popover__container{-webkit-animation:panelShowingMobile .25s ease;animation:panelShowingMobile .25s ease}}.ce-popover--open-top .ce-popover__container{--popover-top: calc(-1 * (var(--offset-from-target) + var(--popover-height)))}.ce-popover--open-left .ce-popover__container{--popover-left: calc(-1 * var(--width) + 100%)}.ce-popover__items{overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}@media (max-width: 650px){.ce-popover__overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#1D202B;z-index:3;opacity:.5;-webkit-transition:opacity .12s ease-in;transition:opacity .12s ease-in;will-change:opacity;visibility:visible}}.ce-popover__overlay--hidden{display:none}@media (max-width: 650px){.ce-popover .ce-popover__container{--offset: 5px;position:fixed;max-width:none;min-width:calc(100% - var(--offset) * 2);left:var(--offset);right:var(--offset);bottom:calc(var(--offset) + env(safe-area-inset-bottom));top:auto;border-radius:10px}}.ce-popover__search{margin-bottom:5px}.ce-popover__nothing-found-message{color:#707684;display:none;cursor:default;padding:3px;font-size:14px;line-height:20px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ce-popover__nothing-found-message--displayed{display:block}.ce-popover--nested .ce-popover__container{--popover-left: calc(var(--nesting-level) * (var(--width) - var(--nested-popover-overlap)));top:calc(var(--trigger-item-top) - var(--nested-popover-overlap));position:absolute}.ce-popover--open-top.ce-popover--nested .ce-popover__container{top:calc(var(--trigger-item-top) - var(--popover-height) + var(--item-height) + var(--offset-from-target) + var(--nested-popover-overlap))}.ce-popover--open-left .ce-popover--nested .ce-popover__container{--popover-left: calc(-1 * (var(--nesting-level) + 1) * var(--width) + 100%)}.ce-popover-item-separator{padding:4px 3px}.ce-popover-item-separator--hidden{display:none}.ce-popover-item-separator__line{height:1px;background:var(--color-border);width:100%}.ce-popover-item-html--hidden{display:none}.ce-popover-item{--border-radius: 6px;border-radius:var(--border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--item-padding);color:var(--color-text-primary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;background:transparent}@media (max-width: 650px){.ce-popover-item{padding:4px}}.ce-popover-item:not(:last-of-type){margin-bottom:1px}.ce-popover-item__icon{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ce-popover-item__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-popover-item__icon{width:36px;height:36px;border-radius:8px}.ce-popover-item__icon svg{width:28px;height:28px}}.ce-popover-item__icon--tool{margin-right:4px}.ce-popover-item__title{font-size:14px;line-height:20px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:auto}@media (max-width: 650px){.ce-popover-item__title{font-size:16px}}.ce-popover-item__secondary-title{color:var(--color-text-secondary);font-size:12px;white-space:nowrap;letter-spacing:-.1em;padding-right:5px;opacity:.6}@media (max-width: 650px){.ce-popover-item__secondary-title{display:none}}.ce-popover-item--active{background:var(--color-background-icon-active);color:var(--color-text-icon-active)}.ce-popover-item--disabled{color:var(--color-text-secondary);cursor:default;pointer-events:none}.ce-popover-item--focused:not(.ce-popover-item--no-focus){background:var(--color-background-item-focus)!important}.ce-popover-item--hidden{display:none}@media (hover: hover){.ce-popover-item:hover{cursor:pointer}.ce-popover-item:hover:not(.ce-popover-item--no-hover){background-color:var(--color-background-item-hover)}}.ce-popover-item--confirmation{background:var(--color-background-item-confirm)}.ce-popover-item--confirmation .ce-popover-item__title,.ce-popover-item--confirmation .ce-popover-item__icon{color:#fff}@media (hover: hover){.ce-popover-item--confirmation:not(.ce-popover-item--no-hover):hover{background:var(--color-background-item-confirm-hover)}}.ce-popover-item--confirmation:not(.ce-popover-item--no-focus).ce-popover-item--focused{background:var(--color-background-item-confirm-hover)!important}@-webkit-keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowing{0%{opacity:0;-webkit-transform:translateY(-8px) scale(.9);transform:translateY(-8px) scale(.9)}70%{opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes panelShowingMobile{0%{opacity:0;-webkit-transform:translateY(14px) scale(.98);transform:translateY(14px) scale(.98)}70%{opacity:1;-webkit-transform:translateY(-4px);transform:translateY(-4px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;-webkit-animation-duration:.4s;animation-duration:.4s}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-9%,0,0);transform:translate3d(-9%,0,0)}30%{-webkit-transform:translate3d(9%,0,0);transform:translate3d(9%,0,0)}45%{-webkit-transform:translate3d(-4%,0,0);transform:translate3d(-4%,0,0)}60%{-webkit-transform:translate3d(4%,0,0);transform:translate3d(4%,0,0)}75%{-webkit-transform:translate3d(-1%,0,0);transform:translate3d(-1%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.ce-popover-header{margin-bottom:8px;margin-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ce-popover-header__text{font-size:18px;font-weight:600}.ce-popover-header__back-button{border:0;background:transparent;width:36px;height:36px;color:var(--color-text-primary)}.ce-popover-header__back-button svg{display:block;width:28px;height:28px}.ce-popover--inline{--height: 38px;--height-mobile: 46px;--container-padding: 4px;position:relative}.ce-popover--inline .ce-popover__custom-content{margin-bottom:0}.ce-popover--inline .ce-popover__items{display:-webkit-box;display:-ms-flexbox;display:flex}.ce-popover--inline .ce-popover__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:var(--container-padding);height:var(--height);top:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:none;animation:none}@media (max-width: 650px){.ce-popover--inline .ce-popover__container{height:var(--height-mobile);position:absolute}}.ce-popover--inline .ce-popover-item-separator{padding:0 4px}.ce-popover--inline .ce-popover-item-separator__line{height:100%;width:1px}.ce-popover--inline .ce-popover-item{border-radius:4px;padding:4px}.ce-popover--inline .ce-popover-item__icon--tool{-webkit-box-shadow:none;box-shadow:none;background:transparent;margin-right:0}.ce-popover--inline .ce-popover-item__icon{width:auto;width:initial;height:auto;height:initial}.ce-popover--inline .ce-popover-item__icon svg{width:20px;height:20px}@media (max-width: 650px){.ce-popover--inline .ce-popover-item__icon svg{width:28px;height:28px}}.ce-popover--inline .ce-popover-item:not(:last-of-type){margin-bottom:0;margin-bottom:initial}.ce-popover--inline .ce-popover-item-html{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ce-popover--inline .ce-popover-item__icon--chevron-right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ce-popover--inline .ce-popover--nested-level-1 .ce-popover__container{--offset: 3px;left:0;top:calc(var(--height) + var(--offset))}@media (max-width: 650px){.ce-popover--inline .ce-popover--nested-level-1 .ce-popover__container{top:calc(var(--height-mobile) + var(--offset))}}.ce-popover--inline .ce-popover--nested .ce-popover__container{min-width:var(--width);width:var(--width);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ce-popover--inline .ce-popover--nested .ce-popover__items{display:block;width:100%}.ce-popover--inline .ce-popover--nested .ce-popover-item{border-radius:6px;padding:3px}@media (max-width: 650px){.ce-popover--inline .ce-popover--nested .ce-popover-item{padding:4px}}.ce-popover--inline .ce-popover--nested .ce-popover-item__icon--tool{margin-right:4px}.ce-popover--inline .ce-popover--nested .ce-popover-item__icon{width:26px;height:26px}.ce-popover--inline .ce-popover--nested .ce-popover-item-separator{padding:4px 3px}.ce-popover--inline .ce-popover--nested .ce-popover-item-separator__line{width:100%;height:1px}.codex-editor [data-placeholder]:empty:before,.codex-editor [data-placeholder][data-empty=true]:before{pointer-events:none;color:#707684;cursor:text;content:attr(data-placeholder)}.codex-editor [data-placeholder-active]:empty:before,.codex-editor [data-placeholder-active][data-empty=true]:before{pointer-events:none;color:#707684;cursor:text}.codex-editor [data-placeholder-active]:empty:focus:before,.codex-editor [data-placeholder-active][data-empty=true]:focus:before{content:attr(data-placeholder-active)} -`;class wa extends E{constructor(){super(...arguments),this.isMobile=!1,this.contentRectCache=null,this.resizeDebouncer=Bo(()=>{this.windowResize()},200),this.selectionChangeDebounced=Bo(()=>{this.selectionChanged()},na),this.documentTouchedListener=e=>{this.documentTouched(e)}}get CSS(){return{editorWrapper:"codex-editor",editorWrapperNarrow:"codex-editor--narrow",editorZone:"codex-editor__redactor",editorZoneHidden:"codex-editor__redactor--hidden",editorEmpty:"codex-editor--empty",editorRtlFix:"codex-editor--rtl"}}get contentRect(){if(this.contentRectCache!==null)return this.contentRectCache;const e=this.nodes.wrapper.querySelector(`.${R.CSS.content}`);return e?(this.contentRectCache=e.getBoundingClientRect(),this.contentRectCache):{width:650,left:0,right:0}}async prepare(){this.setIsMobile(),this.make(),this.loadStyles()}toggleReadOnly(e){e?this.unbindReadOnlySensitiveListeners():window.requestIdleCallback(()=>{this.bindReadOnlySensitiveListeners()},{timeout:2e3})}checkEmptiness(){const{BlockManager:e}=this.Editor;this.nodes.wrapper.classList.toggle(this.CSS.editorEmpty,e.isEditorEmpty)}get someToolbarOpened(){const{Toolbar:e,BlockSettings:t,InlineToolbar:o}=this.Editor;return!!(t.opened||o.opened||e.toolbox.opened)}get someFlipperButtonFocused(){return this.Editor.Toolbar.toolbox.hasFocus()?!0:Object.entries(this.Editor).filter(([e,t])=>t.flipper instanceof ae).some(([e,t])=>t.flipper.hasFocus())}destroy(){this.nodes.holder.innerHTML="",this.unbindReadOnlyInsensitiveListeners()}closeAllToolbars(){const{Toolbar:e,BlockSettings:t,InlineToolbar:o}=this.Editor;t.close(),o.close(),e.toolbox.close()}setIsMobile(){const e=window.innerWidth{this.redactorClicked(e)},!1),this.readOnlyMutableListeners.on(document,"keydown",e=>{this.documentKeydown(e)},!0),this.readOnlyMutableListeners.on(document,"mousedown",e=>{this.documentClicked(e)},!0),this.watchBlockHoveredEvents(),this.enableInputsEmptyMark()}watchBlockHoveredEvents(){let e;this.readOnlyMutableListeners.on(this.nodes.redactor,"mousemove",ot(t=>{const o=t.target.closest(".ce-block");this.Editor.BlockSelection.anyBlockSelected||o&&e!==o&&(e=o,this.eventsDispatcher.emit(Qo,{block:this.Editor.BlockManager.getBlockByChildNode(o)}))},20),{passive:!0})}unbindReadOnlySensitiveListeners(){this.readOnlyMutableListeners.clearAll()}windowResize(){this.contentRectCache=null,this.setIsMobile()}documentKeydown(e){switch(e.keyCode){case y.ENTER:this.enterPressed(e);break;case y.BACKSPACE:case y.DELETE:this.backspacePressed(e);break;case y.ESC:this.escapePressed(e);break;default:this.defaultBehaviour(e);break}}defaultBehaviour(e){const{currentBlock:t}=this.Editor.BlockManager,o=e.target.closest(`.${this.CSS.editorWrapper}`),i=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;if(t!==void 0&&o===null){this.Editor.BlockEvents.keydown(e);return}o||t&&i||(this.Editor.BlockManager.unsetCurrentBlock(),this.Editor.Toolbar.close())}backspacePressed(e){const{BlockManager:t,BlockSelection:o,Caret:i}=this.Editor;if(o.anyBlockSelected&&!b.isSelectionExists){const s=t.removeSelectedBlocks(),r=t.insertDefaultBlockAtIndex(s,!0);i.setToBlock(r,i.positions.START),o.clearSelection(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}}escapePressed(e){this.Editor.BlockSelection.clearSelection(e),this.Editor.Toolbar.toolbox.opened?(this.Editor.Toolbar.toolbox.close(),this.Editor.Caret.setToBlock(this.Editor.BlockManager.currentBlock,this.Editor.Caret.positions.END)):this.Editor.BlockSettings.opened?this.Editor.BlockSettings.close():this.Editor.InlineToolbar.opened?this.Editor.InlineToolbar.close():this.Editor.Toolbar.close()}enterPressed(e){const{BlockManager:t,BlockSelection:o}=this.Editor;if(this.someToolbarOpened)return;const i=t.currentBlockIndex>=0;if(o.anyBlockSelected&&!b.isSelectionExists){o.clearSelection(e),e.preventDefault(),e.stopImmediatePropagation(),e.stopPropagation();return}if(!this.someToolbarOpened&&i&&e.target.tagName==="BODY"){const s=this.Editor.BlockManager.insert();e.preventDefault(),this.Editor.Caret.setToBlock(s),this.Editor.Toolbar.moveAndOpen(s)}this.Editor.BlockSelection.clearSelection(e)}documentClicked(e){var a,l;if(!e.isTrusted)return;const t=e.target;this.nodes.holder.contains(t)||b.isAtEditor||(this.Editor.BlockManager.unsetCurrentBlock(),this.Editor.Toolbar.close());const i=(a=this.Editor.BlockSettings.nodes.wrapper)==null?void 0:a.contains(t),s=(l=this.Editor.Toolbar.nodes.settingsToggler)==null?void 0:l.contains(t),r=i||s;if(this.Editor.BlockSettings.opened&&!r){this.Editor.BlockSettings.close();const c=this.Editor.BlockManager.getBlockByChildNode(t);this.Editor.Toolbar.moveAndOpen(c)}this.Editor.BlockSelection.clearSelection(e)}documentTouched(e){let t=e.target;if(t===this.nodes.redactor){const o=e instanceof MouseEvent?e.clientX:e.touches[0].clientX,i=e instanceof MouseEvent?e.clientY:e.touches[0].clientY;t=document.elementFromPoint(o,i)}try{this.Editor.BlockManager.setCurrentBlockByChildNode(t)}catch{this.Editor.RectangleSelection.isRectActivated()||this.Editor.Caret.setToTheLastBlock()}this.Editor.ReadOnly.isEnabled||this.Editor.Toolbar.moveAndOpen()}redactorClicked(e){if(!b.isCollapsed)return;const t=e.target,o=e.metaKey||e.ctrlKey;if(u.isAnchor(t)&&o){e.stopImmediatePropagation(),e.stopPropagation();const i=t.getAttribute("href"),s=ei(i);oi(s);return}this.processBottomZoneClick(e)}processBottomZoneClick(e){const t=this.Editor.BlockManager.getBlockByIndex(-1),o=u.offset(t.holder).bottom,i=e.pageY,{BlockSelection:s}=this.Editor;if(e.target instanceof Element&&e.target.isEqualNode(this.nodes.redactor)&&!s.anyBlockSelected&&o{t=i,o=s}),Promise.resolve().then(async()=>{this.configuration=e,this.validate(),this.init(),await this.start(),await this.render();const{BlockManager:i,Caret:s,UI:r,ModificationsObserver:a}=this.moduleInstances;r.checkEmptiness(),a.enable(),this.configuration.autofocus===!0&&this.configuration.readOnly!==!0&&s.setToBlock(i.blocks[0],s.positions.START),t()}).catch(i=>{T(`Editor.js is not ready because of ${i}`,"error"),o(i)})}set configuration(e){var o,i;N(e)?this.config={...e}:this.config={holder:e},st(!!this.config.holderId,"config.holderId","config.holder"),this.config.holderId&&!this.config.holder&&(this.config.holder=this.config.holderId,this.config.holderId=null),this.config.holder==null&&(this.config.holder="editorjs"),this.config.logLevel||(this.config.logLevel=ko.VERBOSE),Vn(this.config.logLevel),st(!!this.config.initialBlock,"config.initialBlock","config.defaultBlock"),this.config.defaultBlock=this.config.defaultBlock||this.config.initialBlock||"paragraph",this.config.minHeight=this.config.minHeight!==void 0?this.config.minHeight:300;const t={type:this.config.defaultBlock,data:{}};this.config.placeholder=this.config.placeholder||!1,this.config.sanitizer=this.config.sanitizer||{p:!0,b:!0,a:!0},this.config.hideToolbar=this.config.hideToolbar?this.config.hideToolbar:!1,this.config.tools=this.config.tools||{},this.config.i18n=this.config.i18n||{},this.config.data=this.config.data||{blocks:[]},this.config.onReady=this.config.onReady||(()=>{}),this.config.onChange=this.config.onChange||(()=>{}),this.config.inlineToolbar=this.config.inlineToolbar!==void 0?this.config.inlineToolbar:!0,(V(this.config.data)||!this.config.data.blocks||this.config.data.blocks.length===0)&&(this.config.data={blocks:[t]}),this.config.readOnly=this.config.readOnly||!1,(o=this.config.i18n)!=null&&o.messages&&H.setDictionary(this.config.i18n.messages),this.config.i18n.direction=((i=this.config.i18n)==null?void 0:i.direction)||"ltr"}get configuration(){return this.config}validate(){const{holderId:e,holder:t}=this.config;if(e&&t)throw Error("«holderId» and «holder» param can't assign at the same time.");if(Q(t)&&!u.get(t))throw Error(`element with ID «${t}» is missing. Pass correct holder's ID.`);if(t&&N(t)&&!u.isElement(t))throw Error("«holder» value must be an Element node")}init(){this.constructModules(),this.configureModules()}async start(){await["Tools","UI","BlockManager","Paste","BlockSelection","RectangleSelection","CrossBlockSelection","ReadOnly"].reduce((t,o)=>t.then(async()=>{try{await this.moduleInstances[o].prepare()}catch(i){if(i instanceof Oo)throw new Error(i.message);T(`Module ${o} was skipped because of %o`,"warn",i)}}),Promise.resolve())}render(){return this.moduleInstances.Renderer.render(this.config.data.blocks)}constructModules(){Object.entries(Ea).forEach(([e,t])=>{try{this.moduleInstances[e]=new t({config:this.configuration,eventsDispatcher:this.eventsDispatcher})}catch(o){T("[constructModules]",`Module ${e} skipped because`,"error",o)}})}configureModules(){for(const e in this.moduleInstances)Object.prototype.hasOwnProperty.call(this.moduleInstances,e)&&(this.moduleInstances[e].state=this.getModulesDiff(e))}getModulesDiff(e){const t={};for(const o in this.moduleInstances)o!==e&&(t[o]=this.moduleInstances[o]);return t}}/** - * Editor.js - * - * @license Apache-2.0 - * @see Editor.js - * @author CodeX Team - */class Ba{static get version(){return"2.31.1"}constructor(e){let t=()=>{};N(e)&&M(e.onReady)&&(t=e.onReady);const o=new xa(e);this.isReady=o.isReady.then(()=>{this.exportAPI(o),t()})}exportAPI(e){const t=["configuration"],o=()=>{Object.values(e.moduleInstances).forEach(s=>{M(s.destroy)&&s.destroy(),s.listeners.removeAll()}),Ri(),e=null;for(const s in this)Object.prototype.hasOwnProperty.call(this,s)&&delete this[s];Object.setPrototypeOf(this,null)};t.forEach(s=>{this[s]=e[s]}),this.destroy=o,Object.setPrototypeOf(this,e.moduleInstances.API.methods),delete this.exportAPI,Object.entries({blocks:{clear:"clear",render:"render"},caret:{focus:"focus"},events:{on:"on",off:"off",emit:"emit"},saver:{save:"save"}}).forEach(([s,r])=>{Object.entries(r).forEach(([a,l])=>{this[l]=e.moduleInstances.API.methods[s][a]})})}}return Ba});