From ddb9288415612369e1791b907330315fac6c2bf2 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 18 Oct 2023 13:29:55 +0200 Subject: [PATCH] feat: Post type icons --- lib/bdfr_browser/http/plug.ex | 6 +- lib/bdfr_browser/post.ex | 5 + lib/bdfr_browser/render_utils.ex | 24 + priv/static/icons/0-circle-fill.svg | 4 + priv/static/icons/0-circle.svg | 4 + priv/static/icons/0-square-fill.svg | 4 + priv/static/icons/0-square.svg | 4 + priv/static/icons/1-circle-fill.svg | 3 + priv/static/icons/1-circle.svg | 3 + priv/static/icons/1-square-fill.svg | 3 + priv/static/icons/1-square.svg | 4 + priv/static/icons/123.svg | 3 + priv/static/icons/2-circle-fill.svg | 3 + priv/static/icons/2-circle.svg | 3 + priv/static/icons/2-square-fill.svg | 3 + priv/static/icons/2-square.svg | 4 + priv/static/icons/3-circle-fill.svg | 3 + priv/static/icons/3-circle.svg | 4 + priv/static/icons/3-square-fill.svg | 3 + priv/static/icons/3-square.svg | 4 + priv/static/icons/4-circle-fill.svg | 3 + priv/static/icons/4-circle.svg | 4 + priv/static/icons/4-square-fill.svg | 4 + priv/static/icons/4-square.svg | 4 + priv/static/icons/5-circle-fill.svg | 3 + priv/static/icons/5-circle.svg | 3 + priv/static/icons/5-square-fill.svg | 3 + priv/static/icons/5-square.svg | 4 + priv/static/icons/6-circle-fill.svg | 3 + priv/static/icons/6-circle.svg | 3 + priv/static/icons/6-square-fill.svg | 4 + priv/static/icons/6-square.svg | 4 + priv/static/icons/7-circle-fill.svg | 3 + priv/static/icons/7-circle.svg | 3 + priv/static/icons/7-square-fill.svg | 3 + priv/static/icons/7-square.svg | 4 + priv/static/icons/8-circle-fill.svg | 3 + priv/static/icons/8-circle.svg | 3 + priv/static/icons/8-square-fill.svg | 4 + priv/static/icons/8-square.svg | 4 + priv/static/icons/9-circle-fill.svg | 3 + priv/static/icons/9-circle.svg | 3 + priv/static/icons/9-square-fill.svg | 4 + priv/static/icons/9-square.svg | 4 + priv/static/icons/activity.svg | 3 + priv/static/icons/airplane-engines-fill.svg | 3 + priv/static/icons/airplane-engines.svg | 3 + priv/static/icons/airplane-fill.svg | 3 + priv/static/icons/airplane.svg | 3 + priv/static/icons/alarm-fill.svg | 3 + priv/static/icons/alarm.svg | 4 + priv/static/icons/alexa.svg | 3 + priv/static/icons/align-bottom.svg | 4 + priv/static/icons/align-center.svg | 3 + priv/static/icons/align-end.svg | 4 + priv/static/icons/align-middle.svg | 3 + priv/static/icons/align-start.svg | 4 + priv/static/icons/align-top.svg | 4 + priv/static/icons/alipay.svg | 4 + priv/static/icons/alphabet-uppercase.svg | 3 + priv/static/icons/alphabet.svg | 3 + priv/static/icons/alt.svg | 3 + priv/static/icons/amazon.svg | 4 + priv/static/icons/amd.svg | 3 + priv/static/icons/android.svg | 3 + priv/static/icons/android2.svg | 3 + priv/static/icons/app-indicator.svg | 4 + priv/static/icons/app.svg | 3 + priv/static/icons/apple.svg | 4 + priv/static/icons/archive-fill.svg | 3 + priv/static/icons/archive.svg | 3 + priv/static/icons/arrow-90deg-down.svg | 3 + priv/static/icons/arrow-90deg-left.svg | 3 + priv/static/icons/arrow-90deg-right.svg | 3 + priv/static/icons/arrow-90deg-up.svg | 3 + priv/static/icons/arrow-bar-down.svg | 3 + priv/static/icons/arrow-bar-left.svg | 3 + priv/static/icons/arrow-bar-right.svg | 3 + priv/static/icons/arrow-bar-up.svg | 3 + priv/static/icons/arrow-clockwise.svg | 4 + priv/static/icons/arrow-counterclockwise.svg | 4 + priv/static/icons/arrow-down-circle-fill.svg | 3 + priv/static/icons/arrow-down-circle.svg | 3 + .../icons/arrow-down-left-circle-fill.svg | 3 + priv/static/icons/arrow-down-left-circle.svg | 3 + .../icons/arrow-down-left-square-fill.svg | 3 + priv/static/icons/arrow-down-left-square.svg | 3 + priv/static/icons/arrow-down-left.svg | 3 + .../icons/arrow-down-right-circle-fill.svg | 3 + priv/static/icons/arrow-down-right-circle.svg | 3 + .../icons/arrow-down-right-square-fill.svg | 3 + priv/static/icons/arrow-down-right-square.svg | 3 + priv/static/icons/arrow-down-right.svg | 3 + priv/static/icons/arrow-down-short.svg | 3 + priv/static/icons/arrow-down-square-fill.svg | 3 + priv/static/icons/arrow-down-square.svg | 3 + priv/static/icons/arrow-down-up.svg | 3 + priv/static/icons/arrow-down.svg | 3 + priv/static/icons/arrow-left-circle-fill.svg | 3 + priv/static/icons/arrow-left-circle.svg | 3 + priv/static/icons/arrow-left-right.svg | 3 + priv/static/icons/arrow-left-short.svg | 3 + priv/static/icons/arrow-left-square-fill.svg | 3 + priv/static/icons/arrow-left-square.svg | 3 + priv/static/icons/arrow-left.svg | 3 + priv/static/icons/arrow-repeat.svg | 4 + priv/static/icons/arrow-return-left.svg | 3 + priv/static/icons/arrow-return-right.svg | 3 + priv/static/icons/arrow-right-circle-fill.svg | 3 + priv/static/icons/arrow-right-circle.svg | 3 + priv/static/icons/arrow-right-short.svg | 3 + priv/static/icons/arrow-right-square-fill.svg | 3 + priv/static/icons/arrow-right-square.svg | 3 + priv/static/icons/arrow-right.svg | 3 + .../static/icons/arrow-through-heart-fill.svg | 3 + priv/static/icons/arrow-through-heart.svg | 3 + priv/static/icons/arrow-up-circle-fill.svg | 3 + priv/static/icons/arrow-up-circle.svg | 3 + .../icons/arrow-up-left-circle-fill.svg | 3 + priv/static/icons/arrow-up-left-circle.svg | 3 + .../icons/arrow-up-left-square-fill.svg | 3 + priv/static/icons/arrow-up-left-square.svg | 3 + priv/static/icons/arrow-up-left.svg | 3 + .../icons/arrow-up-right-circle-fill.svg | 3 + priv/static/icons/arrow-up-right-circle.svg | 3 + .../icons/arrow-up-right-square-fill.svg | 3 + priv/static/icons/arrow-up-right-square.svg | 3 + priv/static/icons/arrow-up-right.svg | 3 + priv/static/icons/arrow-up-short.svg | 3 + priv/static/icons/arrow-up-square-fill.svg | 3 + priv/static/icons/arrow-up-square.svg | 3 + priv/static/icons/arrow-up.svg | 3 + priv/static/icons/arrows-angle-contract.svg | 3 + priv/static/icons/arrows-angle-expand.svg | 3 + .../static/icons/arrows-collapse-vertical.svg | 3 + priv/static/icons/arrows-collapse.svg | 3 + priv/static/icons/arrows-expand-vertical.svg | 3 + priv/static/icons/arrows-expand.svg | 3 + priv/static/icons/arrows-fullscreen.svg | 3 + priv/static/icons/arrows-move.svg | 3 + priv/static/icons/arrows-vertical.svg | 3 + priv/static/icons/arrows.svg | 3 + priv/static/icons/aspect-ratio-fill.svg | 3 + priv/static/icons/aspect-ratio.svg | 4 + priv/static/icons/asterisk.svg | 3 + priv/static/icons/at.svg | 3 + priv/static/icons/award-fill.svg | 4 + priv/static/icons/award.svg | 4 + priv/static/icons/back.svg | 3 + priv/static/icons/backpack-fill.svg | 4 + priv/static/icons/backpack.svg | 4 + priv/static/icons/backpack2-fill.svg | 4 + priv/static/icons/backpack2.svg | 5 + priv/static/icons/backpack3-fill.svg | 4 + priv/static/icons/backpack3.svg | 4 + priv/static/icons/backpack4-fill.svg | 4 + priv/static/icons/backpack4.svg | 4 + priv/static/icons/backspace-fill.svg | 3 + priv/static/icons/backspace-reverse-fill.svg | 3 + priv/static/icons/backspace-reverse.svg | 4 + priv/static/icons/backspace.svg | 4 + priv/static/icons/badge-3d-fill.svg | 4 + priv/static/icons/badge-3d.svg | 4 + priv/static/icons/badge-4k-fill.svg | 4 + priv/static/icons/badge-4k.svg | 4 + priv/static/icons/badge-8k-fill.svg | 4 + priv/static/icons/badge-8k.svg | 4 + priv/static/icons/badge-ad-fill.svg | 4 + priv/static/icons/badge-ad.svg | 4 + priv/static/icons/badge-ar-fill.svg | 4 + priv/static/icons/badge-ar.svg | 4 + priv/static/icons/badge-cc-fill.svg | 3 + priv/static/icons/badge-cc.svg | 4 + priv/static/icons/badge-hd-fill.svg | 4 + priv/static/icons/badge-hd.svg | 4 + priv/static/icons/badge-sd-fill.svg | 4 + priv/static/icons/badge-sd.svg | 3 + priv/static/icons/badge-tm-fill.svg | 3 + priv/static/icons/badge-tm.svg | 4 + priv/static/icons/badge-vo-fill.svg | 4 + priv/static/icons/badge-vo.svg | 4 + priv/static/icons/badge-vr-fill.svg | 4 + priv/static/icons/badge-vr.svg | 4 + priv/static/icons/badge-wc-fill.svg | 3 + priv/static/icons/badge-wc.svg | 4 + priv/static/icons/bag-check-fill.svg | 3 + priv/static/icons/bag-check.svg | 4 + priv/static/icons/bag-dash-fill.svg | 3 + priv/static/icons/bag-dash.svg | 4 + priv/static/icons/bag-fill.svg | 3 + priv/static/icons/bag-heart-fill.svg | 3 + priv/static/icons/bag-heart.svg | 3 + priv/static/icons/bag-plus-fill.svg | 3 + priv/static/icons/bag-plus.svg | 4 + priv/static/icons/bag-x-fill.svg | 3 + priv/static/icons/bag-x.svg | 4 + priv/static/icons/bag.svg | 3 + priv/static/icons/balloon-fill.svg | 3 + priv/static/icons/balloon-heart-fill.svg | 3 + priv/static/icons/balloon-heart.svg | 3 + priv/static/icons/balloon.svg | 3 + priv/static/icons/ban-fill.svg | 3 + priv/static/icons/ban.svg | 3 + priv/static/icons/bandaid-fill.svg | 3 + priv/static/icons/bandaid.svg | 4 + priv/static/icons/bank.svg | 3 + priv/static/icons/bank2.svg | 3 + priv/static/icons/bar-chart-fill.svg | 3 + priv/static/icons/bar-chart-line-fill.svg | 3 + priv/static/icons/bar-chart-line.svg | 3 + priv/static/icons/bar-chart-steps.svg | 3 + priv/static/icons/bar-chart.svg | 3 + priv/static/icons/basket-fill.svg | 3 + priv/static/icons/basket.svg | 3 + priv/static/icons/basket2-fill.svg | 3 + priv/static/icons/basket2.svg | 4 + priv/static/icons/basket3-fill.svg | 3 + priv/static/icons/basket3.svg | 3 + priv/static/icons/battery-charging.svg | 6 + priv/static/icons/battery-full.svg | 4 + priv/static/icons/battery-half.svg | 4 + priv/static/icons/battery.svg | 3 + priv/static/icons/behance.svg | 3 + priv/static/icons/bell-fill.svg | 3 + priv/static/icons/bell-slash-fill.svg | 3 + priv/static/icons/bell-slash.svg | 3 + priv/static/icons/bell.svg | 3 + priv/static/icons/bezier.svg | 4 + priv/static/icons/bezier2.svg | 3 + priv/static/icons/bicycle.svg | 3 + priv/static/icons/bing.svg | 5 + priv/static/icons/binoculars-fill.svg | 3 + priv/static/icons/binoculars.svg | 3 + priv/static/icons/blockquote-left.svg | 3 + priv/static/icons/blockquote-right.svg | 3 + priv/static/icons/bluetooth.svg | 3 + priv/static/icons/body-text.svg | 3 + priv/static/icons/book-fill.svg | 3 + priv/static/icons/book-half.svg | 3 + priv/static/icons/book.svg | 3 + priv/static/icons/bookmark-check-fill.svg | 3 + priv/static/icons/bookmark-check.svg | 4 + priv/static/icons/bookmark-dash-fill.svg | 3 + priv/static/icons/bookmark-dash.svg | 4 + priv/static/icons/bookmark-fill.svg | 3 + priv/static/icons/bookmark-heart-fill.svg | 3 + priv/static/icons/bookmark-heart.svg | 4 + priv/static/icons/bookmark-plus-fill.svg | 3 + priv/static/icons/bookmark-plus.svg | 4 + priv/static/icons/bookmark-star-fill.svg | 3 + priv/static/icons/bookmark-star.svg | 4 + priv/static/icons/bookmark-x-fill.svg | 3 + priv/static/icons/bookmark-x.svg | 4 + priv/static/icons/bookmark.svg | 3 + priv/static/icons/bookmarks-fill.svg | 4 + priv/static/icons/bookmarks.svg | 4 + priv/static/icons/bookshelf.svg | 3 + priv/static/icons/boombox-fill.svg | 4 + priv/static/icons/boombox.svg | 6 + priv/static/icons/bootstrap-fill.svg | 4 + priv/static/icons/bootstrap-icons.css | 2078 +++++++++++++++++ priv/static/icons/bootstrap-icons.json | 2052 ++++++++++++++++ priv/static/icons/bootstrap-icons.svg | 1 + priv/static/icons/bootstrap-reboot.svg | 4 + priv/static/icons/bootstrap.svg | 4 + priv/static/icons/border-all.svg | 3 + priv/static/icons/border-bottom.svg | 3 + priv/static/icons/border-center.svg | 3 + priv/static/icons/border-inner.svg | 5 + priv/static/icons/border-left.svg | 3 + priv/static/icons/border-middle.svg | 3 + priv/static/icons/border-outer.svg | 4 + priv/static/icons/border-right.svg | 3 + priv/static/icons/border-style.svg | 3 + priv/static/icons/border-top.svg | 3 + priv/static/icons/border-width.svg | 3 + priv/static/icons/border.svg | 3 + priv/static/icons/bounding-box-circles.svg | 3 + priv/static/icons/bounding-box.svg | 3 + priv/static/icons/box-arrow-down-left.svg | 4 + priv/static/icons/box-arrow-down-right.svg | 4 + priv/static/icons/box-arrow-down.svg | 4 + priv/static/icons/box-arrow-in-down-left.svg | 4 + priv/static/icons/box-arrow-in-down-right.svg | 4 + priv/static/icons/box-arrow-in-down.svg | 4 + priv/static/icons/box-arrow-in-left.svg | 4 + priv/static/icons/box-arrow-in-right.svg | 4 + priv/static/icons/box-arrow-in-up-left.svg | 4 + priv/static/icons/box-arrow-in-up-right.svg | 4 + priv/static/icons/box-arrow-in-up.svg | 4 + priv/static/icons/box-arrow-left.svg | 4 + priv/static/icons/box-arrow-right.svg | 4 + priv/static/icons/box-arrow-up-left.svg | 4 + priv/static/icons/box-arrow-up-right.svg | 4 + priv/static/icons/box-arrow-up.svg | 4 + priv/static/icons/box-fill.svg | 3 + priv/static/icons/box-seam-fill.svg | 3 + priv/static/icons/box-seam.svg | 3 + priv/static/icons/box.svg | 3 + priv/static/icons/box2-fill.svg | 3 + priv/static/icons/box2-heart-fill.svg | 3 + priv/static/icons/box2-heart.svg | 4 + priv/static/icons/box2.svg | 3 + priv/static/icons/boxes.svg | 3 + priv/static/icons/braces-asterisk.svg | 3 + priv/static/icons/braces.svg | 3 + priv/static/icons/bricks.svg | 3 + priv/static/icons/briefcase-fill.svg | 4 + priv/static/icons/briefcase.svg | 3 + .../static/icons/brightness-alt-high-fill.svg | 3 + priv/static/icons/brightness-alt-high.svg | 3 + priv/static/icons/brightness-alt-low-fill.svg | 3 + priv/static/icons/brightness-alt-low.svg | 3 + priv/static/icons/brightness-high-fill.svg | 3 + priv/static/icons/brightness-high.svg | 3 + priv/static/icons/brightness-low-fill.svg | 3 + priv/static/icons/brightness-low.svg | 3 + priv/static/icons/brilliance.svg | 3 + priv/static/icons/broadcast-pin.svg | 3 + priv/static/icons/broadcast.svg | 3 + priv/static/icons/browser-chrome.svg | 3 + priv/static/icons/browser-edge.svg | 5 + priv/static/icons/browser-firefox.svg | 3 + priv/static/icons/browser-safari.svg | 3 + priv/static/icons/brush-fill.svg | 3 + priv/static/icons/brush.svg | 3 + priv/static/icons/bucket-fill.svg | 3 + priv/static/icons/bucket.svg | 3 + priv/static/icons/bug-fill.svg | 4 + priv/static/icons/bug.svg | 3 + priv/static/icons/building-add.svg | 5 + priv/static/icons/building-check.svg | 5 + priv/static/icons/building-dash.svg | 5 + priv/static/icons/building-down.svg | 5 + priv/static/icons/building-exclamation.svg | 4 + priv/static/icons/building-fill-add.svg | 4 + priv/static/icons/building-fill-check.svg | 4 + priv/static/icons/building-fill-dash.svg | 4 + priv/static/icons/building-fill-down.svg | 4 + .../icons/building-fill-exclamation.svg | 4 + priv/static/icons/building-fill-gear.svg | 4 + priv/static/icons/building-fill-lock.svg | 4 + priv/static/icons/building-fill-slash.svg | 4 + priv/static/icons/building-fill-up.svg | 4 + priv/static/icons/building-fill-x.svg | 4 + priv/static/icons/building-fill.svg | 3 + priv/static/icons/building-gear.svg | 4 + priv/static/icons/building-lock.svg | 4 + priv/static/icons/building-slash.svg | 5 + priv/static/icons/building-up.svg | 5 + priv/static/icons/building-x.svg | 4 + priv/static/icons/building.svg | 4 + priv/static/icons/buildings-fill.svg | 3 + priv/static/icons/buildings.svg | 4 + priv/static/icons/bullseye.svg | 6 + priv/static/icons/bus-front-fill.svg | 3 + priv/static/icons/bus-front.svg | 4 + priv/static/icons/c-circle-fill.svg | 3 + priv/static/icons/c-circle.svg | 3 + priv/static/icons/c-square-fill.svg | 3 + priv/static/icons/c-square.svg | 4 + priv/static/icons/cake-fill.svg | 3 + priv/static/icons/cake.svg | 3 + priv/static/icons/cake2-fill.svg | 4 + priv/static/icons/cake2.svg | 3 + priv/static/icons/calculator-fill.svg | 3 + priv/static/icons/calculator.svg | 4 + priv/static/icons/calendar-check-fill.svg | 3 + priv/static/icons/calendar-check.svg | 4 + priv/static/icons/calendar-date-fill.svg | 4 + priv/static/icons/calendar-date.svg | 4 + priv/static/icons/calendar-day-fill.svg | 3 + priv/static/icons/calendar-day.svg | 4 + priv/static/icons/calendar-event-fill.svg | 3 + priv/static/icons/calendar-event.svg | 4 + priv/static/icons/calendar-fill.svg | 3 + priv/static/icons/calendar-heart-fill.svg | 3 + priv/static/icons/calendar-heart.svg | 3 + priv/static/icons/calendar-minus-fill.svg | 3 + priv/static/icons/calendar-minus.svg | 4 + priv/static/icons/calendar-month-fill.svg | 4 + priv/static/icons/calendar-month.svg | 4 + priv/static/icons/calendar-plus-fill.svg | 3 + priv/static/icons/calendar-plus.svg | 4 + priv/static/icons/calendar-range-fill.svg | 3 + priv/static/icons/calendar-range.svg | 4 + priv/static/icons/calendar-week-fill.svg | 3 + priv/static/icons/calendar-week.svg | 4 + priv/static/icons/calendar-x-fill.svg | 3 + priv/static/icons/calendar-x.svg | 4 + priv/static/icons/calendar.svg | 3 + priv/static/icons/calendar2-check-fill.svg | 3 + priv/static/icons/calendar2-check.svg | 5 + priv/static/icons/calendar2-date-fill.svg | 4 + priv/static/icons/calendar2-date.svg | 5 + priv/static/icons/calendar2-day-fill.svg | 3 + priv/static/icons/calendar2-day.svg | 5 + priv/static/icons/calendar2-event-fill.svg | 3 + priv/static/icons/calendar2-event.svg | 5 + priv/static/icons/calendar2-fill.svg | 3 + priv/static/icons/calendar2-heart-fill.svg | 3 + priv/static/icons/calendar2-heart.svg | 3 + priv/static/icons/calendar2-minus-fill.svg | 3 + priv/static/icons/calendar2-minus.svg | 5 + priv/static/icons/calendar2-month-fill.svg | 4 + priv/static/icons/calendar2-month.svg | 5 + priv/static/icons/calendar2-plus-fill.svg | 3 + priv/static/icons/calendar2-plus.svg | 4 + priv/static/icons/calendar2-range-fill.svg | 3 + priv/static/icons/calendar2-range.svg | 4 + priv/static/icons/calendar2-week-fill.svg | 3 + priv/static/icons/calendar2-week.svg | 4 + priv/static/icons/calendar2-x-fill.svg | 3 + priv/static/icons/calendar2-x.svg | 5 + priv/static/icons/calendar2.svg | 4 + priv/static/icons/calendar3-event-fill.svg | 3 + priv/static/icons/calendar3-event.svg | 4 + priv/static/icons/calendar3-fill.svg | 3 + priv/static/icons/calendar3-range-fill.svg | 3 + priv/static/icons/calendar3-range.svg | 4 + priv/static/icons/calendar3-week-fill.svg | 3 + priv/static/icons/calendar3-week.svg | 4 + priv/static/icons/calendar3.svg | 4 + priv/static/icons/calendar4-event.svg | 4 + priv/static/icons/calendar4-range.svg | 4 + priv/static/icons/calendar4-week.svg | 4 + priv/static/icons/calendar4.svg | 3 + priv/static/icons/camera-fill.svg | 4 + priv/static/icons/camera-reels-fill.svg | 5 + priv/static/icons/camera-reels.svg | 5 + priv/static/icons/camera-video-fill.svg | 3 + priv/static/icons/camera-video-off-fill.svg | 3 + priv/static/icons/camera-video-off.svg | 3 + priv/static/icons/camera-video.svg | 3 + priv/static/icons/camera.svg | 4 + priv/static/icons/camera2.svg | 4 + priv/static/icons/capslock-fill.svg | 3 + priv/static/icons/capslock.svg | 3 + priv/static/icons/capsule-pill.svg | 3 + priv/static/icons/capsule.svg | 3 + priv/static/icons/car-front-fill.svg | 3 + priv/static/icons/car-front.svg | 4 + priv/static/icons/card-checklist.svg | 4 + priv/static/icons/card-heading.svg | 4 + priv/static/icons/card-image.svg | 4 + priv/static/icons/card-list.svg | 4 + priv/static/icons/card-text.svg | 4 + priv/static/icons/caret-down-fill.svg | 3 + priv/static/icons/caret-down-square-fill.svg | 3 + priv/static/icons/caret-down-square.svg | 4 + priv/static/icons/caret-down.svg | 3 + priv/static/icons/caret-left-fill.svg | 3 + priv/static/icons/caret-left-square-fill.svg | 3 + priv/static/icons/caret-left-square.svg | 4 + priv/static/icons/caret-left.svg | 3 + priv/static/icons/caret-right-fill.svg | 3 + priv/static/icons/caret-right-square-fill.svg | 3 + priv/static/icons/caret-right-square.svg | 4 + priv/static/icons/caret-right.svg | 3 + priv/static/icons/caret-up-fill.svg | 3 + priv/static/icons/caret-up-square-fill.svg | 3 + priv/static/icons/caret-up-square.svg | 4 + priv/static/icons/caret-up.svg | 3 + priv/static/icons/cart-check-fill.svg | 3 + priv/static/icons/cart-check.svg | 4 + priv/static/icons/cart-dash-fill.svg | 3 + priv/static/icons/cart-dash.svg | 4 + priv/static/icons/cart-fill.svg | 3 + priv/static/icons/cart-plus-fill.svg | 3 + priv/static/icons/cart-plus.svg | 4 + priv/static/icons/cart-x-fill.svg | 3 + priv/static/icons/cart-x.svg | 4 + priv/static/icons/cart.svg | 3 + priv/static/icons/cart2.svg | 3 + priv/static/icons/cart3.svg | 3 + priv/static/icons/cart4.svg | 3 + priv/static/icons/cash-coin.svg | 6 + priv/static/icons/cash-stack.svg | 4 + priv/static/icons/cash.svg | 4 + priv/static/icons/cassette-fill.svg | 4 + priv/static/icons/cassette.svg | 4 + priv/static/icons/cast.svg | 4 + priv/static/icons/cc-circle-fill.svg | 3 + priv/static/icons/cc-circle.svg | 3 + priv/static/icons/cc-square-fill.svg | 3 + priv/static/icons/cc-square.svg | 4 + priv/static/icons/chat-dots-fill.svg | 3 + priv/static/icons/chat-dots.svg | 4 + priv/static/icons/chat-fill.svg | 3 + priv/static/icons/chat-heart-fill.svg | 3 + priv/static/icons/chat-heart.svg | 3 + priv/static/icons/chat-left-dots-fill.svg | 3 + priv/static/icons/chat-left-dots.svg | 4 + priv/static/icons/chat-left-fill.svg | 3 + priv/static/icons/chat-left-heart-fill.svg | 3 + priv/static/icons/chat-left-heart.svg | 4 + priv/static/icons/chat-left-quote-fill.svg | 3 + priv/static/icons/chat-left-quote.svg | 4 + priv/static/icons/chat-left-text-fill.svg | 3 + priv/static/icons/chat-left-text.svg | 4 + priv/static/icons/chat-left.svg | 3 + priv/static/icons/chat-quote-fill.svg | 3 + priv/static/icons/chat-quote.svg | 4 + priv/static/icons/chat-right-dots-fill.svg | 3 + priv/static/icons/chat-right-dots.svg | 4 + priv/static/icons/chat-right-fill.svg | 3 + priv/static/icons/chat-right-heart-fill.svg | 3 + priv/static/icons/chat-right-heart.svg | 4 + priv/static/icons/chat-right-quote-fill.svg | 3 + priv/static/icons/chat-right-quote.svg | 4 + priv/static/icons/chat-right-text-fill.svg | 3 + priv/static/icons/chat-right-text.svg | 4 + priv/static/icons/chat-right.svg | 3 + priv/static/icons/chat-square-dots-fill.svg | 3 + priv/static/icons/chat-square-dots.svg | 4 + priv/static/icons/chat-square-fill.svg | 3 + priv/static/icons/chat-square-heart-fill.svg | 3 + priv/static/icons/chat-square-heart.svg | 4 + priv/static/icons/chat-square-quote-fill.svg | 3 + priv/static/icons/chat-square-quote.svg | 4 + priv/static/icons/chat-square-text-fill.svg | 3 + priv/static/icons/chat-square-text.svg | 4 + priv/static/icons/chat-square.svg | 3 + priv/static/icons/chat-text-fill.svg | 3 + priv/static/icons/chat-text.svg | 4 + priv/static/icons/chat.svg | 3 + priv/static/icons/check-all.svg | 3 + priv/static/icons/check-circle-fill.svg | 3 + priv/static/icons/check-circle.svg | 4 + priv/static/icons/check-lg.svg | 3 + priv/static/icons/check-square-fill.svg | 3 + priv/static/icons/check-square.svg | 4 + priv/static/icons/check.svg | 3 + priv/static/icons/check2-all.svg | 4 + priv/static/icons/check2-circle.svg | 4 + priv/static/icons/check2-square.svg | 4 + priv/static/icons/check2.svg | 3 + priv/static/icons/chevron-bar-contract.svg | 3 + priv/static/icons/chevron-bar-down.svg | 3 + priv/static/icons/chevron-bar-expand.svg | 3 + priv/static/icons/chevron-bar-left.svg | 3 + priv/static/icons/chevron-bar-right.svg | 3 + priv/static/icons/chevron-bar-up.svg | 3 + priv/static/icons/chevron-compact-down.svg | 3 + priv/static/icons/chevron-compact-left.svg | 3 + priv/static/icons/chevron-compact-right.svg | 3 + priv/static/icons/chevron-compact-up.svg | 3 + priv/static/icons/chevron-contract.svg | 3 + priv/static/icons/chevron-double-down.svg | 4 + priv/static/icons/chevron-double-left.svg | 4 + priv/static/icons/chevron-double-right.svg | 4 + priv/static/icons/chevron-double-up.svg | 4 + priv/static/icons/chevron-down.svg | 3 + priv/static/icons/chevron-expand.svg | 3 + priv/static/icons/chevron-left.svg | 3 + priv/static/icons/chevron-right.svg | 3 + priv/static/icons/chevron-up.svg | 3 + priv/static/icons/circle-fill.svg | 3 + priv/static/icons/circle-half.svg | 3 + priv/static/icons/circle-square.svg | 4 + priv/static/icons/circle.svg | 3 + priv/static/icons/clipboard-check-fill.svg | 4 + priv/static/icons/clipboard-check.svg | 5 + priv/static/icons/clipboard-data-fill.svg | 4 + priv/static/icons/clipboard-data.svg | 5 + priv/static/icons/clipboard-fill.svg | 3 + priv/static/icons/clipboard-heart-fill.svg | 4 + priv/static/icons/clipboard-heart.svg | 5 + priv/static/icons/clipboard-minus-fill.svg | 4 + priv/static/icons/clipboard-minus.svg | 5 + priv/static/icons/clipboard-plus-fill.svg | 4 + priv/static/icons/clipboard-plus.svg | 5 + priv/static/icons/clipboard-pulse.svg | 3 + priv/static/icons/clipboard-x-fill.svg | 4 + priv/static/icons/clipboard-x.svg | 5 + priv/static/icons/clipboard.svg | 4 + priv/static/icons/clipboard2-check-fill.svg | 4 + priv/static/icons/clipboard2-check.svg | 5 + priv/static/icons/clipboard2-data-fill.svg | 4 + priv/static/icons/clipboard2-data.svg | 5 + priv/static/icons/clipboard2-fill.svg | 4 + priv/static/icons/clipboard2-heart-fill.svg | 4 + priv/static/icons/clipboard2-heart.svg | 5 + priv/static/icons/clipboard2-minus-fill.svg | 4 + priv/static/icons/clipboard2-minus.svg | 5 + priv/static/icons/clipboard2-plus-fill.svg | 4 + priv/static/icons/clipboard2-plus.svg | 5 + priv/static/icons/clipboard2-pulse-fill.svg | 4 + priv/static/icons/clipboard2-pulse.svg | 5 + priv/static/icons/clipboard2-x-fill.svg | 4 + priv/static/icons/clipboard2-x.svg | 5 + priv/static/icons/clipboard2.svg | 4 + priv/static/icons/clock-fill.svg | 3 + priv/static/icons/clock-history.svg | 5 + priv/static/icons/clock.svg | 4 + priv/static/icons/cloud-arrow-down-fill.svg | 3 + priv/static/icons/cloud-arrow-down.svg | 4 + priv/static/icons/cloud-arrow-up-fill.svg | 3 + priv/static/icons/cloud-arrow-up.svg | 4 + priv/static/icons/cloud-check-fill.svg | 3 + priv/static/icons/cloud-check.svg | 4 + priv/static/icons/cloud-download-fill.svg | 3 + priv/static/icons/cloud-download.svg | 4 + priv/static/icons/cloud-drizzle-fill.svg | 3 + priv/static/icons/cloud-drizzle.svg | 3 + priv/static/icons/cloud-fill.svg | 3 + priv/static/icons/cloud-fog-fill.svg | 3 + priv/static/icons/cloud-fog.svg | 3 + priv/static/icons/cloud-fog2-fill.svg | 3 + priv/static/icons/cloud-fog2.svg | 3 + priv/static/icons/cloud-hail-fill.svg | 3 + priv/static/icons/cloud-hail.svg | 3 + priv/static/icons/cloud-haze-fill.svg | 3 + priv/static/icons/cloud-haze.svg | 3 + priv/static/icons/cloud-haze2-fill.svg | 3 + priv/static/icons/cloud-haze2.svg | 3 + priv/static/icons/cloud-lightning-fill.svg | 3 + .../icons/cloud-lightning-rain-fill.svg | 3 + priv/static/icons/cloud-lightning-rain.svg | 3 + priv/static/icons/cloud-lightning.svg | 3 + priv/static/icons/cloud-minus-fill.svg | 3 + priv/static/icons/cloud-minus.svg | 4 + priv/static/icons/cloud-moon-fill.svg | 4 + priv/static/icons/cloud-moon.svg | 4 + priv/static/icons/cloud-plus-fill.svg | 3 + priv/static/icons/cloud-plus.svg | 4 + priv/static/icons/cloud-rain-fill.svg | 3 + priv/static/icons/cloud-rain-heavy-fill.svg | 3 + priv/static/icons/cloud-rain-heavy.svg | 3 + priv/static/icons/cloud-rain.svg | 3 + priv/static/icons/cloud-slash-fill.svg | 3 + priv/static/icons/cloud-slash.svg | 4 + priv/static/icons/cloud-sleet-fill.svg | 3 + priv/static/icons/cloud-sleet.svg | 3 + priv/static/icons/cloud-snow-fill.svg | 3 + priv/static/icons/cloud-snow.svg | 3 + priv/static/icons/cloud-sun-fill.svg | 4 + priv/static/icons/cloud-sun.svg | 4 + priv/static/icons/cloud-upload-fill.svg | 3 + priv/static/icons/cloud-upload.svg | 4 + priv/static/icons/cloud.svg | 3 + priv/static/icons/clouds-fill.svg | 4 + priv/static/icons/clouds.svg | 4 + priv/static/icons/cloudy-fill.svg | 3 + priv/static/icons/cloudy.svg | 3 + priv/static/icons/code-slash.svg | 3 + priv/static/icons/code-square.svg | 4 + priv/static/icons/code.svg | 3 + priv/static/icons/coin.svg | 5 + priv/static/icons/collection-fill.svg | 3 + priv/static/icons/collection-play-fill.svg | 3 + priv/static/icons/collection-play.svg | 4 + priv/static/icons/collection.svg | 3 + priv/static/icons/columns-gap.svg | 3 + priv/static/icons/columns.svg | 3 + priv/static/icons/command.svg | 3 + priv/static/icons/compass-fill.svg | 3 + priv/static/icons/compass.svg | 4 + priv/static/icons/cone-striped.svg | 3 + priv/static/icons/cone.svg | 3 + priv/static/icons/controller.svg | 4 + priv/static/icons/cookie.svg | 4 + priv/static/icons/copy.svg | 3 + priv/static/icons/cpu-fill.svg | 4 + priv/static/icons/cpu.svg | 3 + priv/static/icons/credit-card-2-back-fill.svg | 3 + priv/static/icons/credit-card-2-back.svg | 4 + .../static/icons/credit-card-2-front-fill.svg | 3 + priv/static/icons/credit-card-2-front.svg | 4 + priv/static/icons/credit-card-fill.svg | 3 + priv/static/icons/credit-card.svg | 4 + priv/static/icons/crop.svg | 3 + priv/static/icons/crosshair.svg | 3 + priv/static/icons/crosshair2.svg | 3 + priv/static/icons/cup-fill.svg | 3 + priv/static/icons/cup-hot-fill.svg | 4 + priv/static/icons/cup-hot.svg | 4 + priv/static/icons/cup-straw.svg | 3 + priv/static/icons/cup.svg | 3 + priv/static/icons/currency-bitcoin.svg | 3 + priv/static/icons/currency-dollar.svg | 3 + priv/static/icons/currency-euro.svg | 3 + priv/static/icons/currency-exchange.svg | 3 + priv/static/icons/currency-pound.svg | 3 + priv/static/icons/currency-rupee.svg | 3 + priv/static/icons/currency-yen.svg | 3 + priv/static/icons/cursor-fill.svg | 3 + priv/static/icons/cursor-text.svg | 3 + priv/static/icons/cursor.svg | 3 + priv/static/icons/dash-circle-dotted.svg | 3 + priv/static/icons/dash-circle-fill.svg | 3 + priv/static/icons/dash-circle.svg | 4 + priv/static/icons/dash-lg.svg | 3 + priv/static/icons/dash-square-dotted.svg | 3 + priv/static/icons/dash-square-fill.svg | 3 + priv/static/icons/dash-square.svg | 4 + priv/static/icons/dash.svg | 3 + priv/static/icons/database-add.svg | 4 + priv/static/icons/database-check.svg | 4 + priv/static/icons/database-dash.svg | 4 + priv/static/icons/database-down.svg | 4 + priv/static/icons/database-exclamation.svg | 4 + priv/static/icons/database-fill-add.svg | 4 + priv/static/icons/database-fill-check.svg | 4 + priv/static/icons/database-fill-dash.svg | 4 + priv/static/icons/database-fill-down.svg | 4 + .../icons/database-fill-exclamation.svg | 5 + priv/static/icons/database-fill-gear.svg | 4 + priv/static/icons/database-fill-lock.svg | 5 + priv/static/icons/database-fill-slash.svg | 4 + priv/static/icons/database-fill-up.svg | 4 + priv/static/icons/database-fill-x.svg | 5 + priv/static/icons/database-fill.svg | 6 + priv/static/icons/database-gear.svg | 4 + priv/static/icons/database-lock.svg | 4 + priv/static/icons/database-slash.svg | 4 + priv/static/icons/database-up.svg | 4 + priv/static/icons/database-x.svg | 4 + priv/static/icons/database.svg | 3 + priv/static/icons/device-hdd-fill.svg | 4 + priv/static/icons/device-hdd.svg | 5 + priv/static/icons/device-ssd-fill.svg | 4 + priv/static/icons/device-ssd.svg | 4 + priv/static/icons/diagram-2-fill.svg | 3 + priv/static/icons/diagram-2.svg | 3 + priv/static/icons/diagram-3-fill.svg | 3 + priv/static/icons/diagram-3.svg | 3 + priv/static/icons/diamond-fill.svg | 3 + priv/static/icons/diamond-half.svg | 3 + priv/static/icons/diamond.svg | 3 + priv/static/icons/dice-1-fill.svg | 3 + priv/static/icons/dice-1.svg | 4 + priv/static/icons/dice-2-fill.svg | 3 + priv/static/icons/dice-2.svg | 4 + priv/static/icons/dice-3-fill.svg | 3 + priv/static/icons/dice-3.svg | 4 + priv/static/icons/dice-4-fill.svg | 3 + priv/static/icons/dice-4.svg | 4 + priv/static/icons/dice-5-fill.svg | 3 + priv/static/icons/dice-5.svg | 4 + priv/static/icons/dice-6-fill.svg | 3 + priv/static/icons/dice-6.svg | 4 + priv/static/icons/disc-fill.svg | 3 + priv/static/icons/disc.svg | 4 + priv/static/icons/discord.svg | 3 + priv/static/icons/display-fill.svg | 3 + priv/static/icons/display.svg | 3 + priv/static/icons/displayport-fill.svg | 3 + priv/static/icons/displayport.svg | 4 + priv/static/icons/distribute-horizontal.svg | 4 + priv/static/icons/distribute-vertical.svg | 4 + priv/static/icons/door-closed-fill.svg | 3 + priv/static/icons/door-closed.svg | 4 + priv/static/icons/door-open-fill.svg | 3 + priv/static/icons/door-open.svg | 4 + priv/static/icons/dot.svg | 3 + priv/static/icons/download.svg | 4 + priv/static/icons/dpad-fill.svg | 3 + priv/static/icons/dpad.svg | 4 + priv/static/icons/dribbble.svg | 3 + priv/static/icons/dropbox.svg | 3 + priv/static/icons/droplet-fill.svg | 3 + priv/static/icons/droplet-half.svg | 4 + priv/static/icons/droplet.svg | 4 + priv/static/icons/duffle-fill.svg | 3 + priv/static/icons/duffle.svg | 4 + priv/static/icons/ear-fill.svg | 3 + priv/static/icons/ear.svg | 3 + priv/static/icons/earbuds.svg | 3 + priv/static/icons/easel-fill.svg | 3 + priv/static/icons/easel.svg | 3 + priv/static/icons/easel2-fill.svg | 4 + priv/static/icons/easel2.svg | 3 + priv/static/icons/easel3-fill.svg | 3 + priv/static/icons/easel3.svg | 3 + priv/static/icons/egg-fill.svg | 3 + priv/static/icons/egg-fried.svg | 4 + priv/static/icons/egg.svg | 3 + priv/static/icons/eject-fill.svg | 3 + priv/static/icons/eject.svg | 3 + priv/static/icons/emoji-angry-fill.svg | 3 + priv/static/icons/emoji-angry.svg | 4 + priv/static/icons/emoji-astonished-fill.svg | 3 + priv/static/icons/emoji-astonished.svg | 4 + priv/static/icons/emoji-dizzy-fill.svg | 3 + priv/static/icons/emoji-dizzy.svg | 4 + .../icons/emoji-expressionless-fill.svg | 3 + priv/static/icons/emoji-expressionless.svg | 4 + priv/static/icons/emoji-frown-fill.svg | 3 + priv/static/icons/emoji-frown.svg | 4 + priv/static/icons/emoji-grimace-fill.svg | 3 + priv/static/icons/emoji-grimace.svg | 4 + priv/static/icons/emoji-grin-fill.svg | 3 + priv/static/icons/emoji-grin.svg | 4 + priv/static/icons/emoji-heart-eyes-fill.svg | 3 + priv/static/icons/emoji-heart-eyes.svg | 4 + priv/static/icons/emoji-kiss-fill.svg | 3 + priv/static/icons/emoji-kiss.svg | 3 + priv/static/icons/emoji-laughing-fill.svg | 3 + priv/static/icons/emoji-laughing.svg | 4 + priv/static/icons/emoji-neutral-fill.svg | 3 + priv/static/icons/emoji-neutral.svg | 4 + priv/static/icons/emoji-smile-fill.svg | 3 + .../icons/emoji-smile-upside-down-fill.svg | 3 + priv/static/icons/emoji-smile-upside-down.svg | 4 + priv/static/icons/emoji-smile.svg | 4 + priv/static/icons/emoji-sunglasses-fill.svg | 3 + priv/static/icons/emoji-sunglasses.svg | 4 + priv/static/icons/emoji-surprise-fill.svg | 3 + priv/static/icons/emoji-surprise.svg | 4 + priv/static/icons/emoji-tear-fill.svg | 3 + priv/static/icons/emoji-tear.svg | 4 + priv/static/icons/emoji-wink-fill.svg | 3 + priv/static/icons/emoji-wink.svg | 4 + .../static/icons/envelope-arrow-down-fill.svg | 4 + priv/static/icons/envelope-arrow-down.svg | 4 + priv/static/icons/envelope-arrow-up-fill.svg | 4 + priv/static/icons/envelope-arrow-up.svg | 4 + priv/static/icons/envelope-at-fill.svg | 4 + priv/static/icons/envelope-at.svg | 4 + priv/static/icons/envelope-check-fill.svg | 4 + priv/static/icons/envelope-check.svg | 4 + priv/static/icons/envelope-dash-fill.svg | 4 + priv/static/icons/envelope-dash.svg | 4 + .../icons/envelope-exclamation-fill.svg | 4 + priv/static/icons/envelope-exclamation.svg | 4 + priv/static/icons/envelope-fill.svg | 3 + priv/static/icons/envelope-heart-fill.svg | 4 + priv/static/icons/envelope-heart.svg | 3 + priv/static/icons/envelope-open-fill.svg | 3 + .../static/icons/envelope-open-heart-fill.svg | 4 + priv/static/icons/envelope-open-heart.svg | 3 + priv/static/icons/envelope-open.svg | 3 + priv/static/icons/envelope-paper-fill.svg | 3 + .../icons/envelope-paper-heart-fill.svg | 3 + priv/static/icons/envelope-paper-heart.svg | 3 + priv/static/icons/envelope-paper.svg | 3 + priv/static/icons/envelope-plus-fill.svg | 4 + priv/static/icons/envelope-plus.svg | 4 + priv/static/icons/envelope-slash-fill.svg | 4 + priv/static/icons/envelope-slash.svg | 4 + priv/static/icons/envelope-x-fill.svg | 4 + priv/static/icons/envelope-x.svg | 4 + priv/static/icons/envelope.svg | 3 + priv/static/icons/eraser-fill.svg | 3 + priv/static/icons/eraser.svg | 3 + priv/static/icons/escape.svg | 4 + priv/static/icons/ethernet.svg | 4 + priv/static/icons/ev-front-fill.svg | 3 + priv/static/icons/ev-front.svg | 4 + priv/static/icons/ev-station-fill.svg | 3 + priv/static/icons/ev-station.svg | 4 + priv/static/icons/exclamation-circle-fill.svg | 3 + priv/static/icons/exclamation-circle.svg | 4 + .../static/icons/exclamation-diamond-fill.svg | 3 + priv/static/icons/exclamation-diamond.svg | 4 + priv/static/icons/exclamation-lg.svg | 3 + .../static/icons/exclamation-octagon-fill.svg | 3 + priv/static/icons/exclamation-octagon.svg | 4 + priv/static/icons/exclamation-square-fill.svg | 3 + priv/static/icons/exclamation-square.svg | 4 + .../icons/exclamation-triangle-fill.svg | 3 + priv/static/icons/exclamation-triangle.svg | 4 + priv/static/icons/exclamation.svg | 3 + priv/static/icons/exclude.svg | 3 + priv/static/icons/explicit-fill.svg | 3 + priv/static/icons/explicit.svg | 4 + priv/static/icons/exposure.svg | 4 + priv/static/icons/eye-fill.svg | 4 + priv/static/icons/eye-slash-fill.svg | 4 + priv/static/icons/eye-slash.svg | 5 + priv/static/icons/eye.svg | 4 + priv/static/icons/eyedropper.svg | 3 + priv/static/icons/eyeglasses.svg | 3 + priv/static/icons/facebook.svg | 3 + priv/static/icons/fan.svg | 4 + priv/static/icons/fast-forward-btn-fill.svg | 3 + priv/static/icons/fast-forward-btn.svg | 4 + .../static/icons/fast-forward-circle-fill.svg | 3 + priv/static/icons/fast-forward-circle.svg | 4 + priv/static/icons/fast-forward-fill.svg | 4 + priv/static/icons/fast-forward.svg | 4 + priv/static/icons/feather.svg | 3 + priv/static/icons/feather2.svg | 3 + priv/static/icons/file-arrow-down-fill.svg | 3 + priv/static/icons/file-arrow-down.svg | 4 + priv/static/icons/file-arrow-up-fill.svg | 3 + priv/static/icons/file-arrow-up.svg | 4 + priv/static/icons/file-bar-graph-fill.svg | 3 + priv/static/icons/file-bar-graph.svg | 4 + priv/static/icons/file-binary-fill.svg | 4 + priv/static/icons/file-binary.svg | 4 + priv/static/icons/file-break-fill.svg | 3 + priv/static/icons/file-break.svg | 3 + priv/static/icons/file-check-fill.svg | 3 + priv/static/icons/file-check.svg | 4 + priv/static/icons/file-code-fill.svg | 3 + priv/static/icons/file-code.svg | 4 + priv/static/icons/file-diff-fill.svg | 3 + priv/static/icons/file-diff.svg | 4 + .../icons/file-earmark-arrow-down-fill.svg | 3 + priv/static/icons/file-earmark-arrow-down.svg | 4 + .../icons/file-earmark-arrow-up-fill.svg | 3 + priv/static/icons/file-earmark-arrow-up.svg | 4 + .../icons/file-earmark-bar-graph-fill.svg | 3 + priv/static/icons/file-earmark-bar-graph.svg | 4 + .../static/icons/file-earmark-binary-fill.svg | 4 + priv/static/icons/file-earmark-binary.svg | 4 + priv/static/icons/file-earmark-break-fill.svg | 3 + priv/static/icons/file-earmark-break.svg | 3 + priv/static/icons/file-earmark-check-fill.svg | 3 + priv/static/icons/file-earmark-check.svg | 4 + priv/static/icons/file-earmark-code-fill.svg | 3 + priv/static/icons/file-earmark-code.svg | 4 + priv/static/icons/file-earmark-diff-fill.svg | 3 + priv/static/icons/file-earmark-diff.svg | 4 + priv/static/icons/file-earmark-easel-fill.svg | 4 + priv/static/icons/file-earmark-easel.svg | 4 + priv/static/icons/file-earmark-excel-fill.svg | 3 + priv/static/icons/file-earmark-excel.svg | 4 + priv/static/icons/file-earmark-fill.svg | 3 + priv/static/icons/file-earmark-font-fill.svg | 3 + priv/static/icons/file-earmark-font.svg | 4 + priv/static/icons/file-earmark-image-fill.svg | 4 + priv/static/icons/file-earmark-image.svg | 4 + priv/static/icons/file-earmark-lock-fill.svg | 4 + priv/static/icons/file-earmark-lock.svg | 4 + priv/static/icons/file-earmark-lock2-fill.svg | 4 + priv/static/icons/file-earmark-lock2.svg | 4 + .../icons/file-earmark-medical-fill.svg | 3 + priv/static/icons/file-earmark-medical.svg | 4 + priv/static/icons/file-earmark-minus-fill.svg | 3 + priv/static/icons/file-earmark-minus.svg | 4 + priv/static/icons/file-earmark-music-fill.svg | 3 + priv/static/icons/file-earmark-music.svg | 4 + priv/static/icons/file-earmark-pdf-fill.svg | 4 + priv/static/icons/file-earmark-pdf.svg | 4 + .../static/icons/file-earmark-person-fill.svg | 3 + priv/static/icons/file-earmark-person.svg | 4 + priv/static/icons/file-earmark-play-fill.svg | 3 + priv/static/icons/file-earmark-play.svg | 4 + priv/static/icons/file-earmark-plus-fill.svg | 3 + priv/static/icons/file-earmark-plus.svg | 4 + priv/static/icons/file-earmark-post-fill.svg | 3 + priv/static/icons/file-earmark-post.svg | 4 + priv/static/icons/file-earmark-ppt-fill.svg | 4 + priv/static/icons/file-earmark-ppt.svg | 4 + .../icons/file-earmark-richtext-fill.svg | 3 + priv/static/icons/file-earmark-richtext.svg | 4 + priv/static/icons/file-earmark-ruled-fill.svg | 3 + priv/static/icons/file-earmark-ruled.svg | 3 + .../static/icons/file-earmark-slides-fill.svg | 4 + priv/static/icons/file-earmark-slides.svg | 4 + .../icons/file-earmark-spreadsheet-fill.svg | 4 + .../static/icons/file-earmark-spreadsheet.svg | 3 + priv/static/icons/file-earmark-text-fill.svg | 3 + priv/static/icons/file-earmark-text.svg | 4 + priv/static/icons/file-earmark-word-fill.svg | 3 + priv/static/icons/file-earmark-word.svg | 4 + priv/static/icons/file-earmark-x-fill.svg | 3 + priv/static/icons/file-earmark-x.svg | 4 + priv/static/icons/file-earmark-zip-fill.svg | 4 + priv/static/icons/file-earmark-zip.svg | 4 + priv/static/icons/file-earmark.svg | 3 + priv/static/icons/file-easel-fill.svg | 4 + priv/static/icons/file-easel.svg | 4 + priv/static/icons/file-excel-fill.svg | 3 + priv/static/icons/file-excel.svg | 4 + priv/static/icons/file-fill.svg | 3 + priv/static/icons/file-font-fill.svg | 3 + priv/static/icons/file-font.svg | 4 + priv/static/icons/file-image-fill.svg | 4 + priv/static/icons/file-image.svg | 4 + priv/static/icons/file-lock-fill.svg | 4 + priv/static/icons/file-lock.svg | 4 + priv/static/icons/file-lock2-fill.svg | 4 + priv/static/icons/file-lock2.svg | 4 + priv/static/icons/file-medical-fill.svg | 3 + priv/static/icons/file-medical.svg | 4 + priv/static/icons/file-minus-fill.svg | 3 + priv/static/icons/file-minus.svg | 4 + priv/static/icons/file-music-fill.svg | 3 + priv/static/icons/file-music.svg | 4 + priv/static/icons/file-pdf-fill.svg | 4 + priv/static/icons/file-pdf.svg | 4 + priv/static/icons/file-person-fill.svg | 3 + priv/static/icons/file-person.svg | 4 + priv/static/icons/file-play-fill.svg | 3 + priv/static/icons/file-play.svg | 4 + priv/static/icons/file-plus-fill.svg | 3 + priv/static/icons/file-plus.svg | 4 + priv/static/icons/file-post-fill.svg | 3 + priv/static/icons/file-post.svg | 4 + priv/static/icons/file-ppt-fill.svg | 4 + priv/static/icons/file-ppt.svg | 4 + priv/static/icons/file-richtext-fill.svg | 3 + priv/static/icons/file-richtext.svg | 4 + priv/static/icons/file-ruled-fill.svg | 3 + priv/static/icons/file-ruled.svg | 3 + priv/static/icons/file-slides-fill.svg | 4 + priv/static/icons/file-slides.svg | 4 + priv/static/icons/file-spreadsheet-fill.svg | 3 + priv/static/icons/file-spreadsheet.svg | 3 + priv/static/icons/file-text-fill.svg | 3 + priv/static/icons/file-text.svg | 4 + priv/static/icons/file-word-fill.svg | 3 + priv/static/icons/file-word.svg | 4 + priv/static/icons/file-x-fill.svg | 3 + priv/static/icons/file-x.svg | 4 + priv/static/icons/file-zip-fill.svg | 4 + priv/static/icons/file-zip.svg | 4 + priv/static/icons/file.svg | 3 + priv/static/icons/files-alt.svg | 3 + priv/static/icons/files.svg | 3 + priv/static/icons/filetype-aac.svg | 3 + priv/static/icons/filetype-ai.svg | 3 + priv/static/icons/filetype-bmp.svg | 3 + priv/static/icons/filetype-cs.svg | 3 + priv/static/icons/filetype-css.svg | 3 + priv/static/icons/filetype-csv.svg | 3 + priv/static/icons/filetype-doc.svg | 3 + priv/static/icons/filetype-docx.svg | 3 + priv/static/icons/filetype-exe.svg | 3 + priv/static/icons/filetype-gif.svg | 3 + priv/static/icons/filetype-heic.svg | 3 + priv/static/icons/filetype-html.svg | 3 + priv/static/icons/filetype-java.svg | 3 + priv/static/icons/filetype-jpg.svg | 3 + priv/static/icons/filetype-js.svg | 3 + priv/static/icons/filetype-json.svg | 3 + priv/static/icons/filetype-jsx.svg | 3 + priv/static/icons/filetype-key.svg | 3 + priv/static/icons/filetype-m4p.svg | 3 + priv/static/icons/filetype-md.svg | 3 + priv/static/icons/filetype-mdx.svg | 3 + priv/static/icons/filetype-mov.svg | 3 + priv/static/icons/filetype-mp3.svg | 3 + priv/static/icons/filetype-mp4.svg | 3 + priv/static/icons/filetype-otf.svg | 3 + priv/static/icons/filetype-pdf.svg | 3 + priv/static/icons/filetype-php.svg | 3 + priv/static/icons/filetype-png.svg | 3 + priv/static/icons/filetype-ppt.svg | 3 + priv/static/icons/filetype-pptx.svg | 3 + priv/static/icons/filetype-psd.svg | 3 + priv/static/icons/filetype-py.svg | 3 + priv/static/icons/filetype-raw.svg | 3 + priv/static/icons/filetype-rb.svg | 3 + priv/static/icons/filetype-sass.svg | 3 + priv/static/icons/filetype-scss.svg | 3 + priv/static/icons/filetype-sh.svg | 3 + priv/static/icons/filetype-sql.svg | 3 + priv/static/icons/filetype-svg.svg | 3 + priv/static/icons/filetype-tiff.svg | 3 + priv/static/icons/filetype-tsx.svg | 3 + priv/static/icons/filetype-ttf.svg | 3 + priv/static/icons/filetype-txt.svg | 3 + priv/static/icons/filetype-wav.svg | 3 + priv/static/icons/filetype-woff.svg | 3 + priv/static/icons/filetype-xls.svg | 3 + priv/static/icons/filetype-xlsx.svg | 3 + priv/static/icons/filetype-xml.svg | 3 + priv/static/icons/filetype-yml.svg | 3 + priv/static/icons/film.svg | 3 + priv/static/icons/filter-circle-fill.svg | 3 + priv/static/icons/filter-circle.svg | 4 + priv/static/icons/filter-left.svg | 3 + priv/static/icons/filter-right.svg | 3 + priv/static/icons/filter-square-fill.svg | 3 + priv/static/icons/filter-square.svg | 4 + priv/static/icons/filter.svg | 3 + priv/static/icons/fingerprint.svg | 7 + priv/static/icons/fire.svg | 3 + priv/static/icons/flag-fill.svg | 3 + priv/static/icons/flag.svg | 3 + priv/static/icons/floppy-fill.svg | 4 + priv/static/icons/floppy.svg | 4 + priv/static/icons/floppy2-fill.svg | 4 + priv/static/icons/floppy2.svg | 3 + priv/static/icons/flower1.svg | 3 + priv/static/icons/flower2.svg | 3 + priv/static/icons/flower3.svg | 3 + priv/static/icons/folder-check.svg | 4 + priv/static/icons/folder-fill.svg | 3 + priv/static/icons/folder-minus.svg | 4 + priv/static/icons/folder-plus.svg | 4 + priv/static/icons/folder-symlink-fill.svg | 3 + priv/static/icons/folder-symlink.svg | 4 + priv/static/icons/folder-x.svg | 4 + priv/static/icons/folder.svg | 3 + priv/static/icons/folder2-open.svg | 3 + priv/static/icons/folder2.svg | 3 + priv/static/icons/fonts.svg | 3 + priv/static/icons/fonts/bootstrap-icons.woff | Bin 0 -> 176200 bytes priv/static/icons/fonts/bootstrap-icons.woff2 | Bin 0 -> 130608 bytes priv/static/icons/forward-fill.svg | 3 + priv/static/icons/forward.svg | 3 + priv/static/icons/front.svg | 3 + priv/static/icons/fuel-pump-diesel-fill.svg | 4 + priv/static/icons/fuel-pump-diesel.svg | 4 + priv/static/icons/fuel-pump-fill.svg | 3 + priv/static/icons/fuel-pump.svg | 4 + priv/static/icons/fullscreen-exit.svg | 3 + priv/static/icons/fullscreen.svg | 3 + priv/static/icons/funnel-fill.svg | 3 + priv/static/icons/funnel.svg | 3 + priv/static/icons/gear-fill.svg | 3 + priv/static/icons/gear-wide-connected.svg | 3 + priv/static/icons/gear-wide.svg | 3 + priv/static/icons/gear.svg | 4 + priv/static/icons/gem.svg | 3 + priv/static/icons/gender-ambiguous.svg | 3 + priv/static/icons/gender-female.svg | 3 + priv/static/icons/gender-male.svg | 3 + priv/static/icons/gender-neuter.svg | 3 + priv/static/icons/gender-trans.svg | 3 + priv/static/icons/geo-alt-fill.svg | 3 + priv/static/icons/geo-alt.svg | 4 + priv/static/icons/geo-fill.svg | 3 + priv/static/icons/geo.svg | 3 + priv/static/icons/gift-fill.svg | 3 + priv/static/icons/gift.svg | 3 + priv/static/icons/git.svg | 3 + priv/static/icons/github.svg | 3 + priv/static/icons/gitlab.svg | 3 + priv/static/icons/globe-americas.svg | 3 + priv/static/icons/globe-asia-australia.svg | 4 + .../static/icons/globe-central-south-asia.svg | 3 + priv/static/icons/globe-europe-africa.svg | 3 + priv/static/icons/globe.svg | 3 + priv/static/icons/globe2.svg | 3 + priv/static/icons/google-play.svg | 3 + priv/static/icons/google.svg | 3 + priv/static/icons/gpu-card.svg | 5 + priv/static/icons/graph-down-arrow.svg | 3 + priv/static/icons/graph-down.svg | 3 + priv/static/icons/graph-up-arrow.svg | 3 + priv/static/icons/graph-up.svg | 3 + priv/static/icons/grid-1x2-fill.svg | 3 + priv/static/icons/grid-1x2.svg | 3 + priv/static/icons/grid-3x2-gap-fill.svg | 3 + priv/static/icons/grid-3x2-gap.svg | 3 + priv/static/icons/grid-3x2.svg | 3 + priv/static/icons/grid-3x3-gap-fill.svg | 3 + priv/static/icons/grid-3x3-gap.svg | 3 + priv/static/icons/grid-3x3.svg | 3 + priv/static/icons/grid-fill.svg | 3 + priv/static/icons/grid.svg | 3 + priv/static/icons/grip-horizontal.svg | 3 + priv/static/icons/grip-vertical.svg | 3 + priv/static/icons/h-circle-fill.svg | 3 + priv/static/icons/h-circle.svg | 3 + priv/static/icons/h-square-fill.svg | 3 + priv/static/icons/h-square.svg | 4 + priv/static/icons/hammer.svg | 3 + priv/static/icons/hand-index-fill.svg | 3 + priv/static/icons/hand-index-thumb-fill.svg | 3 + priv/static/icons/hand-index-thumb.svg | 3 + priv/static/icons/hand-index.svg | 3 + priv/static/icons/hand-thumbs-down-fill.svg | 3 + priv/static/icons/hand-thumbs-down.svg | 3 + priv/static/icons/hand-thumbs-up-fill.svg | 3 + priv/static/icons/hand-thumbs-up.svg | 3 + priv/static/icons/handbag-fill.svg | 3 + priv/static/icons/handbag.svg | 3 + priv/static/icons/hash.svg | 3 + priv/static/icons/hdd-fill.svg | 3 + priv/static/icons/hdd-network-fill.svg | 3 + priv/static/icons/hdd-network.svg | 4 + priv/static/icons/hdd-rack-fill.svg | 3 + priv/static/icons/hdd-rack.svg | 4 + priv/static/icons/hdd-stack-fill.svg | 3 + priv/static/icons/hdd-stack.svg | 5 + priv/static/icons/hdd.svg | 4 + priv/static/icons/hdmi-fill.svg | 3 + priv/static/icons/hdmi.svg | 4 + priv/static/icons/headphones.svg | 3 + priv/static/icons/headset-vr.svg | 4 + priv/static/icons/headset.svg | 3 + priv/static/icons/heart-arrow.svg | 3 + priv/static/icons/heart-fill.svg | 3 + priv/static/icons/heart-half.svg | 3 + priv/static/icons/heart-pulse-fill.svg | 4 + priv/static/icons/heart-pulse.svg | 4 + priv/static/icons/heart.svg | 3 + priv/static/icons/heartbreak-fill.svg | 3 + priv/static/icons/heartbreak.svg | 3 + priv/static/icons/hearts.svg | 3 + priv/static/icons/heptagon-fill.svg | 3 + priv/static/icons/heptagon-half.svg | 3 + priv/static/icons/heptagon.svg | 3 + priv/static/icons/hexagon-fill.svg | 3 + priv/static/icons/hexagon-half.svg | 3 + priv/static/icons/hexagon.svg | 3 + priv/static/icons/highlighter.svg | 3 + priv/static/icons/highlights.svg | 3 + priv/static/icons/hospital-fill.svg | 3 + priv/static/icons/hospital.svg | 4 + priv/static/icons/hourglass-bottom.svg | 3 + priv/static/icons/hourglass-split.svg | 3 + priv/static/icons/hourglass-top.svg | 3 + priv/static/icons/hourglass.svg | 3 + priv/static/icons/house-add-fill.svg | 5 + priv/static/icons/house-add.svg | 4 + priv/static/icons/house-check-fill.svg | 5 + priv/static/icons/house-check.svg | 4 + priv/static/icons/house-dash-fill.svg | 5 + priv/static/icons/house-dash.svg | 4 + priv/static/icons/house-door-fill.svg | 3 + priv/static/icons/house-door.svg | 3 + priv/static/icons/house-down-fill.svg | 5 + priv/static/icons/house-down.svg | 4 + priv/static/icons/house-exclamation-fill.svg | 5 + priv/static/icons/house-exclamation.svg | 4 + priv/static/icons/house-fill.svg | 4 + priv/static/icons/house-gear-fill.svg | 5 + priv/static/icons/house-gear.svg | 4 + priv/static/icons/house-heart-fill.svg | 4 + priv/static/icons/house-heart.svg | 4 + priv/static/icons/house-lock-fill.svg | 5 + priv/static/icons/house-lock.svg | 4 + priv/static/icons/house-slash-fill.svg | 5 + priv/static/icons/house-slash.svg | 4 + priv/static/icons/house-up-fill.svg | 5 + priv/static/icons/house-up.svg | 4 + priv/static/icons/house-x-fill.svg | 5 + priv/static/icons/house-x.svg | 4 + priv/static/icons/house.svg | 3 + priv/static/icons/houses-fill.svg | 4 + priv/static/icons/houses.svg | 3 + priv/static/icons/hr.svg | 3 + priv/static/icons/hurricane.svg | 3 + priv/static/icons/hypnotize.svg | 4 + priv/static/icons/image-alt.svg | 3 + priv/static/icons/image-fill.svg | 3 + priv/static/icons/image.svg | 4 + priv/static/icons/images.svg | 4 + priv/static/icons/inbox-fill.svg | 3 + priv/static/icons/inbox.svg | 3 + priv/static/icons/inboxes-fill.svg | 3 + priv/static/icons/inboxes.svg | 3 + priv/static/icons/incognito.svg | 3 + priv/static/icons/indent.svg | 4 + priv/static/icons/infinity.svg | 3 + priv/static/icons/info-circle-fill.svg | 3 + priv/static/icons/info-circle.svg | 4 + priv/static/icons/info-lg.svg | 3 + priv/static/icons/info-square-fill.svg | 3 + priv/static/icons/info-square.svg | 4 + priv/static/icons/info.svg | 3 + priv/static/icons/input-cursor-text.svg | 4 + priv/static/icons/input-cursor.svg | 4 + priv/static/icons/instagram.svg | 3 + priv/static/icons/intersect.svg | 3 + priv/static/icons/journal-album.svg | 5 + priv/static/icons/journal-arrow-down.svg | 5 + priv/static/icons/journal-arrow-up.svg | 5 + priv/static/icons/journal-bookmark-fill.svg | 5 + priv/static/icons/journal-bookmark.svg | 5 + priv/static/icons/journal-check.svg | 5 + priv/static/icons/journal-code.svg | 5 + priv/static/icons/journal-medical.svg | 5 + priv/static/icons/journal-minus.svg | 5 + priv/static/icons/journal-plus.svg | 5 + priv/static/icons/journal-richtext.svg | 5 + priv/static/icons/journal-text.svg | 5 + priv/static/icons/journal-x.svg | 5 + priv/static/icons/journal.svg | 4 + priv/static/icons/journals.svg | 4 + priv/static/icons/joystick.svg | 4 + priv/static/icons/justify-left.svg | 3 + priv/static/icons/justify-right.svg | 3 + priv/static/icons/justify.svg | 3 + priv/static/icons/kanban-fill.svg | 3 + priv/static/icons/kanban.svg | 4 + priv/static/icons/key-fill.svg | 3 + priv/static/icons/key.svg | 4 + priv/static/icons/keyboard-fill.svg | 3 + priv/static/icons/keyboard.svg | 4 + priv/static/icons/ladder.svg | 3 + priv/static/icons/lamp-fill.svg | 4 + priv/static/icons/lamp.svg | 4 + priv/static/icons/laptop-fill.svg | 3 + priv/static/icons/laptop.svg | 3 + priv/static/icons/layer-backward.svg | 4 + priv/static/icons/layer-forward.svg | 4 + priv/static/icons/layers-fill.svg | 4 + priv/static/icons/layers-half.svg | 3 + priv/static/icons/layers.svg | 3 + .../icons/layout-sidebar-inset-reverse.svg | 4 + priv/static/icons/layout-sidebar-inset.svg | 4 + priv/static/icons/layout-sidebar-reverse.svg | 3 + priv/static/icons/layout-sidebar.svg | 3 + priv/static/icons/layout-split.svg | 3 + .../icons/layout-text-sidebar-reverse.svg | 4 + priv/static/icons/layout-text-sidebar.svg | 4 + .../icons/layout-text-window-reverse.svg | 4 + priv/static/icons/layout-text-window.svg | 4 + priv/static/icons/layout-three-columns.svg | 3 + priv/static/icons/layout-wtf.svg | 3 + priv/static/icons/life-preserver.svg | 3 + priv/static/icons/lightbulb-fill.svg | 3 + priv/static/icons/lightbulb-off-fill.svg | 3 + priv/static/icons/lightbulb-off.svg | 3 + priv/static/icons/lightbulb.svg | 3 + priv/static/icons/lightning-charge-fill.svg | 3 + priv/static/icons/lightning-charge.svg | 3 + priv/static/icons/lightning-fill.svg | 3 + priv/static/icons/lightning.svg | 3 + priv/static/icons/line.svg | 3 + priv/static/icons/link-45deg.svg | 4 + priv/static/icons/link.svg | 4 + priv/static/icons/linkedin.svg | 3 + priv/static/icons/list-check.svg | 3 + priv/static/icons/list-columns-reverse.svg | 3 + priv/static/icons/list-columns.svg | 3 + priv/static/icons/list-nested.svg | 3 + priv/static/icons/list-ol.svg | 4 + priv/static/icons/list-stars.svg | 4 + priv/static/icons/list-task.svg | 5 + priv/static/icons/list-ul.svg | 3 + priv/static/icons/list.svg | 3 + priv/static/icons/lock-fill.svg | 3 + priv/static/icons/lock.svg | 3 + priv/static/icons/luggage-fill.svg | 4 + priv/static/icons/luggage.svg | 4 + priv/static/icons/lungs-fill.svg | 3 + priv/static/icons/lungs.svg | 3 + priv/static/icons/magic.svg | 3 + priv/static/icons/magnet-fill.svg | 3 + priv/static/icons/magnet.svg | 3 + priv/static/icons/mailbox-flag.svg | 4 + priv/static/icons/mailbox.svg | 4 + priv/static/icons/mailbox2-flag.svg | 4 + priv/static/icons/mailbox2.svg | 4 + priv/static/icons/map-fill.svg | 3 + priv/static/icons/map.svg | 3 + priv/static/icons/markdown-fill.svg | 3 + priv/static/icons/markdown.svg | 6 + priv/static/icons/marker-tip.svg | 3 + priv/static/icons/mask.svg | 3 + priv/static/icons/mastodon.svg | 3 + priv/static/icons/medium.svg | 3 + priv/static/icons/megaphone-fill.svg | 3 + priv/static/icons/megaphone.svg | 3 + priv/static/icons/memory.svg | 3 + priv/static/icons/menu-app-fill.svg | 3 + priv/static/icons/menu-app.svg | 3 + priv/static/icons/menu-button-fill.svg | 3 + priv/static/icons/menu-button-wide-fill.svg | 3 + priv/static/icons/menu-button-wide.svg | 4 + priv/static/icons/menu-button.svg | 4 + priv/static/icons/menu-down.svg | 3 + priv/static/icons/menu-up.svg | 3 + priv/static/icons/messenger.svg | 3 + priv/static/icons/meta.svg | 3 + priv/static/icons/mic-fill.svg | 4 + priv/static/icons/mic-mute-fill.svg | 4 + priv/static/icons/mic-mute.svg | 4 + priv/static/icons/mic.svg | 4 + priv/static/icons/microsoft-teams.svg | 4 + priv/static/icons/microsoft.svg | 3 + priv/static/icons/minecart-loaded.svg | 4 + priv/static/icons/minecart.svg | 3 + priv/static/icons/modem-fill.svg | 3 + priv/static/icons/modem.svg | 4 + priv/static/icons/moisture.svg | 3 + priv/static/icons/moon-fill.svg | 3 + priv/static/icons/moon-stars-fill.svg | 4 + priv/static/icons/moon-stars.svg | 4 + priv/static/icons/moon.svg | 3 + priv/static/icons/mortarboard-fill.svg | 4 + priv/static/icons/mortarboard.svg | 4 + priv/static/icons/motherboard-fill.svg | 4 + priv/static/icons/motherboard.svg | 4 + priv/static/icons/mouse-fill.svg | 3 + priv/static/icons/mouse.svg | 3 + priv/static/icons/mouse2-fill.svg | 3 + priv/static/icons/mouse2.svg | 3 + priv/static/icons/mouse3-fill.svg | 3 + priv/static/icons/mouse3.svg | 3 + priv/static/icons/music-note-beamed.svg | 5 + priv/static/icons/music-note-list.svg | 6 + priv/static/icons/music-note.svg | 5 + priv/static/icons/music-player-fill.svg | 4 + priv/static/icons/music-player.svg | 5 + priv/static/icons/newspaper.svg | 4 + priv/static/icons/nintendo-switch.svg | 4 + priv/static/icons/node-minus-fill.svg | 3 + priv/static/icons/node-minus.svg | 3 + priv/static/icons/node-plus-fill.svg | 3 + priv/static/icons/node-plus.svg | 3 + priv/static/icons/noise-reduction.svg | 4 + priv/static/icons/nut-fill.svg | 3 + priv/static/icons/nut.svg | 4 + priv/static/icons/nvidia.svg | 3 + priv/static/icons/nvme-fill.svg | 4 + priv/static/icons/nvme.svg | 4 + priv/static/icons/octagon-fill.svg | 3 + priv/static/icons/octagon-half.svg | 3 + priv/static/icons/octagon.svg | 3 + priv/static/icons/opencollective.svg | 4 + priv/static/icons/optical-audio-fill.svg | 4 + priv/static/icons/optical-audio.svg | 5 + priv/static/icons/option.svg | 3 + priv/static/icons/outlet.svg | 4 + priv/static/icons/p-circle-fill.svg | 3 + priv/static/icons/p-circle.svg | 3 + priv/static/icons/p-square-fill.svg | 4 + priv/static/icons/p-square.svg | 4 + priv/static/icons/paint-bucket.svg | 3 + priv/static/icons/palette-fill.svg | 3 + priv/static/icons/palette.svg | 4 + priv/static/icons/palette2.svg | 4 + priv/static/icons/paperclip.svg | 3 + priv/static/icons/paragraph.svg | 3 + priv/static/icons/pass-fill.svg | 3 + priv/static/icons/pass.svg | 4 + priv/static/icons/passport-fill.svg | 4 + priv/static/icons/passport.svg | 4 + priv/static/icons/patch-check-fill.svg | 3 + priv/static/icons/patch-check.svg | 4 + priv/static/icons/patch-exclamation-fill.svg | 3 + priv/static/icons/patch-exclamation.svg | 4 + priv/static/icons/patch-minus-fill.svg | 3 + priv/static/icons/patch-minus.svg | 4 + priv/static/icons/patch-plus-fill.svg | 3 + priv/static/icons/patch-plus.svg | 4 + priv/static/icons/patch-question-fill.svg | 3 + priv/static/icons/patch-question.svg | 5 + priv/static/icons/pause-btn-fill.svg | 3 + priv/static/icons/pause-btn.svg | 4 + priv/static/icons/pause-circle-fill.svg | 3 + priv/static/icons/pause-circle.svg | 4 + priv/static/icons/pause-fill.svg | 3 + priv/static/icons/pause.svg | 3 + priv/static/icons/paypal.svg | 3 + priv/static/icons/pc-display-horizontal.svg | 3 + priv/static/icons/pc-display.svg | 3 + priv/static/icons/pc-horizontal.svg | 3 + priv/static/icons/pc.svg | 3 + priv/static/icons/pci-card-network.svg | 5 + priv/static/icons/pci-card-sound.svg | 5 + priv/static/icons/pci-card.svg | 4 + priv/static/icons/peace-fill.svg | 3 + priv/static/icons/peace.svg | 3 + priv/static/icons/pen-fill.svg | 3 + priv/static/icons/pen.svg | 3 + priv/static/icons/pencil-fill.svg | 3 + priv/static/icons/pencil-square.svg | 4 + priv/static/icons/pencil.svg | 3 + priv/static/icons/pentagon-fill.svg | 3 + priv/static/icons/pentagon-half.svg | 3 + priv/static/icons/pentagon.svg | 3 + priv/static/icons/people-fill.svg | 3 + priv/static/icons/people.svg | 3 + priv/static/icons/percent.svg | 3 + priv/static/icons/person-add.svg | 4 + priv/static/icons/person-arms-up.svg | 4 + priv/static/icons/person-badge-fill.svg | 3 + priv/static/icons/person-badge.svg | 4 + priv/static/icons/person-bounding-box.svg | 4 + priv/static/icons/person-check-fill.svg | 4 + priv/static/icons/person-check.svg | 4 + priv/static/icons/person-circle.svg | 4 + priv/static/icons/person-dash-fill.svg | 4 + priv/static/icons/person-dash.svg | 4 + priv/static/icons/person-down.svg | 4 + priv/static/icons/person-exclamation.svg | 4 + priv/static/icons/person-fill-add.svg | 4 + priv/static/icons/person-fill-check.svg | 4 + priv/static/icons/person-fill-dash.svg | 4 + priv/static/icons/person-fill-down.svg | 4 + priv/static/icons/person-fill-exclamation.svg | 4 + priv/static/icons/person-fill-gear.svg | 3 + priv/static/icons/person-fill-lock.svg | 3 + priv/static/icons/person-fill-slash.svg | 3 + priv/static/icons/person-fill-up.svg | 4 + priv/static/icons/person-fill-x.svg | 4 + priv/static/icons/person-fill.svg | 3 + priv/static/icons/person-gear.svg | 3 + priv/static/icons/person-heart.svg | 3 + priv/static/icons/person-hearts.svg | 3 + priv/static/icons/person-lines-fill.svg | 3 + priv/static/icons/person-lock.svg | 3 + priv/static/icons/person-plus-fill.svg | 4 + priv/static/icons/person-plus.svg | 4 + priv/static/icons/person-raised-hand.svg | 4 + priv/static/icons/person-rolodex.svg | 4 + priv/static/icons/person-slash.svg | 3 + priv/static/icons/person-square.svg | 4 + priv/static/icons/person-standing-dress.svg | 3 + priv/static/icons/person-standing.svg | 3 + priv/static/icons/person-up.svg | 4 + priv/static/icons/person-vcard-fill.svg | 3 + priv/static/icons/person-vcard.svg | 4 + priv/static/icons/person-video.svg | 4 + priv/static/icons/person-video2.svg | 4 + priv/static/icons/person-video3.svg | 4 + priv/static/icons/person-walking.svg | 4 + priv/static/icons/person-wheelchair.svg | 3 + priv/static/icons/person-workspace.svg | 4 + priv/static/icons/person-x-fill.svg | 3 + priv/static/icons/person-x.svg | 4 + priv/static/icons/person.svg | 3 + priv/static/icons/phone-fill.svg | 3 + priv/static/icons/phone-flip.svg | 3 + priv/static/icons/phone-landscape-fill.svg | 3 + priv/static/icons/phone-landscape.svg | 4 + priv/static/icons/phone-vibrate-fill.svg | 3 + priv/static/icons/phone-vibrate.svg | 4 + priv/static/icons/phone.svg | 4 + priv/static/icons/pie-chart-fill.svg | 3 + priv/static/icons/pie-chart.svg | 3 + priv/static/icons/piggy-bank-fill.svg | 3 + priv/static/icons/piggy-bank.svg | 4 + priv/static/icons/pin-angle-fill.svg | 3 + priv/static/icons/pin-angle.svg | 3 + priv/static/icons/pin-fill.svg | 3 + priv/static/icons/pin-map-fill.svg | 4 + priv/static/icons/pin-map.svg | 4 + priv/static/icons/pin.svg | 3 + priv/static/icons/pinterest.svg | 3 + priv/static/icons/pip-fill.svg | 3 + priv/static/icons/pip.svg | 4 + priv/static/icons/play-btn-fill.svg | 3 + priv/static/icons/play-btn.svg | 4 + priv/static/icons/play-circle-fill.svg | 3 + priv/static/icons/play-circle.svg | 4 + priv/static/icons/play-fill.svg | 3 + priv/static/icons/play.svg | 3 + priv/static/icons/playstation.svg | 3 + priv/static/icons/plug-fill.svg | 3 + priv/static/icons/plug.svg | 3 + priv/static/icons/plugin.svg | 3 + priv/static/icons/plus-circle-dotted.svg | 3 + priv/static/icons/plus-circle-fill.svg | 3 + priv/static/icons/plus-circle.svg | 4 + priv/static/icons/plus-lg.svg | 3 + priv/static/icons/plus-slash-minus.svg | 3 + priv/static/icons/plus-square-dotted.svg | 3 + priv/static/icons/plus-square-fill.svg | 3 + priv/static/icons/plus-square.svg | 4 + priv/static/icons/plus.svg | 3 + priv/static/icons/postage-fill.svg | 4 + priv/static/icons/postage-heart-fill.svg | 4 + priv/static/icons/postage-heart.svg | 4 + priv/static/icons/postage.svg | 4 + priv/static/icons/postcard-fill.svg | 4 + priv/static/icons/postcard-heart-fill.svg | 3 + priv/static/icons/postcard-heart.svg | 4 + priv/static/icons/postcard.svg | 3 + priv/static/icons/power.svg | 4 + priv/static/icons/prescription.svg | 4 + priv/static/icons/prescription2.svg | 4 + priv/static/icons/printer-fill.svg | 4 + priv/static/icons/printer.svg | 4 + priv/static/icons/projector-fill.svg | 3 + priv/static/icons/projector.svg | 4 + priv/static/icons/puzzle-fill.svg | 3 + priv/static/icons/puzzle.svg | 3 + priv/static/icons/qr-code-scan.svg | 7 + priv/static/icons/qr-code.svg | 7 + priv/static/icons/question-circle-fill.svg | 3 + priv/static/icons/question-circle.svg | 4 + priv/static/icons/question-diamond-fill.svg | 3 + priv/static/icons/question-diamond.svg | 4 + priv/static/icons/question-lg.svg | 3 + priv/static/icons/question-octagon-fill.svg | 3 + priv/static/icons/question-octagon.svg | 4 + priv/static/icons/question-square-fill.svg | 3 + priv/static/icons/question-square.svg | 4 + priv/static/icons/question.svg | 3 + priv/static/icons/quora.svg | 3 + priv/static/icons/quote.svg | 3 + priv/static/icons/r-circle-fill.svg | 3 + priv/static/icons/r-circle.svg | 3 + priv/static/icons/r-square-fill.svg | 4 + priv/static/icons/r-square.svg | 4 + priv/static/icons/radar.svg | 3 + priv/static/icons/radioactive.svg | 4 + priv/static/icons/rainbow.svg | 3 + priv/static/icons/receipt-cutoff.svg | 4 + priv/static/icons/receipt.svg | 4 + priv/static/icons/reception-0.svg | 3 + priv/static/icons/reception-1.svg | 3 + priv/static/icons/reception-2.svg | 3 + priv/static/icons/reception-3.svg | 3 + priv/static/icons/reception-4.svg | 3 + priv/static/icons/record-btn-fill.svg | 3 + priv/static/icons/record-btn.svg | 4 + priv/static/icons/record-circle-fill.svg | 3 + priv/static/icons/record-circle.svg | 4 + priv/static/icons/record-fill.svg | 3 + priv/static/icons/record.svg | 3 + priv/static/icons/record2-fill.svg | 4 + priv/static/icons/record2.svg | 4 + priv/static/icons/recycle.svg | 3 + priv/static/icons/reddit.svg | 4 + priv/static/icons/regex.svg | 3 + priv/static/icons/repeat-1.svg | 4 + priv/static/icons/repeat.svg | 3 + priv/static/icons/reply-all-fill.svg | 4 + priv/static/icons/reply-all.svg | 4 + priv/static/icons/reply-fill.svg | 3 + priv/static/icons/reply.svg | 3 + priv/static/icons/rewind-btn-fill.svg | 3 + priv/static/icons/rewind-btn.svg | 4 + priv/static/icons/rewind-circle-fill.svg | 3 + priv/static/icons/rewind-circle.svg | 4 + priv/static/icons/rewind-fill.svg | 4 + priv/static/icons/rewind.svg | 4 + priv/static/icons/robot.svg | 4 + priv/static/icons/rocket-fill.svg | 4 + priv/static/icons/rocket-takeoff-fill.svg | 4 + priv/static/icons/rocket-takeoff.svg | 5 + priv/static/icons/rocket.svg | 5 + priv/static/icons/router-fill.svg | 6 + priv/static/icons/router.svg | 6 + priv/static/icons/rss-fill.svg | 3 + priv/static/icons/rss.svg | 4 + priv/static/icons/rulers.svg | 3 + priv/static/icons/safe-fill.svg | 4 + priv/static/icons/safe.svg | 4 + priv/static/icons/safe2-fill.svg | 4 + priv/static/icons/safe2.svg | 4 + priv/static/icons/save-fill.svg | 3 + priv/static/icons/save.svg | 3 + priv/static/icons/save2-fill.svg | 3 + priv/static/icons/save2.svg | 3 + priv/static/icons/scissors.svg | 3 + priv/static/icons/scooter.svg | 3 + priv/static/icons/screwdriver.svg | 3 + priv/static/icons/sd-card-fill.svg | 3 + priv/static/icons/sd-card.svg | 4 + priv/static/icons/search-heart-fill.svg | 3 + priv/static/icons/search-heart.svg | 4 + priv/static/icons/search.svg | 3 + priv/static/icons/segmented-nav.svg | 3 + priv/static/icons/send-arrow-down-fill.svg | 4 + priv/static/icons/send-arrow-down.svg | 4 + priv/static/icons/send-arrow-up-fill.svg | 4 + priv/static/icons/send-arrow-up.svg | 4 + priv/static/icons/send-check-fill.svg | 4 + priv/static/icons/send-check.svg | 4 + priv/static/icons/send-dash-fill.svg | 4 + priv/static/icons/send-dash.svg | 4 + priv/static/icons/send-exclamation-fill.svg | 4 + priv/static/icons/send-exclamation.svg | 4 + priv/static/icons/send-fill.svg | 3 + priv/static/icons/send-plus-fill.svg | 4 + priv/static/icons/send-plus.svg | 4 + priv/static/icons/send-slash-fill.svg | 4 + priv/static/icons/send-slash.svg | 4 + priv/static/icons/send-x-fill.svg | 4 + priv/static/icons/send-x.svg | 4 + priv/static/icons/send.svg | 3 + priv/static/icons/server.svg | 5 + priv/static/icons/shadows.svg | 3 + priv/static/icons/share-fill.svg | 3 + priv/static/icons/share.svg | 3 + priv/static/icons/shield-check.svg | 4 + priv/static/icons/shield-exclamation.svg | 4 + priv/static/icons/shield-fill-check.svg | 3 + priv/static/icons/shield-fill-exclamation.svg | 3 + priv/static/icons/shield-fill-minus.svg | 3 + priv/static/icons/shield-fill-plus.svg | 3 + priv/static/icons/shield-fill-x.svg | 3 + priv/static/icons/shield-fill.svg | 3 + priv/static/icons/shield-lock-fill.svg | 3 + priv/static/icons/shield-lock.svg | 4 + priv/static/icons/shield-minus.svg | 4 + priv/static/icons/shield-plus.svg | 4 + priv/static/icons/shield-shaded.svg | 3 + priv/static/icons/shield-slash-fill.svg | 3 + priv/static/icons/shield-slash.svg | 3 + priv/static/icons/shield-x.svg | 4 + priv/static/icons/shield.svg | 3 + priv/static/icons/shift-fill.svg | 3 + priv/static/icons/shift.svg | 3 + priv/static/icons/shop-window.svg | 3 + priv/static/icons/shop.svg | 3 + priv/static/icons/shuffle.svg | 4 + priv/static/icons/sign-dead-end-fill.svg | 4 + priv/static/icons/sign-dead-end.svg | 4 + priv/static/icons/sign-do-not-enter-fill.svg | 4 + priv/static/icons/sign-do-not-enter.svg | 4 + priv/static/icons/sign-intersection-fill.svg | 3 + .../icons/sign-intersection-side-fill.svg | 3 + priv/static/icons/sign-intersection-side.svg | 4 + .../static/icons/sign-intersection-t-fill.svg | 3 + priv/static/icons/sign-intersection-t.svg | 4 + .../static/icons/sign-intersection-y-fill.svg | 3 + priv/static/icons/sign-intersection-y.svg | 4 + priv/static/icons/sign-intersection.svg | 4 + priv/static/icons/sign-merge-left-fill.svg | 3 + priv/static/icons/sign-merge-left.svg | 4 + priv/static/icons/sign-merge-right-fill.svg | 3 + priv/static/icons/sign-merge-right.svg | 4 + priv/static/icons/sign-no-left-turn-fill.svg | 4 + priv/static/icons/sign-no-left-turn.svg | 3 + priv/static/icons/sign-no-parking-fill.svg | 4 + priv/static/icons/sign-no-parking.svg | 3 + priv/static/icons/sign-no-right-turn-fill.svg | 4 + priv/static/icons/sign-no-right-turn.svg | 3 + priv/static/icons/sign-railroad-fill.svg | 5 + priv/static/icons/sign-railroad.svg | 4 + priv/static/icons/sign-stop-fill.svg | 4 + priv/static/icons/sign-stop-lights-fill.svg | 4 + priv/static/icons/sign-stop-lights.svg | 4 + priv/static/icons/sign-stop.svg | 5 + priv/static/icons/sign-turn-left-fill.svg | 3 + priv/static/icons/sign-turn-left.svg | 4 + priv/static/icons/sign-turn-right-fill.svg | 3 + priv/static/icons/sign-turn-right.svg | 4 + .../icons/sign-turn-slight-left-fill.svg | 3 + priv/static/icons/sign-turn-slight-left.svg | 4 + .../icons/sign-turn-slight-right-fill.svg | 3 + priv/static/icons/sign-turn-slight-right.svg | 4 + priv/static/icons/sign-yield-fill.svg | 4 + priv/static/icons/sign-yield.svg | 5 + priv/static/icons/signal.svg | 3 + priv/static/icons/signpost-2-fill.svg | 3 + priv/static/icons/signpost-2.svg | 3 + priv/static/icons/signpost-fill.svg | 3 + priv/static/icons/signpost-split-fill.svg | 3 + priv/static/icons/signpost-split.svg | 3 + priv/static/icons/signpost.svg | 3 + priv/static/icons/sim-fill.svg | 4 + priv/static/icons/sim-slash-fill.svg | 3 + priv/static/icons/sim-slash.svg | 3 + priv/static/icons/sim.svg | 4 + priv/static/icons/sina-weibo.svg | 4 + priv/static/icons/skip-backward-btn-fill.svg | 3 + priv/static/icons/skip-backward-btn.svg | 4 + .../icons/skip-backward-circle-fill.svg | 3 + priv/static/icons/skip-backward-circle.svg | 4 + priv/static/icons/skip-backward-fill.svg | 3 + priv/static/icons/skip-backward.svg | 3 + priv/static/icons/skip-end-btn-fill.svg | 3 + priv/static/icons/skip-end-btn.svg | 4 + priv/static/icons/skip-end-circle-fill.svg | 3 + priv/static/icons/skip-end-circle.svg | 4 + priv/static/icons/skip-end-fill.svg | 3 + priv/static/icons/skip-end.svg | 3 + priv/static/icons/skip-forward-btn-fill.svg | 3 + priv/static/icons/skip-forward-btn.svg | 4 + .../static/icons/skip-forward-circle-fill.svg | 3 + priv/static/icons/skip-forward-circle.svg | 4 + priv/static/icons/skip-forward-fill.svg | 3 + priv/static/icons/skip-forward.svg | 3 + priv/static/icons/skip-start-btn-fill.svg | 3 + priv/static/icons/skip-start-btn.svg | 4 + priv/static/icons/skip-start-circle-fill.svg | 3 + priv/static/icons/skip-start-circle.svg | 4 + priv/static/icons/skip-start-fill.svg | 3 + priv/static/icons/skip-start.svg | 3 + priv/static/icons/skype.svg | 3 + priv/static/icons/slack.svg | 3 + priv/static/icons/slash-circle-fill.svg | 3 + priv/static/icons/slash-circle.svg | 4 + priv/static/icons/slash-lg.svg | 3 + priv/static/icons/slash-square-fill.svg | 3 + priv/static/icons/slash-square.svg | 4 + priv/static/icons/slash.svg | 3 + priv/static/icons/sliders.svg | 3 + priv/static/icons/sliders2-vertical.svg | 3 + priv/static/icons/sliders2.svg | 3 + priv/static/icons/smartwatch.svg | 4 + priv/static/icons/snapchat.svg | 3 + priv/static/icons/snow.svg | 3 + priv/static/icons/snow2.svg | 3 + priv/static/icons/snow3.svg | 4 + priv/static/icons/sort-alpha-down-alt.svg | 5 + priv/static/icons/sort-alpha-down.svg | 4 + priv/static/icons/sort-alpha-up-alt.svg | 5 + priv/static/icons/sort-alpha-up.svg | 4 + priv/static/icons/sort-down-alt.svg | 3 + priv/static/icons/sort-down.svg | 3 + priv/static/icons/sort-numeric-down-alt.svg | 4 + priv/static/icons/sort-numeric-down.svg | 5 + priv/static/icons/sort-numeric-up-alt.svg | 4 + priv/static/icons/sort-numeric-up.svg | 5 + priv/static/icons/sort-up-alt.svg | 3 + priv/static/icons/sort-up.svg | 3 + priv/static/icons/soundwave.svg | 3 + priv/static/icons/sourceforge.svg | 4 + priv/static/icons/speaker-fill.svg | 4 + priv/static/icons/speaker.svg | 4 + priv/static/icons/speedometer.svg | 4 + priv/static/icons/speedometer2.svg | 4 + priv/static/icons/spellcheck.svg | 4 + priv/static/icons/spotify.svg | 3 + priv/static/icons/square-fill.svg | 3 + priv/static/icons/square-half.svg | 3 + priv/static/icons/square.svg | 3 + priv/static/icons/stack-overflow.svg | 4 + priv/static/icons/stack.svg | 4 + priv/static/icons/star-fill.svg | 3 + priv/static/icons/star-half.svg | 3 + priv/static/icons/star.svg | 3 + priv/static/icons/stars.svg | 3 + priv/static/icons/steam.svg | 4 + priv/static/icons/stickies-fill.svg | 4 + priv/static/icons/stickies.svg | 4 + priv/static/icons/sticky-fill.svg | 3 + priv/static/icons/sticky.svg | 3 + priv/static/icons/stop-btn-fill.svg | 3 + priv/static/icons/stop-btn.svg | 4 + priv/static/icons/stop-circle-fill.svg | 3 + priv/static/icons/stop-circle.svg | 4 + priv/static/icons/stop-fill.svg | 3 + priv/static/icons/stop.svg | 3 + priv/static/icons/stoplights-fill.svg | 3 + priv/static/icons/stoplights.svg | 4 + priv/static/icons/stopwatch-fill.svg | 3 + priv/static/icons/stopwatch.svg | 4 + priv/static/icons/strava.svg | 3 + priv/static/icons/stripe.svg | 3 + priv/static/icons/subscript.svg | 3 + priv/static/icons/substack.svg | 3 + priv/static/icons/subtract.svg | 3 + priv/static/icons/suit-club-fill.svg | 3 + priv/static/icons/suit-club.svg | 3 + priv/static/icons/suit-diamond-fill.svg | 3 + priv/static/icons/suit-diamond.svg | 3 + priv/static/icons/suit-heart-fill.svg | 3 + priv/static/icons/suit-heart.svg | 3 + priv/static/icons/suit-spade-fill.svg | 3 + priv/static/icons/suit-spade.svg | 3 + priv/static/icons/suitcase-fill.svg | 3 + priv/static/icons/suitcase-lg-fill.svg | 3 + priv/static/icons/suitcase-lg.svg | 3 + priv/static/icons/suitcase.svg | 4 + priv/static/icons/suitcase2-fill.svg | 3 + priv/static/icons/suitcase2.svg | 3 + priv/static/icons/sun-fill.svg | 3 + priv/static/icons/sun.svg | 3 + priv/static/icons/sunglasses.svg | 3 + priv/static/icons/sunrise-fill.svg | 3 + priv/static/icons/sunrise.svg | 3 + priv/static/icons/sunset-fill.svg | 3 + priv/static/icons/sunset.svg | 3 + priv/static/icons/superscript.svg | 3 + priv/static/icons/symmetry-horizontal.svg | 3 + priv/static/icons/symmetry-vertical.svg | 3 + priv/static/icons/table.svg | 3 + priv/static/icons/tablet-fill.svg | 3 + priv/static/icons/tablet-landscape-fill.svg | 3 + priv/static/icons/tablet-landscape.svg | 4 + priv/static/icons/tablet.svg | 4 + priv/static/icons/tag-fill.svg | 3 + priv/static/icons/tag.svg | 4 + priv/static/icons/tags-fill.svg | 4 + priv/static/icons/tags.svg | 4 + priv/static/icons/taxi-front-fill.svg | 3 + priv/static/icons/taxi-front.svg | 4 + priv/static/icons/telegram.svg | 3 + priv/static/icons/telephone-fill.svg | 3 + priv/static/icons/telephone-forward-fill.svg | 3 + priv/static/icons/telephone-forward.svg | 3 + priv/static/icons/telephone-inbound-fill.svg | 3 + priv/static/icons/telephone-inbound.svg | 3 + priv/static/icons/telephone-minus-fill.svg | 3 + priv/static/icons/telephone-minus.svg | 4 + priv/static/icons/telephone-outbound-fill.svg | 3 + priv/static/icons/telephone-outbound.svg | 3 + priv/static/icons/telephone-plus-fill.svg | 3 + priv/static/icons/telephone-plus.svg | 4 + priv/static/icons/telephone-x-fill.svg | 3 + priv/static/icons/telephone-x.svg | 4 + priv/static/icons/telephone.svg | 3 + priv/static/icons/tencent-qq.svg | 4 + priv/static/icons/terminal-dash.svg | 4 + priv/static/icons/terminal-fill.svg | 3 + priv/static/icons/terminal-plus.svg | 4 + priv/static/icons/terminal-split.svg | 4 + priv/static/icons/terminal-x.svg | 4 + priv/static/icons/terminal.svg | 4 + priv/static/icons/text-center.svg | 3 + priv/static/icons/text-indent-left.svg | 3 + priv/static/icons/text-indent-right.svg | 3 + priv/static/icons/text-left.svg | 3 + priv/static/icons/text-paragraph.svg | 3 + priv/static/icons/text-right.svg | 3 + priv/static/icons/text-wrap.svg | 3 + priv/static/icons/textarea-resize.svg | 3 + priv/static/icons/textarea-t.svg | 4 + priv/static/icons/textarea.svg | 3 + priv/static/icons/thermometer-half.svg | 4 + priv/static/icons/thermometer-high.svg | 4 + priv/static/icons/thermometer-low.svg | 4 + priv/static/icons/thermometer-snow.svg | 4 + priv/static/icons/thermometer-sun.svg | 4 + priv/static/icons/thermometer.svg | 4 + priv/static/icons/threads-fill.svg | 4 + priv/static/icons/threads.svg | 3 + priv/static/icons/three-dots-vertical.svg | 3 + priv/static/icons/three-dots.svg | 3 + priv/static/icons/thunderbolt-fill.svg | 3 + priv/static/icons/thunderbolt.svg | 4 + priv/static/icons/ticket-detailed-fill.svg | 3 + priv/static/icons/ticket-detailed.svg | 4 + priv/static/icons/ticket-fill.svg | 3 + priv/static/icons/ticket-perforated-fill.svg | 3 + priv/static/icons/ticket-perforated.svg | 4 + priv/static/icons/ticket.svg | 3 + priv/static/icons/tiktok.svg | 3 + priv/static/icons/toggle-off.svg | 3 + priv/static/icons/toggle-on.svg | 3 + priv/static/icons/toggle2-off.svg | 4 + priv/static/icons/toggle2-on.svg | 4 + priv/static/icons/toggles.svg | 3 + priv/static/icons/toggles2.svg | 5 + priv/static/icons/tools.svg | 3 + priv/static/icons/tornado.svg | 3 + .../static/icons/train-freight-front-fill.svg | 3 + priv/static/icons/train-freight-front.svg | 3 + priv/static/icons/train-front-fill.svg | 3 + priv/static/icons/train-front.svg | 3 + .../icons/train-lightrail-front-fill.svg | 3 + priv/static/icons/train-lightrail-front.svg | 3 + priv/static/icons/translate.svg | 4 + priv/static/icons/transparency.svg | 3 + priv/static/icons/trash-fill.svg | 3 + priv/static/icons/trash.svg | 4 + priv/static/icons/trash2-fill.svg | 3 + priv/static/icons/trash2.svg | 3 + priv/static/icons/trash3-fill.svg | 3 + priv/static/icons/trash3.svg | 3 + priv/static/icons/tree-fill.svg | 3 + priv/static/icons/tree.svg | 3 + priv/static/icons/trello.svg | 3 + priv/static/icons/triangle-fill.svg | 3 + priv/static/icons/triangle-half.svg | 3 + priv/static/icons/triangle.svg | 3 + priv/static/icons/trophy-fill.svg | 3 + priv/static/icons/trophy.svg | 3 + priv/static/icons/tropical-storm.svg | 4 + priv/static/icons/truck-flatbed.svg | 3 + priv/static/icons/truck-front-fill.svg | 3 + priv/static/icons/truck-front.svg | 4 + priv/static/icons/truck.svg | 3 + priv/static/icons/tsunami.svg | 3 + priv/static/icons/tv-fill.svg | 3 + priv/static/icons/tv.svg | 3 + priv/static/icons/twitch.svg | 4 + priv/static/icons/twitter-x.svg | 3 + priv/static/icons/twitter.svg | 3 + priv/static/icons/type-bold.svg | 3 + priv/static/icons/type-h1.svg | 3 + priv/static/icons/type-h2.svg | 3 + priv/static/icons/type-h3.svg | 3 + priv/static/icons/type-h4.svg | 3 + priv/static/icons/type-h5.svg | 3 + priv/static/icons/type-h6.svg | 3 + priv/static/icons/type-italic.svg | 3 + priv/static/icons/type-strikethrough.svg | 3 + priv/static/icons/type-underline.svg | 3 + priv/static/icons/type.svg | 3 + priv/static/icons/ubuntu.svg | 3 + priv/static/icons/ui-checks-grid.svg | 3 + priv/static/icons/ui-checks.svg | 3 + priv/static/icons/ui-radios-grid.svg | 3 + priv/static/icons/ui-radios.svg | 3 + priv/static/icons/umbrella-fill.svg | 3 + priv/static/icons/umbrella.svg | 3 + priv/static/icons/unindent.svg | 4 + priv/static/icons/union.svg | 3 + priv/static/icons/unity.svg | 3 + priv/static/icons/universal-access-circle.svg | 4 + priv/static/icons/universal-access.svg | 3 + priv/static/icons/unlock-fill.svg | 3 + priv/static/icons/unlock.svg | 3 + priv/static/icons/upc-scan.svg | 3 + priv/static/icons/upc.svg | 3 + priv/static/icons/upload.svg | 4 + priv/static/icons/usb-c-fill.svg | 3 + priv/static/icons/usb-c.svg | 4 + priv/static/icons/usb-drive-fill.svg | 3 + priv/static/icons/usb-drive.svg | 3 + priv/static/icons/usb-fill.svg | 3 + priv/static/icons/usb-micro-fill.svg | 3 + priv/static/icons/usb-micro.svg | 4 + priv/static/icons/usb-mini-fill.svg | 3 + priv/static/icons/usb-mini.svg | 4 + priv/static/icons/usb-plug-fill.svg | 3 + priv/static/icons/usb-plug.svg | 3 + priv/static/icons/usb-symbol.svg | 3 + priv/static/icons/usb.svg | 4 + priv/static/icons/valentine.svg | 4 + priv/static/icons/valentine2.svg | 4 + priv/static/icons/vector-pen.svg | 4 + priv/static/icons/view-list.svg | 3 + priv/static/icons/view-stacked.svg | 3 + priv/static/icons/vignette.svg | 4 + priv/static/icons/vimeo.svg | 3 + priv/static/icons/vinyl-fill.svg | 4 + priv/static/icons/vinyl.svg | 5 + priv/static/icons/virus.svg | 3 + priv/static/icons/virus2.svg | 3 + priv/static/icons/voicemail.svg | 3 + priv/static/icons/volume-down-fill.svg | 3 + priv/static/icons/volume-down.svg | 3 + priv/static/icons/volume-mute-fill.svg | 3 + priv/static/icons/volume-mute.svg | 3 + priv/static/icons/volume-off-fill.svg | 3 + priv/static/icons/volume-off.svg | 3 + priv/static/icons/volume-up-fill.svg | 5 + priv/static/icons/volume-up.svg | 5 + priv/static/icons/vr.svg | 3 + priv/static/icons/wallet-fill.svg | 4 + priv/static/icons/wallet.svg | 3 + priv/static/icons/wallet2.svg | 3 + priv/static/icons/watch.svg | 4 + priv/static/icons/water.svg | 3 + priv/static/icons/webcam-fill.svg | 4 + priv/static/icons/webcam.svg | 4 + priv/static/icons/wechat.svg | 4 + priv/static/icons/whatsapp.svg | 3 + priv/static/icons/wifi-1.svg | 3 + priv/static/icons/wifi-2.svg | 3 + priv/static/icons/wifi-off.svg | 3 + priv/static/icons/wifi.svg | 4 + priv/static/icons/wikipedia.svg | 3 + priv/static/icons/wind.svg | 3 + priv/static/icons/window-dash.svg | 5 + priv/static/icons/window-desktop.svg | 4 + priv/static/icons/window-dock.svg | 4 + priv/static/icons/window-fullscreen.svg | 4 + priv/static/icons/window-plus.svg | 5 + priv/static/icons/window-sidebar.svg | 4 + priv/static/icons/window-split.svg | 4 + priv/static/icons/window-stack.svg | 4 + priv/static/icons/window-x.svg | 5 + priv/static/icons/window.svg | 4 + priv/static/icons/windows.svg | 3 + priv/static/icons/wordpress.svg | 5 + .../icons/wrench-adjustable-circle-fill.svg | 4 + .../static/icons/wrench-adjustable-circle.svg | 4 + priv/static/icons/wrench-adjustable.svg | 4 + priv/static/icons/wrench.svg | 3 + priv/static/icons/x-circle-fill.svg | 3 + priv/static/icons/x-circle.svg | 4 + priv/static/icons/x-diamond-fill.svg | 3 + priv/static/icons/x-diamond.svg | 3 + priv/static/icons/x-lg.svg | 3 + priv/static/icons/x-octagon-fill.svg | 3 + priv/static/icons/x-octagon.svg | 4 + priv/static/icons/x-square-fill.svg | 3 + priv/static/icons/x-square.svg | 4 + priv/static/icons/x.svg | 3 + priv/static/icons/xbox.svg | 3 + priv/static/icons/yelp.svg | 3 + priv/static/icons/yin-yang.svg | 4 + priv/static/icons/youtube.svg | 3 + priv/static/icons/zoom-in.svg | 5 + priv/static/icons/zoom-out.svg | 5 + priv/templates/http/application.eex | 1 + priv/templates/http/search.eex | 9 +- priv/templates/http/subreddit_posts.eex | 6 +- priv/templates/http/user.eex | 13 +- 2062 files changed, 11313 insertions(+), 9 deletions(-) create mode 100644 priv/static/icons/0-circle-fill.svg create mode 100644 priv/static/icons/0-circle.svg create mode 100644 priv/static/icons/0-square-fill.svg create mode 100644 priv/static/icons/0-square.svg create mode 100644 priv/static/icons/1-circle-fill.svg create mode 100644 priv/static/icons/1-circle.svg create mode 100644 priv/static/icons/1-square-fill.svg create mode 100644 priv/static/icons/1-square.svg create mode 100644 priv/static/icons/123.svg create mode 100644 priv/static/icons/2-circle-fill.svg create mode 100644 priv/static/icons/2-circle.svg create mode 100644 priv/static/icons/2-square-fill.svg create mode 100644 priv/static/icons/2-square.svg create mode 100644 priv/static/icons/3-circle-fill.svg create mode 100644 priv/static/icons/3-circle.svg create mode 100644 priv/static/icons/3-square-fill.svg create mode 100644 priv/static/icons/3-square.svg create mode 100644 priv/static/icons/4-circle-fill.svg create mode 100644 priv/static/icons/4-circle.svg create mode 100644 priv/static/icons/4-square-fill.svg create mode 100644 priv/static/icons/4-square.svg create mode 100644 priv/static/icons/5-circle-fill.svg create mode 100644 priv/static/icons/5-circle.svg create mode 100644 priv/static/icons/5-square-fill.svg create mode 100644 priv/static/icons/5-square.svg create mode 100644 priv/static/icons/6-circle-fill.svg create mode 100644 priv/static/icons/6-circle.svg create mode 100644 priv/static/icons/6-square-fill.svg create mode 100644 priv/static/icons/6-square.svg create mode 100644 priv/static/icons/7-circle-fill.svg create mode 100644 priv/static/icons/7-circle.svg create mode 100644 priv/static/icons/7-square-fill.svg create mode 100644 priv/static/icons/7-square.svg create mode 100644 priv/static/icons/8-circle-fill.svg create mode 100644 priv/static/icons/8-circle.svg create mode 100644 priv/static/icons/8-square-fill.svg create mode 100644 priv/static/icons/8-square.svg create mode 100644 priv/static/icons/9-circle-fill.svg create mode 100644 priv/static/icons/9-circle.svg create mode 100644 priv/static/icons/9-square-fill.svg create mode 100644 priv/static/icons/9-square.svg create mode 100644 priv/static/icons/activity.svg create mode 100644 priv/static/icons/airplane-engines-fill.svg create mode 100644 priv/static/icons/airplane-engines.svg create mode 100644 priv/static/icons/airplane-fill.svg create mode 100644 priv/static/icons/airplane.svg create mode 100644 priv/static/icons/alarm-fill.svg create mode 100644 priv/static/icons/alarm.svg create mode 100644 priv/static/icons/alexa.svg create mode 100644 priv/static/icons/align-bottom.svg create mode 100644 priv/static/icons/align-center.svg create mode 100644 priv/static/icons/align-end.svg create mode 100644 priv/static/icons/align-middle.svg create mode 100644 priv/static/icons/align-start.svg create mode 100644 priv/static/icons/align-top.svg create mode 100644 priv/static/icons/alipay.svg create mode 100644 priv/static/icons/alphabet-uppercase.svg create mode 100644 priv/static/icons/alphabet.svg create mode 100644 priv/static/icons/alt.svg create mode 100644 priv/static/icons/amazon.svg create mode 100644 priv/static/icons/amd.svg create mode 100644 priv/static/icons/android.svg create mode 100644 priv/static/icons/android2.svg create mode 100644 priv/static/icons/app-indicator.svg create mode 100644 priv/static/icons/app.svg create mode 100644 priv/static/icons/apple.svg create mode 100644 priv/static/icons/archive-fill.svg create mode 100644 priv/static/icons/archive.svg create mode 100644 priv/static/icons/arrow-90deg-down.svg create mode 100644 priv/static/icons/arrow-90deg-left.svg create mode 100644 priv/static/icons/arrow-90deg-right.svg create mode 100644 priv/static/icons/arrow-90deg-up.svg create mode 100644 priv/static/icons/arrow-bar-down.svg create mode 100644 priv/static/icons/arrow-bar-left.svg create mode 100644 priv/static/icons/arrow-bar-right.svg create mode 100644 priv/static/icons/arrow-bar-up.svg create mode 100644 priv/static/icons/arrow-clockwise.svg create mode 100644 priv/static/icons/arrow-counterclockwise.svg create mode 100644 priv/static/icons/arrow-down-circle-fill.svg create mode 100644 priv/static/icons/arrow-down-circle.svg create mode 100644 priv/static/icons/arrow-down-left-circle-fill.svg create mode 100644 priv/static/icons/arrow-down-left-circle.svg create mode 100644 priv/static/icons/arrow-down-left-square-fill.svg create mode 100644 priv/static/icons/arrow-down-left-square.svg create mode 100644 priv/static/icons/arrow-down-left.svg create mode 100644 priv/static/icons/arrow-down-right-circle-fill.svg create mode 100644 priv/static/icons/arrow-down-right-circle.svg create mode 100644 priv/static/icons/arrow-down-right-square-fill.svg create mode 100644 priv/static/icons/arrow-down-right-square.svg create mode 100644 priv/static/icons/arrow-down-right.svg create mode 100644 priv/static/icons/arrow-down-short.svg create mode 100644 priv/static/icons/arrow-down-square-fill.svg create mode 100644 priv/static/icons/arrow-down-square.svg create mode 100644 priv/static/icons/arrow-down-up.svg create mode 100644 priv/static/icons/arrow-down.svg create mode 100644 priv/static/icons/arrow-left-circle-fill.svg create mode 100644 priv/static/icons/arrow-left-circle.svg create mode 100644 priv/static/icons/arrow-left-right.svg create mode 100644 priv/static/icons/arrow-left-short.svg create mode 100644 priv/static/icons/arrow-left-square-fill.svg create mode 100644 priv/static/icons/arrow-left-square.svg create mode 100644 priv/static/icons/arrow-left.svg create mode 100644 priv/static/icons/arrow-repeat.svg create mode 100644 priv/static/icons/arrow-return-left.svg create mode 100644 priv/static/icons/arrow-return-right.svg create mode 100644 priv/static/icons/arrow-right-circle-fill.svg create mode 100644 priv/static/icons/arrow-right-circle.svg create mode 100644 priv/static/icons/arrow-right-short.svg create mode 100644 priv/static/icons/arrow-right-square-fill.svg create mode 100644 priv/static/icons/arrow-right-square.svg create mode 100644 priv/static/icons/arrow-right.svg create mode 100644 priv/static/icons/arrow-through-heart-fill.svg create mode 100644 priv/static/icons/arrow-through-heart.svg create mode 100644 priv/static/icons/arrow-up-circle-fill.svg create mode 100644 priv/static/icons/arrow-up-circle.svg create mode 100644 priv/static/icons/arrow-up-left-circle-fill.svg create mode 100644 priv/static/icons/arrow-up-left-circle.svg create mode 100644 priv/static/icons/arrow-up-left-square-fill.svg create mode 100644 priv/static/icons/arrow-up-left-square.svg create mode 100644 priv/static/icons/arrow-up-left.svg create mode 100644 priv/static/icons/arrow-up-right-circle-fill.svg create mode 100644 priv/static/icons/arrow-up-right-circle.svg create mode 100644 priv/static/icons/arrow-up-right-square-fill.svg create mode 100644 priv/static/icons/arrow-up-right-square.svg create mode 100644 priv/static/icons/arrow-up-right.svg create mode 100644 priv/static/icons/arrow-up-short.svg create mode 100644 priv/static/icons/arrow-up-square-fill.svg create mode 100644 priv/static/icons/arrow-up-square.svg create mode 100644 priv/static/icons/arrow-up.svg create mode 100644 priv/static/icons/arrows-angle-contract.svg create mode 100644 priv/static/icons/arrows-angle-expand.svg create mode 100644 priv/static/icons/arrows-collapse-vertical.svg create mode 100644 priv/static/icons/arrows-collapse.svg create mode 100644 priv/static/icons/arrows-expand-vertical.svg create mode 100644 priv/static/icons/arrows-expand.svg create mode 100644 priv/static/icons/arrows-fullscreen.svg create mode 100644 priv/static/icons/arrows-move.svg create mode 100644 priv/static/icons/arrows-vertical.svg create mode 100644 priv/static/icons/arrows.svg create mode 100644 priv/static/icons/aspect-ratio-fill.svg create mode 100644 priv/static/icons/aspect-ratio.svg create mode 100644 priv/static/icons/asterisk.svg create mode 100644 priv/static/icons/at.svg create mode 100644 priv/static/icons/award-fill.svg create mode 100644 priv/static/icons/award.svg create mode 100644 priv/static/icons/back.svg create mode 100644 priv/static/icons/backpack-fill.svg create mode 100644 priv/static/icons/backpack.svg create mode 100644 priv/static/icons/backpack2-fill.svg create mode 100644 priv/static/icons/backpack2.svg create mode 100644 priv/static/icons/backpack3-fill.svg create mode 100644 priv/static/icons/backpack3.svg create mode 100644 priv/static/icons/backpack4-fill.svg create mode 100644 priv/static/icons/backpack4.svg create mode 100644 priv/static/icons/backspace-fill.svg create mode 100644 priv/static/icons/backspace-reverse-fill.svg create mode 100644 priv/static/icons/backspace-reverse.svg create mode 100644 priv/static/icons/backspace.svg create mode 100644 priv/static/icons/badge-3d-fill.svg create mode 100644 priv/static/icons/badge-3d.svg create mode 100644 priv/static/icons/badge-4k-fill.svg create mode 100644 priv/static/icons/badge-4k.svg create mode 100644 priv/static/icons/badge-8k-fill.svg create mode 100644 priv/static/icons/badge-8k.svg create mode 100644 priv/static/icons/badge-ad-fill.svg create mode 100644 priv/static/icons/badge-ad.svg create mode 100644 priv/static/icons/badge-ar-fill.svg create mode 100644 priv/static/icons/badge-ar.svg create mode 100644 priv/static/icons/badge-cc-fill.svg create mode 100644 priv/static/icons/badge-cc.svg create mode 100644 priv/static/icons/badge-hd-fill.svg create mode 100644 priv/static/icons/badge-hd.svg create mode 100644 priv/static/icons/badge-sd-fill.svg create mode 100644 priv/static/icons/badge-sd.svg create mode 100644 priv/static/icons/badge-tm-fill.svg create mode 100644 priv/static/icons/badge-tm.svg create mode 100644 priv/static/icons/badge-vo-fill.svg create mode 100644 priv/static/icons/badge-vo.svg create mode 100644 priv/static/icons/badge-vr-fill.svg create mode 100644 priv/static/icons/badge-vr.svg create mode 100644 priv/static/icons/badge-wc-fill.svg create mode 100644 priv/static/icons/badge-wc.svg create mode 100644 priv/static/icons/bag-check-fill.svg create mode 100644 priv/static/icons/bag-check.svg create mode 100644 priv/static/icons/bag-dash-fill.svg create mode 100644 priv/static/icons/bag-dash.svg create mode 100644 priv/static/icons/bag-fill.svg create mode 100644 priv/static/icons/bag-heart-fill.svg create mode 100644 priv/static/icons/bag-heart.svg create mode 100644 priv/static/icons/bag-plus-fill.svg create mode 100644 priv/static/icons/bag-plus.svg create mode 100644 priv/static/icons/bag-x-fill.svg create mode 100644 priv/static/icons/bag-x.svg create mode 100644 priv/static/icons/bag.svg create mode 100644 priv/static/icons/balloon-fill.svg create mode 100644 priv/static/icons/balloon-heart-fill.svg create mode 100644 priv/static/icons/balloon-heart.svg create mode 100644 priv/static/icons/balloon.svg create mode 100644 priv/static/icons/ban-fill.svg create mode 100644 priv/static/icons/ban.svg create mode 100644 priv/static/icons/bandaid-fill.svg create mode 100644 priv/static/icons/bandaid.svg create mode 100644 priv/static/icons/bank.svg create mode 100644 priv/static/icons/bank2.svg create mode 100644 priv/static/icons/bar-chart-fill.svg create mode 100644 priv/static/icons/bar-chart-line-fill.svg create mode 100644 priv/static/icons/bar-chart-line.svg create mode 100644 priv/static/icons/bar-chart-steps.svg create mode 100644 priv/static/icons/bar-chart.svg create mode 100644 priv/static/icons/basket-fill.svg create mode 100644 priv/static/icons/basket.svg create mode 100644 priv/static/icons/basket2-fill.svg create mode 100644 priv/static/icons/basket2.svg create mode 100644 priv/static/icons/basket3-fill.svg create mode 100644 priv/static/icons/basket3.svg create mode 100644 priv/static/icons/battery-charging.svg create mode 100644 priv/static/icons/battery-full.svg create mode 100644 priv/static/icons/battery-half.svg create mode 100644 priv/static/icons/battery.svg create mode 100644 priv/static/icons/behance.svg create mode 100644 priv/static/icons/bell-fill.svg create mode 100644 priv/static/icons/bell-slash-fill.svg create mode 100644 priv/static/icons/bell-slash.svg create mode 100644 priv/static/icons/bell.svg create mode 100644 priv/static/icons/bezier.svg create mode 100644 priv/static/icons/bezier2.svg create mode 100644 priv/static/icons/bicycle.svg create mode 100644 priv/static/icons/bing.svg create mode 100644 priv/static/icons/binoculars-fill.svg create mode 100644 priv/static/icons/binoculars.svg create mode 100644 priv/static/icons/blockquote-left.svg create mode 100644 priv/static/icons/blockquote-right.svg create mode 100644 priv/static/icons/bluetooth.svg create mode 100644 priv/static/icons/body-text.svg create mode 100644 priv/static/icons/book-fill.svg create mode 100644 priv/static/icons/book-half.svg create mode 100644 priv/static/icons/book.svg create mode 100644 priv/static/icons/bookmark-check-fill.svg create mode 100644 priv/static/icons/bookmark-check.svg create mode 100644 priv/static/icons/bookmark-dash-fill.svg create mode 100644 priv/static/icons/bookmark-dash.svg create mode 100644 priv/static/icons/bookmark-fill.svg create mode 100644 priv/static/icons/bookmark-heart-fill.svg create mode 100644 priv/static/icons/bookmark-heart.svg create mode 100644 priv/static/icons/bookmark-plus-fill.svg create mode 100644 priv/static/icons/bookmark-plus.svg create mode 100644 priv/static/icons/bookmark-star-fill.svg create mode 100644 priv/static/icons/bookmark-star.svg create mode 100644 priv/static/icons/bookmark-x-fill.svg create mode 100644 priv/static/icons/bookmark-x.svg create mode 100644 priv/static/icons/bookmark.svg create mode 100644 priv/static/icons/bookmarks-fill.svg create mode 100644 priv/static/icons/bookmarks.svg create mode 100644 priv/static/icons/bookshelf.svg create mode 100644 priv/static/icons/boombox-fill.svg create mode 100644 priv/static/icons/boombox.svg create mode 100644 priv/static/icons/bootstrap-fill.svg create mode 100644 priv/static/icons/bootstrap-icons.css create mode 100644 priv/static/icons/bootstrap-icons.json create mode 100644 priv/static/icons/bootstrap-icons.svg create mode 100644 priv/static/icons/bootstrap-reboot.svg create mode 100644 priv/static/icons/bootstrap.svg create mode 100644 priv/static/icons/border-all.svg create mode 100644 priv/static/icons/border-bottom.svg create mode 100644 priv/static/icons/border-center.svg create mode 100644 priv/static/icons/border-inner.svg create mode 100644 priv/static/icons/border-left.svg create mode 100644 priv/static/icons/border-middle.svg create mode 100644 priv/static/icons/border-outer.svg create mode 100644 priv/static/icons/border-right.svg create mode 100644 priv/static/icons/border-style.svg create mode 100644 priv/static/icons/border-top.svg create mode 100644 priv/static/icons/border-width.svg create mode 100644 priv/static/icons/border.svg create mode 100644 priv/static/icons/bounding-box-circles.svg create mode 100644 priv/static/icons/bounding-box.svg create mode 100644 priv/static/icons/box-arrow-down-left.svg create mode 100644 priv/static/icons/box-arrow-down-right.svg create mode 100644 priv/static/icons/box-arrow-down.svg create mode 100644 priv/static/icons/box-arrow-in-down-left.svg create mode 100644 priv/static/icons/box-arrow-in-down-right.svg create mode 100644 priv/static/icons/box-arrow-in-down.svg create mode 100644 priv/static/icons/box-arrow-in-left.svg create mode 100644 priv/static/icons/box-arrow-in-right.svg create mode 100644 priv/static/icons/box-arrow-in-up-left.svg create mode 100644 priv/static/icons/box-arrow-in-up-right.svg create mode 100644 priv/static/icons/box-arrow-in-up.svg create mode 100644 priv/static/icons/box-arrow-left.svg create mode 100644 priv/static/icons/box-arrow-right.svg create mode 100644 priv/static/icons/box-arrow-up-left.svg create mode 100644 priv/static/icons/box-arrow-up-right.svg create mode 100644 priv/static/icons/box-arrow-up.svg create mode 100644 priv/static/icons/box-fill.svg create mode 100644 priv/static/icons/box-seam-fill.svg create mode 100644 priv/static/icons/box-seam.svg create mode 100644 priv/static/icons/box.svg create mode 100644 priv/static/icons/box2-fill.svg create mode 100644 priv/static/icons/box2-heart-fill.svg create mode 100644 priv/static/icons/box2-heart.svg create mode 100644 priv/static/icons/box2.svg create mode 100644 priv/static/icons/boxes.svg create mode 100644 priv/static/icons/braces-asterisk.svg create mode 100644 priv/static/icons/braces.svg create mode 100644 priv/static/icons/bricks.svg create mode 100644 priv/static/icons/briefcase-fill.svg create mode 100644 priv/static/icons/briefcase.svg create mode 100644 priv/static/icons/brightness-alt-high-fill.svg create mode 100644 priv/static/icons/brightness-alt-high.svg create mode 100644 priv/static/icons/brightness-alt-low-fill.svg create mode 100644 priv/static/icons/brightness-alt-low.svg create mode 100644 priv/static/icons/brightness-high-fill.svg create mode 100644 priv/static/icons/brightness-high.svg create mode 100644 priv/static/icons/brightness-low-fill.svg create mode 100644 priv/static/icons/brightness-low.svg create mode 100644 priv/static/icons/brilliance.svg create mode 100644 priv/static/icons/broadcast-pin.svg create mode 100644 priv/static/icons/broadcast.svg create mode 100644 priv/static/icons/browser-chrome.svg create mode 100644 priv/static/icons/browser-edge.svg create mode 100644 priv/static/icons/browser-firefox.svg create mode 100644 priv/static/icons/browser-safari.svg create mode 100644 priv/static/icons/brush-fill.svg create mode 100644 priv/static/icons/brush.svg create mode 100644 priv/static/icons/bucket-fill.svg create mode 100644 priv/static/icons/bucket.svg create mode 100644 priv/static/icons/bug-fill.svg create mode 100644 priv/static/icons/bug.svg create mode 100644 priv/static/icons/building-add.svg create mode 100644 priv/static/icons/building-check.svg create mode 100644 priv/static/icons/building-dash.svg create mode 100644 priv/static/icons/building-down.svg create mode 100644 priv/static/icons/building-exclamation.svg create mode 100644 priv/static/icons/building-fill-add.svg create mode 100644 priv/static/icons/building-fill-check.svg create mode 100644 priv/static/icons/building-fill-dash.svg create mode 100644 priv/static/icons/building-fill-down.svg create mode 100644 priv/static/icons/building-fill-exclamation.svg create mode 100644 priv/static/icons/building-fill-gear.svg create mode 100644 priv/static/icons/building-fill-lock.svg create mode 100644 priv/static/icons/building-fill-slash.svg create mode 100644 priv/static/icons/building-fill-up.svg create mode 100644 priv/static/icons/building-fill-x.svg create mode 100644 priv/static/icons/building-fill.svg create mode 100644 priv/static/icons/building-gear.svg create mode 100644 priv/static/icons/building-lock.svg create mode 100644 priv/static/icons/building-slash.svg create mode 100644 priv/static/icons/building-up.svg create mode 100644 priv/static/icons/building-x.svg create mode 100644 priv/static/icons/building.svg create mode 100644 priv/static/icons/buildings-fill.svg create mode 100644 priv/static/icons/buildings.svg create mode 100644 priv/static/icons/bullseye.svg create mode 100644 priv/static/icons/bus-front-fill.svg create mode 100644 priv/static/icons/bus-front.svg create mode 100644 priv/static/icons/c-circle-fill.svg create mode 100644 priv/static/icons/c-circle.svg create mode 100644 priv/static/icons/c-square-fill.svg create mode 100644 priv/static/icons/c-square.svg create mode 100644 priv/static/icons/cake-fill.svg create mode 100644 priv/static/icons/cake.svg create mode 100644 priv/static/icons/cake2-fill.svg create mode 100644 priv/static/icons/cake2.svg create mode 100644 priv/static/icons/calculator-fill.svg create mode 100644 priv/static/icons/calculator.svg create mode 100644 priv/static/icons/calendar-check-fill.svg create mode 100644 priv/static/icons/calendar-check.svg create mode 100644 priv/static/icons/calendar-date-fill.svg create mode 100644 priv/static/icons/calendar-date.svg create mode 100644 priv/static/icons/calendar-day-fill.svg create mode 100644 priv/static/icons/calendar-day.svg create mode 100644 priv/static/icons/calendar-event-fill.svg create mode 100644 priv/static/icons/calendar-event.svg create mode 100644 priv/static/icons/calendar-fill.svg create mode 100644 priv/static/icons/calendar-heart-fill.svg create mode 100644 priv/static/icons/calendar-heart.svg create mode 100644 priv/static/icons/calendar-minus-fill.svg create mode 100644 priv/static/icons/calendar-minus.svg create mode 100644 priv/static/icons/calendar-month-fill.svg create mode 100644 priv/static/icons/calendar-month.svg create mode 100644 priv/static/icons/calendar-plus-fill.svg create mode 100644 priv/static/icons/calendar-plus.svg create mode 100644 priv/static/icons/calendar-range-fill.svg create mode 100644 priv/static/icons/calendar-range.svg create mode 100644 priv/static/icons/calendar-week-fill.svg create mode 100644 priv/static/icons/calendar-week.svg create mode 100644 priv/static/icons/calendar-x-fill.svg create mode 100644 priv/static/icons/calendar-x.svg create mode 100644 priv/static/icons/calendar.svg create mode 100644 priv/static/icons/calendar2-check-fill.svg create mode 100644 priv/static/icons/calendar2-check.svg create mode 100644 priv/static/icons/calendar2-date-fill.svg create mode 100644 priv/static/icons/calendar2-date.svg create mode 100644 priv/static/icons/calendar2-day-fill.svg create mode 100644 priv/static/icons/calendar2-day.svg create mode 100644 priv/static/icons/calendar2-event-fill.svg create mode 100644 priv/static/icons/calendar2-event.svg create mode 100644 priv/static/icons/calendar2-fill.svg create mode 100644 priv/static/icons/calendar2-heart-fill.svg create mode 100644 priv/static/icons/calendar2-heart.svg create mode 100644 priv/static/icons/calendar2-minus-fill.svg create mode 100644 priv/static/icons/calendar2-minus.svg create mode 100644 priv/static/icons/calendar2-month-fill.svg create mode 100644 priv/static/icons/calendar2-month.svg create mode 100644 priv/static/icons/calendar2-plus-fill.svg create mode 100644 priv/static/icons/calendar2-plus.svg create mode 100644 priv/static/icons/calendar2-range-fill.svg create mode 100644 priv/static/icons/calendar2-range.svg create mode 100644 priv/static/icons/calendar2-week-fill.svg create mode 100644 priv/static/icons/calendar2-week.svg create mode 100644 priv/static/icons/calendar2-x-fill.svg create mode 100644 priv/static/icons/calendar2-x.svg create mode 100644 priv/static/icons/calendar2.svg create mode 100644 priv/static/icons/calendar3-event-fill.svg create mode 100644 priv/static/icons/calendar3-event.svg create mode 100644 priv/static/icons/calendar3-fill.svg create mode 100644 priv/static/icons/calendar3-range-fill.svg create mode 100644 priv/static/icons/calendar3-range.svg create mode 100644 priv/static/icons/calendar3-week-fill.svg create mode 100644 priv/static/icons/calendar3-week.svg create mode 100644 priv/static/icons/calendar3.svg create mode 100644 priv/static/icons/calendar4-event.svg create mode 100644 priv/static/icons/calendar4-range.svg create mode 100644 priv/static/icons/calendar4-week.svg create mode 100644 priv/static/icons/calendar4.svg create mode 100644 priv/static/icons/camera-fill.svg create mode 100644 priv/static/icons/camera-reels-fill.svg create mode 100644 priv/static/icons/camera-reels.svg create mode 100644 priv/static/icons/camera-video-fill.svg create mode 100644 priv/static/icons/camera-video-off-fill.svg create mode 100644 priv/static/icons/camera-video-off.svg create mode 100644 priv/static/icons/camera-video.svg create mode 100644 priv/static/icons/camera.svg create mode 100644 priv/static/icons/camera2.svg create mode 100644 priv/static/icons/capslock-fill.svg create mode 100644 priv/static/icons/capslock.svg create mode 100644 priv/static/icons/capsule-pill.svg create mode 100644 priv/static/icons/capsule.svg create mode 100644 priv/static/icons/car-front-fill.svg create mode 100644 priv/static/icons/car-front.svg create mode 100644 priv/static/icons/card-checklist.svg create mode 100644 priv/static/icons/card-heading.svg create mode 100644 priv/static/icons/card-image.svg create mode 100644 priv/static/icons/card-list.svg create mode 100644 priv/static/icons/card-text.svg create mode 100644 priv/static/icons/caret-down-fill.svg create mode 100644 priv/static/icons/caret-down-square-fill.svg create mode 100644 priv/static/icons/caret-down-square.svg create mode 100644 priv/static/icons/caret-down.svg create mode 100644 priv/static/icons/caret-left-fill.svg create mode 100644 priv/static/icons/caret-left-square-fill.svg create mode 100644 priv/static/icons/caret-left-square.svg create mode 100644 priv/static/icons/caret-left.svg create mode 100644 priv/static/icons/caret-right-fill.svg create mode 100644 priv/static/icons/caret-right-square-fill.svg create mode 100644 priv/static/icons/caret-right-square.svg create mode 100644 priv/static/icons/caret-right.svg create mode 100644 priv/static/icons/caret-up-fill.svg create mode 100644 priv/static/icons/caret-up-square-fill.svg create mode 100644 priv/static/icons/caret-up-square.svg create mode 100644 priv/static/icons/caret-up.svg create mode 100644 priv/static/icons/cart-check-fill.svg create mode 100644 priv/static/icons/cart-check.svg create mode 100644 priv/static/icons/cart-dash-fill.svg create mode 100644 priv/static/icons/cart-dash.svg create mode 100644 priv/static/icons/cart-fill.svg create mode 100644 priv/static/icons/cart-plus-fill.svg create mode 100644 priv/static/icons/cart-plus.svg create mode 100644 priv/static/icons/cart-x-fill.svg create mode 100644 priv/static/icons/cart-x.svg create mode 100644 priv/static/icons/cart.svg create mode 100644 priv/static/icons/cart2.svg create mode 100644 priv/static/icons/cart3.svg create mode 100644 priv/static/icons/cart4.svg create mode 100644 priv/static/icons/cash-coin.svg create mode 100644 priv/static/icons/cash-stack.svg create mode 100644 priv/static/icons/cash.svg create mode 100644 priv/static/icons/cassette-fill.svg create mode 100644 priv/static/icons/cassette.svg create mode 100644 priv/static/icons/cast.svg create mode 100644 priv/static/icons/cc-circle-fill.svg create mode 100644 priv/static/icons/cc-circle.svg create mode 100644 priv/static/icons/cc-square-fill.svg create mode 100644 priv/static/icons/cc-square.svg create mode 100644 priv/static/icons/chat-dots-fill.svg create mode 100644 priv/static/icons/chat-dots.svg create mode 100644 priv/static/icons/chat-fill.svg create mode 100644 priv/static/icons/chat-heart-fill.svg create mode 100644 priv/static/icons/chat-heart.svg create mode 100644 priv/static/icons/chat-left-dots-fill.svg create mode 100644 priv/static/icons/chat-left-dots.svg create mode 100644 priv/static/icons/chat-left-fill.svg create mode 100644 priv/static/icons/chat-left-heart-fill.svg create mode 100644 priv/static/icons/chat-left-heart.svg create mode 100644 priv/static/icons/chat-left-quote-fill.svg create mode 100644 priv/static/icons/chat-left-quote.svg create mode 100644 priv/static/icons/chat-left-text-fill.svg create mode 100644 priv/static/icons/chat-left-text.svg create mode 100644 priv/static/icons/chat-left.svg create mode 100644 priv/static/icons/chat-quote-fill.svg create mode 100644 priv/static/icons/chat-quote.svg create mode 100644 priv/static/icons/chat-right-dots-fill.svg create mode 100644 priv/static/icons/chat-right-dots.svg create mode 100644 priv/static/icons/chat-right-fill.svg create mode 100644 priv/static/icons/chat-right-heart-fill.svg create mode 100644 priv/static/icons/chat-right-heart.svg create mode 100644 priv/static/icons/chat-right-quote-fill.svg create mode 100644 priv/static/icons/chat-right-quote.svg create mode 100644 priv/static/icons/chat-right-text-fill.svg create mode 100644 priv/static/icons/chat-right-text.svg create mode 100644 priv/static/icons/chat-right.svg create mode 100644 priv/static/icons/chat-square-dots-fill.svg create mode 100644 priv/static/icons/chat-square-dots.svg create mode 100644 priv/static/icons/chat-square-fill.svg create mode 100644 priv/static/icons/chat-square-heart-fill.svg create mode 100644 priv/static/icons/chat-square-heart.svg create mode 100644 priv/static/icons/chat-square-quote-fill.svg create mode 100644 priv/static/icons/chat-square-quote.svg create mode 100644 priv/static/icons/chat-square-text-fill.svg create mode 100644 priv/static/icons/chat-square-text.svg create mode 100644 priv/static/icons/chat-square.svg create mode 100644 priv/static/icons/chat-text-fill.svg create mode 100644 priv/static/icons/chat-text.svg create mode 100644 priv/static/icons/chat.svg create mode 100644 priv/static/icons/check-all.svg create mode 100644 priv/static/icons/check-circle-fill.svg create mode 100644 priv/static/icons/check-circle.svg create mode 100644 priv/static/icons/check-lg.svg create mode 100644 priv/static/icons/check-square-fill.svg create mode 100644 priv/static/icons/check-square.svg create mode 100644 priv/static/icons/check.svg create mode 100644 priv/static/icons/check2-all.svg create mode 100644 priv/static/icons/check2-circle.svg create mode 100644 priv/static/icons/check2-square.svg create mode 100644 priv/static/icons/check2.svg create mode 100644 priv/static/icons/chevron-bar-contract.svg create mode 100644 priv/static/icons/chevron-bar-down.svg create mode 100644 priv/static/icons/chevron-bar-expand.svg create mode 100644 priv/static/icons/chevron-bar-left.svg create mode 100644 priv/static/icons/chevron-bar-right.svg create mode 100644 priv/static/icons/chevron-bar-up.svg create mode 100644 priv/static/icons/chevron-compact-down.svg create mode 100644 priv/static/icons/chevron-compact-left.svg create mode 100644 priv/static/icons/chevron-compact-right.svg create mode 100644 priv/static/icons/chevron-compact-up.svg create mode 100644 priv/static/icons/chevron-contract.svg create mode 100644 priv/static/icons/chevron-double-down.svg create mode 100644 priv/static/icons/chevron-double-left.svg create mode 100644 priv/static/icons/chevron-double-right.svg create mode 100644 priv/static/icons/chevron-double-up.svg create mode 100644 priv/static/icons/chevron-down.svg create mode 100644 priv/static/icons/chevron-expand.svg create mode 100644 priv/static/icons/chevron-left.svg create mode 100644 priv/static/icons/chevron-right.svg create mode 100644 priv/static/icons/chevron-up.svg create mode 100644 priv/static/icons/circle-fill.svg create mode 100644 priv/static/icons/circle-half.svg create mode 100644 priv/static/icons/circle-square.svg create mode 100644 priv/static/icons/circle.svg create mode 100644 priv/static/icons/clipboard-check-fill.svg create mode 100644 priv/static/icons/clipboard-check.svg create mode 100644 priv/static/icons/clipboard-data-fill.svg create mode 100644 priv/static/icons/clipboard-data.svg create mode 100644 priv/static/icons/clipboard-fill.svg create mode 100644 priv/static/icons/clipboard-heart-fill.svg create mode 100644 priv/static/icons/clipboard-heart.svg create mode 100644 priv/static/icons/clipboard-minus-fill.svg create mode 100644 priv/static/icons/clipboard-minus.svg create mode 100644 priv/static/icons/clipboard-plus-fill.svg create mode 100644 priv/static/icons/clipboard-plus.svg create mode 100644 priv/static/icons/clipboard-pulse.svg create mode 100644 priv/static/icons/clipboard-x-fill.svg create mode 100644 priv/static/icons/clipboard-x.svg create mode 100644 priv/static/icons/clipboard.svg create mode 100644 priv/static/icons/clipboard2-check-fill.svg create mode 100644 priv/static/icons/clipboard2-check.svg create mode 100644 priv/static/icons/clipboard2-data-fill.svg create mode 100644 priv/static/icons/clipboard2-data.svg create mode 100644 priv/static/icons/clipboard2-fill.svg create mode 100644 priv/static/icons/clipboard2-heart-fill.svg create mode 100644 priv/static/icons/clipboard2-heart.svg create mode 100644 priv/static/icons/clipboard2-minus-fill.svg create mode 100644 priv/static/icons/clipboard2-minus.svg create mode 100644 priv/static/icons/clipboard2-plus-fill.svg create mode 100644 priv/static/icons/clipboard2-plus.svg create mode 100644 priv/static/icons/clipboard2-pulse-fill.svg create mode 100644 priv/static/icons/clipboard2-pulse.svg create mode 100644 priv/static/icons/clipboard2-x-fill.svg create mode 100644 priv/static/icons/clipboard2-x.svg create mode 100644 priv/static/icons/clipboard2.svg create mode 100644 priv/static/icons/clock-fill.svg create mode 100644 priv/static/icons/clock-history.svg create mode 100644 priv/static/icons/clock.svg create mode 100644 priv/static/icons/cloud-arrow-down-fill.svg create mode 100644 priv/static/icons/cloud-arrow-down.svg create mode 100644 priv/static/icons/cloud-arrow-up-fill.svg create mode 100644 priv/static/icons/cloud-arrow-up.svg create mode 100644 priv/static/icons/cloud-check-fill.svg create mode 100644 priv/static/icons/cloud-check.svg create mode 100644 priv/static/icons/cloud-download-fill.svg create mode 100644 priv/static/icons/cloud-download.svg create mode 100644 priv/static/icons/cloud-drizzle-fill.svg create mode 100644 priv/static/icons/cloud-drizzle.svg create mode 100644 priv/static/icons/cloud-fill.svg create mode 100644 priv/static/icons/cloud-fog-fill.svg create mode 100644 priv/static/icons/cloud-fog.svg create mode 100644 priv/static/icons/cloud-fog2-fill.svg create mode 100644 priv/static/icons/cloud-fog2.svg create mode 100644 priv/static/icons/cloud-hail-fill.svg create mode 100644 priv/static/icons/cloud-hail.svg create mode 100644 priv/static/icons/cloud-haze-fill.svg create mode 100644 priv/static/icons/cloud-haze.svg create mode 100644 priv/static/icons/cloud-haze2-fill.svg create mode 100644 priv/static/icons/cloud-haze2.svg create mode 100644 priv/static/icons/cloud-lightning-fill.svg create mode 100644 priv/static/icons/cloud-lightning-rain-fill.svg create mode 100644 priv/static/icons/cloud-lightning-rain.svg create mode 100644 priv/static/icons/cloud-lightning.svg create mode 100644 priv/static/icons/cloud-minus-fill.svg create mode 100644 priv/static/icons/cloud-minus.svg create mode 100644 priv/static/icons/cloud-moon-fill.svg create mode 100644 priv/static/icons/cloud-moon.svg create mode 100644 priv/static/icons/cloud-plus-fill.svg create mode 100644 priv/static/icons/cloud-plus.svg create mode 100644 priv/static/icons/cloud-rain-fill.svg create mode 100644 priv/static/icons/cloud-rain-heavy-fill.svg create mode 100644 priv/static/icons/cloud-rain-heavy.svg create mode 100644 priv/static/icons/cloud-rain.svg create mode 100644 priv/static/icons/cloud-slash-fill.svg create mode 100644 priv/static/icons/cloud-slash.svg create mode 100644 priv/static/icons/cloud-sleet-fill.svg create mode 100644 priv/static/icons/cloud-sleet.svg create mode 100644 priv/static/icons/cloud-snow-fill.svg create mode 100644 priv/static/icons/cloud-snow.svg create mode 100644 priv/static/icons/cloud-sun-fill.svg create mode 100644 priv/static/icons/cloud-sun.svg create mode 100644 priv/static/icons/cloud-upload-fill.svg create mode 100644 priv/static/icons/cloud-upload.svg create mode 100644 priv/static/icons/cloud.svg create mode 100644 priv/static/icons/clouds-fill.svg create mode 100644 priv/static/icons/clouds.svg create mode 100644 priv/static/icons/cloudy-fill.svg create mode 100644 priv/static/icons/cloudy.svg create mode 100644 priv/static/icons/code-slash.svg create mode 100644 priv/static/icons/code-square.svg create mode 100644 priv/static/icons/code.svg create mode 100644 priv/static/icons/coin.svg create mode 100644 priv/static/icons/collection-fill.svg create mode 100644 priv/static/icons/collection-play-fill.svg create mode 100644 priv/static/icons/collection-play.svg create mode 100644 priv/static/icons/collection.svg create mode 100644 priv/static/icons/columns-gap.svg create mode 100644 priv/static/icons/columns.svg create mode 100644 priv/static/icons/command.svg create mode 100644 priv/static/icons/compass-fill.svg create mode 100644 priv/static/icons/compass.svg create mode 100644 priv/static/icons/cone-striped.svg create mode 100644 priv/static/icons/cone.svg create mode 100644 priv/static/icons/controller.svg create mode 100644 priv/static/icons/cookie.svg create mode 100644 priv/static/icons/copy.svg create mode 100644 priv/static/icons/cpu-fill.svg create mode 100644 priv/static/icons/cpu.svg create mode 100644 priv/static/icons/credit-card-2-back-fill.svg create mode 100644 priv/static/icons/credit-card-2-back.svg create mode 100644 priv/static/icons/credit-card-2-front-fill.svg create mode 100644 priv/static/icons/credit-card-2-front.svg create mode 100644 priv/static/icons/credit-card-fill.svg create mode 100644 priv/static/icons/credit-card.svg create mode 100644 priv/static/icons/crop.svg create mode 100644 priv/static/icons/crosshair.svg create mode 100644 priv/static/icons/crosshair2.svg create mode 100644 priv/static/icons/cup-fill.svg create mode 100644 priv/static/icons/cup-hot-fill.svg create mode 100644 priv/static/icons/cup-hot.svg create mode 100644 priv/static/icons/cup-straw.svg create mode 100644 priv/static/icons/cup.svg create mode 100644 priv/static/icons/currency-bitcoin.svg create mode 100644 priv/static/icons/currency-dollar.svg create mode 100644 priv/static/icons/currency-euro.svg create mode 100644 priv/static/icons/currency-exchange.svg create mode 100644 priv/static/icons/currency-pound.svg create mode 100644 priv/static/icons/currency-rupee.svg create mode 100644 priv/static/icons/currency-yen.svg create mode 100644 priv/static/icons/cursor-fill.svg create mode 100644 priv/static/icons/cursor-text.svg create mode 100644 priv/static/icons/cursor.svg create mode 100644 priv/static/icons/dash-circle-dotted.svg create mode 100644 priv/static/icons/dash-circle-fill.svg create mode 100644 priv/static/icons/dash-circle.svg create mode 100644 priv/static/icons/dash-lg.svg create mode 100644 priv/static/icons/dash-square-dotted.svg create mode 100644 priv/static/icons/dash-square-fill.svg create mode 100644 priv/static/icons/dash-square.svg create mode 100644 priv/static/icons/dash.svg create mode 100644 priv/static/icons/database-add.svg create mode 100644 priv/static/icons/database-check.svg create mode 100644 priv/static/icons/database-dash.svg create mode 100644 priv/static/icons/database-down.svg create mode 100644 priv/static/icons/database-exclamation.svg create mode 100644 priv/static/icons/database-fill-add.svg create mode 100644 priv/static/icons/database-fill-check.svg create mode 100644 priv/static/icons/database-fill-dash.svg create mode 100644 priv/static/icons/database-fill-down.svg create mode 100644 priv/static/icons/database-fill-exclamation.svg create mode 100644 priv/static/icons/database-fill-gear.svg create mode 100644 priv/static/icons/database-fill-lock.svg create mode 100644 priv/static/icons/database-fill-slash.svg create mode 100644 priv/static/icons/database-fill-up.svg create mode 100644 priv/static/icons/database-fill-x.svg create mode 100644 priv/static/icons/database-fill.svg create mode 100644 priv/static/icons/database-gear.svg create mode 100644 priv/static/icons/database-lock.svg create mode 100644 priv/static/icons/database-slash.svg create mode 100644 priv/static/icons/database-up.svg create mode 100644 priv/static/icons/database-x.svg create mode 100644 priv/static/icons/database.svg create mode 100644 priv/static/icons/device-hdd-fill.svg create mode 100644 priv/static/icons/device-hdd.svg create mode 100644 priv/static/icons/device-ssd-fill.svg create mode 100644 priv/static/icons/device-ssd.svg create mode 100644 priv/static/icons/diagram-2-fill.svg create mode 100644 priv/static/icons/diagram-2.svg create mode 100644 priv/static/icons/diagram-3-fill.svg create mode 100644 priv/static/icons/diagram-3.svg create mode 100644 priv/static/icons/diamond-fill.svg create mode 100644 priv/static/icons/diamond-half.svg create mode 100644 priv/static/icons/diamond.svg create mode 100644 priv/static/icons/dice-1-fill.svg create mode 100644 priv/static/icons/dice-1.svg create mode 100644 priv/static/icons/dice-2-fill.svg create mode 100644 priv/static/icons/dice-2.svg create mode 100644 priv/static/icons/dice-3-fill.svg create mode 100644 priv/static/icons/dice-3.svg create mode 100644 priv/static/icons/dice-4-fill.svg create mode 100644 priv/static/icons/dice-4.svg create mode 100644 priv/static/icons/dice-5-fill.svg create mode 100644 priv/static/icons/dice-5.svg create mode 100644 priv/static/icons/dice-6-fill.svg create mode 100644 priv/static/icons/dice-6.svg create mode 100644 priv/static/icons/disc-fill.svg create mode 100644 priv/static/icons/disc.svg create mode 100644 priv/static/icons/discord.svg create mode 100644 priv/static/icons/display-fill.svg create mode 100644 priv/static/icons/display.svg create mode 100644 priv/static/icons/displayport-fill.svg create mode 100644 priv/static/icons/displayport.svg create mode 100644 priv/static/icons/distribute-horizontal.svg create mode 100644 priv/static/icons/distribute-vertical.svg create mode 100644 priv/static/icons/door-closed-fill.svg create mode 100644 priv/static/icons/door-closed.svg create mode 100644 priv/static/icons/door-open-fill.svg create mode 100644 priv/static/icons/door-open.svg create mode 100644 priv/static/icons/dot.svg create mode 100644 priv/static/icons/download.svg create mode 100644 priv/static/icons/dpad-fill.svg create mode 100644 priv/static/icons/dpad.svg create mode 100644 priv/static/icons/dribbble.svg create mode 100644 priv/static/icons/dropbox.svg create mode 100644 priv/static/icons/droplet-fill.svg create mode 100644 priv/static/icons/droplet-half.svg create mode 100644 priv/static/icons/droplet.svg create mode 100644 priv/static/icons/duffle-fill.svg create mode 100644 priv/static/icons/duffle.svg create mode 100644 priv/static/icons/ear-fill.svg create mode 100644 priv/static/icons/ear.svg create mode 100644 priv/static/icons/earbuds.svg create mode 100644 priv/static/icons/easel-fill.svg create mode 100644 priv/static/icons/easel.svg create mode 100644 priv/static/icons/easel2-fill.svg create mode 100644 priv/static/icons/easel2.svg create mode 100644 priv/static/icons/easel3-fill.svg create mode 100644 priv/static/icons/easel3.svg create mode 100644 priv/static/icons/egg-fill.svg create mode 100644 priv/static/icons/egg-fried.svg create mode 100644 priv/static/icons/egg.svg create mode 100644 priv/static/icons/eject-fill.svg create mode 100644 priv/static/icons/eject.svg create mode 100644 priv/static/icons/emoji-angry-fill.svg create mode 100644 priv/static/icons/emoji-angry.svg create mode 100644 priv/static/icons/emoji-astonished-fill.svg create mode 100644 priv/static/icons/emoji-astonished.svg create mode 100644 priv/static/icons/emoji-dizzy-fill.svg create mode 100644 priv/static/icons/emoji-dizzy.svg create mode 100644 priv/static/icons/emoji-expressionless-fill.svg create mode 100644 priv/static/icons/emoji-expressionless.svg create mode 100644 priv/static/icons/emoji-frown-fill.svg create mode 100644 priv/static/icons/emoji-frown.svg create mode 100644 priv/static/icons/emoji-grimace-fill.svg create mode 100644 priv/static/icons/emoji-grimace.svg create mode 100644 priv/static/icons/emoji-grin-fill.svg create mode 100644 priv/static/icons/emoji-grin.svg create mode 100644 priv/static/icons/emoji-heart-eyes-fill.svg create mode 100644 priv/static/icons/emoji-heart-eyes.svg create mode 100644 priv/static/icons/emoji-kiss-fill.svg create mode 100644 priv/static/icons/emoji-kiss.svg create mode 100644 priv/static/icons/emoji-laughing-fill.svg create mode 100644 priv/static/icons/emoji-laughing.svg create mode 100644 priv/static/icons/emoji-neutral-fill.svg create mode 100644 priv/static/icons/emoji-neutral.svg create mode 100644 priv/static/icons/emoji-smile-fill.svg create mode 100644 priv/static/icons/emoji-smile-upside-down-fill.svg create mode 100644 priv/static/icons/emoji-smile-upside-down.svg create mode 100644 priv/static/icons/emoji-smile.svg create mode 100644 priv/static/icons/emoji-sunglasses-fill.svg create mode 100644 priv/static/icons/emoji-sunglasses.svg create mode 100644 priv/static/icons/emoji-surprise-fill.svg create mode 100644 priv/static/icons/emoji-surprise.svg create mode 100644 priv/static/icons/emoji-tear-fill.svg create mode 100644 priv/static/icons/emoji-tear.svg create mode 100644 priv/static/icons/emoji-wink-fill.svg create mode 100644 priv/static/icons/emoji-wink.svg create mode 100644 priv/static/icons/envelope-arrow-down-fill.svg create mode 100644 priv/static/icons/envelope-arrow-down.svg create mode 100644 priv/static/icons/envelope-arrow-up-fill.svg create mode 100644 priv/static/icons/envelope-arrow-up.svg create mode 100644 priv/static/icons/envelope-at-fill.svg create mode 100644 priv/static/icons/envelope-at.svg create mode 100644 priv/static/icons/envelope-check-fill.svg create mode 100644 priv/static/icons/envelope-check.svg create mode 100644 priv/static/icons/envelope-dash-fill.svg create mode 100644 priv/static/icons/envelope-dash.svg create mode 100644 priv/static/icons/envelope-exclamation-fill.svg create mode 100644 priv/static/icons/envelope-exclamation.svg create mode 100644 priv/static/icons/envelope-fill.svg create mode 100644 priv/static/icons/envelope-heart-fill.svg create mode 100644 priv/static/icons/envelope-heart.svg create mode 100644 priv/static/icons/envelope-open-fill.svg create mode 100644 priv/static/icons/envelope-open-heart-fill.svg create mode 100644 priv/static/icons/envelope-open-heart.svg create mode 100644 priv/static/icons/envelope-open.svg create mode 100644 priv/static/icons/envelope-paper-fill.svg create mode 100644 priv/static/icons/envelope-paper-heart-fill.svg create mode 100644 priv/static/icons/envelope-paper-heart.svg create mode 100644 priv/static/icons/envelope-paper.svg create mode 100644 priv/static/icons/envelope-plus-fill.svg create mode 100644 priv/static/icons/envelope-plus.svg create mode 100644 priv/static/icons/envelope-slash-fill.svg create mode 100644 priv/static/icons/envelope-slash.svg create mode 100644 priv/static/icons/envelope-x-fill.svg create mode 100644 priv/static/icons/envelope-x.svg create mode 100644 priv/static/icons/envelope.svg create mode 100644 priv/static/icons/eraser-fill.svg create mode 100644 priv/static/icons/eraser.svg create mode 100644 priv/static/icons/escape.svg create mode 100644 priv/static/icons/ethernet.svg create mode 100644 priv/static/icons/ev-front-fill.svg create mode 100644 priv/static/icons/ev-front.svg create mode 100644 priv/static/icons/ev-station-fill.svg create mode 100644 priv/static/icons/ev-station.svg create mode 100644 priv/static/icons/exclamation-circle-fill.svg create mode 100644 priv/static/icons/exclamation-circle.svg create mode 100644 priv/static/icons/exclamation-diamond-fill.svg create mode 100644 priv/static/icons/exclamation-diamond.svg create mode 100644 priv/static/icons/exclamation-lg.svg create mode 100644 priv/static/icons/exclamation-octagon-fill.svg create mode 100644 priv/static/icons/exclamation-octagon.svg create mode 100644 priv/static/icons/exclamation-square-fill.svg create mode 100644 priv/static/icons/exclamation-square.svg create mode 100644 priv/static/icons/exclamation-triangle-fill.svg create mode 100644 priv/static/icons/exclamation-triangle.svg create mode 100644 priv/static/icons/exclamation.svg create mode 100644 priv/static/icons/exclude.svg create mode 100644 priv/static/icons/explicit-fill.svg create mode 100644 priv/static/icons/explicit.svg create mode 100644 priv/static/icons/exposure.svg create mode 100644 priv/static/icons/eye-fill.svg create mode 100644 priv/static/icons/eye-slash-fill.svg create mode 100644 priv/static/icons/eye-slash.svg create mode 100644 priv/static/icons/eye.svg create mode 100644 priv/static/icons/eyedropper.svg create mode 100644 priv/static/icons/eyeglasses.svg create mode 100644 priv/static/icons/facebook.svg create mode 100644 priv/static/icons/fan.svg create mode 100644 priv/static/icons/fast-forward-btn-fill.svg create mode 100644 priv/static/icons/fast-forward-btn.svg create mode 100644 priv/static/icons/fast-forward-circle-fill.svg create mode 100644 priv/static/icons/fast-forward-circle.svg create mode 100644 priv/static/icons/fast-forward-fill.svg create mode 100644 priv/static/icons/fast-forward.svg create mode 100644 priv/static/icons/feather.svg create mode 100644 priv/static/icons/feather2.svg create mode 100644 priv/static/icons/file-arrow-down-fill.svg create mode 100644 priv/static/icons/file-arrow-down.svg create mode 100644 priv/static/icons/file-arrow-up-fill.svg create mode 100644 priv/static/icons/file-arrow-up.svg create mode 100644 priv/static/icons/file-bar-graph-fill.svg create mode 100644 priv/static/icons/file-bar-graph.svg create mode 100644 priv/static/icons/file-binary-fill.svg create mode 100644 priv/static/icons/file-binary.svg create mode 100644 priv/static/icons/file-break-fill.svg create mode 100644 priv/static/icons/file-break.svg create mode 100644 priv/static/icons/file-check-fill.svg create mode 100644 priv/static/icons/file-check.svg create mode 100644 priv/static/icons/file-code-fill.svg create mode 100644 priv/static/icons/file-code.svg create mode 100644 priv/static/icons/file-diff-fill.svg create mode 100644 priv/static/icons/file-diff.svg create mode 100644 priv/static/icons/file-earmark-arrow-down-fill.svg create mode 100644 priv/static/icons/file-earmark-arrow-down.svg create mode 100644 priv/static/icons/file-earmark-arrow-up-fill.svg create mode 100644 priv/static/icons/file-earmark-arrow-up.svg create mode 100644 priv/static/icons/file-earmark-bar-graph-fill.svg create mode 100644 priv/static/icons/file-earmark-bar-graph.svg create mode 100644 priv/static/icons/file-earmark-binary-fill.svg create mode 100644 priv/static/icons/file-earmark-binary.svg create mode 100644 priv/static/icons/file-earmark-break-fill.svg create mode 100644 priv/static/icons/file-earmark-break.svg create mode 100644 priv/static/icons/file-earmark-check-fill.svg create mode 100644 priv/static/icons/file-earmark-check.svg create mode 100644 priv/static/icons/file-earmark-code-fill.svg create mode 100644 priv/static/icons/file-earmark-code.svg create mode 100644 priv/static/icons/file-earmark-diff-fill.svg create mode 100644 priv/static/icons/file-earmark-diff.svg create mode 100644 priv/static/icons/file-earmark-easel-fill.svg create mode 100644 priv/static/icons/file-earmark-easel.svg create mode 100644 priv/static/icons/file-earmark-excel-fill.svg create mode 100644 priv/static/icons/file-earmark-excel.svg create mode 100644 priv/static/icons/file-earmark-fill.svg create mode 100644 priv/static/icons/file-earmark-font-fill.svg create mode 100644 priv/static/icons/file-earmark-font.svg create mode 100644 priv/static/icons/file-earmark-image-fill.svg create mode 100644 priv/static/icons/file-earmark-image.svg create mode 100644 priv/static/icons/file-earmark-lock-fill.svg create mode 100644 priv/static/icons/file-earmark-lock.svg create mode 100644 priv/static/icons/file-earmark-lock2-fill.svg create mode 100644 priv/static/icons/file-earmark-lock2.svg create mode 100644 priv/static/icons/file-earmark-medical-fill.svg create mode 100644 priv/static/icons/file-earmark-medical.svg create mode 100644 priv/static/icons/file-earmark-minus-fill.svg create mode 100644 priv/static/icons/file-earmark-minus.svg create mode 100644 priv/static/icons/file-earmark-music-fill.svg create mode 100644 priv/static/icons/file-earmark-music.svg create mode 100644 priv/static/icons/file-earmark-pdf-fill.svg create mode 100644 priv/static/icons/file-earmark-pdf.svg create mode 100644 priv/static/icons/file-earmark-person-fill.svg create mode 100644 priv/static/icons/file-earmark-person.svg create mode 100644 priv/static/icons/file-earmark-play-fill.svg create mode 100644 priv/static/icons/file-earmark-play.svg create mode 100644 priv/static/icons/file-earmark-plus-fill.svg create mode 100644 priv/static/icons/file-earmark-plus.svg create mode 100644 priv/static/icons/file-earmark-post-fill.svg create mode 100644 priv/static/icons/file-earmark-post.svg create mode 100644 priv/static/icons/file-earmark-ppt-fill.svg create mode 100644 priv/static/icons/file-earmark-ppt.svg create mode 100644 priv/static/icons/file-earmark-richtext-fill.svg create mode 100644 priv/static/icons/file-earmark-richtext.svg create mode 100644 priv/static/icons/file-earmark-ruled-fill.svg create mode 100644 priv/static/icons/file-earmark-ruled.svg create mode 100644 priv/static/icons/file-earmark-slides-fill.svg create mode 100644 priv/static/icons/file-earmark-slides.svg create mode 100644 priv/static/icons/file-earmark-spreadsheet-fill.svg create mode 100644 priv/static/icons/file-earmark-spreadsheet.svg create mode 100644 priv/static/icons/file-earmark-text-fill.svg create mode 100644 priv/static/icons/file-earmark-text.svg create mode 100644 priv/static/icons/file-earmark-word-fill.svg create mode 100644 priv/static/icons/file-earmark-word.svg create mode 100644 priv/static/icons/file-earmark-x-fill.svg create mode 100644 priv/static/icons/file-earmark-x.svg create mode 100644 priv/static/icons/file-earmark-zip-fill.svg create mode 100644 priv/static/icons/file-earmark-zip.svg create mode 100644 priv/static/icons/file-earmark.svg create mode 100644 priv/static/icons/file-easel-fill.svg create mode 100644 priv/static/icons/file-easel.svg create mode 100644 priv/static/icons/file-excel-fill.svg create mode 100644 priv/static/icons/file-excel.svg create mode 100644 priv/static/icons/file-fill.svg create mode 100644 priv/static/icons/file-font-fill.svg create mode 100644 priv/static/icons/file-font.svg create mode 100644 priv/static/icons/file-image-fill.svg create mode 100644 priv/static/icons/file-image.svg create mode 100644 priv/static/icons/file-lock-fill.svg create mode 100644 priv/static/icons/file-lock.svg create mode 100644 priv/static/icons/file-lock2-fill.svg create mode 100644 priv/static/icons/file-lock2.svg create mode 100644 priv/static/icons/file-medical-fill.svg create mode 100644 priv/static/icons/file-medical.svg create mode 100644 priv/static/icons/file-minus-fill.svg create mode 100644 priv/static/icons/file-minus.svg create mode 100644 priv/static/icons/file-music-fill.svg create mode 100644 priv/static/icons/file-music.svg create mode 100644 priv/static/icons/file-pdf-fill.svg create mode 100644 priv/static/icons/file-pdf.svg create mode 100644 priv/static/icons/file-person-fill.svg create mode 100644 priv/static/icons/file-person.svg create mode 100644 priv/static/icons/file-play-fill.svg create mode 100644 priv/static/icons/file-play.svg create mode 100644 priv/static/icons/file-plus-fill.svg create mode 100644 priv/static/icons/file-plus.svg create mode 100644 priv/static/icons/file-post-fill.svg create mode 100644 priv/static/icons/file-post.svg create mode 100644 priv/static/icons/file-ppt-fill.svg create mode 100644 priv/static/icons/file-ppt.svg create mode 100644 priv/static/icons/file-richtext-fill.svg create mode 100644 priv/static/icons/file-richtext.svg create mode 100644 priv/static/icons/file-ruled-fill.svg create mode 100644 priv/static/icons/file-ruled.svg create mode 100644 priv/static/icons/file-slides-fill.svg create mode 100644 priv/static/icons/file-slides.svg create mode 100644 priv/static/icons/file-spreadsheet-fill.svg create mode 100644 priv/static/icons/file-spreadsheet.svg create mode 100644 priv/static/icons/file-text-fill.svg create mode 100644 priv/static/icons/file-text.svg create mode 100644 priv/static/icons/file-word-fill.svg create mode 100644 priv/static/icons/file-word.svg create mode 100644 priv/static/icons/file-x-fill.svg create mode 100644 priv/static/icons/file-x.svg create mode 100644 priv/static/icons/file-zip-fill.svg create mode 100644 priv/static/icons/file-zip.svg create mode 100644 priv/static/icons/file.svg create mode 100644 priv/static/icons/files-alt.svg create mode 100644 priv/static/icons/files.svg create mode 100644 priv/static/icons/filetype-aac.svg create mode 100644 priv/static/icons/filetype-ai.svg create mode 100644 priv/static/icons/filetype-bmp.svg create mode 100644 priv/static/icons/filetype-cs.svg create mode 100644 priv/static/icons/filetype-css.svg create mode 100644 priv/static/icons/filetype-csv.svg create mode 100644 priv/static/icons/filetype-doc.svg create mode 100644 priv/static/icons/filetype-docx.svg create mode 100644 priv/static/icons/filetype-exe.svg create mode 100644 priv/static/icons/filetype-gif.svg create mode 100644 priv/static/icons/filetype-heic.svg create mode 100644 priv/static/icons/filetype-html.svg create mode 100644 priv/static/icons/filetype-java.svg create mode 100644 priv/static/icons/filetype-jpg.svg create mode 100644 priv/static/icons/filetype-js.svg create mode 100644 priv/static/icons/filetype-json.svg create mode 100644 priv/static/icons/filetype-jsx.svg create mode 100644 priv/static/icons/filetype-key.svg create mode 100644 priv/static/icons/filetype-m4p.svg create mode 100644 priv/static/icons/filetype-md.svg create mode 100644 priv/static/icons/filetype-mdx.svg create mode 100644 priv/static/icons/filetype-mov.svg create mode 100644 priv/static/icons/filetype-mp3.svg create mode 100644 priv/static/icons/filetype-mp4.svg create mode 100644 priv/static/icons/filetype-otf.svg create mode 100644 priv/static/icons/filetype-pdf.svg create mode 100644 priv/static/icons/filetype-php.svg create mode 100644 priv/static/icons/filetype-png.svg create mode 100644 priv/static/icons/filetype-ppt.svg create mode 100644 priv/static/icons/filetype-pptx.svg create mode 100644 priv/static/icons/filetype-psd.svg create mode 100644 priv/static/icons/filetype-py.svg create mode 100644 priv/static/icons/filetype-raw.svg create mode 100644 priv/static/icons/filetype-rb.svg create mode 100644 priv/static/icons/filetype-sass.svg create mode 100644 priv/static/icons/filetype-scss.svg create mode 100644 priv/static/icons/filetype-sh.svg create mode 100644 priv/static/icons/filetype-sql.svg create mode 100644 priv/static/icons/filetype-svg.svg create mode 100644 priv/static/icons/filetype-tiff.svg create mode 100644 priv/static/icons/filetype-tsx.svg create mode 100644 priv/static/icons/filetype-ttf.svg create mode 100644 priv/static/icons/filetype-txt.svg create mode 100644 priv/static/icons/filetype-wav.svg create mode 100644 priv/static/icons/filetype-woff.svg create mode 100644 priv/static/icons/filetype-xls.svg create mode 100644 priv/static/icons/filetype-xlsx.svg create mode 100644 priv/static/icons/filetype-xml.svg create mode 100644 priv/static/icons/filetype-yml.svg create mode 100644 priv/static/icons/film.svg create mode 100644 priv/static/icons/filter-circle-fill.svg create mode 100644 priv/static/icons/filter-circle.svg create mode 100644 priv/static/icons/filter-left.svg create mode 100644 priv/static/icons/filter-right.svg create mode 100644 priv/static/icons/filter-square-fill.svg create mode 100644 priv/static/icons/filter-square.svg create mode 100644 priv/static/icons/filter.svg create mode 100644 priv/static/icons/fingerprint.svg create mode 100644 priv/static/icons/fire.svg create mode 100644 priv/static/icons/flag-fill.svg create mode 100644 priv/static/icons/flag.svg create mode 100644 priv/static/icons/floppy-fill.svg create mode 100644 priv/static/icons/floppy.svg create mode 100644 priv/static/icons/floppy2-fill.svg create mode 100644 priv/static/icons/floppy2.svg create mode 100644 priv/static/icons/flower1.svg create mode 100644 priv/static/icons/flower2.svg create mode 100644 priv/static/icons/flower3.svg create mode 100644 priv/static/icons/folder-check.svg create mode 100644 priv/static/icons/folder-fill.svg create mode 100644 priv/static/icons/folder-minus.svg create mode 100644 priv/static/icons/folder-plus.svg create mode 100644 priv/static/icons/folder-symlink-fill.svg create mode 100644 priv/static/icons/folder-symlink.svg create mode 100644 priv/static/icons/folder-x.svg create mode 100644 priv/static/icons/folder.svg create mode 100644 priv/static/icons/folder2-open.svg create mode 100644 priv/static/icons/folder2.svg create mode 100644 priv/static/icons/fonts.svg create mode 100644 priv/static/icons/fonts/bootstrap-icons.woff create mode 100644 priv/static/icons/fonts/bootstrap-icons.woff2 create mode 100644 priv/static/icons/forward-fill.svg create mode 100644 priv/static/icons/forward.svg create mode 100644 priv/static/icons/front.svg create mode 100644 priv/static/icons/fuel-pump-diesel-fill.svg create mode 100644 priv/static/icons/fuel-pump-diesel.svg create mode 100644 priv/static/icons/fuel-pump-fill.svg create mode 100644 priv/static/icons/fuel-pump.svg create mode 100644 priv/static/icons/fullscreen-exit.svg create mode 100644 priv/static/icons/fullscreen.svg create mode 100644 priv/static/icons/funnel-fill.svg create mode 100644 priv/static/icons/funnel.svg create mode 100644 priv/static/icons/gear-fill.svg create mode 100644 priv/static/icons/gear-wide-connected.svg create mode 100644 priv/static/icons/gear-wide.svg create mode 100644 priv/static/icons/gear.svg create mode 100644 priv/static/icons/gem.svg create mode 100644 priv/static/icons/gender-ambiguous.svg create mode 100644 priv/static/icons/gender-female.svg create mode 100644 priv/static/icons/gender-male.svg create mode 100644 priv/static/icons/gender-neuter.svg create mode 100644 priv/static/icons/gender-trans.svg create mode 100644 priv/static/icons/geo-alt-fill.svg create mode 100644 priv/static/icons/geo-alt.svg create mode 100644 priv/static/icons/geo-fill.svg create mode 100644 priv/static/icons/geo.svg create mode 100644 priv/static/icons/gift-fill.svg create mode 100644 priv/static/icons/gift.svg create mode 100644 priv/static/icons/git.svg create mode 100644 priv/static/icons/github.svg create mode 100644 priv/static/icons/gitlab.svg create mode 100644 priv/static/icons/globe-americas.svg create mode 100644 priv/static/icons/globe-asia-australia.svg create mode 100644 priv/static/icons/globe-central-south-asia.svg create mode 100644 priv/static/icons/globe-europe-africa.svg create mode 100644 priv/static/icons/globe.svg create mode 100644 priv/static/icons/globe2.svg create mode 100644 priv/static/icons/google-play.svg create mode 100644 priv/static/icons/google.svg create mode 100644 priv/static/icons/gpu-card.svg create mode 100644 priv/static/icons/graph-down-arrow.svg create mode 100644 priv/static/icons/graph-down.svg create mode 100644 priv/static/icons/graph-up-arrow.svg create mode 100644 priv/static/icons/graph-up.svg create mode 100644 priv/static/icons/grid-1x2-fill.svg create mode 100644 priv/static/icons/grid-1x2.svg create mode 100644 priv/static/icons/grid-3x2-gap-fill.svg create mode 100644 priv/static/icons/grid-3x2-gap.svg create mode 100644 priv/static/icons/grid-3x2.svg create mode 100644 priv/static/icons/grid-3x3-gap-fill.svg create mode 100644 priv/static/icons/grid-3x3-gap.svg create mode 100644 priv/static/icons/grid-3x3.svg create mode 100644 priv/static/icons/grid-fill.svg create mode 100644 priv/static/icons/grid.svg create mode 100644 priv/static/icons/grip-horizontal.svg create mode 100644 priv/static/icons/grip-vertical.svg create mode 100644 priv/static/icons/h-circle-fill.svg create mode 100644 priv/static/icons/h-circle.svg create mode 100644 priv/static/icons/h-square-fill.svg create mode 100644 priv/static/icons/h-square.svg create mode 100644 priv/static/icons/hammer.svg create mode 100644 priv/static/icons/hand-index-fill.svg create mode 100644 priv/static/icons/hand-index-thumb-fill.svg create mode 100644 priv/static/icons/hand-index-thumb.svg create mode 100644 priv/static/icons/hand-index.svg create mode 100644 priv/static/icons/hand-thumbs-down-fill.svg create mode 100644 priv/static/icons/hand-thumbs-down.svg create mode 100644 priv/static/icons/hand-thumbs-up-fill.svg create mode 100644 priv/static/icons/hand-thumbs-up.svg create mode 100644 priv/static/icons/handbag-fill.svg create mode 100644 priv/static/icons/handbag.svg create mode 100644 priv/static/icons/hash.svg create mode 100644 priv/static/icons/hdd-fill.svg create mode 100644 priv/static/icons/hdd-network-fill.svg create mode 100644 priv/static/icons/hdd-network.svg create mode 100644 priv/static/icons/hdd-rack-fill.svg create mode 100644 priv/static/icons/hdd-rack.svg create mode 100644 priv/static/icons/hdd-stack-fill.svg create mode 100644 priv/static/icons/hdd-stack.svg create mode 100644 priv/static/icons/hdd.svg create mode 100644 priv/static/icons/hdmi-fill.svg create mode 100644 priv/static/icons/hdmi.svg create mode 100644 priv/static/icons/headphones.svg create mode 100644 priv/static/icons/headset-vr.svg create mode 100644 priv/static/icons/headset.svg create mode 100644 priv/static/icons/heart-arrow.svg create mode 100644 priv/static/icons/heart-fill.svg create mode 100644 priv/static/icons/heart-half.svg create mode 100644 priv/static/icons/heart-pulse-fill.svg create mode 100644 priv/static/icons/heart-pulse.svg create mode 100644 priv/static/icons/heart.svg create mode 100644 priv/static/icons/heartbreak-fill.svg create mode 100644 priv/static/icons/heartbreak.svg create mode 100644 priv/static/icons/hearts.svg create mode 100644 priv/static/icons/heptagon-fill.svg create mode 100644 priv/static/icons/heptagon-half.svg create mode 100644 priv/static/icons/heptagon.svg create mode 100644 priv/static/icons/hexagon-fill.svg create mode 100644 priv/static/icons/hexagon-half.svg create mode 100644 priv/static/icons/hexagon.svg create mode 100644 priv/static/icons/highlighter.svg create mode 100644 priv/static/icons/highlights.svg create mode 100644 priv/static/icons/hospital-fill.svg create mode 100644 priv/static/icons/hospital.svg create mode 100644 priv/static/icons/hourglass-bottom.svg create mode 100644 priv/static/icons/hourglass-split.svg create mode 100644 priv/static/icons/hourglass-top.svg create mode 100644 priv/static/icons/hourglass.svg create mode 100644 priv/static/icons/house-add-fill.svg create mode 100644 priv/static/icons/house-add.svg create mode 100644 priv/static/icons/house-check-fill.svg create mode 100644 priv/static/icons/house-check.svg create mode 100644 priv/static/icons/house-dash-fill.svg create mode 100644 priv/static/icons/house-dash.svg create mode 100644 priv/static/icons/house-door-fill.svg create mode 100644 priv/static/icons/house-door.svg create mode 100644 priv/static/icons/house-down-fill.svg create mode 100644 priv/static/icons/house-down.svg create mode 100644 priv/static/icons/house-exclamation-fill.svg create mode 100644 priv/static/icons/house-exclamation.svg create mode 100644 priv/static/icons/house-fill.svg create mode 100644 priv/static/icons/house-gear-fill.svg create mode 100644 priv/static/icons/house-gear.svg create mode 100644 priv/static/icons/house-heart-fill.svg create mode 100644 priv/static/icons/house-heart.svg create mode 100644 priv/static/icons/house-lock-fill.svg create mode 100644 priv/static/icons/house-lock.svg create mode 100644 priv/static/icons/house-slash-fill.svg create mode 100644 priv/static/icons/house-slash.svg create mode 100644 priv/static/icons/house-up-fill.svg create mode 100644 priv/static/icons/house-up.svg create mode 100644 priv/static/icons/house-x-fill.svg create mode 100644 priv/static/icons/house-x.svg create mode 100644 priv/static/icons/house.svg create mode 100644 priv/static/icons/houses-fill.svg create mode 100644 priv/static/icons/houses.svg create mode 100644 priv/static/icons/hr.svg create mode 100644 priv/static/icons/hurricane.svg create mode 100644 priv/static/icons/hypnotize.svg create mode 100644 priv/static/icons/image-alt.svg create mode 100644 priv/static/icons/image-fill.svg create mode 100644 priv/static/icons/image.svg create mode 100644 priv/static/icons/images.svg create mode 100644 priv/static/icons/inbox-fill.svg create mode 100644 priv/static/icons/inbox.svg create mode 100644 priv/static/icons/inboxes-fill.svg create mode 100644 priv/static/icons/inboxes.svg create mode 100644 priv/static/icons/incognito.svg create mode 100644 priv/static/icons/indent.svg create mode 100644 priv/static/icons/infinity.svg create mode 100644 priv/static/icons/info-circle-fill.svg create mode 100644 priv/static/icons/info-circle.svg create mode 100644 priv/static/icons/info-lg.svg create mode 100644 priv/static/icons/info-square-fill.svg create mode 100644 priv/static/icons/info-square.svg create mode 100644 priv/static/icons/info.svg create mode 100644 priv/static/icons/input-cursor-text.svg create mode 100644 priv/static/icons/input-cursor.svg create mode 100644 priv/static/icons/instagram.svg create mode 100644 priv/static/icons/intersect.svg create mode 100644 priv/static/icons/journal-album.svg create mode 100644 priv/static/icons/journal-arrow-down.svg create mode 100644 priv/static/icons/journal-arrow-up.svg create mode 100644 priv/static/icons/journal-bookmark-fill.svg create mode 100644 priv/static/icons/journal-bookmark.svg create mode 100644 priv/static/icons/journal-check.svg create mode 100644 priv/static/icons/journal-code.svg create mode 100644 priv/static/icons/journal-medical.svg create mode 100644 priv/static/icons/journal-minus.svg create mode 100644 priv/static/icons/journal-plus.svg create mode 100644 priv/static/icons/journal-richtext.svg create mode 100644 priv/static/icons/journal-text.svg create mode 100644 priv/static/icons/journal-x.svg create mode 100644 priv/static/icons/journal.svg create mode 100644 priv/static/icons/journals.svg create mode 100644 priv/static/icons/joystick.svg create mode 100644 priv/static/icons/justify-left.svg create mode 100644 priv/static/icons/justify-right.svg create mode 100644 priv/static/icons/justify.svg create mode 100644 priv/static/icons/kanban-fill.svg create mode 100644 priv/static/icons/kanban.svg create mode 100644 priv/static/icons/key-fill.svg create mode 100644 priv/static/icons/key.svg create mode 100644 priv/static/icons/keyboard-fill.svg create mode 100644 priv/static/icons/keyboard.svg create mode 100644 priv/static/icons/ladder.svg create mode 100644 priv/static/icons/lamp-fill.svg create mode 100644 priv/static/icons/lamp.svg create mode 100644 priv/static/icons/laptop-fill.svg create mode 100644 priv/static/icons/laptop.svg create mode 100644 priv/static/icons/layer-backward.svg create mode 100644 priv/static/icons/layer-forward.svg create mode 100644 priv/static/icons/layers-fill.svg create mode 100644 priv/static/icons/layers-half.svg create mode 100644 priv/static/icons/layers.svg create mode 100644 priv/static/icons/layout-sidebar-inset-reverse.svg create mode 100644 priv/static/icons/layout-sidebar-inset.svg create mode 100644 priv/static/icons/layout-sidebar-reverse.svg create mode 100644 priv/static/icons/layout-sidebar.svg create mode 100644 priv/static/icons/layout-split.svg create mode 100644 priv/static/icons/layout-text-sidebar-reverse.svg create mode 100644 priv/static/icons/layout-text-sidebar.svg create mode 100644 priv/static/icons/layout-text-window-reverse.svg create mode 100644 priv/static/icons/layout-text-window.svg create mode 100644 priv/static/icons/layout-three-columns.svg create mode 100644 priv/static/icons/layout-wtf.svg create mode 100644 priv/static/icons/life-preserver.svg create mode 100644 priv/static/icons/lightbulb-fill.svg create mode 100644 priv/static/icons/lightbulb-off-fill.svg create mode 100644 priv/static/icons/lightbulb-off.svg create mode 100644 priv/static/icons/lightbulb.svg create mode 100644 priv/static/icons/lightning-charge-fill.svg create mode 100644 priv/static/icons/lightning-charge.svg create mode 100644 priv/static/icons/lightning-fill.svg create mode 100644 priv/static/icons/lightning.svg create mode 100644 priv/static/icons/line.svg create mode 100644 priv/static/icons/link-45deg.svg create mode 100644 priv/static/icons/link.svg create mode 100644 priv/static/icons/linkedin.svg create mode 100644 priv/static/icons/list-check.svg create mode 100644 priv/static/icons/list-columns-reverse.svg create mode 100644 priv/static/icons/list-columns.svg create mode 100644 priv/static/icons/list-nested.svg create mode 100644 priv/static/icons/list-ol.svg create mode 100644 priv/static/icons/list-stars.svg create mode 100644 priv/static/icons/list-task.svg create mode 100644 priv/static/icons/list-ul.svg create mode 100644 priv/static/icons/list.svg create mode 100644 priv/static/icons/lock-fill.svg create mode 100644 priv/static/icons/lock.svg create mode 100644 priv/static/icons/luggage-fill.svg create mode 100644 priv/static/icons/luggage.svg create mode 100644 priv/static/icons/lungs-fill.svg create mode 100644 priv/static/icons/lungs.svg create mode 100644 priv/static/icons/magic.svg create mode 100644 priv/static/icons/magnet-fill.svg create mode 100644 priv/static/icons/magnet.svg create mode 100644 priv/static/icons/mailbox-flag.svg create mode 100644 priv/static/icons/mailbox.svg create mode 100644 priv/static/icons/mailbox2-flag.svg create mode 100644 priv/static/icons/mailbox2.svg create mode 100644 priv/static/icons/map-fill.svg create mode 100644 priv/static/icons/map.svg create mode 100644 priv/static/icons/markdown-fill.svg create mode 100644 priv/static/icons/markdown.svg create mode 100644 priv/static/icons/marker-tip.svg create mode 100644 priv/static/icons/mask.svg create mode 100644 priv/static/icons/mastodon.svg create mode 100644 priv/static/icons/medium.svg create mode 100644 priv/static/icons/megaphone-fill.svg create mode 100644 priv/static/icons/megaphone.svg create mode 100644 priv/static/icons/memory.svg create mode 100644 priv/static/icons/menu-app-fill.svg create mode 100644 priv/static/icons/menu-app.svg create mode 100644 priv/static/icons/menu-button-fill.svg create mode 100644 priv/static/icons/menu-button-wide-fill.svg create mode 100644 priv/static/icons/menu-button-wide.svg create mode 100644 priv/static/icons/menu-button.svg create mode 100644 priv/static/icons/menu-down.svg create mode 100644 priv/static/icons/menu-up.svg create mode 100644 priv/static/icons/messenger.svg create mode 100644 priv/static/icons/meta.svg create mode 100644 priv/static/icons/mic-fill.svg create mode 100644 priv/static/icons/mic-mute-fill.svg create mode 100644 priv/static/icons/mic-mute.svg create mode 100644 priv/static/icons/mic.svg create mode 100644 priv/static/icons/microsoft-teams.svg create mode 100644 priv/static/icons/microsoft.svg create mode 100644 priv/static/icons/minecart-loaded.svg create mode 100644 priv/static/icons/minecart.svg create mode 100644 priv/static/icons/modem-fill.svg create mode 100644 priv/static/icons/modem.svg create mode 100644 priv/static/icons/moisture.svg create mode 100644 priv/static/icons/moon-fill.svg create mode 100644 priv/static/icons/moon-stars-fill.svg create mode 100644 priv/static/icons/moon-stars.svg create mode 100644 priv/static/icons/moon.svg create mode 100644 priv/static/icons/mortarboard-fill.svg create mode 100644 priv/static/icons/mortarboard.svg create mode 100644 priv/static/icons/motherboard-fill.svg create mode 100644 priv/static/icons/motherboard.svg create mode 100644 priv/static/icons/mouse-fill.svg create mode 100644 priv/static/icons/mouse.svg create mode 100644 priv/static/icons/mouse2-fill.svg create mode 100644 priv/static/icons/mouse2.svg create mode 100644 priv/static/icons/mouse3-fill.svg create mode 100644 priv/static/icons/mouse3.svg create mode 100644 priv/static/icons/music-note-beamed.svg create mode 100644 priv/static/icons/music-note-list.svg create mode 100644 priv/static/icons/music-note.svg create mode 100644 priv/static/icons/music-player-fill.svg create mode 100644 priv/static/icons/music-player.svg create mode 100644 priv/static/icons/newspaper.svg create mode 100644 priv/static/icons/nintendo-switch.svg create mode 100644 priv/static/icons/node-minus-fill.svg create mode 100644 priv/static/icons/node-minus.svg create mode 100644 priv/static/icons/node-plus-fill.svg create mode 100644 priv/static/icons/node-plus.svg create mode 100644 priv/static/icons/noise-reduction.svg create mode 100644 priv/static/icons/nut-fill.svg create mode 100644 priv/static/icons/nut.svg create mode 100644 priv/static/icons/nvidia.svg create mode 100644 priv/static/icons/nvme-fill.svg create mode 100644 priv/static/icons/nvme.svg create mode 100644 priv/static/icons/octagon-fill.svg create mode 100644 priv/static/icons/octagon-half.svg create mode 100644 priv/static/icons/octagon.svg create mode 100644 priv/static/icons/opencollective.svg create mode 100644 priv/static/icons/optical-audio-fill.svg create mode 100644 priv/static/icons/optical-audio.svg create mode 100644 priv/static/icons/option.svg create mode 100644 priv/static/icons/outlet.svg create mode 100644 priv/static/icons/p-circle-fill.svg create mode 100644 priv/static/icons/p-circle.svg create mode 100644 priv/static/icons/p-square-fill.svg create mode 100644 priv/static/icons/p-square.svg create mode 100644 priv/static/icons/paint-bucket.svg create mode 100644 priv/static/icons/palette-fill.svg create mode 100644 priv/static/icons/palette.svg create mode 100644 priv/static/icons/palette2.svg create mode 100644 priv/static/icons/paperclip.svg create mode 100644 priv/static/icons/paragraph.svg create mode 100644 priv/static/icons/pass-fill.svg create mode 100644 priv/static/icons/pass.svg create mode 100644 priv/static/icons/passport-fill.svg create mode 100644 priv/static/icons/passport.svg create mode 100644 priv/static/icons/patch-check-fill.svg create mode 100644 priv/static/icons/patch-check.svg create mode 100644 priv/static/icons/patch-exclamation-fill.svg create mode 100644 priv/static/icons/patch-exclamation.svg create mode 100644 priv/static/icons/patch-minus-fill.svg create mode 100644 priv/static/icons/patch-minus.svg create mode 100644 priv/static/icons/patch-plus-fill.svg create mode 100644 priv/static/icons/patch-plus.svg create mode 100644 priv/static/icons/patch-question-fill.svg create mode 100644 priv/static/icons/patch-question.svg create mode 100644 priv/static/icons/pause-btn-fill.svg create mode 100644 priv/static/icons/pause-btn.svg create mode 100644 priv/static/icons/pause-circle-fill.svg create mode 100644 priv/static/icons/pause-circle.svg create mode 100644 priv/static/icons/pause-fill.svg create mode 100644 priv/static/icons/pause.svg create mode 100644 priv/static/icons/paypal.svg create mode 100644 priv/static/icons/pc-display-horizontal.svg create mode 100644 priv/static/icons/pc-display.svg create mode 100644 priv/static/icons/pc-horizontal.svg create mode 100644 priv/static/icons/pc.svg create mode 100644 priv/static/icons/pci-card-network.svg create mode 100644 priv/static/icons/pci-card-sound.svg create mode 100644 priv/static/icons/pci-card.svg create mode 100644 priv/static/icons/peace-fill.svg create mode 100644 priv/static/icons/peace.svg create mode 100644 priv/static/icons/pen-fill.svg create mode 100644 priv/static/icons/pen.svg create mode 100644 priv/static/icons/pencil-fill.svg create mode 100644 priv/static/icons/pencil-square.svg create mode 100644 priv/static/icons/pencil.svg create mode 100644 priv/static/icons/pentagon-fill.svg create mode 100644 priv/static/icons/pentagon-half.svg create mode 100644 priv/static/icons/pentagon.svg create mode 100644 priv/static/icons/people-fill.svg create mode 100644 priv/static/icons/people.svg create mode 100644 priv/static/icons/percent.svg create mode 100644 priv/static/icons/person-add.svg create mode 100644 priv/static/icons/person-arms-up.svg create mode 100644 priv/static/icons/person-badge-fill.svg create mode 100644 priv/static/icons/person-badge.svg create mode 100644 priv/static/icons/person-bounding-box.svg create mode 100644 priv/static/icons/person-check-fill.svg create mode 100644 priv/static/icons/person-check.svg create mode 100644 priv/static/icons/person-circle.svg create mode 100644 priv/static/icons/person-dash-fill.svg create mode 100644 priv/static/icons/person-dash.svg create mode 100644 priv/static/icons/person-down.svg create mode 100644 priv/static/icons/person-exclamation.svg create mode 100644 priv/static/icons/person-fill-add.svg create mode 100644 priv/static/icons/person-fill-check.svg create mode 100644 priv/static/icons/person-fill-dash.svg create mode 100644 priv/static/icons/person-fill-down.svg create mode 100644 priv/static/icons/person-fill-exclamation.svg create mode 100644 priv/static/icons/person-fill-gear.svg create mode 100644 priv/static/icons/person-fill-lock.svg create mode 100644 priv/static/icons/person-fill-slash.svg create mode 100644 priv/static/icons/person-fill-up.svg create mode 100644 priv/static/icons/person-fill-x.svg create mode 100644 priv/static/icons/person-fill.svg create mode 100644 priv/static/icons/person-gear.svg create mode 100644 priv/static/icons/person-heart.svg create mode 100644 priv/static/icons/person-hearts.svg create mode 100644 priv/static/icons/person-lines-fill.svg create mode 100644 priv/static/icons/person-lock.svg create mode 100644 priv/static/icons/person-plus-fill.svg create mode 100644 priv/static/icons/person-plus.svg create mode 100644 priv/static/icons/person-raised-hand.svg create mode 100644 priv/static/icons/person-rolodex.svg create mode 100644 priv/static/icons/person-slash.svg create mode 100644 priv/static/icons/person-square.svg create mode 100644 priv/static/icons/person-standing-dress.svg create mode 100644 priv/static/icons/person-standing.svg create mode 100644 priv/static/icons/person-up.svg create mode 100644 priv/static/icons/person-vcard-fill.svg create mode 100644 priv/static/icons/person-vcard.svg create mode 100644 priv/static/icons/person-video.svg create mode 100644 priv/static/icons/person-video2.svg create mode 100644 priv/static/icons/person-video3.svg create mode 100644 priv/static/icons/person-walking.svg create mode 100644 priv/static/icons/person-wheelchair.svg create mode 100644 priv/static/icons/person-workspace.svg create mode 100644 priv/static/icons/person-x-fill.svg create mode 100644 priv/static/icons/person-x.svg create mode 100644 priv/static/icons/person.svg create mode 100644 priv/static/icons/phone-fill.svg create mode 100644 priv/static/icons/phone-flip.svg create mode 100644 priv/static/icons/phone-landscape-fill.svg create mode 100644 priv/static/icons/phone-landscape.svg create mode 100644 priv/static/icons/phone-vibrate-fill.svg create mode 100644 priv/static/icons/phone-vibrate.svg create mode 100644 priv/static/icons/phone.svg create mode 100644 priv/static/icons/pie-chart-fill.svg create mode 100644 priv/static/icons/pie-chart.svg create mode 100644 priv/static/icons/piggy-bank-fill.svg create mode 100644 priv/static/icons/piggy-bank.svg create mode 100644 priv/static/icons/pin-angle-fill.svg create mode 100644 priv/static/icons/pin-angle.svg create mode 100644 priv/static/icons/pin-fill.svg create mode 100644 priv/static/icons/pin-map-fill.svg create mode 100644 priv/static/icons/pin-map.svg create mode 100644 priv/static/icons/pin.svg create mode 100644 priv/static/icons/pinterest.svg create mode 100644 priv/static/icons/pip-fill.svg create mode 100644 priv/static/icons/pip.svg create mode 100644 priv/static/icons/play-btn-fill.svg create mode 100644 priv/static/icons/play-btn.svg create mode 100644 priv/static/icons/play-circle-fill.svg create mode 100644 priv/static/icons/play-circle.svg create mode 100644 priv/static/icons/play-fill.svg create mode 100644 priv/static/icons/play.svg create mode 100644 priv/static/icons/playstation.svg create mode 100644 priv/static/icons/plug-fill.svg create mode 100644 priv/static/icons/plug.svg create mode 100644 priv/static/icons/plugin.svg create mode 100644 priv/static/icons/plus-circle-dotted.svg create mode 100644 priv/static/icons/plus-circle-fill.svg create mode 100644 priv/static/icons/plus-circle.svg create mode 100644 priv/static/icons/plus-lg.svg create mode 100644 priv/static/icons/plus-slash-minus.svg create mode 100644 priv/static/icons/plus-square-dotted.svg create mode 100644 priv/static/icons/plus-square-fill.svg create mode 100644 priv/static/icons/plus-square.svg create mode 100644 priv/static/icons/plus.svg create mode 100644 priv/static/icons/postage-fill.svg create mode 100644 priv/static/icons/postage-heart-fill.svg create mode 100644 priv/static/icons/postage-heart.svg create mode 100644 priv/static/icons/postage.svg create mode 100644 priv/static/icons/postcard-fill.svg create mode 100644 priv/static/icons/postcard-heart-fill.svg create mode 100644 priv/static/icons/postcard-heart.svg create mode 100644 priv/static/icons/postcard.svg create mode 100644 priv/static/icons/power.svg create mode 100644 priv/static/icons/prescription.svg create mode 100644 priv/static/icons/prescription2.svg create mode 100644 priv/static/icons/printer-fill.svg create mode 100644 priv/static/icons/printer.svg create mode 100644 priv/static/icons/projector-fill.svg create mode 100644 priv/static/icons/projector.svg create mode 100644 priv/static/icons/puzzle-fill.svg create mode 100644 priv/static/icons/puzzle.svg create mode 100644 priv/static/icons/qr-code-scan.svg create mode 100644 priv/static/icons/qr-code.svg create mode 100644 priv/static/icons/question-circle-fill.svg create mode 100644 priv/static/icons/question-circle.svg create mode 100644 priv/static/icons/question-diamond-fill.svg create mode 100644 priv/static/icons/question-diamond.svg create mode 100644 priv/static/icons/question-lg.svg create mode 100644 priv/static/icons/question-octagon-fill.svg create mode 100644 priv/static/icons/question-octagon.svg create mode 100644 priv/static/icons/question-square-fill.svg create mode 100644 priv/static/icons/question-square.svg create mode 100644 priv/static/icons/question.svg create mode 100644 priv/static/icons/quora.svg create mode 100644 priv/static/icons/quote.svg create mode 100644 priv/static/icons/r-circle-fill.svg create mode 100644 priv/static/icons/r-circle.svg create mode 100644 priv/static/icons/r-square-fill.svg create mode 100644 priv/static/icons/r-square.svg create mode 100644 priv/static/icons/radar.svg create mode 100644 priv/static/icons/radioactive.svg create mode 100644 priv/static/icons/rainbow.svg create mode 100644 priv/static/icons/receipt-cutoff.svg create mode 100644 priv/static/icons/receipt.svg create mode 100644 priv/static/icons/reception-0.svg create mode 100644 priv/static/icons/reception-1.svg create mode 100644 priv/static/icons/reception-2.svg create mode 100644 priv/static/icons/reception-3.svg create mode 100644 priv/static/icons/reception-4.svg create mode 100644 priv/static/icons/record-btn-fill.svg create mode 100644 priv/static/icons/record-btn.svg create mode 100644 priv/static/icons/record-circle-fill.svg create mode 100644 priv/static/icons/record-circle.svg create mode 100644 priv/static/icons/record-fill.svg create mode 100644 priv/static/icons/record.svg create mode 100644 priv/static/icons/record2-fill.svg create mode 100644 priv/static/icons/record2.svg create mode 100644 priv/static/icons/recycle.svg create mode 100644 priv/static/icons/reddit.svg create mode 100644 priv/static/icons/regex.svg create mode 100644 priv/static/icons/repeat-1.svg create mode 100644 priv/static/icons/repeat.svg create mode 100644 priv/static/icons/reply-all-fill.svg create mode 100644 priv/static/icons/reply-all.svg create mode 100644 priv/static/icons/reply-fill.svg create mode 100644 priv/static/icons/reply.svg create mode 100644 priv/static/icons/rewind-btn-fill.svg create mode 100644 priv/static/icons/rewind-btn.svg create mode 100644 priv/static/icons/rewind-circle-fill.svg create mode 100644 priv/static/icons/rewind-circle.svg create mode 100644 priv/static/icons/rewind-fill.svg create mode 100644 priv/static/icons/rewind.svg create mode 100644 priv/static/icons/robot.svg create mode 100644 priv/static/icons/rocket-fill.svg create mode 100644 priv/static/icons/rocket-takeoff-fill.svg create mode 100644 priv/static/icons/rocket-takeoff.svg create mode 100644 priv/static/icons/rocket.svg create mode 100644 priv/static/icons/router-fill.svg create mode 100644 priv/static/icons/router.svg create mode 100644 priv/static/icons/rss-fill.svg create mode 100644 priv/static/icons/rss.svg create mode 100644 priv/static/icons/rulers.svg create mode 100644 priv/static/icons/safe-fill.svg create mode 100644 priv/static/icons/safe.svg create mode 100644 priv/static/icons/safe2-fill.svg create mode 100644 priv/static/icons/safe2.svg create mode 100644 priv/static/icons/save-fill.svg create mode 100644 priv/static/icons/save.svg create mode 100644 priv/static/icons/save2-fill.svg create mode 100644 priv/static/icons/save2.svg create mode 100644 priv/static/icons/scissors.svg create mode 100644 priv/static/icons/scooter.svg create mode 100644 priv/static/icons/screwdriver.svg create mode 100644 priv/static/icons/sd-card-fill.svg create mode 100644 priv/static/icons/sd-card.svg create mode 100644 priv/static/icons/search-heart-fill.svg create mode 100644 priv/static/icons/search-heart.svg create mode 100644 priv/static/icons/search.svg create mode 100644 priv/static/icons/segmented-nav.svg create mode 100644 priv/static/icons/send-arrow-down-fill.svg create mode 100644 priv/static/icons/send-arrow-down.svg create mode 100644 priv/static/icons/send-arrow-up-fill.svg create mode 100644 priv/static/icons/send-arrow-up.svg create mode 100644 priv/static/icons/send-check-fill.svg create mode 100644 priv/static/icons/send-check.svg create mode 100644 priv/static/icons/send-dash-fill.svg create mode 100644 priv/static/icons/send-dash.svg create mode 100644 priv/static/icons/send-exclamation-fill.svg create mode 100644 priv/static/icons/send-exclamation.svg create mode 100644 priv/static/icons/send-fill.svg create mode 100644 priv/static/icons/send-plus-fill.svg create mode 100644 priv/static/icons/send-plus.svg create mode 100644 priv/static/icons/send-slash-fill.svg create mode 100644 priv/static/icons/send-slash.svg create mode 100644 priv/static/icons/send-x-fill.svg create mode 100644 priv/static/icons/send-x.svg create mode 100644 priv/static/icons/send.svg create mode 100644 priv/static/icons/server.svg create mode 100644 priv/static/icons/shadows.svg create mode 100644 priv/static/icons/share-fill.svg create mode 100644 priv/static/icons/share.svg create mode 100644 priv/static/icons/shield-check.svg create mode 100644 priv/static/icons/shield-exclamation.svg create mode 100644 priv/static/icons/shield-fill-check.svg create mode 100644 priv/static/icons/shield-fill-exclamation.svg create mode 100644 priv/static/icons/shield-fill-minus.svg create mode 100644 priv/static/icons/shield-fill-plus.svg create mode 100644 priv/static/icons/shield-fill-x.svg create mode 100644 priv/static/icons/shield-fill.svg create mode 100644 priv/static/icons/shield-lock-fill.svg create mode 100644 priv/static/icons/shield-lock.svg create mode 100644 priv/static/icons/shield-minus.svg create mode 100644 priv/static/icons/shield-plus.svg create mode 100644 priv/static/icons/shield-shaded.svg create mode 100644 priv/static/icons/shield-slash-fill.svg create mode 100644 priv/static/icons/shield-slash.svg create mode 100644 priv/static/icons/shield-x.svg create mode 100644 priv/static/icons/shield.svg create mode 100644 priv/static/icons/shift-fill.svg create mode 100644 priv/static/icons/shift.svg create mode 100644 priv/static/icons/shop-window.svg create mode 100644 priv/static/icons/shop.svg create mode 100644 priv/static/icons/shuffle.svg create mode 100644 priv/static/icons/sign-dead-end-fill.svg create mode 100644 priv/static/icons/sign-dead-end.svg create mode 100644 priv/static/icons/sign-do-not-enter-fill.svg create mode 100644 priv/static/icons/sign-do-not-enter.svg create mode 100644 priv/static/icons/sign-intersection-fill.svg create mode 100644 priv/static/icons/sign-intersection-side-fill.svg create mode 100644 priv/static/icons/sign-intersection-side.svg create mode 100644 priv/static/icons/sign-intersection-t-fill.svg create mode 100644 priv/static/icons/sign-intersection-t.svg create mode 100644 priv/static/icons/sign-intersection-y-fill.svg create mode 100644 priv/static/icons/sign-intersection-y.svg create mode 100644 priv/static/icons/sign-intersection.svg create mode 100644 priv/static/icons/sign-merge-left-fill.svg create mode 100644 priv/static/icons/sign-merge-left.svg create mode 100644 priv/static/icons/sign-merge-right-fill.svg create mode 100644 priv/static/icons/sign-merge-right.svg create mode 100644 priv/static/icons/sign-no-left-turn-fill.svg create mode 100644 priv/static/icons/sign-no-left-turn.svg create mode 100644 priv/static/icons/sign-no-parking-fill.svg create mode 100644 priv/static/icons/sign-no-parking.svg create mode 100644 priv/static/icons/sign-no-right-turn-fill.svg create mode 100644 priv/static/icons/sign-no-right-turn.svg create mode 100644 priv/static/icons/sign-railroad-fill.svg create mode 100644 priv/static/icons/sign-railroad.svg create mode 100644 priv/static/icons/sign-stop-fill.svg create mode 100644 priv/static/icons/sign-stop-lights-fill.svg create mode 100644 priv/static/icons/sign-stop-lights.svg create mode 100644 priv/static/icons/sign-stop.svg create mode 100644 priv/static/icons/sign-turn-left-fill.svg create mode 100644 priv/static/icons/sign-turn-left.svg create mode 100644 priv/static/icons/sign-turn-right-fill.svg create mode 100644 priv/static/icons/sign-turn-right.svg create mode 100644 priv/static/icons/sign-turn-slight-left-fill.svg create mode 100644 priv/static/icons/sign-turn-slight-left.svg create mode 100644 priv/static/icons/sign-turn-slight-right-fill.svg create mode 100644 priv/static/icons/sign-turn-slight-right.svg create mode 100644 priv/static/icons/sign-yield-fill.svg create mode 100644 priv/static/icons/sign-yield.svg create mode 100644 priv/static/icons/signal.svg create mode 100644 priv/static/icons/signpost-2-fill.svg create mode 100644 priv/static/icons/signpost-2.svg create mode 100644 priv/static/icons/signpost-fill.svg create mode 100644 priv/static/icons/signpost-split-fill.svg create mode 100644 priv/static/icons/signpost-split.svg create mode 100644 priv/static/icons/signpost.svg create mode 100644 priv/static/icons/sim-fill.svg create mode 100644 priv/static/icons/sim-slash-fill.svg create mode 100644 priv/static/icons/sim-slash.svg create mode 100644 priv/static/icons/sim.svg create mode 100644 priv/static/icons/sina-weibo.svg create mode 100644 priv/static/icons/skip-backward-btn-fill.svg create mode 100644 priv/static/icons/skip-backward-btn.svg create mode 100644 priv/static/icons/skip-backward-circle-fill.svg create mode 100644 priv/static/icons/skip-backward-circle.svg create mode 100644 priv/static/icons/skip-backward-fill.svg create mode 100644 priv/static/icons/skip-backward.svg create mode 100644 priv/static/icons/skip-end-btn-fill.svg create mode 100644 priv/static/icons/skip-end-btn.svg create mode 100644 priv/static/icons/skip-end-circle-fill.svg create mode 100644 priv/static/icons/skip-end-circle.svg create mode 100644 priv/static/icons/skip-end-fill.svg create mode 100644 priv/static/icons/skip-end.svg create mode 100644 priv/static/icons/skip-forward-btn-fill.svg create mode 100644 priv/static/icons/skip-forward-btn.svg create mode 100644 priv/static/icons/skip-forward-circle-fill.svg create mode 100644 priv/static/icons/skip-forward-circle.svg create mode 100644 priv/static/icons/skip-forward-fill.svg create mode 100644 priv/static/icons/skip-forward.svg create mode 100644 priv/static/icons/skip-start-btn-fill.svg create mode 100644 priv/static/icons/skip-start-btn.svg create mode 100644 priv/static/icons/skip-start-circle-fill.svg create mode 100644 priv/static/icons/skip-start-circle.svg create mode 100644 priv/static/icons/skip-start-fill.svg create mode 100644 priv/static/icons/skip-start.svg create mode 100644 priv/static/icons/skype.svg create mode 100644 priv/static/icons/slack.svg create mode 100644 priv/static/icons/slash-circle-fill.svg create mode 100644 priv/static/icons/slash-circle.svg create mode 100644 priv/static/icons/slash-lg.svg create mode 100644 priv/static/icons/slash-square-fill.svg create mode 100644 priv/static/icons/slash-square.svg create mode 100644 priv/static/icons/slash.svg create mode 100644 priv/static/icons/sliders.svg create mode 100644 priv/static/icons/sliders2-vertical.svg create mode 100644 priv/static/icons/sliders2.svg create mode 100644 priv/static/icons/smartwatch.svg create mode 100644 priv/static/icons/snapchat.svg create mode 100644 priv/static/icons/snow.svg create mode 100644 priv/static/icons/snow2.svg create mode 100644 priv/static/icons/snow3.svg create mode 100644 priv/static/icons/sort-alpha-down-alt.svg create mode 100644 priv/static/icons/sort-alpha-down.svg create mode 100644 priv/static/icons/sort-alpha-up-alt.svg create mode 100644 priv/static/icons/sort-alpha-up.svg create mode 100644 priv/static/icons/sort-down-alt.svg create mode 100644 priv/static/icons/sort-down.svg create mode 100644 priv/static/icons/sort-numeric-down-alt.svg create mode 100644 priv/static/icons/sort-numeric-down.svg create mode 100644 priv/static/icons/sort-numeric-up-alt.svg create mode 100644 priv/static/icons/sort-numeric-up.svg create mode 100644 priv/static/icons/sort-up-alt.svg create mode 100644 priv/static/icons/sort-up.svg create mode 100644 priv/static/icons/soundwave.svg create mode 100644 priv/static/icons/sourceforge.svg create mode 100644 priv/static/icons/speaker-fill.svg create mode 100644 priv/static/icons/speaker.svg create mode 100644 priv/static/icons/speedometer.svg create mode 100644 priv/static/icons/speedometer2.svg create mode 100644 priv/static/icons/spellcheck.svg create mode 100644 priv/static/icons/spotify.svg create mode 100644 priv/static/icons/square-fill.svg create mode 100644 priv/static/icons/square-half.svg create mode 100644 priv/static/icons/square.svg create mode 100644 priv/static/icons/stack-overflow.svg create mode 100644 priv/static/icons/stack.svg create mode 100644 priv/static/icons/star-fill.svg create mode 100644 priv/static/icons/star-half.svg create mode 100644 priv/static/icons/star.svg create mode 100644 priv/static/icons/stars.svg create mode 100644 priv/static/icons/steam.svg create mode 100644 priv/static/icons/stickies-fill.svg create mode 100644 priv/static/icons/stickies.svg create mode 100644 priv/static/icons/sticky-fill.svg create mode 100644 priv/static/icons/sticky.svg create mode 100644 priv/static/icons/stop-btn-fill.svg create mode 100644 priv/static/icons/stop-btn.svg create mode 100644 priv/static/icons/stop-circle-fill.svg create mode 100644 priv/static/icons/stop-circle.svg create mode 100644 priv/static/icons/stop-fill.svg create mode 100644 priv/static/icons/stop.svg create mode 100644 priv/static/icons/stoplights-fill.svg create mode 100644 priv/static/icons/stoplights.svg create mode 100644 priv/static/icons/stopwatch-fill.svg create mode 100644 priv/static/icons/stopwatch.svg create mode 100644 priv/static/icons/strava.svg create mode 100644 priv/static/icons/stripe.svg create mode 100644 priv/static/icons/subscript.svg create mode 100644 priv/static/icons/substack.svg create mode 100644 priv/static/icons/subtract.svg create mode 100644 priv/static/icons/suit-club-fill.svg create mode 100644 priv/static/icons/suit-club.svg create mode 100644 priv/static/icons/suit-diamond-fill.svg create mode 100644 priv/static/icons/suit-diamond.svg create mode 100644 priv/static/icons/suit-heart-fill.svg create mode 100644 priv/static/icons/suit-heart.svg create mode 100644 priv/static/icons/suit-spade-fill.svg create mode 100644 priv/static/icons/suit-spade.svg create mode 100644 priv/static/icons/suitcase-fill.svg create mode 100644 priv/static/icons/suitcase-lg-fill.svg create mode 100644 priv/static/icons/suitcase-lg.svg create mode 100644 priv/static/icons/suitcase.svg create mode 100644 priv/static/icons/suitcase2-fill.svg create mode 100644 priv/static/icons/suitcase2.svg create mode 100644 priv/static/icons/sun-fill.svg create mode 100644 priv/static/icons/sun.svg create mode 100644 priv/static/icons/sunglasses.svg create mode 100644 priv/static/icons/sunrise-fill.svg create mode 100644 priv/static/icons/sunrise.svg create mode 100644 priv/static/icons/sunset-fill.svg create mode 100644 priv/static/icons/sunset.svg create mode 100644 priv/static/icons/superscript.svg create mode 100644 priv/static/icons/symmetry-horizontal.svg create mode 100644 priv/static/icons/symmetry-vertical.svg create mode 100644 priv/static/icons/table.svg create mode 100644 priv/static/icons/tablet-fill.svg create mode 100644 priv/static/icons/tablet-landscape-fill.svg create mode 100644 priv/static/icons/tablet-landscape.svg create mode 100644 priv/static/icons/tablet.svg create mode 100644 priv/static/icons/tag-fill.svg create mode 100644 priv/static/icons/tag.svg create mode 100644 priv/static/icons/tags-fill.svg create mode 100644 priv/static/icons/tags.svg create mode 100644 priv/static/icons/taxi-front-fill.svg create mode 100644 priv/static/icons/taxi-front.svg create mode 100644 priv/static/icons/telegram.svg create mode 100644 priv/static/icons/telephone-fill.svg create mode 100644 priv/static/icons/telephone-forward-fill.svg create mode 100644 priv/static/icons/telephone-forward.svg create mode 100644 priv/static/icons/telephone-inbound-fill.svg create mode 100644 priv/static/icons/telephone-inbound.svg create mode 100644 priv/static/icons/telephone-minus-fill.svg create mode 100644 priv/static/icons/telephone-minus.svg create mode 100644 priv/static/icons/telephone-outbound-fill.svg create mode 100644 priv/static/icons/telephone-outbound.svg create mode 100644 priv/static/icons/telephone-plus-fill.svg create mode 100644 priv/static/icons/telephone-plus.svg create mode 100644 priv/static/icons/telephone-x-fill.svg create mode 100644 priv/static/icons/telephone-x.svg create mode 100644 priv/static/icons/telephone.svg create mode 100644 priv/static/icons/tencent-qq.svg create mode 100644 priv/static/icons/terminal-dash.svg create mode 100644 priv/static/icons/terminal-fill.svg create mode 100644 priv/static/icons/terminal-plus.svg create mode 100644 priv/static/icons/terminal-split.svg create mode 100644 priv/static/icons/terminal-x.svg create mode 100644 priv/static/icons/terminal.svg create mode 100644 priv/static/icons/text-center.svg create mode 100644 priv/static/icons/text-indent-left.svg create mode 100644 priv/static/icons/text-indent-right.svg create mode 100644 priv/static/icons/text-left.svg create mode 100644 priv/static/icons/text-paragraph.svg create mode 100644 priv/static/icons/text-right.svg create mode 100644 priv/static/icons/text-wrap.svg create mode 100644 priv/static/icons/textarea-resize.svg create mode 100644 priv/static/icons/textarea-t.svg create mode 100644 priv/static/icons/textarea.svg create mode 100644 priv/static/icons/thermometer-half.svg create mode 100644 priv/static/icons/thermometer-high.svg create mode 100644 priv/static/icons/thermometer-low.svg create mode 100644 priv/static/icons/thermometer-snow.svg create mode 100644 priv/static/icons/thermometer-sun.svg create mode 100644 priv/static/icons/thermometer.svg create mode 100644 priv/static/icons/threads-fill.svg create mode 100644 priv/static/icons/threads.svg create mode 100644 priv/static/icons/three-dots-vertical.svg create mode 100644 priv/static/icons/three-dots.svg create mode 100644 priv/static/icons/thunderbolt-fill.svg create mode 100644 priv/static/icons/thunderbolt.svg create mode 100644 priv/static/icons/ticket-detailed-fill.svg create mode 100644 priv/static/icons/ticket-detailed.svg create mode 100644 priv/static/icons/ticket-fill.svg create mode 100644 priv/static/icons/ticket-perforated-fill.svg create mode 100644 priv/static/icons/ticket-perforated.svg create mode 100644 priv/static/icons/ticket.svg create mode 100644 priv/static/icons/tiktok.svg create mode 100644 priv/static/icons/toggle-off.svg create mode 100644 priv/static/icons/toggle-on.svg create mode 100644 priv/static/icons/toggle2-off.svg create mode 100644 priv/static/icons/toggle2-on.svg create mode 100644 priv/static/icons/toggles.svg create mode 100644 priv/static/icons/toggles2.svg create mode 100644 priv/static/icons/tools.svg create mode 100644 priv/static/icons/tornado.svg create mode 100644 priv/static/icons/train-freight-front-fill.svg create mode 100644 priv/static/icons/train-freight-front.svg create mode 100644 priv/static/icons/train-front-fill.svg create mode 100644 priv/static/icons/train-front.svg create mode 100644 priv/static/icons/train-lightrail-front-fill.svg create mode 100644 priv/static/icons/train-lightrail-front.svg create mode 100644 priv/static/icons/translate.svg create mode 100644 priv/static/icons/transparency.svg create mode 100644 priv/static/icons/trash-fill.svg create mode 100644 priv/static/icons/trash.svg create mode 100644 priv/static/icons/trash2-fill.svg create mode 100644 priv/static/icons/trash2.svg create mode 100644 priv/static/icons/trash3-fill.svg create mode 100644 priv/static/icons/trash3.svg create mode 100644 priv/static/icons/tree-fill.svg create mode 100644 priv/static/icons/tree.svg create mode 100644 priv/static/icons/trello.svg create mode 100644 priv/static/icons/triangle-fill.svg create mode 100644 priv/static/icons/triangle-half.svg create mode 100644 priv/static/icons/triangle.svg create mode 100644 priv/static/icons/trophy-fill.svg create mode 100644 priv/static/icons/trophy.svg create mode 100644 priv/static/icons/tropical-storm.svg create mode 100644 priv/static/icons/truck-flatbed.svg create mode 100644 priv/static/icons/truck-front-fill.svg create mode 100644 priv/static/icons/truck-front.svg create mode 100644 priv/static/icons/truck.svg create mode 100644 priv/static/icons/tsunami.svg create mode 100644 priv/static/icons/tv-fill.svg create mode 100644 priv/static/icons/tv.svg create mode 100644 priv/static/icons/twitch.svg create mode 100644 priv/static/icons/twitter-x.svg create mode 100644 priv/static/icons/twitter.svg create mode 100644 priv/static/icons/type-bold.svg create mode 100644 priv/static/icons/type-h1.svg create mode 100644 priv/static/icons/type-h2.svg create mode 100644 priv/static/icons/type-h3.svg create mode 100644 priv/static/icons/type-h4.svg create mode 100644 priv/static/icons/type-h5.svg create mode 100644 priv/static/icons/type-h6.svg create mode 100644 priv/static/icons/type-italic.svg create mode 100644 priv/static/icons/type-strikethrough.svg create mode 100644 priv/static/icons/type-underline.svg create mode 100644 priv/static/icons/type.svg create mode 100644 priv/static/icons/ubuntu.svg create mode 100644 priv/static/icons/ui-checks-grid.svg create mode 100644 priv/static/icons/ui-checks.svg create mode 100644 priv/static/icons/ui-radios-grid.svg create mode 100644 priv/static/icons/ui-radios.svg create mode 100644 priv/static/icons/umbrella-fill.svg create mode 100644 priv/static/icons/umbrella.svg create mode 100644 priv/static/icons/unindent.svg create mode 100644 priv/static/icons/union.svg create mode 100644 priv/static/icons/unity.svg create mode 100644 priv/static/icons/universal-access-circle.svg create mode 100644 priv/static/icons/universal-access.svg create mode 100644 priv/static/icons/unlock-fill.svg create mode 100644 priv/static/icons/unlock.svg create mode 100644 priv/static/icons/upc-scan.svg create mode 100644 priv/static/icons/upc.svg create mode 100644 priv/static/icons/upload.svg create mode 100644 priv/static/icons/usb-c-fill.svg create mode 100644 priv/static/icons/usb-c.svg create mode 100644 priv/static/icons/usb-drive-fill.svg create mode 100644 priv/static/icons/usb-drive.svg create mode 100644 priv/static/icons/usb-fill.svg create mode 100644 priv/static/icons/usb-micro-fill.svg create mode 100644 priv/static/icons/usb-micro.svg create mode 100644 priv/static/icons/usb-mini-fill.svg create mode 100644 priv/static/icons/usb-mini.svg create mode 100644 priv/static/icons/usb-plug-fill.svg create mode 100644 priv/static/icons/usb-plug.svg create mode 100644 priv/static/icons/usb-symbol.svg create mode 100644 priv/static/icons/usb.svg create mode 100644 priv/static/icons/valentine.svg create mode 100644 priv/static/icons/valentine2.svg create mode 100644 priv/static/icons/vector-pen.svg create mode 100644 priv/static/icons/view-list.svg create mode 100644 priv/static/icons/view-stacked.svg create mode 100644 priv/static/icons/vignette.svg create mode 100644 priv/static/icons/vimeo.svg create mode 100644 priv/static/icons/vinyl-fill.svg create mode 100644 priv/static/icons/vinyl.svg create mode 100644 priv/static/icons/virus.svg create mode 100644 priv/static/icons/virus2.svg create mode 100644 priv/static/icons/voicemail.svg create mode 100644 priv/static/icons/volume-down-fill.svg create mode 100644 priv/static/icons/volume-down.svg create mode 100644 priv/static/icons/volume-mute-fill.svg create mode 100644 priv/static/icons/volume-mute.svg create mode 100644 priv/static/icons/volume-off-fill.svg create mode 100644 priv/static/icons/volume-off.svg create mode 100644 priv/static/icons/volume-up-fill.svg create mode 100644 priv/static/icons/volume-up.svg create mode 100644 priv/static/icons/vr.svg create mode 100644 priv/static/icons/wallet-fill.svg create mode 100644 priv/static/icons/wallet.svg create mode 100644 priv/static/icons/wallet2.svg create mode 100644 priv/static/icons/watch.svg create mode 100644 priv/static/icons/water.svg create mode 100644 priv/static/icons/webcam-fill.svg create mode 100644 priv/static/icons/webcam.svg create mode 100644 priv/static/icons/wechat.svg create mode 100644 priv/static/icons/whatsapp.svg create mode 100644 priv/static/icons/wifi-1.svg create mode 100644 priv/static/icons/wifi-2.svg create mode 100644 priv/static/icons/wifi-off.svg create mode 100644 priv/static/icons/wifi.svg create mode 100644 priv/static/icons/wikipedia.svg create mode 100644 priv/static/icons/wind.svg create mode 100644 priv/static/icons/window-dash.svg create mode 100644 priv/static/icons/window-desktop.svg create mode 100644 priv/static/icons/window-dock.svg create mode 100644 priv/static/icons/window-fullscreen.svg create mode 100644 priv/static/icons/window-plus.svg create mode 100644 priv/static/icons/window-sidebar.svg create mode 100644 priv/static/icons/window-split.svg create mode 100644 priv/static/icons/window-stack.svg create mode 100644 priv/static/icons/window-x.svg create mode 100644 priv/static/icons/window.svg create mode 100644 priv/static/icons/windows.svg create mode 100644 priv/static/icons/wordpress.svg create mode 100644 priv/static/icons/wrench-adjustable-circle-fill.svg create mode 100644 priv/static/icons/wrench-adjustable-circle.svg create mode 100644 priv/static/icons/wrench-adjustable.svg create mode 100644 priv/static/icons/wrench.svg create mode 100644 priv/static/icons/x-circle-fill.svg create mode 100644 priv/static/icons/x-circle.svg create mode 100644 priv/static/icons/x-diamond-fill.svg create mode 100644 priv/static/icons/x-diamond.svg create mode 100644 priv/static/icons/x-lg.svg create mode 100644 priv/static/icons/x-octagon-fill.svg create mode 100644 priv/static/icons/x-octagon.svg create mode 100644 priv/static/icons/x-square-fill.svg create mode 100644 priv/static/icons/x-square.svg create mode 100644 priv/static/icons/x.svg create mode 100644 priv/static/icons/xbox.svg create mode 100644 priv/static/icons/yelp.svg create mode 100644 priv/static/icons/yin-yang.svg create mode 100644 priv/static/icons/youtube.svg create mode 100644 priv/static/icons/zoom-in.svg create mode 100644 priv/static/icons/zoom-out.svg diff --git a/lib/bdfr_browser/http/plug.ex b/lib/bdfr_browser/http/plug.ex index 6c4221b..a59c020 100644 --- a/lib/bdfr_browser/http/plug.ex +++ b/lib/bdfr_browser/http/plug.ex @@ -182,7 +182,8 @@ defmodule BdfrBrowser.HTTP.Plug do end get "/static/*path" do - file_path = Application.app_dir(:bdfr_browser, Path.join("priv/static", path)) + url_path = Path.join(path) + file_path = Application.app_dir(:bdfr_browser, Path.join("priv/static", url_path)) if File.exists?(file_path) do {:ok, file} = File.read(file_path) @@ -308,6 +309,9 @@ defmodule BdfrBrowser.HTTP.Plug do ".webm" -> "video/webm" ".js" -> "text/javascript" ".css" -> "text/css" + ".svg" -> "image/svg+xml" + ".woff" -> "font/woff" + ".woff2" -> "font/woff2" end end end diff --git a/lib/bdfr_browser/post.ex b/lib/bdfr_browser/post.ex index a0ea877..6962bd4 100644 --- a/lib/bdfr_browser/post.ex +++ b/lib/bdfr_browser/post.ex @@ -55,6 +55,7 @@ defmodule BdfrBrowser.Post do select: %{ id: p.id, title: p.title, + url: p.url, author: p.author, posted_at: p.posted_at, num_comments: count(c.id), @@ -75,6 +76,7 @@ defmodule BdfrBrowser.Post do select: %{ id: p.id, title: p.title, + url: p.url, author: p.author, posted_at: p.posted_at, num_comments: count(c.id), @@ -109,6 +111,7 @@ defmodule BdfrBrowser.Post do select: %{ id: p.id, title: p.title, + url: p.url, posted_at: p.posted_at, num_comments: count(c.id), subreddit: s.name, @@ -129,6 +132,7 @@ defmodule BdfrBrowser.Post do select: %{ id: p.id, title: p.title, + url: p.url, author: p.author, posted_at: p.posted_at, num_comments: count(c.id), @@ -150,6 +154,7 @@ defmodule BdfrBrowser.Post do select: %{ id: p.id, title: p.title, + url: p.url, author: p.author, posted_at: p.posted_at, num_comments: count(c.id), diff --git a/lib/bdfr_browser/render_utils.ex b/lib/bdfr_browser/render_utils.ex index 08f8bb2..80f349f 100644 --- a/lib/bdfr_browser/render_utils.ex +++ b/lib/bdfr_browser/render_utils.ex @@ -20,6 +20,30 @@ defmodule BdfrBrowser.RenderUtils do def link_to_user(name) when is_binary(name) and name in ~w([deleted] DELETED), do: name def link_to_user(name) when is_binary(name), do: "#{name}" + def format_date(date, :long) do + Calendar.strftime(date, "%d-%m-%Y, %H:%MZ") + end + + def format_date(date, :short) do + Calendar.strftime(date, "%d-%m, %H:%MZ") + end + + def post_type_icon(url) do + cond do + String.contains?(url, ["i.redd.it", "i.imgur.com", "i.postimg.cc", "twimg.com"]) -> + "" + + String.contains?(url, ["reddit.com/gallery", "imgur.com/a"]) -> + "" + + String.contains?(url, ["v.redd.it", "redgifs.com", "gfycat.com"]) -> + "" + + true -> + "" + end + end + # Helper defp maybe_insert_image(<<"mxc://reddit.com/", filename::binary>> = msg, replacement) when is_binary(msg) do diff --git a/priv/static/icons/0-circle-fill.svg b/priv/static/icons/0-circle-fill.svg new file mode 100644 index 0000000..08afbb1 --- /dev/null +++ b/priv/static/icons/0-circle-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/0-circle.svg b/priv/static/icons/0-circle.svg new file mode 100644 index 0000000..8c518f7 --- /dev/null +++ b/priv/static/icons/0-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/0-square-fill.svg b/priv/static/icons/0-square-fill.svg new file mode 100644 index 0000000..d5375d4 --- /dev/null +++ b/priv/static/icons/0-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/0-square.svg b/priv/static/icons/0-square.svg new file mode 100644 index 0000000..aa66709 --- /dev/null +++ b/priv/static/icons/0-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/1-circle-fill.svg b/priv/static/icons/1-circle-fill.svg new file mode 100644 index 0000000..9b257b9 --- /dev/null +++ b/priv/static/icons/1-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/1-circle.svg b/priv/static/icons/1-circle.svg new file mode 100644 index 0000000..785af34 --- /dev/null +++ b/priv/static/icons/1-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/1-square-fill.svg b/priv/static/icons/1-square-fill.svg new file mode 100644 index 0000000..de579e6 --- /dev/null +++ b/priv/static/icons/1-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/1-square.svg b/priv/static/icons/1-square.svg new file mode 100644 index 0000000..4f57d79 --- /dev/null +++ b/priv/static/icons/1-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/123.svg b/priv/static/icons/123.svg new file mode 100644 index 0000000..3ee3396 --- /dev/null +++ b/priv/static/icons/123.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/2-circle-fill.svg b/priv/static/icons/2-circle-fill.svg new file mode 100644 index 0000000..03a9251 --- /dev/null +++ b/priv/static/icons/2-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/2-circle.svg b/priv/static/icons/2-circle.svg new file mode 100644 index 0000000..fea4a56 --- /dev/null +++ b/priv/static/icons/2-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/2-square-fill.svg b/priv/static/icons/2-square-fill.svg new file mode 100644 index 0000000..a89e1f7 --- /dev/null +++ b/priv/static/icons/2-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/2-square.svg b/priv/static/icons/2-square.svg new file mode 100644 index 0000000..558c78b --- /dev/null +++ b/priv/static/icons/2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/3-circle-fill.svg b/priv/static/icons/3-circle-fill.svg new file mode 100644 index 0000000..06d2ea5 --- /dev/null +++ b/priv/static/icons/3-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/3-circle.svg b/priv/static/icons/3-circle.svg new file mode 100644 index 0000000..23c3479 --- /dev/null +++ b/priv/static/icons/3-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/3-square-fill.svg b/priv/static/icons/3-square-fill.svg new file mode 100644 index 0000000..c6890a3 --- /dev/null +++ b/priv/static/icons/3-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/3-square.svg b/priv/static/icons/3-square.svg new file mode 100644 index 0000000..b56b684 --- /dev/null +++ b/priv/static/icons/3-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/4-circle-fill.svg b/priv/static/icons/4-circle-fill.svg new file mode 100644 index 0000000..199a5e2 --- /dev/null +++ b/priv/static/icons/4-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/4-circle.svg b/priv/static/icons/4-circle.svg new file mode 100644 index 0000000..3af547d --- /dev/null +++ b/priv/static/icons/4-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/4-square-fill.svg b/priv/static/icons/4-square-fill.svg new file mode 100644 index 0000000..03b0f94 --- /dev/null +++ b/priv/static/icons/4-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/4-square.svg b/priv/static/icons/4-square.svg new file mode 100644 index 0000000..dd85455 --- /dev/null +++ b/priv/static/icons/4-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/5-circle-fill.svg b/priv/static/icons/5-circle-fill.svg new file mode 100644 index 0000000..e940e98 --- /dev/null +++ b/priv/static/icons/5-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/5-circle.svg b/priv/static/icons/5-circle.svg new file mode 100644 index 0000000..47eefd0 --- /dev/null +++ b/priv/static/icons/5-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/5-square-fill.svg b/priv/static/icons/5-square-fill.svg new file mode 100644 index 0000000..1a87860 --- /dev/null +++ b/priv/static/icons/5-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/5-square.svg b/priv/static/icons/5-square.svg new file mode 100644 index 0000000..9c54c77 --- /dev/null +++ b/priv/static/icons/5-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/6-circle-fill.svg b/priv/static/icons/6-circle-fill.svg new file mode 100644 index 0000000..18f66ef --- /dev/null +++ b/priv/static/icons/6-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/6-circle.svg b/priv/static/icons/6-circle.svg new file mode 100644 index 0000000..ab5f748 --- /dev/null +++ b/priv/static/icons/6-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/6-square-fill.svg b/priv/static/icons/6-square-fill.svg new file mode 100644 index 0000000..d67fa52 --- /dev/null +++ b/priv/static/icons/6-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/6-square.svg b/priv/static/icons/6-square.svg new file mode 100644 index 0000000..79762c8 --- /dev/null +++ b/priv/static/icons/6-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/7-circle-fill.svg b/priv/static/icons/7-circle-fill.svg new file mode 100644 index 0000000..bb4522b --- /dev/null +++ b/priv/static/icons/7-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/7-circle.svg b/priv/static/icons/7-circle.svg new file mode 100644 index 0000000..0dc4685 --- /dev/null +++ b/priv/static/icons/7-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/7-square-fill.svg b/priv/static/icons/7-square-fill.svg new file mode 100644 index 0000000..8a4789c --- /dev/null +++ b/priv/static/icons/7-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/7-square.svg b/priv/static/icons/7-square.svg new file mode 100644 index 0000000..a314c4a --- /dev/null +++ b/priv/static/icons/7-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/8-circle-fill.svg b/priv/static/icons/8-circle-fill.svg new file mode 100644 index 0000000..15cd6b4 --- /dev/null +++ b/priv/static/icons/8-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/8-circle.svg b/priv/static/icons/8-circle.svg new file mode 100644 index 0000000..fb14542 --- /dev/null +++ b/priv/static/icons/8-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/8-square-fill.svg b/priv/static/icons/8-square-fill.svg new file mode 100644 index 0000000..766d42a --- /dev/null +++ b/priv/static/icons/8-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/8-square.svg b/priv/static/icons/8-square.svg new file mode 100644 index 0000000..f450b17 --- /dev/null +++ b/priv/static/icons/8-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/9-circle-fill.svg b/priv/static/icons/9-circle-fill.svg new file mode 100644 index 0000000..6ebd865 --- /dev/null +++ b/priv/static/icons/9-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/9-circle.svg b/priv/static/icons/9-circle.svg new file mode 100644 index 0000000..7c97f29 --- /dev/null +++ b/priv/static/icons/9-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/9-square-fill.svg b/priv/static/icons/9-square-fill.svg new file mode 100644 index 0000000..daee3e8 --- /dev/null +++ b/priv/static/icons/9-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/9-square.svg b/priv/static/icons/9-square.svg new file mode 100644 index 0000000..ade9233 --- /dev/null +++ b/priv/static/icons/9-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/activity.svg b/priv/static/icons/activity.svg new file mode 100644 index 0000000..1c45d1b --- /dev/null +++ b/priv/static/icons/activity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/airplane-engines-fill.svg b/priv/static/icons/airplane-engines-fill.svg new file mode 100644 index 0000000..b58d49f --- /dev/null +++ b/priv/static/icons/airplane-engines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/airplane-engines.svg b/priv/static/icons/airplane-engines.svg new file mode 100644 index 0000000..78b7934 --- /dev/null +++ b/priv/static/icons/airplane-engines.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/airplane-fill.svg b/priv/static/icons/airplane-fill.svg new file mode 100644 index 0000000..c8f2fce --- /dev/null +++ b/priv/static/icons/airplane-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/airplane.svg b/priv/static/icons/airplane.svg new file mode 100644 index 0000000..2e04c92 --- /dev/null +++ b/priv/static/icons/airplane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/alarm-fill.svg b/priv/static/icons/alarm-fill.svg new file mode 100644 index 0000000..bec569f --- /dev/null +++ b/priv/static/icons/alarm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/alarm.svg b/priv/static/icons/alarm.svg new file mode 100644 index 0000000..53f7cbe --- /dev/null +++ b/priv/static/icons/alarm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/alexa.svg b/priv/static/icons/alexa.svg new file mode 100644 index 0000000..a68f1d9 --- /dev/null +++ b/priv/static/icons/alexa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/align-bottom.svg b/priv/static/icons/align-bottom.svg new file mode 100644 index 0000000..d9484c0 --- /dev/null +++ b/priv/static/icons/align-bottom.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/align-center.svg b/priv/static/icons/align-center.svg new file mode 100644 index 0000000..af0d75b --- /dev/null +++ b/priv/static/icons/align-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/align-end.svg b/priv/static/icons/align-end.svg new file mode 100644 index 0000000..28f861d --- /dev/null +++ b/priv/static/icons/align-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/align-middle.svg b/priv/static/icons/align-middle.svg new file mode 100644 index 0000000..95c6598 --- /dev/null +++ b/priv/static/icons/align-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/align-start.svg b/priv/static/icons/align-start.svg new file mode 100644 index 0000000..a72ba98 --- /dev/null +++ b/priv/static/icons/align-start.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/align-top.svg b/priv/static/icons/align-top.svg new file mode 100644 index 0000000..d2934f5 --- /dev/null +++ b/priv/static/icons/align-top.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/alipay.svg b/priv/static/icons/alipay.svg new file mode 100644 index 0000000..df7def9 --- /dev/null +++ b/priv/static/icons/alipay.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/alphabet-uppercase.svg b/priv/static/icons/alphabet-uppercase.svg new file mode 100644 index 0000000..1d19206 --- /dev/null +++ b/priv/static/icons/alphabet-uppercase.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/alphabet.svg b/priv/static/icons/alphabet.svg new file mode 100644 index 0000000..03ef6dd --- /dev/null +++ b/priv/static/icons/alphabet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/alt.svg b/priv/static/icons/alt.svg new file mode 100644 index 0000000..22b7886 --- /dev/null +++ b/priv/static/icons/alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/amazon.svg b/priv/static/icons/amazon.svg new file mode 100644 index 0000000..bf26ba6 --- /dev/null +++ b/priv/static/icons/amazon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/amd.svg b/priv/static/icons/amd.svg new file mode 100644 index 0000000..15dab80 --- /dev/null +++ b/priv/static/icons/amd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/android.svg b/priv/static/icons/android.svg new file mode 100644 index 0000000..d890952 --- /dev/null +++ b/priv/static/icons/android.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/android2.svg b/priv/static/icons/android2.svg new file mode 100644 index 0000000..37613cc --- /dev/null +++ b/priv/static/icons/android2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/app-indicator.svg b/priv/static/icons/app-indicator.svg new file mode 100644 index 0000000..450a011 --- /dev/null +++ b/priv/static/icons/app-indicator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/app.svg b/priv/static/icons/app.svg new file mode 100644 index 0000000..819df1b --- /dev/null +++ b/priv/static/icons/app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/apple.svg b/priv/static/icons/apple.svg new file mode 100644 index 0000000..b8bc2a0 --- /dev/null +++ b/priv/static/icons/apple.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/archive-fill.svg b/priv/static/icons/archive-fill.svg new file mode 100644 index 0000000..077aa29 --- /dev/null +++ b/priv/static/icons/archive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/archive.svg b/priv/static/icons/archive.svg new file mode 100644 index 0000000..b41be30 --- /dev/null +++ b/priv/static/icons/archive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-90deg-down.svg b/priv/static/icons/arrow-90deg-down.svg new file mode 100644 index 0000000..1193b5d --- /dev/null +++ b/priv/static/icons/arrow-90deg-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-90deg-left.svg b/priv/static/icons/arrow-90deg-left.svg new file mode 100644 index 0000000..1656b22 --- /dev/null +++ b/priv/static/icons/arrow-90deg-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-90deg-right.svg b/priv/static/icons/arrow-90deg-right.svg new file mode 100644 index 0000000..a7d32ce --- /dev/null +++ b/priv/static/icons/arrow-90deg-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-90deg-up.svg b/priv/static/icons/arrow-90deg-up.svg new file mode 100644 index 0000000..6c95e3d --- /dev/null +++ b/priv/static/icons/arrow-90deg-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-bar-down.svg b/priv/static/icons/arrow-bar-down.svg new file mode 100644 index 0000000..fe18e39 --- /dev/null +++ b/priv/static/icons/arrow-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-bar-left.svg b/priv/static/icons/arrow-bar-left.svg new file mode 100644 index 0000000..8f9252e --- /dev/null +++ b/priv/static/icons/arrow-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-bar-right.svg b/priv/static/icons/arrow-bar-right.svg new file mode 100644 index 0000000..9b64347 --- /dev/null +++ b/priv/static/icons/arrow-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-bar-up.svg b/priv/static/icons/arrow-bar-up.svg new file mode 100644 index 0000000..090b6bd --- /dev/null +++ b/priv/static/icons/arrow-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-clockwise.svg b/priv/static/icons/arrow-clockwise.svg new file mode 100644 index 0000000..b072eb0 --- /dev/null +++ b/priv/static/icons/arrow-clockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-counterclockwise.svg b/priv/static/icons/arrow-counterclockwise.svg new file mode 100644 index 0000000..b0b23b9 --- /dev/null +++ b/priv/static/icons/arrow-counterclockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-circle-fill.svg b/priv/static/icons/arrow-down-circle-fill.svg new file mode 100644 index 0000000..8e837c0 --- /dev/null +++ b/priv/static/icons/arrow-down-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-circle.svg b/priv/static/icons/arrow-down-circle.svg new file mode 100644 index 0000000..fe215b9 --- /dev/null +++ b/priv/static/icons/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-left-circle-fill.svg b/priv/static/icons/arrow-down-left-circle-fill.svg new file mode 100644 index 0000000..bcebc12 --- /dev/null +++ b/priv/static/icons/arrow-down-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-left-circle.svg b/priv/static/icons/arrow-down-left-circle.svg new file mode 100644 index 0000000..8b52276 --- /dev/null +++ b/priv/static/icons/arrow-down-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-left-square-fill.svg b/priv/static/icons/arrow-down-left-square-fill.svg new file mode 100644 index 0000000..57c099f --- /dev/null +++ b/priv/static/icons/arrow-down-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-left-square.svg b/priv/static/icons/arrow-down-left-square.svg new file mode 100644 index 0000000..08e0028 --- /dev/null +++ b/priv/static/icons/arrow-down-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-left.svg b/priv/static/icons/arrow-down-left.svg new file mode 100644 index 0000000..96a6b08 --- /dev/null +++ b/priv/static/icons/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-right-circle-fill.svg b/priv/static/icons/arrow-down-right-circle-fill.svg new file mode 100644 index 0000000..35ab8c2 --- /dev/null +++ b/priv/static/icons/arrow-down-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-right-circle.svg b/priv/static/icons/arrow-down-right-circle.svg new file mode 100644 index 0000000..1cd51bc --- /dev/null +++ b/priv/static/icons/arrow-down-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-right-square-fill.svg b/priv/static/icons/arrow-down-right-square-fill.svg new file mode 100644 index 0000000..3ccff9b --- /dev/null +++ b/priv/static/icons/arrow-down-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-right-square.svg b/priv/static/icons/arrow-down-right-square.svg new file mode 100644 index 0000000..5019b26 --- /dev/null +++ b/priv/static/icons/arrow-down-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-right.svg b/priv/static/icons/arrow-down-right.svg new file mode 100644 index 0000000..80487bd --- /dev/null +++ b/priv/static/icons/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-short.svg b/priv/static/icons/arrow-down-short.svg new file mode 100644 index 0000000..2fda340 --- /dev/null +++ b/priv/static/icons/arrow-down-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-square-fill.svg b/priv/static/icons/arrow-down-square-fill.svg new file mode 100644 index 0000000..ea8f14b --- /dev/null +++ b/priv/static/icons/arrow-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-square.svg b/priv/static/icons/arrow-down-square.svg new file mode 100644 index 0000000..633671f --- /dev/null +++ b/priv/static/icons/arrow-down-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down-up.svg b/priv/static/icons/arrow-down-up.svg new file mode 100644 index 0000000..a128d9b --- /dev/null +++ b/priv/static/icons/arrow-down-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-down.svg b/priv/static/icons/arrow-down.svg new file mode 100644 index 0000000..1344ca9 --- /dev/null +++ b/priv/static/icons/arrow-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-circle-fill.svg b/priv/static/icons/arrow-left-circle-fill.svg new file mode 100644 index 0000000..2eebe62 --- /dev/null +++ b/priv/static/icons/arrow-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-circle.svg b/priv/static/icons/arrow-left-circle.svg new file mode 100644 index 0000000..39f86b8 --- /dev/null +++ b/priv/static/icons/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-right.svg b/priv/static/icons/arrow-left-right.svg new file mode 100644 index 0000000..8aabd7b --- /dev/null +++ b/priv/static/icons/arrow-left-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-short.svg b/priv/static/icons/arrow-left-short.svg new file mode 100644 index 0000000..13005fb --- /dev/null +++ b/priv/static/icons/arrow-left-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-square-fill.svg b/priv/static/icons/arrow-left-square-fill.svg new file mode 100644 index 0000000..76dbe9e --- /dev/null +++ b/priv/static/icons/arrow-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left-square.svg b/priv/static/icons/arrow-left-square.svg new file mode 100644 index 0000000..4db19b3 --- /dev/null +++ b/priv/static/icons/arrow-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-left.svg b/priv/static/icons/arrow-left.svg new file mode 100644 index 0000000..9d88501 --- /dev/null +++ b/priv/static/icons/arrow-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-repeat.svg b/priv/static/icons/arrow-repeat.svg new file mode 100644 index 0000000..d0d7154 --- /dev/null +++ b/priv/static/icons/arrow-repeat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-return-left.svg b/priv/static/icons/arrow-return-left.svg new file mode 100644 index 0000000..f6b125e --- /dev/null +++ b/priv/static/icons/arrow-return-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-return-right.svg b/priv/static/icons/arrow-return-right.svg new file mode 100644 index 0000000..228e24b --- /dev/null +++ b/priv/static/icons/arrow-return-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right-circle-fill.svg b/priv/static/icons/arrow-right-circle-fill.svg new file mode 100644 index 0000000..336a34e --- /dev/null +++ b/priv/static/icons/arrow-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right-circle.svg b/priv/static/icons/arrow-right-circle.svg new file mode 100644 index 0000000..1339b52 --- /dev/null +++ b/priv/static/icons/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right-short.svg b/priv/static/icons/arrow-right-short.svg new file mode 100644 index 0000000..4626398 --- /dev/null +++ b/priv/static/icons/arrow-right-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right-square-fill.svg b/priv/static/icons/arrow-right-square-fill.svg new file mode 100644 index 0000000..55285eb --- /dev/null +++ b/priv/static/icons/arrow-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right-square.svg b/priv/static/icons/arrow-right-square.svg new file mode 100644 index 0000000..7209ead --- /dev/null +++ b/priv/static/icons/arrow-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-right.svg b/priv/static/icons/arrow-right.svg new file mode 100644 index 0000000..d4b878b --- /dev/null +++ b/priv/static/icons/arrow-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-through-heart-fill.svg b/priv/static/icons/arrow-through-heart-fill.svg new file mode 100644 index 0000000..1b3c30f --- /dev/null +++ b/priv/static/icons/arrow-through-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-through-heart.svg b/priv/static/icons/arrow-through-heart.svg new file mode 100644 index 0000000..f352870 --- /dev/null +++ b/priv/static/icons/arrow-through-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-circle-fill.svg b/priv/static/icons/arrow-up-circle-fill.svg new file mode 100644 index 0000000..ab0a54c --- /dev/null +++ b/priv/static/icons/arrow-up-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-circle.svg b/priv/static/icons/arrow-up-circle.svg new file mode 100644 index 0000000..9923ae3 --- /dev/null +++ b/priv/static/icons/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-left-circle-fill.svg b/priv/static/icons/arrow-up-left-circle-fill.svg new file mode 100644 index 0000000..df6e194 --- /dev/null +++ b/priv/static/icons/arrow-up-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-left-circle.svg b/priv/static/icons/arrow-up-left-circle.svg new file mode 100644 index 0000000..dfdaf71 --- /dev/null +++ b/priv/static/icons/arrow-up-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-left-square-fill.svg b/priv/static/icons/arrow-up-left-square-fill.svg new file mode 100644 index 0000000..220169d --- /dev/null +++ b/priv/static/icons/arrow-up-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-left-square.svg b/priv/static/icons/arrow-up-left-square.svg new file mode 100644 index 0000000..9d3767f --- /dev/null +++ b/priv/static/icons/arrow-up-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-left.svg b/priv/static/icons/arrow-up-left.svg new file mode 100644 index 0000000..da5bb6c --- /dev/null +++ b/priv/static/icons/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-right-circle-fill.svg b/priv/static/icons/arrow-up-right-circle-fill.svg new file mode 100644 index 0000000..ba547c8 --- /dev/null +++ b/priv/static/icons/arrow-up-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-right-circle.svg b/priv/static/icons/arrow-up-right-circle.svg new file mode 100644 index 0000000..f2fcabc --- /dev/null +++ b/priv/static/icons/arrow-up-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-right-square-fill.svg b/priv/static/icons/arrow-up-right-square-fill.svg new file mode 100644 index 0000000..7454537 --- /dev/null +++ b/priv/static/icons/arrow-up-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-right-square.svg b/priv/static/icons/arrow-up-right-square.svg new file mode 100644 index 0000000..9754423 --- /dev/null +++ b/priv/static/icons/arrow-up-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-right.svg b/priv/static/icons/arrow-up-right.svg new file mode 100644 index 0000000..6924a38 --- /dev/null +++ b/priv/static/icons/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-short.svg b/priv/static/icons/arrow-up-short.svg new file mode 100644 index 0000000..3863f15 --- /dev/null +++ b/priv/static/icons/arrow-up-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-square-fill.svg b/priv/static/icons/arrow-up-square-fill.svg new file mode 100644 index 0000000..bb51b25 --- /dev/null +++ b/priv/static/icons/arrow-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up-square.svg b/priv/static/icons/arrow-up-square.svg new file mode 100644 index 0000000..d21f03e --- /dev/null +++ b/priv/static/icons/arrow-up-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrow-up.svg b/priv/static/icons/arrow-up.svg new file mode 100644 index 0000000..c46d49e --- /dev/null +++ b/priv/static/icons/arrow-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-angle-contract.svg b/priv/static/icons/arrows-angle-contract.svg new file mode 100644 index 0000000..d140e19 --- /dev/null +++ b/priv/static/icons/arrows-angle-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-angle-expand.svg b/priv/static/icons/arrows-angle-expand.svg new file mode 100644 index 0000000..3697f60 --- /dev/null +++ b/priv/static/icons/arrows-angle-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-collapse-vertical.svg b/priv/static/icons/arrows-collapse-vertical.svg new file mode 100644 index 0000000..7d11bf9 --- /dev/null +++ b/priv/static/icons/arrows-collapse-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-collapse.svg b/priv/static/icons/arrows-collapse.svg new file mode 100644 index 0000000..d60fbee --- /dev/null +++ b/priv/static/icons/arrows-collapse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-expand-vertical.svg b/priv/static/icons/arrows-expand-vertical.svg new file mode 100644 index 0000000..7bf1388 --- /dev/null +++ b/priv/static/icons/arrows-expand-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-expand.svg b/priv/static/icons/arrows-expand.svg new file mode 100644 index 0000000..d5d00f4 --- /dev/null +++ b/priv/static/icons/arrows-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-fullscreen.svg b/priv/static/icons/arrows-fullscreen.svg new file mode 100644 index 0000000..dc0acc3 --- /dev/null +++ b/priv/static/icons/arrows-fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-move.svg b/priv/static/icons/arrows-move.svg new file mode 100644 index 0000000..eef62ef --- /dev/null +++ b/priv/static/icons/arrows-move.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows-vertical.svg b/priv/static/icons/arrows-vertical.svg new file mode 100644 index 0000000..8dd6371 --- /dev/null +++ b/priv/static/icons/arrows-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/arrows.svg b/priv/static/icons/arrows.svg new file mode 100644 index 0000000..003f2d6 --- /dev/null +++ b/priv/static/icons/arrows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/aspect-ratio-fill.svg b/priv/static/icons/aspect-ratio-fill.svg new file mode 100644 index 0000000..81dcfcb --- /dev/null +++ b/priv/static/icons/aspect-ratio-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/aspect-ratio.svg b/priv/static/icons/aspect-ratio.svg new file mode 100644 index 0000000..66719a7 --- /dev/null +++ b/priv/static/icons/aspect-ratio.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/asterisk.svg b/priv/static/icons/asterisk.svg new file mode 100644 index 0000000..8b0a9da --- /dev/null +++ b/priv/static/icons/asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/at.svg b/priv/static/icons/at.svg new file mode 100644 index 0000000..4a85e14 --- /dev/null +++ b/priv/static/icons/at.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/award-fill.svg b/priv/static/icons/award-fill.svg new file mode 100644 index 0000000..6b58996 --- /dev/null +++ b/priv/static/icons/award-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/award.svg b/priv/static/icons/award.svg new file mode 100644 index 0000000..8f572ff --- /dev/null +++ b/priv/static/icons/award.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/back.svg b/priv/static/icons/back.svg new file mode 100644 index 0000000..4c6cbcb --- /dev/null +++ b/priv/static/icons/back.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/backpack-fill.svg b/priv/static/icons/backpack-fill.svg new file mode 100644 index 0000000..807f13f --- /dev/null +++ b/priv/static/icons/backpack-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack.svg b/priv/static/icons/backpack.svg new file mode 100644 index 0000000..7716377 --- /dev/null +++ b/priv/static/icons/backpack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack2-fill.svg b/priv/static/icons/backpack2-fill.svg new file mode 100644 index 0000000..440326c --- /dev/null +++ b/priv/static/icons/backpack2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack2.svg b/priv/static/icons/backpack2.svg new file mode 100644 index 0000000..605b47a --- /dev/null +++ b/priv/static/icons/backpack2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack3-fill.svg b/priv/static/icons/backpack3-fill.svg new file mode 100644 index 0000000..4ba9618 --- /dev/null +++ b/priv/static/icons/backpack3-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack3.svg b/priv/static/icons/backpack3.svg new file mode 100644 index 0000000..c06372d --- /dev/null +++ b/priv/static/icons/backpack3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack4-fill.svg b/priv/static/icons/backpack4-fill.svg new file mode 100644 index 0000000..b34434c --- /dev/null +++ b/priv/static/icons/backpack4-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backpack4.svg b/priv/static/icons/backpack4.svg new file mode 100644 index 0000000..e4bf93f --- /dev/null +++ b/priv/static/icons/backpack4.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backspace-fill.svg b/priv/static/icons/backspace-fill.svg new file mode 100644 index 0000000..ab63109 --- /dev/null +++ b/priv/static/icons/backspace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/backspace-reverse-fill.svg b/priv/static/icons/backspace-reverse-fill.svg new file mode 100644 index 0000000..ed509ec --- /dev/null +++ b/priv/static/icons/backspace-reverse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/backspace-reverse.svg b/priv/static/icons/backspace-reverse.svg new file mode 100644 index 0000000..446e019 --- /dev/null +++ b/priv/static/icons/backspace-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/backspace.svg b/priv/static/icons/backspace.svg new file mode 100644 index 0000000..55c802c --- /dev/null +++ b/priv/static/icons/backspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-3d-fill.svg b/priv/static/icons/badge-3d-fill.svg new file mode 100644 index 0000000..ac61cb5 --- /dev/null +++ b/priv/static/icons/badge-3d-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-3d.svg b/priv/static/icons/badge-3d.svg new file mode 100644 index 0000000..3485837 --- /dev/null +++ b/priv/static/icons/badge-3d.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-4k-fill.svg b/priv/static/icons/badge-4k-fill.svg new file mode 100644 index 0000000..f353033 --- /dev/null +++ b/priv/static/icons/badge-4k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-4k.svg b/priv/static/icons/badge-4k.svg new file mode 100644 index 0000000..24ddcb1 --- /dev/null +++ b/priv/static/icons/badge-4k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-8k-fill.svg b/priv/static/icons/badge-8k-fill.svg new file mode 100644 index 0000000..1e1d4c1 --- /dev/null +++ b/priv/static/icons/badge-8k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-8k.svg b/priv/static/icons/badge-8k.svg new file mode 100644 index 0000000..7df4c75 --- /dev/null +++ b/priv/static/icons/badge-8k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-ad-fill.svg b/priv/static/icons/badge-ad-fill.svg new file mode 100644 index 0000000..b383de6 --- /dev/null +++ b/priv/static/icons/badge-ad-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-ad.svg b/priv/static/icons/badge-ad.svg new file mode 100644 index 0000000..942b018 --- /dev/null +++ b/priv/static/icons/badge-ad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-ar-fill.svg b/priv/static/icons/badge-ar-fill.svg new file mode 100644 index 0000000..f98caac --- /dev/null +++ b/priv/static/icons/badge-ar-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-ar.svg b/priv/static/icons/badge-ar.svg new file mode 100644 index 0000000..2210506 --- /dev/null +++ b/priv/static/icons/badge-ar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-cc-fill.svg b/priv/static/icons/badge-cc-fill.svg new file mode 100644 index 0000000..d9783fe --- /dev/null +++ b/priv/static/icons/badge-cc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/badge-cc.svg b/priv/static/icons/badge-cc.svg new file mode 100644 index 0000000..7868cb4 --- /dev/null +++ b/priv/static/icons/badge-cc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-hd-fill.svg b/priv/static/icons/badge-hd-fill.svg new file mode 100644 index 0000000..9f0a498 --- /dev/null +++ b/priv/static/icons/badge-hd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-hd.svg b/priv/static/icons/badge-hd.svg new file mode 100644 index 0000000..e3f4ae7 --- /dev/null +++ b/priv/static/icons/badge-hd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-sd-fill.svg b/priv/static/icons/badge-sd-fill.svg new file mode 100644 index 0000000..538b642 --- /dev/null +++ b/priv/static/icons/badge-sd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-sd.svg b/priv/static/icons/badge-sd.svg new file mode 100644 index 0000000..68667dd --- /dev/null +++ b/priv/static/icons/badge-sd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/badge-tm-fill.svg b/priv/static/icons/badge-tm-fill.svg new file mode 100644 index 0000000..7d334ce --- /dev/null +++ b/priv/static/icons/badge-tm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/badge-tm.svg b/priv/static/icons/badge-tm.svg new file mode 100644 index 0000000..452dd3b --- /dev/null +++ b/priv/static/icons/badge-tm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-vo-fill.svg b/priv/static/icons/badge-vo-fill.svg new file mode 100644 index 0000000..1f74e75 --- /dev/null +++ b/priv/static/icons/badge-vo-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-vo.svg b/priv/static/icons/badge-vo.svg new file mode 100644 index 0000000..500d98f --- /dev/null +++ b/priv/static/icons/badge-vo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-vr-fill.svg b/priv/static/icons/badge-vr-fill.svg new file mode 100644 index 0000000..6cde11f --- /dev/null +++ b/priv/static/icons/badge-vr-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-vr.svg b/priv/static/icons/badge-vr.svg new file mode 100644 index 0000000..5c06852 --- /dev/null +++ b/priv/static/icons/badge-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/badge-wc-fill.svg b/priv/static/icons/badge-wc-fill.svg new file mode 100644 index 0000000..47db37b --- /dev/null +++ b/priv/static/icons/badge-wc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/badge-wc.svg b/priv/static/icons/badge-wc.svg new file mode 100644 index 0000000..3f0cc5b --- /dev/null +++ b/priv/static/icons/badge-wc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bag-check-fill.svg b/priv/static/icons/bag-check-fill.svg new file mode 100644 index 0000000..a1ba2d2 --- /dev/null +++ b/priv/static/icons/bag-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-check.svg b/priv/static/icons/bag-check.svg new file mode 100644 index 0000000..c6ad9ac --- /dev/null +++ b/priv/static/icons/bag-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bag-dash-fill.svg b/priv/static/icons/bag-dash-fill.svg new file mode 100644 index 0000000..a739242 --- /dev/null +++ b/priv/static/icons/bag-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-dash.svg b/priv/static/icons/bag-dash.svg new file mode 100644 index 0000000..9bcb202 --- /dev/null +++ b/priv/static/icons/bag-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bag-fill.svg b/priv/static/icons/bag-fill.svg new file mode 100644 index 0000000..1a1e2e2 --- /dev/null +++ b/priv/static/icons/bag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-heart-fill.svg b/priv/static/icons/bag-heart-fill.svg new file mode 100644 index 0000000..a859e05 --- /dev/null +++ b/priv/static/icons/bag-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-heart.svg b/priv/static/icons/bag-heart.svg new file mode 100644 index 0000000..2a6bd30 --- /dev/null +++ b/priv/static/icons/bag-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-plus-fill.svg b/priv/static/icons/bag-plus-fill.svg new file mode 100644 index 0000000..a110b32 --- /dev/null +++ b/priv/static/icons/bag-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-plus.svg b/priv/static/icons/bag-plus.svg new file mode 100644 index 0000000..b99a1a5 --- /dev/null +++ b/priv/static/icons/bag-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bag-x-fill.svg b/priv/static/icons/bag-x-fill.svg new file mode 100644 index 0000000..879bffe --- /dev/null +++ b/priv/static/icons/bag-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bag-x.svg b/priv/static/icons/bag-x.svg new file mode 100644 index 0000000..616532c --- /dev/null +++ b/priv/static/icons/bag-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bag.svg b/priv/static/icons/bag.svg new file mode 100644 index 0000000..603de5f --- /dev/null +++ b/priv/static/icons/bag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/balloon-fill.svg b/priv/static/icons/balloon-fill.svg new file mode 100644 index 0000000..b663894 --- /dev/null +++ b/priv/static/icons/balloon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/balloon-heart-fill.svg b/priv/static/icons/balloon-heart-fill.svg new file mode 100644 index 0000000..cebfb93 --- /dev/null +++ b/priv/static/icons/balloon-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/balloon-heart.svg b/priv/static/icons/balloon-heart.svg new file mode 100644 index 0000000..dadf467 --- /dev/null +++ b/priv/static/icons/balloon-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/balloon.svg b/priv/static/icons/balloon.svg new file mode 100644 index 0000000..6ca06c3 --- /dev/null +++ b/priv/static/icons/balloon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ban-fill.svg b/priv/static/icons/ban-fill.svg new file mode 100644 index 0000000..7e4ccbf --- /dev/null +++ b/priv/static/icons/ban-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ban.svg b/priv/static/icons/ban.svg new file mode 100644 index 0000000..9788534 --- /dev/null +++ b/priv/static/icons/ban.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bandaid-fill.svg b/priv/static/icons/bandaid-fill.svg new file mode 100644 index 0000000..41d350a --- /dev/null +++ b/priv/static/icons/bandaid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bandaid.svg b/priv/static/icons/bandaid.svg new file mode 100644 index 0000000..de16de9 --- /dev/null +++ b/priv/static/icons/bandaid.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bank.svg b/priv/static/icons/bank.svg new file mode 100644 index 0000000..264eaaa --- /dev/null +++ b/priv/static/icons/bank.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bank2.svg b/priv/static/icons/bank2.svg new file mode 100644 index 0000000..b03840c --- /dev/null +++ b/priv/static/icons/bank2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bar-chart-fill.svg b/priv/static/icons/bar-chart-fill.svg new file mode 100644 index 0000000..23ba4f6 --- /dev/null +++ b/priv/static/icons/bar-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bar-chart-line-fill.svg b/priv/static/icons/bar-chart-line-fill.svg new file mode 100644 index 0000000..a5059c4 --- /dev/null +++ b/priv/static/icons/bar-chart-line-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bar-chart-line.svg b/priv/static/icons/bar-chart-line.svg new file mode 100644 index 0000000..e3f0cf2 --- /dev/null +++ b/priv/static/icons/bar-chart-line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bar-chart-steps.svg b/priv/static/icons/bar-chart-steps.svg new file mode 100644 index 0000000..933fba8 --- /dev/null +++ b/priv/static/icons/bar-chart-steps.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bar-chart.svg b/priv/static/icons/bar-chart.svg new file mode 100644 index 0000000..c34c0d4 --- /dev/null +++ b/priv/static/icons/bar-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/basket-fill.svg b/priv/static/icons/basket-fill.svg new file mode 100644 index 0000000..ebf223c --- /dev/null +++ b/priv/static/icons/basket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/basket.svg b/priv/static/icons/basket.svg new file mode 100644 index 0000000..4bc584b --- /dev/null +++ b/priv/static/icons/basket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/basket2-fill.svg b/priv/static/icons/basket2-fill.svg new file mode 100644 index 0000000..9ebf8db --- /dev/null +++ b/priv/static/icons/basket2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/basket2.svg b/priv/static/icons/basket2.svg new file mode 100644 index 0000000..94f0bcb --- /dev/null +++ b/priv/static/icons/basket2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/basket3-fill.svg b/priv/static/icons/basket3-fill.svg new file mode 100644 index 0000000..e26f0ee --- /dev/null +++ b/priv/static/icons/basket3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/basket3.svg b/priv/static/icons/basket3.svg new file mode 100644 index 0000000..ac46c01 --- /dev/null +++ b/priv/static/icons/basket3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/battery-charging.svg b/priv/static/icons/battery-charging.svg new file mode 100644 index 0000000..cbd9107 --- /dev/null +++ b/priv/static/icons/battery-charging.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/battery-full.svg b/priv/static/icons/battery-full.svg new file mode 100644 index 0000000..48cf92e --- /dev/null +++ b/priv/static/icons/battery-full.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/battery-half.svg b/priv/static/icons/battery-half.svg new file mode 100644 index 0000000..8c3afca --- /dev/null +++ b/priv/static/icons/battery-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/battery.svg b/priv/static/icons/battery.svg new file mode 100644 index 0000000..1260360 --- /dev/null +++ b/priv/static/icons/battery.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/behance.svg b/priv/static/icons/behance.svg new file mode 100644 index 0000000..a6a2c42 --- /dev/null +++ b/priv/static/icons/behance.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bell-fill.svg b/priv/static/icons/bell-fill.svg new file mode 100644 index 0000000..76d9b60 --- /dev/null +++ b/priv/static/icons/bell-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bell-slash-fill.svg b/priv/static/icons/bell-slash-fill.svg new file mode 100644 index 0000000..2e6f8cf --- /dev/null +++ b/priv/static/icons/bell-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bell-slash.svg b/priv/static/icons/bell-slash.svg new file mode 100644 index 0000000..eddbb8a --- /dev/null +++ b/priv/static/icons/bell-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bell.svg b/priv/static/icons/bell.svg new file mode 100644 index 0000000..585d417 --- /dev/null +++ b/priv/static/icons/bell.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bezier.svg b/priv/static/icons/bezier.svg new file mode 100644 index 0000000..21ec7b3 --- /dev/null +++ b/priv/static/icons/bezier.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bezier2.svg b/priv/static/icons/bezier2.svg new file mode 100644 index 0000000..48722d0 --- /dev/null +++ b/priv/static/icons/bezier2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bicycle.svg b/priv/static/icons/bicycle.svg new file mode 100644 index 0000000..17a2105 --- /dev/null +++ b/priv/static/icons/bicycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bing.svg b/priv/static/icons/bing.svg new file mode 100644 index 0000000..973c36b --- /dev/null +++ b/priv/static/icons/bing.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/binoculars-fill.svg b/priv/static/icons/binoculars-fill.svg new file mode 100644 index 0000000..de09c73 --- /dev/null +++ b/priv/static/icons/binoculars-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/binoculars.svg b/priv/static/icons/binoculars.svg new file mode 100644 index 0000000..47bca44 --- /dev/null +++ b/priv/static/icons/binoculars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/blockquote-left.svg b/priv/static/icons/blockquote-left.svg new file mode 100644 index 0000000..f2e0fa2 --- /dev/null +++ b/priv/static/icons/blockquote-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/blockquote-right.svg b/priv/static/icons/blockquote-right.svg new file mode 100644 index 0000000..253518d --- /dev/null +++ b/priv/static/icons/blockquote-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bluetooth.svg b/priv/static/icons/bluetooth.svg new file mode 100644 index 0000000..5021e77 --- /dev/null +++ b/priv/static/icons/bluetooth.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/body-text.svg b/priv/static/icons/body-text.svg new file mode 100644 index 0000000..81ede13 --- /dev/null +++ b/priv/static/icons/body-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/book-fill.svg b/priv/static/icons/book-fill.svg new file mode 100644 index 0000000..276a281 --- /dev/null +++ b/priv/static/icons/book-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/book-half.svg b/priv/static/icons/book-half.svg new file mode 100644 index 0000000..76589a5 --- /dev/null +++ b/priv/static/icons/book-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/book.svg b/priv/static/icons/book.svg new file mode 100644 index 0000000..f0e5e49 --- /dev/null +++ b/priv/static/icons/book.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-check-fill.svg b/priv/static/icons/bookmark-check-fill.svg new file mode 100644 index 0000000..039e455 --- /dev/null +++ b/priv/static/icons/bookmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-check.svg b/priv/static/icons/bookmark-check.svg new file mode 100644 index 0000000..b1f572f --- /dev/null +++ b/priv/static/icons/bookmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-dash-fill.svg b/priv/static/icons/bookmark-dash-fill.svg new file mode 100644 index 0000000..e171192 --- /dev/null +++ b/priv/static/icons/bookmark-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-dash.svg b/priv/static/icons/bookmark-dash.svg new file mode 100644 index 0000000..1138dbb --- /dev/null +++ b/priv/static/icons/bookmark-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-fill.svg b/priv/static/icons/bookmark-fill.svg new file mode 100644 index 0000000..9466102 --- /dev/null +++ b/priv/static/icons/bookmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-heart-fill.svg b/priv/static/icons/bookmark-heart-fill.svg new file mode 100644 index 0000000..83db817 --- /dev/null +++ b/priv/static/icons/bookmark-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-heart.svg b/priv/static/icons/bookmark-heart.svg new file mode 100644 index 0000000..be0adb1 --- /dev/null +++ b/priv/static/icons/bookmark-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-plus-fill.svg b/priv/static/icons/bookmark-plus-fill.svg new file mode 100644 index 0000000..bb4502a --- /dev/null +++ b/priv/static/icons/bookmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-plus.svg b/priv/static/icons/bookmark-plus.svg new file mode 100644 index 0000000..986a222 --- /dev/null +++ b/priv/static/icons/bookmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-star-fill.svg b/priv/static/icons/bookmark-star-fill.svg new file mode 100644 index 0000000..220f16f --- /dev/null +++ b/priv/static/icons/bookmark-star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-star.svg b/priv/static/icons/bookmark-star.svg new file mode 100644 index 0000000..0d2f262 --- /dev/null +++ b/priv/static/icons/bookmark-star.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-x-fill.svg b/priv/static/icons/bookmark-x-fill.svg new file mode 100644 index 0000000..69fd982 --- /dev/null +++ b/priv/static/icons/bookmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark-x.svg b/priv/static/icons/bookmark-x.svg new file mode 100644 index 0000000..6ac9e80 --- /dev/null +++ b/priv/static/icons/bookmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmark.svg b/priv/static/icons/bookmark.svg new file mode 100644 index 0000000..93e1d99 --- /dev/null +++ b/priv/static/icons/bookmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bookmarks-fill.svg b/priv/static/icons/bookmarks-fill.svg new file mode 100644 index 0000000..eb5a2db --- /dev/null +++ b/priv/static/icons/bookmarks-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookmarks.svg b/priv/static/icons/bookmarks.svg new file mode 100644 index 0000000..6efa0bc --- /dev/null +++ b/priv/static/icons/bookmarks.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bookshelf.svg b/priv/static/icons/bookshelf.svg new file mode 100644 index 0000000..6549ea1 --- /dev/null +++ b/priv/static/icons/bookshelf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/boombox-fill.svg b/priv/static/icons/boombox-fill.svg new file mode 100644 index 0000000..6103ae2 --- /dev/null +++ b/priv/static/icons/boombox-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/boombox.svg b/priv/static/icons/boombox.svg new file mode 100644 index 0000000..520f23e --- /dev/null +++ b/priv/static/icons/boombox.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/bootstrap-fill.svg b/priv/static/icons/bootstrap-fill.svg new file mode 100644 index 0000000..9d16320 --- /dev/null +++ b/priv/static/icons/bootstrap-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bootstrap-icons.css b/priv/static/icons/bootstrap-icons.css new file mode 100644 index 0000000..dd65550 --- /dev/null +++ b/priv/static/icons/bootstrap-icons.css @@ -0,0 +1,2078 @@ +/*! + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) + * Copyright 2019-2023 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?2820a3852bdb9a5832199cc61cec4e65") format("woff2"), +url("./fonts/bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !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"; } diff --git a/priv/static/icons/bootstrap-icons.json b/priv/static/icons/bootstrap-icons.json new file mode 100644 index 0000000..56247e5 --- /dev/null +++ b/priv/static/icons/bootstrap-icons.json @@ -0,0 +1,2052 @@ +{ + "123": 63103, + "alarm-fill": 61697, + "alarm": 61698, + "align-bottom": 61699, + "align-center": 61700, + "align-end": 61701, + "align-middle": 61702, + "align-start": 61703, + "align-top": 61704, + "alt": 61705, + "app-indicator": 61706, + "app": 61707, + "archive-fill": 61708, + "archive": 61709, + "arrow-90deg-down": 61710, + "arrow-90deg-left": 61711, + "arrow-90deg-right": 61712, + "arrow-90deg-up": 61713, + "arrow-bar-down": 61714, + "arrow-bar-left": 61715, + "arrow-bar-right": 61716, + "arrow-bar-up": 61717, + "arrow-clockwise": 61718, + "arrow-counterclockwise": 61719, + "arrow-down-circle-fill": 61720, + "arrow-down-circle": 61721, + "arrow-down-left-circle-fill": 61722, + "arrow-down-left-circle": 61723, + "arrow-down-left-square-fill": 61724, + "arrow-down-left-square": 61725, + "arrow-down-left": 61726, + "arrow-down-right-circle-fill": 61727, + "arrow-down-right-circle": 61728, + "arrow-down-right-square-fill": 61729, + "arrow-down-right-square": 61730, + "arrow-down-right": 61731, + "arrow-down-short": 61732, + "arrow-down-square-fill": 61733, + "arrow-down-square": 61734, + "arrow-down-up": 61735, + "arrow-down": 61736, + "arrow-left-circle-fill": 61737, + "arrow-left-circle": 61738, + "arrow-left-right": 61739, + "arrow-left-short": 61740, + "arrow-left-square-fill": 61741, + "arrow-left-square": 61742, + "arrow-left": 61743, + "arrow-repeat": 61744, + "arrow-return-left": 61745, + "arrow-return-right": 61746, + "arrow-right-circle-fill": 61747, + "arrow-right-circle": 61748, + "arrow-right-short": 61749, + "arrow-right-square-fill": 61750, + "arrow-right-square": 61751, + "arrow-right": 61752, + "arrow-up-circle-fill": 61753, + "arrow-up-circle": 61754, + "arrow-up-left-circle-fill": 61755, + "arrow-up-left-circle": 61756, + "arrow-up-left-square-fill": 61757, + "arrow-up-left-square": 61758, + "arrow-up-left": 61759, + "arrow-up-right-circle-fill": 61760, + "arrow-up-right-circle": 61761, + "arrow-up-right-square-fill": 61762, + "arrow-up-right-square": 61763, + "arrow-up-right": 61764, + "arrow-up-short": 61765, + "arrow-up-square-fill": 61766, + "arrow-up-square": 61767, + "arrow-up": 61768, + "arrows-angle-contract": 61769, + "arrows-angle-expand": 61770, + "arrows-collapse": 61771, + "arrows-expand": 61772, + "arrows-fullscreen": 61773, + "arrows-move": 61774, + "aspect-ratio-fill": 61775, + "aspect-ratio": 61776, + "asterisk": 61777, + "at": 61778, + "award-fill": 61779, + "award": 61780, + "back": 61781, + "backspace-fill": 61782, + "backspace-reverse-fill": 61783, + "backspace-reverse": 61784, + "backspace": 61785, + "badge-3d-fill": 61786, + "badge-3d": 61787, + "badge-4k-fill": 61788, + "badge-4k": 61789, + "badge-8k-fill": 61790, + "badge-8k": 61791, + "badge-ad-fill": 61792, + "badge-ad": 61793, + "badge-ar-fill": 61794, + "badge-ar": 61795, + "badge-cc-fill": 61796, + "badge-cc": 61797, + "badge-hd-fill": 61798, + "badge-hd": 61799, + "badge-tm-fill": 61800, + "badge-tm": 61801, + "badge-vo-fill": 61802, + "badge-vo": 61803, + "badge-vr-fill": 61804, + "badge-vr": 61805, + "badge-wc-fill": 61806, + "badge-wc": 61807, + "bag-check-fill": 61808, + "bag-check": 61809, + "bag-dash-fill": 61810, + "bag-dash": 61811, + "bag-fill": 61812, + "bag-plus-fill": 61813, + "bag-plus": 61814, + "bag-x-fill": 61815, + "bag-x": 61816, + "bag": 61817, + "bar-chart-fill": 61818, + "bar-chart-line-fill": 61819, + "bar-chart-line": 61820, + "bar-chart-steps": 61821, + "bar-chart": 61822, + "basket-fill": 61823, + "basket": 61824, + "basket2-fill": 61825, + "basket2": 61826, + "basket3-fill": 61827, + "basket3": 61828, + "battery-charging": 61829, + "battery-full": 61830, + "battery-half": 61831, + "battery": 61832, + "bell-fill": 61833, + "bell": 61834, + "bezier": 61835, + "bezier2": 61836, + "bicycle": 61837, + "binoculars-fill": 61838, + "binoculars": 61839, + "blockquote-left": 61840, + "blockquote-right": 61841, + "book-fill": 61842, + "book-half": 61843, + "book": 61844, + "bookmark-check-fill": 61845, + "bookmark-check": 61846, + "bookmark-dash-fill": 61847, + "bookmark-dash": 61848, + "bookmark-fill": 61849, + "bookmark-heart-fill": 61850, + "bookmark-heart": 61851, + "bookmark-plus-fill": 61852, + "bookmark-plus": 61853, + "bookmark-star-fill": 61854, + "bookmark-star": 61855, + "bookmark-x-fill": 61856, + "bookmark-x": 61857, + "bookmark": 61858, + "bookmarks-fill": 61859, + "bookmarks": 61860, + "bookshelf": 61861, + "bootstrap-fill": 61862, + "bootstrap-reboot": 61863, + "bootstrap": 61864, + "border-all": 61865, + "border-bottom": 61866, + "border-center": 61867, + "border-inner": 61868, + "border-left": 61869, + "border-middle": 61870, + "border-outer": 61871, + "border-right": 61872, + "border-style": 61873, + "border-top": 61874, + "border-width": 61875, + "border": 61876, + "bounding-box-circles": 61877, + "bounding-box": 61878, + "box-arrow-down-left": 61879, + "box-arrow-down-right": 61880, + "box-arrow-down": 61881, + "box-arrow-in-down-left": 61882, + "box-arrow-in-down-right": 61883, + "box-arrow-in-down": 61884, + "box-arrow-in-left": 61885, + "box-arrow-in-right": 61886, + "box-arrow-in-up-left": 61887, + "box-arrow-in-up-right": 61888, + "box-arrow-in-up": 61889, + "box-arrow-left": 61890, + "box-arrow-right": 61891, + "box-arrow-up-left": 61892, + "box-arrow-up-right": 61893, + "box-arrow-up": 61894, + "box-seam": 61895, + "box": 61896, + "braces": 61897, + "bricks": 61898, + "briefcase-fill": 61899, + "briefcase": 61900, + "brightness-alt-high-fill": 61901, + "brightness-alt-high": 61902, + "brightness-alt-low-fill": 61903, + "brightness-alt-low": 61904, + "brightness-high-fill": 61905, + "brightness-high": 61906, + "brightness-low-fill": 61907, + "brightness-low": 61908, + "broadcast-pin": 61909, + "broadcast": 61910, + "brush-fill": 61911, + "brush": 61912, + "bucket-fill": 61913, + "bucket": 61914, + "bug-fill": 61915, + "bug": 61916, + "building": 61917, + "bullseye": 61918, + "calculator-fill": 61919, + "calculator": 61920, + "calendar-check-fill": 61921, + "calendar-check": 61922, + "calendar-date-fill": 61923, + "calendar-date": 61924, + "calendar-day-fill": 61925, + "calendar-day": 61926, + "calendar-event-fill": 61927, + "calendar-event": 61928, + "calendar-fill": 61929, + "calendar-minus-fill": 61930, + "calendar-minus": 61931, + "calendar-month-fill": 61932, + "calendar-month": 61933, + "calendar-plus-fill": 61934, + "calendar-plus": 61935, + "calendar-range-fill": 61936, + "calendar-range": 61937, + "calendar-week-fill": 61938, + "calendar-week": 61939, + "calendar-x-fill": 61940, + "calendar-x": 61941, + "calendar": 61942, + "calendar2-check-fill": 61943, + "calendar2-check": 61944, + "calendar2-date-fill": 61945, + "calendar2-date": 61946, + "calendar2-day-fill": 61947, + "calendar2-day": 61948, + "calendar2-event-fill": 61949, + "calendar2-event": 61950, + "calendar2-fill": 61951, + "calendar2-minus-fill": 61952, + "calendar2-minus": 61953, + "calendar2-month-fill": 61954, + "calendar2-month": 61955, + "calendar2-plus-fill": 61956, + "calendar2-plus": 61957, + "calendar2-range-fill": 61958, + "calendar2-range": 61959, + "calendar2-week-fill": 61960, + "calendar2-week": 61961, + "calendar2-x-fill": 61962, + "calendar2-x": 61963, + "calendar2": 61964, + "calendar3-event-fill": 61965, + "calendar3-event": 61966, + "calendar3-fill": 61967, + "calendar3-range-fill": 61968, + "calendar3-range": 61969, + "calendar3-week-fill": 61970, + "calendar3-week": 61971, + "calendar3": 61972, + "calendar4-event": 61973, + "calendar4-range": 61974, + "calendar4-week": 61975, + "calendar4": 61976, + "camera-fill": 61977, + "camera-reels-fill": 61978, + "camera-reels": 61979, + "camera-video-fill": 61980, + "camera-video-off-fill": 61981, + "camera-video-off": 61982, + "camera-video": 61983, + "camera": 61984, + "camera2": 61985, + "capslock-fill": 61986, + "capslock": 61987, + "card-checklist": 61988, + "card-heading": 61989, + "card-image": 61990, + "card-list": 61991, + "card-text": 61992, + "caret-down-fill": 61993, + "caret-down-square-fill": 61994, + "caret-down-square": 61995, + "caret-down": 61996, + "caret-left-fill": 61997, + "caret-left-square-fill": 61998, + "caret-left-square": 61999, + "caret-left": 62000, + "caret-right-fill": 62001, + "caret-right-square-fill": 62002, + "caret-right-square": 62003, + "caret-right": 62004, + "caret-up-fill": 62005, + "caret-up-square-fill": 62006, + "caret-up-square": 62007, + "caret-up": 62008, + "cart-check-fill": 62009, + "cart-check": 62010, + "cart-dash-fill": 62011, + "cart-dash": 62012, + "cart-fill": 62013, + "cart-plus-fill": 62014, + "cart-plus": 62015, + "cart-x-fill": 62016, + "cart-x": 62017, + "cart": 62018, + "cart2": 62019, + "cart3": 62020, + "cart4": 62021, + "cash-stack": 62022, + "cash": 62023, + "cast": 62024, + "chat-dots-fill": 62025, + "chat-dots": 62026, + "chat-fill": 62027, + "chat-left-dots-fill": 62028, + "chat-left-dots": 62029, + "chat-left-fill": 62030, + "chat-left-quote-fill": 62031, + "chat-left-quote": 62032, + "chat-left-text-fill": 62033, + "chat-left-text": 62034, + "chat-left": 62035, + "chat-quote-fill": 62036, + "chat-quote": 62037, + "chat-right-dots-fill": 62038, + "chat-right-dots": 62039, + "chat-right-fill": 62040, + "chat-right-quote-fill": 62041, + "chat-right-quote": 62042, + "chat-right-text-fill": 62043, + "chat-right-text": 62044, + "chat-right": 62045, + "chat-square-dots-fill": 62046, + "chat-square-dots": 62047, + "chat-square-fill": 62048, + "chat-square-quote-fill": 62049, + "chat-square-quote": 62050, + "chat-square-text-fill": 62051, + "chat-square-text": 62052, + "chat-square": 62053, + "chat-text-fill": 62054, + "chat-text": 62055, + "chat": 62056, + "check-all": 62057, + "check-circle-fill": 62058, + "check-circle": 62059, + "check-square-fill": 62060, + "check-square": 62061, + "check": 62062, + "check2-all": 62063, + "check2-circle": 62064, + "check2-square": 62065, + "check2": 62066, + "chevron-bar-contract": 62067, + "chevron-bar-down": 62068, + "chevron-bar-expand": 62069, + "chevron-bar-left": 62070, + "chevron-bar-right": 62071, + "chevron-bar-up": 62072, + "chevron-compact-down": 62073, + "chevron-compact-left": 62074, + "chevron-compact-right": 62075, + "chevron-compact-up": 62076, + "chevron-contract": 62077, + "chevron-double-down": 62078, + "chevron-double-left": 62079, + "chevron-double-right": 62080, + "chevron-double-up": 62081, + "chevron-down": 62082, + "chevron-expand": 62083, + "chevron-left": 62084, + "chevron-right": 62085, + "chevron-up": 62086, + "circle-fill": 62087, + "circle-half": 62088, + "circle-square": 62089, + "circle": 62090, + "clipboard-check": 62091, + "clipboard-data": 62092, + "clipboard-minus": 62093, + "clipboard-plus": 62094, + "clipboard-x": 62095, + "clipboard": 62096, + "clock-fill": 62097, + "clock-history": 62098, + "clock": 62099, + "cloud-arrow-down-fill": 62100, + "cloud-arrow-down": 62101, + "cloud-arrow-up-fill": 62102, + "cloud-arrow-up": 62103, + "cloud-check-fill": 62104, + "cloud-check": 62105, + "cloud-download-fill": 62106, + "cloud-download": 62107, + "cloud-drizzle-fill": 62108, + "cloud-drizzle": 62109, + "cloud-fill": 62110, + "cloud-fog-fill": 62111, + "cloud-fog": 62112, + "cloud-fog2-fill": 62113, + "cloud-fog2": 62114, + "cloud-hail-fill": 62115, + "cloud-hail": 62116, + "cloud-haze-fill": 62118, + "cloud-haze": 62119, + "cloud-haze2-fill": 62120, + "cloud-lightning-fill": 62121, + "cloud-lightning-rain-fill": 62122, + "cloud-lightning-rain": 62123, + "cloud-lightning": 62124, + "cloud-minus-fill": 62125, + "cloud-minus": 62126, + "cloud-moon-fill": 62127, + "cloud-moon": 62128, + "cloud-plus-fill": 62129, + "cloud-plus": 62130, + "cloud-rain-fill": 62131, + "cloud-rain-heavy-fill": 62132, + "cloud-rain-heavy": 62133, + "cloud-rain": 62134, + "cloud-slash-fill": 62135, + "cloud-slash": 62136, + "cloud-sleet-fill": 62137, + "cloud-sleet": 62138, + "cloud-snow-fill": 62139, + "cloud-snow": 62140, + "cloud-sun-fill": 62141, + "cloud-sun": 62142, + "cloud-upload-fill": 62143, + "cloud-upload": 62144, + "cloud": 62145, + "clouds-fill": 62146, + "clouds": 62147, + "cloudy-fill": 62148, + "cloudy": 62149, + "code-slash": 62150, + "code-square": 62151, + "code": 62152, + "collection-fill": 62153, + "collection-play-fill": 62154, + "collection-play": 62155, + "collection": 62156, + "columns-gap": 62157, + "columns": 62158, + "command": 62159, + "compass-fill": 62160, + "compass": 62161, + "cone-striped": 62162, + "cone": 62163, + "controller": 62164, + "cpu-fill": 62165, + "cpu": 62166, + "credit-card-2-back-fill": 62167, + "credit-card-2-back": 62168, + "credit-card-2-front-fill": 62169, + "credit-card-2-front": 62170, + "credit-card-fill": 62171, + "credit-card": 62172, + "crop": 62173, + "cup-fill": 62174, + "cup-straw": 62175, + "cup": 62176, + "cursor-fill": 62177, + "cursor-text": 62178, + "cursor": 62179, + "dash-circle-dotted": 62180, + "dash-circle-fill": 62181, + "dash-circle": 62182, + "dash-square-dotted": 62183, + "dash-square-fill": 62184, + "dash-square": 62185, + "dash": 62186, + "diagram-2-fill": 62187, + "diagram-2": 62188, + "diagram-3-fill": 62189, + "diagram-3": 62190, + "diamond-fill": 62191, + "diamond-half": 62192, + "diamond": 62193, + "dice-1-fill": 62194, + "dice-1": 62195, + "dice-2-fill": 62196, + "dice-2": 62197, + "dice-3-fill": 62198, + "dice-3": 62199, + "dice-4-fill": 62200, + "dice-4": 62201, + "dice-5-fill": 62202, + "dice-5": 62203, + "dice-6-fill": 62204, + "dice-6": 62205, + "disc-fill": 62206, + "disc": 62207, + "discord": 62208, + "display-fill": 62209, + "display": 62210, + "distribute-horizontal": 62211, + "distribute-vertical": 62212, + "door-closed-fill": 62213, + "door-closed": 62214, + "door-open-fill": 62215, + "door-open": 62216, + "dot": 62217, + "download": 62218, + "droplet-fill": 62219, + "droplet-half": 62220, + "droplet": 62221, + "earbuds": 62222, + "easel-fill": 62223, + "easel": 62224, + "egg-fill": 62225, + "egg-fried": 62226, + "egg": 62227, + "eject-fill": 62228, + "eject": 62229, + "emoji-angry-fill": 62230, + "emoji-angry": 62231, + "emoji-dizzy-fill": 62232, + "emoji-dizzy": 62233, + "emoji-expressionless-fill": 62234, + "emoji-expressionless": 62235, + "emoji-frown-fill": 62236, + "emoji-frown": 62237, + "emoji-heart-eyes-fill": 62238, + "emoji-heart-eyes": 62239, + "emoji-laughing-fill": 62240, + "emoji-laughing": 62241, + "emoji-neutral-fill": 62242, + "emoji-neutral": 62243, + "emoji-smile-fill": 62244, + "emoji-smile-upside-down-fill": 62245, + "emoji-smile-upside-down": 62246, + "emoji-smile": 62247, + "emoji-sunglasses-fill": 62248, + "emoji-sunglasses": 62249, + "emoji-wink-fill": 62250, + "emoji-wink": 62251, + "envelope-fill": 62252, + "envelope-open-fill": 62253, + "envelope-open": 62254, + "envelope": 62255, + "eraser-fill": 62256, + "eraser": 62257, + "exclamation-circle-fill": 62258, + "exclamation-circle": 62259, + "exclamation-diamond-fill": 62260, + "exclamation-diamond": 62261, + "exclamation-octagon-fill": 62262, + "exclamation-octagon": 62263, + "exclamation-square-fill": 62264, + "exclamation-square": 62265, + "exclamation-triangle-fill": 62266, + "exclamation-triangle": 62267, + "exclamation": 62268, + "exclude": 62269, + "eye-fill": 62270, + "eye-slash-fill": 62271, + "eye-slash": 62272, + "eye": 62273, + "eyedropper": 62274, + "eyeglasses": 62275, + "facebook": 62276, + "file-arrow-down-fill": 62277, + "file-arrow-down": 62278, + "file-arrow-up-fill": 62279, + "file-arrow-up": 62280, + "file-bar-graph-fill": 62281, + "file-bar-graph": 62282, + "file-binary-fill": 62283, + "file-binary": 62284, + "file-break-fill": 62285, + "file-break": 62286, + "file-check-fill": 62287, + "file-check": 62288, + "file-code-fill": 62289, + "file-code": 62290, + "file-diff-fill": 62291, + "file-diff": 62292, + "file-earmark-arrow-down-fill": 62293, + "file-earmark-arrow-down": 62294, + "file-earmark-arrow-up-fill": 62295, + "file-earmark-arrow-up": 62296, + "file-earmark-bar-graph-fill": 62297, + "file-earmark-bar-graph": 62298, + "file-earmark-binary-fill": 62299, + "file-earmark-binary": 62300, + "file-earmark-break-fill": 62301, + "file-earmark-break": 62302, + "file-earmark-check-fill": 62303, + "file-earmark-check": 62304, + "file-earmark-code-fill": 62305, + "file-earmark-code": 62306, + "file-earmark-diff-fill": 62307, + "file-earmark-diff": 62308, + "file-earmark-easel-fill": 62309, + "file-earmark-easel": 62310, + "file-earmark-excel-fill": 62311, + "file-earmark-excel": 62312, + "file-earmark-fill": 62313, + "file-earmark-font-fill": 62314, + "file-earmark-font": 62315, + "file-earmark-image-fill": 62316, + "file-earmark-image": 62317, + "file-earmark-lock-fill": 62318, + "file-earmark-lock": 62319, + "file-earmark-lock2-fill": 62320, + "file-earmark-lock2": 62321, + "file-earmark-medical-fill": 62322, + "file-earmark-medical": 62323, + "file-earmark-minus-fill": 62324, + "file-earmark-minus": 62325, + "file-earmark-music-fill": 62326, + "file-earmark-music": 62327, + "file-earmark-person-fill": 62328, + "file-earmark-person": 62329, + "file-earmark-play-fill": 62330, + "file-earmark-play": 62331, + "file-earmark-plus-fill": 62332, + "file-earmark-plus": 62333, + "file-earmark-post-fill": 62334, + "file-earmark-post": 62335, + "file-earmark-ppt-fill": 62336, + "file-earmark-ppt": 62337, + "file-earmark-richtext-fill": 62338, + "file-earmark-richtext": 62339, + "file-earmark-ruled-fill": 62340, + "file-earmark-ruled": 62341, + "file-earmark-slides-fill": 62342, + "file-earmark-slides": 62343, + "file-earmark-spreadsheet-fill": 62344, + "file-earmark-spreadsheet": 62345, + "file-earmark-text-fill": 62346, + "file-earmark-text": 62347, + "file-earmark-word-fill": 62348, + "file-earmark-word": 62349, + "file-earmark-x-fill": 62350, + "file-earmark-x": 62351, + "file-earmark-zip-fill": 62352, + "file-earmark-zip": 62353, + "file-earmark": 62354, + "file-easel-fill": 62355, + "file-easel": 62356, + "file-excel-fill": 62357, + "file-excel": 62358, + "file-fill": 62359, + "file-font-fill": 62360, + "file-font": 62361, + "file-image-fill": 62362, + "file-image": 62363, + "file-lock-fill": 62364, + "file-lock": 62365, + "file-lock2-fill": 62366, + "file-lock2": 62367, + "file-medical-fill": 62368, + "file-medical": 62369, + "file-minus-fill": 62370, + "file-minus": 62371, + "file-music-fill": 62372, + "file-music": 62373, + "file-person-fill": 62374, + "file-person": 62375, + "file-play-fill": 62376, + "file-play": 62377, + "file-plus-fill": 62378, + "file-plus": 62379, + "file-post-fill": 62380, + "file-post": 62381, + "file-ppt-fill": 62382, + "file-ppt": 62383, + "file-richtext-fill": 62384, + "file-richtext": 62385, + "file-ruled-fill": 62386, + "file-ruled": 62387, + "file-slides-fill": 62388, + "file-slides": 62389, + "file-spreadsheet-fill": 62390, + "file-spreadsheet": 62391, + "file-text-fill": 62392, + "file-text": 62393, + "file-word-fill": 62394, + "file-word": 62395, + "file-x-fill": 62396, + "file-x": 62397, + "file-zip-fill": 62398, + "file-zip": 62399, + "file": 62400, + "files-alt": 62401, + "files": 62402, + "film": 62403, + "filter-circle-fill": 62404, + "filter-circle": 62405, + "filter-left": 62406, + "filter-right": 62407, + "filter-square-fill": 62408, + "filter-square": 62409, + "filter": 62410, + "flag-fill": 62411, + "flag": 62412, + "flower1": 62413, + "flower2": 62414, + "flower3": 62415, + "folder-check": 62416, + "folder-fill": 62417, + "folder-minus": 62418, + "folder-plus": 62419, + "folder-symlink-fill": 62420, + "folder-symlink": 62421, + "folder-x": 62422, + "folder": 62423, + "folder2-open": 62424, + "folder2": 62425, + "fonts": 62426, + "forward-fill": 62427, + "forward": 62428, + "front": 62429, + "fullscreen-exit": 62430, + "fullscreen": 62431, + "funnel-fill": 62432, + "funnel": 62433, + "gear-fill": 62434, + "gear-wide-connected": 62435, + "gear-wide": 62436, + "gear": 62437, + "gem": 62438, + "geo-alt-fill": 62439, + "geo-alt": 62440, + "geo-fill": 62441, + "geo": 62442, + "gift-fill": 62443, + "gift": 62444, + "github": 62445, + "globe": 62446, + "globe2": 62447, + "google": 62448, + "graph-down": 62449, + "graph-up": 62450, + "grid-1x2-fill": 62451, + "grid-1x2": 62452, + "grid-3x2-gap-fill": 62453, + "grid-3x2-gap": 62454, + "grid-3x2": 62455, + "grid-3x3-gap-fill": 62456, + "grid-3x3-gap": 62457, + "grid-3x3": 62458, + "grid-fill": 62459, + "grid": 62460, + "grip-horizontal": 62461, + "grip-vertical": 62462, + "hammer": 62463, + "hand-index-fill": 62464, + "hand-index-thumb-fill": 62465, + "hand-index-thumb": 62466, + "hand-index": 62467, + "hand-thumbs-down-fill": 62468, + "hand-thumbs-down": 62469, + "hand-thumbs-up-fill": 62470, + "hand-thumbs-up": 62471, + "handbag-fill": 62472, + "handbag": 62473, + "hash": 62474, + "hdd-fill": 62475, + "hdd-network-fill": 62476, + "hdd-network": 62477, + "hdd-rack-fill": 62478, + "hdd-rack": 62479, + "hdd-stack-fill": 62480, + "hdd-stack": 62481, + "hdd": 62482, + "headphones": 62483, + "headset": 62484, + "heart-fill": 62485, + "heart-half": 62486, + "heart": 62487, + "heptagon-fill": 62488, + "heptagon-half": 62489, + "heptagon": 62490, + "hexagon-fill": 62491, + "hexagon-half": 62492, + "hexagon": 62493, + "hourglass-bottom": 62494, + "hourglass-split": 62495, + "hourglass-top": 62496, + "hourglass": 62497, + "house-door-fill": 62498, + "house-door": 62499, + "house-fill": 62500, + "house": 62501, + "hr": 62502, + "hurricane": 62503, + "image-alt": 62504, + "image-fill": 62505, + "image": 62506, + "images": 62507, + "inbox-fill": 62508, + "inbox": 62509, + "inboxes-fill": 62510, + "inboxes": 62511, + "info-circle-fill": 62512, + "info-circle": 62513, + "info-square-fill": 62514, + "info-square": 62515, + "info": 62516, + "input-cursor-text": 62517, + "input-cursor": 62518, + "instagram": 62519, + "intersect": 62520, + "journal-album": 62521, + "journal-arrow-down": 62522, + "journal-arrow-up": 62523, + "journal-bookmark-fill": 62524, + "journal-bookmark": 62525, + "journal-check": 62526, + "journal-code": 62527, + "journal-medical": 62528, + "journal-minus": 62529, + "journal-plus": 62530, + "journal-richtext": 62531, + "journal-text": 62532, + "journal-x": 62533, + "journal": 62534, + "journals": 62535, + "joystick": 62536, + "justify-left": 62537, + "justify-right": 62538, + "justify": 62539, + "kanban-fill": 62540, + "kanban": 62541, + "key-fill": 62542, + "key": 62543, + "keyboard-fill": 62544, + "keyboard": 62545, + "ladder": 62546, + "lamp-fill": 62547, + "lamp": 62548, + "laptop-fill": 62549, + "laptop": 62550, + "layer-backward": 62551, + "layer-forward": 62552, + "layers-fill": 62553, + "layers-half": 62554, + "layers": 62555, + "layout-sidebar-inset-reverse": 62556, + "layout-sidebar-inset": 62557, + "layout-sidebar-reverse": 62558, + "layout-sidebar": 62559, + "layout-split": 62560, + "layout-text-sidebar-reverse": 62561, + "layout-text-sidebar": 62562, + "layout-text-window-reverse": 62563, + "layout-text-window": 62564, + "layout-three-columns": 62565, + "layout-wtf": 62566, + "life-preserver": 62567, + "lightbulb-fill": 62568, + "lightbulb-off-fill": 62569, + "lightbulb-off": 62570, + "lightbulb": 62571, + "lightning-charge-fill": 62572, + "lightning-charge": 62573, + "lightning-fill": 62574, + "lightning": 62575, + "link-45deg": 62576, + "link": 62577, + "linkedin": 62578, + "list-check": 62579, + "list-nested": 62580, + "list-ol": 62581, + "list-stars": 62582, + "list-task": 62583, + "list-ul": 62584, + "list": 62585, + "lock-fill": 62586, + "lock": 62587, + "mailbox": 62588, + "mailbox2": 62589, + "map-fill": 62590, + "map": 62591, + "markdown-fill": 62592, + "markdown": 62593, + "mask": 62594, + "megaphone-fill": 62595, + "megaphone": 62596, + "menu-app-fill": 62597, + "menu-app": 62598, + "menu-button-fill": 62599, + "menu-button-wide-fill": 62600, + "menu-button-wide": 62601, + "menu-button": 62602, + "menu-down": 62603, + "menu-up": 62604, + "mic-fill": 62605, + "mic-mute-fill": 62606, + "mic-mute": 62607, + "mic": 62608, + "minecart-loaded": 62609, + "minecart": 62610, + "moisture": 62611, + "moon-fill": 62612, + "moon-stars-fill": 62613, + "moon-stars": 62614, + "moon": 62615, + "mouse-fill": 62616, + "mouse": 62617, + "mouse2-fill": 62618, + "mouse2": 62619, + "mouse3-fill": 62620, + "mouse3": 62621, + "music-note-beamed": 62622, + "music-note-list": 62623, + "music-note": 62624, + "music-player-fill": 62625, + "music-player": 62626, + "newspaper": 62627, + "node-minus-fill": 62628, + "node-minus": 62629, + "node-plus-fill": 62630, + "node-plus": 62631, + "nut-fill": 62632, + "nut": 62633, + "octagon-fill": 62634, + "octagon-half": 62635, + "octagon": 62636, + "option": 62637, + "outlet": 62638, + "paint-bucket": 62639, + "palette-fill": 62640, + "palette": 62641, + "palette2": 62642, + "paperclip": 62643, + "paragraph": 62644, + "patch-check-fill": 62645, + "patch-check": 62646, + "patch-exclamation-fill": 62647, + "patch-exclamation": 62648, + "patch-minus-fill": 62649, + "patch-minus": 62650, + "patch-plus-fill": 62651, + "patch-plus": 62652, + "patch-question-fill": 62653, + "patch-question": 62654, + "pause-btn-fill": 62655, + "pause-btn": 62656, + "pause-circle-fill": 62657, + "pause-circle": 62658, + "pause-fill": 62659, + "pause": 62660, + "peace-fill": 62661, + "peace": 62662, + "pen-fill": 62663, + "pen": 62664, + "pencil-fill": 62665, + "pencil-square": 62666, + "pencil": 62667, + "pentagon-fill": 62668, + "pentagon-half": 62669, + "pentagon": 62670, + "people-fill": 62671, + "people": 62672, + "percent": 62673, + "person-badge-fill": 62674, + "person-badge": 62675, + "person-bounding-box": 62676, + "person-check-fill": 62677, + "person-check": 62678, + "person-circle": 62679, + "person-dash-fill": 62680, + "person-dash": 62681, + "person-fill": 62682, + "person-lines-fill": 62683, + "person-plus-fill": 62684, + "person-plus": 62685, + "person-square": 62686, + "person-x-fill": 62687, + "person-x": 62688, + "person": 62689, + "phone-fill": 62690, + "phone-landscape-fill": 62691, + "phone-landscape": 62692, + "phone-vibrate-fill": 62693, + "phone-vibrate": 62694, + "phone": 62695, + "pie-chart-fill": 62696, + "pie-chart": 62697, + "pin-angle-fill": 62698, + "pin-angle": 62699, + "pin-fill": 62700, + "pin": 62701, + "pip-fill": 62702, + "pip": 62703, + "play-btn-fill": 62704, + "play-btn": 62705, + "play-circle-fill": 62706, + "play-circle": 62707, + "play-fill": 62708, + "play": 62709, + "plug-fill": 62710, + "plug": 62711, + "plus-circle-dotted": 62712, + "plus-circle-fill": 62713, + "plus-circle": 62714, + "plus-square-dotted": 62715, + "plus-square-fill": 62716, + "plus-square": 62717, + "plus": 62718, + "power": 62719, + "printer-fill": 62720, + "printer": 62721, + "puzzle-fill": 62722, + "puzzle": 62723, + "question-circle-fill": 62724, + "question-circle": 62725, + "question-diamond-fill": 62726, + "question-diamond": 62727, + "question-octagon-fill": 62728, + "question-octagon": 62729, + "question-square-fill": 62730, + "question-square": 62731, + "question": 62732, + "rainbow": 62733, + "receipt-cutoff": 62734, + "receipt": 62735, + "reception-0": 62736, + "reception-1": 62737, + "reception-2": 62738, + "reception-3": 62739, + "reception-4": 62740, + "record-btn-fill": 62741, + "record-btn": 62742, + "record-circle-fill": 62743, + "record-circle": 62744, + "record-fill": 62745, + "record": 62746, + "record2-fill": 62747, + "record2": 62748, + "reply-all-fill": 62749, + "reply-all": 62750, + "reply-fill": 62751, + "reply": 62752, + "rss-fill": 62753, + "rss": 62754, + "rulers": 62755, + "save-fill": 62756, + "save": 62757, + "save2-fill": 62758, + "save2": 62759, + "scissors": 62760, + "screwdriver": 62761, + "search": 62762, + "segmented-nav": 62763, + "server": 62764, + "share-fill": 62765, + "share": 62766, + "shield-check": 62767, + "shield-exclamation": 62768, + "shield-fill-check": 62769, + "shield-fill-exclamation": 62770, + "shield-fill-minus": 62771, + "shield-fill-plus": 62772, + "shield-fill-x": 62773, + "shield-fill": 62774, + "shield-lock-fill": 62775, + "shield-lock": 62776, + "shield-minus": 62777, + "shield-plus": 62778, + "shield-shaded": 62779, + "shield-slash-fill": 62780, + "shield-slash": 62781, + "shield-x": 62782, + "shield": 62783, + "shift-fill": 62784, + "shift": 62785, + "shop-window": 62786, + "shop": 62787, + "shuffle": 62788, + "signpost-2-fill": 62789, + "signpost-2": 62790, + "signpost-fill": 62791, + "signpost-split-fill": 62792, + "signpost-split": 62793, + "signpost": 62794, + "sim-fill": 62795, + "sim": 62796, + "skip-backward-btn-fill": 62797, + "skip-backward-btn": 62798, + "skip-backward-circle-fill": 62799, + "skip-backward-circle": 62800, + "skip-backward-fill": 62801, + "skip-backward": 62802, + "skip-end-btn-fill": 62803, + "skip-end-btn": 62804, + "skip-end-circle-fill": 62805, + "skip-end-circle": 62806, + "skip-end-fill": 62807, + "skip-end": 62808, + "skip-forward-btn-fill": 62809, + "skip-forward-btn": 62810, + "skip-forward-circle-fill": 62811, + "skip-forward-circle": 62812, + "skip-forward-fill": 62813, + "skip-forward": 62814, + "skip-start-btn-fill": 62815, + "skip-start-btn": 62816, + "skip-start-circle-fill": 62817, + "skip-start-circle": 62818, + "skip-start-fill": 62819, + "skip-start": 62820, + "slack": 62821, + "slash-circle-fill": 62822, + "slash-circle": 62823, + "slash-square-fill": 62824, + "slash-square": 62825, + "slash": 62826, + "sliders": 62827, + "smartwatch": 62828, + "snow": 62829, + "snow2": 62830, + "snow3": 62831, + "sort-alpha-down-alt": 62832, + "sort-alpha-down": 62833, + "sort-alpha-up-alt": 62834, + "sort-alpha-up": 62835, + "sort-down-alt": 62836, + "sort-down": 62837, + "sort-numeric-down-alt": 62838, + "sort-numeric-down": 62839, + "sort-numeric-up-alt": 62840, + "sort-numeric-up": 62841, + "sort-up-alt": 62842, + "sort-up": 62843, + "soundwave": 62844, + "speaker-fill": 62845, + "speaker": 62846, + "speedometer": 62847, + "speedometer2": 62848, + "spellcheck": 62849, + "square-fill": 62850, + "square-half": 62851, + "square": 62852, + "stack": 62853, + "star-fill": 62854, + "star-half": 62855, + "star": 62856, + "stars": 62857, + "stickies-fill": 62858, + "stickies": 62859, + "sticky-fill": 62860, + "sticky": 62861, + "stop-btn-fill": 62862, + "stop-btn": 62863, + "stop-circle-fill": 62864, + "stop-circle": 62865, + "stop-fill": 62866, + "stop": 62867, + "stoplights-fill": 62868, + "stoplights": 62869, + "stopwatch-fill": 62870, + "stopwatch": 62871, + "subtract": 62872, + "suit-club-fill": 62873, + "suit-club": 62874, + "suit-diamond-fill": 62875, + "suit-diamond": 62876, + "suit-heart-fill": 62877, + "suit-heart": 62878, + "suit-spade-fill": 62879, + "suit-spade": 62880, + "sun-fill": 62881, + "sun": 62882, + "sunglasses": 62883, + "sunrise-fill": 62884, + "sunrise": 62885, + "sunset-fill": 62886, + "sunset": 62887, + "symmetry-horizontal": 62888, + "symmetry-vertical": 62889, + "table": 62890, + "tablet-fill": 62891, + "tablet-landscape-fill": 62892, + "tablet-landscape": 62893, + "tablet": 62894, + "tag-fill": 62895, + "tag": 62896, + "tags-fill": 62897, + "tags": 62898, + "telegram": 62899, + "telephone-fill": 62900, + "telephone-forward-fill": 62901, + "telephone-forward": 62902, + "telephone-inbound-fill": 62903, + "telephone-inbound": 62904, + "telephone-minus-fill": 62905, + "telephone-minus": 62906, + "telephone-outbound-fill": 62907, + "telephone-outbound": 62908, + "telephone-plus-fill": 62909, + "telephone-plus": 62910, + "telephone-x-fill": 62911, + "telephone-x": 62912, + "telephone": 62913, + "terminal-fill": 62914, + "terminal": 62915, + "text-center": 62916, + "text-indent-left": 62917, + "text-indent-right": 62918, + "text-left": 62919, + "text-paragraph": 62920, + "text-right": 62921, + "textarea-resize": 62922, + "textarea-t": 62923, + "textarea": 62924, + "thermometer-half": 62925, + "thermometer-high": 62926, + "thermometer-low": 62927, + "thermometer-snow": 62928, + "thermometer-sun": 62929, + "thermometer": 62930, + "three-dots-vertical": 62931, + "three-dots": 62932, + "toggle-off": 62933, + "toggle-on": 62934, + "toggle2-off": 62935, + "toggle2-on": 62936, + "toggles": 62937, + "toggles2": 62938, + "tools": 62939, + "tornado": 62940, + "trash-fill": 62941, + "trash": 62942, + "trash2-fill": 62943, + "trash2": 62944, + "tree-fill": 62945, + "tree": 62946, + "triangle-fill": 62947, + "triangle-half": 62948, + "triangle": 62949, + "trophy-fill": 62950, + "trophy": 62951, + "tropical-storm": 62952, + "truck-flatbed": 62953, + "truck": 62954, + "tsunami": 62955, + "tv-fill": 62956, + "tv": 62957, + "twitch": 62958, + "twitter": 62959, + "type-bold": 62960, + "type-h1": 62961, + "type-h2": 62962, + "type-h3": 62963, + "type-italic": 62964, + "type-strikethrough": 62965, + "type-underline": 62966, + "type": 62967, + "ui-checks-grid": 62968, + "ui-checks": 62969, + "ui-radios-grid": 62970, + "ui-radios": 62971, + "umbrella-fill": 62972, + "umbrella": 62973, + "union": 62974, + "unlock-fill": 62975, + "unlock": 62976, + "upc-scan": 62977, + "upc": 62978, + "upload": 62979, + "vector-pen": 62980, + "view-list": 62981, + "view-stacked": 62982, + "vinyl-fill": 62983, + "vinyl": 62984, + "voicemail": 62985, + "volume-down-fill": 62986, + "volume-down": 62987, + "volume-mute-fill": 62988, + "volume-mute": 62989, + "volume-off-fill": 62990, + "volume-off": 62991, + "volume-up-fill": 62992, + "volume-up": 62993, + "vr": 62994, + "wallet-fill": 62995, + "wallet": 62996, + "wallet2": 62997, + "watch": 62998, + "water": 62999, + "whatsapp": 63000, + "wifi-1": 63001, + "wifi-2": 63002, + "wifi-off": 63003, + "wifi": 63004, + "wind": 63005, + "window-dock": 63006, + "window-sidebar": 63007, + "window": 63008, + "wrench": 63009, + "x-circle-fill": 63010, + "x-circle": 63011, + "x-diamond-fill": 63012, + "x-diamond": 63013, + "x-octagon-fill": 63014, + "x-octagon": 63015, + "x-square-fill": 63016, + "x-square": 63017, + "x": 63018, + "youtube": 63019, + "zoom-in": 63020, + "zoom-out": 63021, + "bank": 63022, + "bank2": 63023, + "bell-slash-fill": 63024, + "bell-slash": 63025, + "cash-coin": 63026, + "check-lg": 63027, + "coin": 63028, + "currency-bitcoin": 63029, + "currency-dollar": 63030, + "currency-euro": 63031, + "currency-exchange": 63032, + "currency-pound": 63033, + "currency-yen": 63034, + "dash-lg": 63035, + "exclamation-lg": 63036, + "file-earmark-pdf-fill": 63037, + "file-earmark-pdf": 63038, + "file-pdf-fill": 63039, + "file-pdf": 63040, + "gender-ambiguous": 63041, + "gender-female": 63042, + "gender-male": 63043, + "gender-trans": 63044, + "headset-vr": 63045, + "info-lg": 63046, + "mastodon": 63047, + "messenger": 63048, + "piggy-bank-fill": 63049, + "piggy-bank": 63050, + "pin-map-fill": 63051, + "pin-map": 63052, + "plus-lg": 63053, + "question-lg": 63054, + "recycle": 63055, + "reddit": 63056, + "safe-fill": 63057, + "safe2-fill": 63058, + "safe2": 63059, + "sd-card-fill": 63060, + "sd-card": 63061, + "skype": 63062, + "slash-lg": 63063, + "translate": 63064, + "x-lg": 63065, + "safe": 63066, + "apple": 63067, + "microsoft": 63069, + "windows": 63070, + "behance": 63068, + "dribbble": 63071, + "line": 63072, + "medium": 63073, + "paypal": 63074, + "pinterest": 63075, + "signal": 63076, + "snapchat": 63077, + "spotify": 63078, + "stack-overflow": 63079, + "strava": 63080, + "wordpress": 63081, + "vimeo": 63082, + "activity": 63083, + "easel2-fill": 63084, + "easel2": 63085, + "easel3-fill": 63086, + "easel3": 63087, + "fan": 63088, + "fingerprint": 63089, + "graph-down-arrow": 63090, + "graph-up-arrow": 63091, + "hypnotize": 63092, + "magic": 63093, + "person-rolodex": 63094, + "person-video": 63095, + "person-video2": 63096, + "person-video3": 63097, + "person-workspace": 63098, + "radioactive": 63099, + "webcam-fill": 63100, + "webcam": 63101, + "yin-yang": 63102, + "bandaid-fill": 63104, + "bandaid": 63105, + "bluetooth": 63106, + "body-text": 63107, + "boombox": 63108, + "boxes": 63109, + "dpad-fill": 63110, + "dpad": 63111, + "ear-fill": 63112, + "ear": 63113, + "envelope-check-fill": 63115, + "envelope-check": 63116, + "envelope-dash-fill": 63118, + "envelope-dash": 63119, + "envelope-exclamation-fill": 63121, + "envelope-exclamation": 63122, + "envelope-plus-fill": 63123, + "envelope-plus": 63124, + "envelope-slash-fill": 63126, + "envelope-slash": 63127, + "envelope-x-fill": 63129, + "envelope-x": 63130, + "explicit-fill": 63131, + "explicit": 63132, + "git": 63133, + "infinity": 63134, + "list-columns-reverse": 63135, + "list-columns": 63136, + "meta": 63137, + "nintendo-switch": 63140, + "pc-display-horizontal": 63141, + "pc-display": 63142, + "pc-horizontal": 63143, + "pc": 63144, + "playstation": 63145, + "plus-slash-minus": 63146, + "projector-fill": 63147, + "projector": 63148, + "qr-code-scan": 63149, + "qr-code": 63150, + "quora": 63151, + "quote": 63152, + "robot": 63153, + "send-check-fill": 63154, + "send-check": 63155, + "send-dash-fill": 63156, + "send-dash": 63157, + "send-exclamation-fill": 63159, + "send-exclamation": 63160, + "send-fill": 63161, + "send-plus-fill": 63162, + "send-plus": 63163, + "send-slash-fill": 63164, + "send-slash": 63165, + "send-x-fill": 63166, + "send-x": 63167, + "send": 63168, + "steam": 63169, + "terminal-dash": 63171, + "terminal-plus": 63172, + "terminal-split": 63173, + "ticket-detailed-fill": 63174, + "ticket-detailed": 63175, + "ticket-fill": 63176, + "ticket-perforated-fill": 63177, + "ticket-perforated": 63178, + "ticket": 63179, + "tiktok": 63180, + "window-dash": 63181, + "window-desktop": 63182, + "window-fullscreen": 63183, + "window-plus": 63184, + "window-split": 63185, + "window-stack": 63186, + "window-x": 63187, + "xbox": 63188, + "ethernet": 63189, + "hdmi-fill": 63190, + "hdmi": 63191, + "usb-c-fill": 63192, + "usb-c": 63193, + "usb-fill": 63194, + "usb-plug-fill": 63195, + "usb-plug": 63196, + "usb-symbol": 63197, + "usb": 63198, + "boombox-fill": 63199, + "displayport": 63201, + "gpu-card": 63202, + "memory": 63203, + "modem-fill": 63204, + "modem": 63205, + "motherboard-fill": 63206, + "motherboard": 63207, + "optical-audio-fill": 63208, + "optical-audio": 63209, + "pci-card": 63210, + "router-fill": 63211, + "router": 63212, + "thunderbolt-fill": 63215, + "thunderbolt": 63216, + "usb-drive-fill": 63217, + "usb-drive": 63218, + "usb-micro-fill": 63219, + "usb-micro": 63220, + "usb-mini-fill": 63221, + "usb-mini": 63222, + "cloud-haze2": 63223, + "device-hdd-fill": 63224, + "device-hdd": 63225, + "device-ssd-fill": 63226, + "device-ssd": 63227, + "displayport-fill": 63228, + "mortarboard-fill": 63229, + "mortarboard": 63230, + "terminal-x": 63231, + "arrow-through-heart-fill": 63232, + "arrow-through-heart": 63233, + "badge-sd-fill": 63234, + "badge-sd": 63235, + "bag-heart-fill": 63236, + "bag-heart": 63237, + "balloon-fill": 63238, + "balloon-heart-fill": 63239, + "balloon-heart": 63240, + "balloon": 63241, + "box2-fill": 63242, + "box2-heart-fill": 63243, + "box2-heart": 63244, + "box2": 63245, + "braces-asterisk": 63246, + "calendar-heart-fill": 63247, + "calendar-heart": 63248, + "calendar2-heart-fill": 63249, + "calendar2-heart": 63250, + "chat-heart-fill": 63251, + "chat-heart": 63252, + "chat-left-heart-fill": 63253, + "chat-left-heart": 63254, + "chat-right-heart-fill": 63255, + "chat-right-heart": 63256, + "chat-square-heart-fill": 63257, + "chat-square-heart": 63258, + "clipboard-check-fill": 63259, + "clipboard-data-fill": 63260, + "clipboard-fill": 63261, + "clipboard-heart-fill": 63262, + "clipboard-heart": 63263, + "clipboard-minus-fill": 63264, + "clipboard-plus-fill": 63265, + "clipboard-pulse": 63266, + "clipboard-x-fill": 63267, + "clipboard2-check-fill": 63268, + "clipboard2-check": 63269, + "clipboard2-data-fill": 63270, + "clipboard2-data": 63271, + "clipboard2-fill": 63272, + "clipboard2-heart-fill": 63273, + "clipboard2-heart": 63274, + "clipboard2-minus-fill": 63275, + "clipboard2-minus": 63276, + "clipboard2-plus-fill": 63277, + "clipboard2-plus": 63278, + "clipboard2-pulse-fill": 63279, + "clipboard2-pulse": 63280, + "clipboard2-x-fill": 63281, + "clipboard2-x": 63282, + "clipboard2": 63283, + "emoji-kiss-fill": 63284, + "emoji-kiss": 63285, + "envelope-heart-fill": 63286, + "envelope-heart": 63287, + "envelope-open-heart-fill": 63288, + "envelope-open-heart": 63289, + "envelope-paper-fill": 63290, + "envelope-paper-heart-fill": 63291, + "envelope-paper-heart": 63292, + "envelope-paper": 63293, + "filetype-aac": 63294, + "filetype-ai": 63295, + "filetype-bmp": 63296, + "filetype-cs": 63297, + "filetype-css": 63298, + "filetype-csv": 63299, + "filetype-doc": 63300, + "filetype-docx": 63301, + "filetype-exe": 63302, + "filetype-gif": 63303, + "filetype-heic": 63304, + "filetype-html": 63305, + "filetype-java": 63306, + "filetype-jpg": 63307, + "filetype-js": 63308, + "filetype-jsx": 63309, + "filetype-key": 63310, + "filetype-m4p": 63311, + "filetype-md": 63312, + "filetype-mdx": 63313, + "filetype-mov": 63314, + "filetype-mp3": 63315, + "filetype-mp4": 63316, + "filetype-otf": 63317, + "filetype-pdf": 63318, + "filetype-php": 63319, + "filetype-png": 63320, + "filetype-ppt": 63322, + "filetype-psd": 63323, + "filetype-py": 63324, + "filetype-raw": 63325, + "filetype-rb": 63326, + "filetype-sass": 63327, + "filetype-scss": 63328, + "filetype-sh": 63329, + "filetype-svg": 63330, + "filetype-tiff": 63331, + "filetype-tsx": 63332, + "filetype-ttf": 63333, + "filetype-txt": 63334, + "filetype-wav": 63335, + "filetype-woff": 63336, + "filetype-xls": 63338, + "filetype-xml": 63339, + "filetype-yml": 63340, + "heart-arrow": 63341, + "heart-pulse-fill": 63342, + "heart-pulse": 63343, + "heartbreak-fill": 63344, + "heartbreak": 63345, + "hearts": 63346, + "hospital-fill": 63347, + "hospital": 63348, + "house-heart-fill": 63349, + "house-heart": 63350, + "incognito": 63351, + "magnet-fill": 63352, + "magnet": 63353, + "person-heart": 63354, + "person-hearts": 63355, + "phone-flip": 63356, + "plugin": 63357, + "postage-fill": 63358, + "postage-heart-fill": 63359, + "postage-heart": 63360, + "postage": 63361, + "postcard-fill": 63362, + "postcard-heart-fill": 63363, + "postcard-heart": 63364, + "postcard": 63365, + "search-heart-fill": 63366, + "search-heart": 63367, + "sliders2-vertical": 63368, + "sliders2": 63369, + "trash3-fill": 63370, + "trash3": 63371, + "valentine": 63372, + "valentine2": 63373, + "wrench-adjustable-circle-fill": 63374, + "wrench-adjustable-circle": 63375, + "wrench-adjustable": 63376, + "filetype-json": 63377, + "filetype-pptx": 63378, + "filetype-xlsx": 63379, + "1-circle-fill": 63382, + "1-circle": 63383, + "1-square-fill": 63384, + "1-square": 63385, + "2-circle-fill": 63388, + "2-circle": 63389, + "2-square-fill": 63390, + "2-square": 63391, + "3-circle-fill": 63394, + "3-circle": 63395, + "3-square-fill": 63396, + "3-square": 63397, + "4-circle-fill": 63400, + "4-circle": 63401, + "4-square-fill": 63402, + "4-square": 63403, + "5-circle-fill": 63406, + "5-circle": 63407, + "5-square-fill": 63408, + "5-square": 63409, + "6-circle-fill": 63412, + "6-circle": 63413, + "6-square-fill": 63414, + "6-square": 63415, + "7-circle-fill": 63418, + "7-circle": 63419, + "7-square-fill": 63420, + "7-square": 63421, + "8-circle-fill": 63424, + "8-circle": 63425, + "8-square-fill": 63426, + "8-square": 63427, + "9-circle-fill": 63430, + "9-circle": 63431, + "9-square-fill": 63432, + "9-square": 63433, + "airplane-engines-fill": 63434, + "airplane-engines": 63435, + "airplane-fill": 63436, + "airplane": 63437, + "alexa": 63438, + "alipay": 63439, + "android": 63440, + "android2": 63441, + "box-fill": 63442, + "box-seam-fill": 63443, + "browser-chrome": 63444, + "browser-edge": 63445, + "browser-firefox": 63446, + "browser-safari": 63447, + "c-circle-fill": 63450, + "c-circle": 63451, + "c-square-fill": 63452, + "c-square": 63453, + "capsule-pill": 63454, + "capsule": 63455, + "car-front-fill": 63456, + "car-front": 63457, + "cassette-fill": 63458, + "cassette": 63459, + "cc-circle-fill": 63462, + "cc-circle": 63463, + "cc-square-fill": 63464, + "cc-square": 63465, + "cup-hot-fill": 63466, + "cup-hot": 63467, + "currency-rupee": 63468, + "dropbox": 63469, + "escape": 63470, + "fast-forward-btn-fill": 63471, + "fast-forward-btn": 63472, + "fast-forward-circle-fill": 63473, + "fast-forward-circle": 63474, + "fast-forward-fill": 63475, + "fast-forward": 63476, + "filetype-sql": 63477, + "fire": 63478, + "google-play": 63479, + "h-circle-fill": 63482, + "h-circle": 63483, + "h-square-fill": 63484, + "h-square": 63485, + "indent": 63486, + "lungs-fill": 63487, + "lungs": 63488, + "microsoft-teams": 63489, + "p-circle-fill": 63492, + "p-circle": 63493, + "p-square-fill": 63494, + "p-square": 63495, + "pass-fill": 63496, + "pass": 63497, + "prescription": 63498, + "prescription2": 63499, + "r-circle-fill": 63502, + "r-circle": 63503, + "r-square-fill": 63504, + "r-square": 63505, + "repeat-1": 63506, + "repeat": 63507, + "rewind-btn-fill": 63508, + "rewind-btn": 63509, + "rewind-circle-fill": 63510, + "rewind-circle": 63511, + "rewind-fill": 63512, + "rewind": 63513, + "train-freight-front-fill": 63514, + "train-freight-front": 63515, + "train-front-fill": 63516, + "train-front": 63517, + "train-lightrail-front-fill": 63518, + "train-lightrail-front": 63519, + "truck-front-fill": 63520, + "truck-front": 63521, + "ubuntu": 63522, + "unindent": 63523, + "unity": 63524, + "universal-access-circle": 63525, + "universal-access": 63526, + "virus": 63527, + "virus2": 63528, + "wechat": 63529, + "yelp": 63530, + "sign-stop-fill": 63531, + "sign-stop-lights-fill": 63532, + "sign-stop-lights": 63533, + "sign-stop": 63534, + "sign-turn-left-fill": 63535, + "sign-turn-left": 63536, + "sign-turn-right-fill": 63537, + "sign-turn-right": 63538, + "sign-turn-slight-left-fill": 63539, + "sign-turn-slight-left": 63540, + "sign-turn-slight-right-fill": 63541, + "sign-turn-slight-right": 63542, + "sign-yield-fill": 63543, + "sign-yield": 63544, + "ev-station-fill": 63545, + "ev-station": 63546, + "fuel-pump-diesel-fill": 63547, + "fuel-pump-diesel": 63548, + "fuel-pump-fill": 63549, + "fuel-pump": 63550, + "0-circle-fill": 63551, + "0-circle": 63552, + "0-square-fill": 63553, + "0-square": 63554, + "rocket-fill": 63555, + "rocket-takeoff-fill": 63556, + "rocket-takeoff": 63557, + "rocket": 63558, + "stripe": 63559, + "subscript": 63560, + "superscript": 63561, + "trello": 63562, + "envelope-at-fill": 63563, + "envelope-at": 63564, + "regex": 63565, + "text-wrap": 63566, + "sign-dead-end-fill": 63567, + "sign-dead-end": 63568, + "sign-do-not-enter-fill": 63569, + "sign-do-not-enter": 63570, + "sign-intersection-fill": 63571, + "sign-intersection-side-fill": 63572, + "sign-intersection-side": 63573, + "sign-intersection-t-fill": 63574, + "sign-intersection-t": 63575, + "sign-intersection-y-fill": 63576, + "sign-intersection-y": 63577, + "sign-intersection": 63578, + "sign-merge-left-fill": 63579, + "sign-merge-left": 63580, + "sign-merge-right-fill": 63581, + "sign-merge-right": 63582, + "sign-no-left-turn-fill": 63583, + "sign-no-left-turn": 63584, + "sign-no-parking-fill": 63585, + "sign-no-parking": 63586, + "sign-no-right-turn-fill": 63587, + "sign-no-right-turn": 63588, + "sign-railroad-fill": 63589, + "sign-railroad": 63590, + "building-add": 63591, + "building-check": 63592, + "building-dash": 63593, + "building-down": 63594, + "building-exclamation": 63595, + "building-fill-add": 63596, + "building-fill-check": 63597, + "building-fill-dash": 63598, + "building-fill-down": 63599, + "building-fill-exclamation": 63600, + "building-fill-gear": 63601, + "building-fill-lock": 63602, + "building-fill-slash": 63603, + "building-fill-up": 63604, + "building-fill-x": 63605, + "building-fill": 63606, + "building-gear": 63607, + "building-lock": 63608, + "building-slash": 63609, + "building-up": 63610, + "building-x": 63611, + "buildings-fill": 63612, + "buildings": 63613, + "bus-front-fill": 63614, + "bus-front": 63615, + "ev-front-fill": 63616, + "ev-front": 63617, + "globe-americas": 63618, + "globe-asia-australia": 63619, + "globe-central-south-asia": 63620, + "globe-europe-africa": 63621, + "house-add-fill": 63622, + "house-add": 63623, + "house-check-fill": 63624, + "house-check": 63625, + "house-dash-fill": 63626, + "house-dash": 63627, + "house-down-fill": 63628, + "house-down": 63629, + "house-exclamation-fill": 63630, + "house-exclamation": 63631, + "house-gear-fill": 63632, + "house-gear": 63633, + "house-lock-fill": 63634, + "house-lock": 63635, + "house-slash-fill": 63636, + "house-slash": 63637, + "house-up-fill": 63638, + "house-up": 63639, + "house-x-fill": 63640, + "house-x": 63641, + "person-add": 63642, + "person-down": 63643, + "person-exclamation": 63644, + "person-fill-add": 63645, + "person-fill-check": 63646, + "person-fill-dash": 63647, + "person-fill-down": 63648, + "person-fill-exclamation": 63649, + "person-fill-gear": 63650, + "person-fill-lock": 63651, + "person-fill-slash": 63652, + "person-fill-up": 63653, + "person-fill-x": 63654, + "person-gear": 63655, + "person-lock": 63656, + "person-slash": 63657, + "person-up": 63658, + "scooter": 63659, + "taxi-front-fill": 63660, + "taxi-front": 63661, + "amd": 63662, + "database-add": 63663, + "database-check": 63664, + "database-dash": 63665, + "database-down": 63666, + "database-exclamation": 63667, + "database-fill-add": 63668, + "database-fill-check": 63669, + "database-fill-dash": 63670, + "database-fill-down": 63671, + "database-fill-exclamation": 63672, + "database-fill-gear": 63673, + "database-fill-lock": 63674, + "database-fill-slash": 63675, + "database-fill-up": 63676, + "database-fill-x": 63677, + "database-fill": 63678, + "database-gear": 63679, + "database-lock": 63680, + "database-slash": 63681, + "database-up": 63682, + "database-x": 63683, + "database": 63684, + "houses-fill": 63685, + "houses": 63686, + "nvidia": 63687, + "person-vcard-fill": 63688, + "person-vcard": 63689, + "sina-weibo": 63690, + "tencent-qq": 63691, + "wikipedia": 63692, + "alphabet-uppercase": 62117, + "alphabet": 63114, + "amazon": 63117, + "arrows-collapse-vertical": 63120, + "arrows-expand-vertical": 63125, + "arrows-vertical": 63128, + "arrows": 63138, + "ban-fill": 63139, + "ban": 63158, + "bing": 63170, + "cake": 63200, + "cake2": 63213, + "cookie": 63214, + "copy": 63321, + "crosshair": 63337, + "crosshair2": 63380, + "emoji-astonished-fill": 63381, + "emoji-astonished": 63386, + "emoji-grimace-fill": 63387, + "emoji-grimace": 63392, + "emoji-grin-fill": 63393, + "emoji-grin": 63398, + "emoji-surprise-fill": 63399, + "emoji-surprise": 63404, + "emoji-tear-fill": 63405, + "emoji-tear": 63410, + "envelope-arrow-down-fill": 63411, + "envelope-arrow-down": 63416, + "envelope-arrow-up-fill": 63417, + "envelope-arrow-up": 63422, + "feather": 63423, + "feather2": 63428, + "floppy-fill": 63429, + "floppy": 63448, + "floppy2-fill": 63449, + "floppy2": 63460, + "gitlab": 63461, + "highlighter": 63480, + "marker-tip": 63490, + "nvme-fill": 63491, + "nvme": 63500, + "opencollective": 63501, + "pci-card-network": 63693, + "pci-card-sound": 63694, + "radar": 63695, + "send-arrow-down-fill": 63696, + "send-arrow-down": 63697, + "send-arrow-up-fill": 63698, + "send-arrow-up": 63699, + "sim-slash-fill": 63700, + "sim-slash": 63701, + "sourceforge": 63702, + "substack": 63703, + "threads-fill": 63704, + "threads": 63705, + "transparency": 63706, + "twitter-x": 63707, + "type-h4": 63708, + "type-h5": 63709, + "type-h6": 63710, + "backpack-fill": 63711, + "backpack": 63712, + "backpack2-fill": 63713, + "backpack2": 63714, + "backpack3-fill": 63715, + "backpack3": 63716, + "backpack4-fill": 63717, + "backpack4": 63718, + "brilliance": 63719, + "cake-fill": 63720, + "cake2-fill": 63721, + "duffle-fill": 63722, + "duffle": 63723, + "exposure": 63724, + "gender-neuter": 63725, + "highlights": 63726, + "luggage-fill": 63727, + "luggage": 63728, + "mailbox-flag": 63729, + "mailbox2-flag": 63730, + "noise-reduction": 63731, + "passport-fill": 63732, + "passport": 63733, + "person-arms-up": 63734, + "person-raised-hand": 63735, + "person-standing-dress": 63736, + "person-standing": 63737, + "person-walking": 63738, + "person-wheelchair": 63739, + "shadows": 63740, + "suitcase-fill": 63741, + "suitcase-lg-fill": 63742, + "suitcase-lg": 63743, + "suitcase": 63744, + "suitcase2-fill": 63745, + "suitcase2": 63746, + "vignette": 63747 +} \ No newline at end of file diff --git a/priv/static/icons/bootstrap-icons.svg b/priv/static/icons/bootstrap-icons.svg new file mode 100644 index 0000000..217fb53 --- /dev/null +++ b/priv/static/icons/bootstrap-icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/priv/static/icons/bootstrap-reboot.svg b/priv/static/icons/bootstrap-reboot.svg new file mode 100644 index 0000000..4a184cf --- /dev/null +++ b/priv/static/icons/bootstrap-reboot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bootstrap.svg b/priv/static/icons/bootstrap.svg new file mode 100644 index 0000000..b6aed61 --- /dev/null +++ b/priv/static/icons/bootstrap.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/border-all.svg b/priv/static/icons/border-all.svg new file mode 100644 index 0000000..803f5e2 --- /dev/null +++ b/priv/static/icons/border-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-bottom.svg b/priv/static/icons/border-bottom.svg new file mode 100644 index 0000000..dbc2192 --- /dev/null +++ b/priv/static/icons/border-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-center.svg b/priv/static/icons/border-center.svg new file mode 100644 index 0000000..009b97d --- /dev/null +++ b/priv/static/icons/border-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-inner.svg b/priv/static/icons/border-inner.svg new file mode 100644 index 0000000..2beaa0c --- /dev/null +++ b/priv/static/icons/border-inner.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/border-left.svg b/priv/static/icons/border-left.svg new file mode 100644 index 0000000..69df882 --- /dev/null +++ b/priv/static/icons/border-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-middle.svg b/priv/static/icons/border-middle.svg new file mode 100644 index 0000000..90296f9 --- /dev/null +++ b/priv/static/icons/border-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-outer.svg b/priv/static/icons/border-outer.svg new file mode 100644 index 0000000..355e05e --- /dev/null +++ b/priv/static/icons/border-outer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/border-right.svg b/priv/static/icons/border-right.svg new file mode 100644 index 0000000..b0c16da --- /dev/null +++ b/priv/static/icons/border-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-style.svg b/priv/static/icons/border-style.svg new file mode 100644 index 0000000..d742b2c --- /dev/null +++ b/priv/static/icons/border-style.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-top.svg b/priv/static/icons/border-top.svg new file mode 100644 index 0000000..5aab368 --- /dev/null +++ b/priv/static/icons/border-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border-width.svg b/priv/static/icons/border-width.svg new file mode 100644 index 0000000..0cbd0e6 --- /dev/null +++ b/priv/static/icons/border-width.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/border.svg b/priv/static/icons/border.svg new file mode 100644 index 0000000..0e8c9b5 --- /dev/null +++ b/priv/static/icons/border.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bounding-box-circles.svg b/priv/static/icons/bounding-box-circles.svg new file mode 100644 index 0000000..2e59f31 --- /dev/null +++ b/priv/static/icons/bounding-box-circles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bounding-box.svg b/priv/static/icons/bounding-box.svg new file mode 100644 index 0000000..d529292 --- /dev/null +++ b/priv/static/icons/bounding-box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-down-left.svg b/priv/static/icons/box-arrow-down-left.svg new file mode 100644 index 0000000..6ad3e17 --- /dev/null +++ b/priv/static/icons/box-arrow-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-down-right.svg b/priv/static/icons/box-arrow-down-right.svg new file mode 100644 index 0000000..321cddf --- /dev/null +++ b/priv/static/icons/box-arrow-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-down.svg b/priv/static/icons/box-arrow-down.svg new file mode 100644 index 0000000..9a2ca12 --- /dev/null +++ b/priv/static/icons/box-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-down-left.svg b/priv/static/icons/box-arrow-in-down-left.svg new file mode 100644 index 0000000..76a687a --- /dev/null +++ b/priv/static/icons/box-arrow-in-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-down-right.svg b/priv/static/icons/box-arrow-in-down-right.svg new file mode 100644 index 0000000..9237293 --- /dev/null +++ b/priv/static/icons/box-arrow-in-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-down.svg b/priv/static/icons/box-arrow-in-down.svg new file mode 100644 index 0000000..90f9301 --- /dev/null +++ b/priv/static/icons/box-arrow-in-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-left.svg b/priv/static/icons/box-arrow-in-left.svg new file mode 100644 index 0000000..a237daf --- /dev/null +++ b/priv/static/icons/box-arrow-in-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-right.svg b/priv/static/icons/box-arrow-in-right.svg new file mode 100644 index 0000000..d158dae --- /dev/null +++ b/priv/static/icons/box-arrow-in-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-up-left.svg b/priv/static/icons/box-arrow-in-up-left.svg new file mode 100644 index 0000000..6937f6a --- /dev/null +++ b/priv/static/icons/box-arrow-in-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-up-right.svg b/priv/static/icons/box-arrow-in-up-right.svg new file mode 100644 index 0000000..8918611 --- /dev/null +++ b/priv/static/icons/box-arrow-in-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-in-up.svg b/priv/static/icons/box-arrow-in-up.svg new file mode 100644 index 0000000..e6a4a7b --- /dev/null +++ b/priv/static/icons/box-arrow-in-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-left.svg b/priv/static/icons/box-arrow-left.svg new file mode 100644 index 0000000..8602603 --- /dev/null +++ b/priv/static/icons/box-arrow-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-right.svg b/priv/static/icons/box-arrow-right.svg new file mode 100644 index 0000000..2c4e26c --- /dev/null +++ b/priv/static/icons/box-arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-up-left.svg b/priv/static/icons/box-arrow-up-left.svg new file mode 100644 index 0000000..7fb0b45 --- /dev/null +++ b/priv/static/icons/box-arrow-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-up-right.svg b/priv/static/icons/box-arrow-up-right.svg new file mode 100644 index 0000000..1d93acb --- /dev/null +++ b/priv/static/icons/box-arrow-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-arrow-up.svg b/priv/static/icons/box-arrow-up.svg new file mode 100644 index 0000000..beaf334 --- /dev/null +++ b/priv/static/icons/box-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box-fill.svg b/priv/static/icons/box-fill.svg new file mode 100644 index 0000000..8cf213f --- /dev/null +++ b/priv/static/icons/box-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box-seam-fill.svg b/priv/static/icons/box-seam-fill.svg new file mode 100644 index 0000000..97566ab --- /dev/null +++ b/priv/static/icons/box-seam-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box-seam.svg b/priv/static/icons/box-seam.svg new file mode 100644 index 0000000..e1506b8 --- /dev/null +++ b/priv/static/icons/box-seam.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box.svg b/priv/static/icons/box.svg new file mode 100644 index 0000000..58cbe2c --- /dev/null +++ b/priv/static/icons/box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box2-fill.svg b/priv/static/icons/box2-fill.svg new file mode 100644 index 0000000..242ad6a --- /dev/null +++ b/priv/static/icons/box2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box2-heart-fill.svg b/priv/static/icons/box2-heart-fill.svg new file mode 100644 index 0000000..810e2ee --- /dev/null +++ b/priv/static/icons/box2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/box2-heart.svg b/priv/static/icons/box2-heart.svg new file mode 100644 index 0000000..400eb43 --- /dev/null +++ b/priv/static/icons/box2-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/box2.svg b/priv/static/icons/box2.svg new file mode 100644 index 0000000..6020baf --- /dev/null +++ b/priv/static/icons/box2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/boxes.svg b/priv/static/icons/boxes.svg new file mode 100644 index 0000000..b53fac8 --- /dev/null +++ b/priv/static/icons/boxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/braces-asterisk.svg b/priv/static/icons/braces-asterisk.svg new file mode 100644 index 0000000..0a1a25b --- /dev/null +++ b/priv/static/icons/braces-asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/braces.svg b/priv/static/icons/braces.svg new file mode 100644 index 0000000..3fed8c9 --- /dev/null +++ b/priv/static/icons/braces.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bricks.svg b/priv/static/icons/bricks.svg new file mode 100644 index 0000000..99e2886 --- /dev/null +++ b/priv/static/icons/bricks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/briefcase-fill.svg b/priv/static/icons/briefcase-fill.svg new file mode 100644 index 0000000..bc6150d --- /dev/null +++ b/priv/static/icons/briefcase-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/briefcase.svg b/priv/static/icons/briefcase.svg new file mode 100644 index 0000000..95d13a2 --- /dev/null +++ b/priv/static/icons/briefcase.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-alt-high-fill.svg b/priv/static/icons/brightness-alt-high-fill.svg new file mode 100644 index 0000000..7660658 --- /dev/null +++ b/priv/static/icons/brightness-alt-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-alt-high.svg b/priv/static/icons/brightness-alt-high.svg new file mode 100644 index 0000000..88f5255 --- /dev/null +++ b/priv/static/icons/brightness-alt-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-alt-low-fill.svg b/priv/static/icons/brightness-alt-low-fill.svg new file mode 100644 index 0000000..1692df2 --- /dev/null +++ b/priv/static/icons/brightness-alt-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-alt-low.svg b/priv/static/icons/brightness-alt-low.svg new file mode 100644 index 0000000..2d68fb0 --- /dev/null +++ b/priv/static/icons/brightness-alt-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-high-fill.svg b/priv/static/icons/brightness-high-fill.svg new file mode 100644 index 0000000..8969e9b --- /dev/null +++ b/priv/static/icons/brightness-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-high.svg b/priv/static/icons/brightness-high.svg new file mode 100644 index 0000000..42b2c20 --- /dev/null +++ b/priv/static/icons/brightness-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-low-fill.svg b/priv/static/icons/brightness-low-fill.svg new file mode 100644 index 0000000..29a1c3b --- /dev/null +++ b/priv/static/icons/brightness-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brightness-low.svg b/priv/static/icons/brightness-low.svg new file mode 100644 index 0000000..fdd251d --- /dev/null +++ b/priv/static/icons/brightness-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brilliance.svg b/priv/static/icons/brilliance.svg new file mode 100644 index 0000000..722cfdb --- /dev/null +++ b/priv/static/icons/brilliance.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/broadcast-pin.svg b/priv/static/icons/broadcast-pin.svg new file mode 100644 index 0000000..5576e0e --- /dev/null +++ b/priv/static/icons/broadcast-pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/broadcast.svg b/priv/static/icons/broadcast.svg new file mode 100644 index 0000000..776a237 --- /dev/null +++ b/priv/static/icons/broadcast.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/browser-chrome.svg b/priv/static/icons/browser-chrome.svg new file mode 100644 index 0000000..a34ab42 --- /dev/null +++ b/priv/static/icons/browser-chrome.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/browser-edge.svg b/priv/static/icons/browser-edge.svg new file mode 100644 index 0000000..c8191d8 --- /dev/null +++ b/priv/static/icons/browser-edge.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/browser-firefox.svg b/priv/static/icons/browser-firefox.svg new file mode 100644 index 0000000..2bfdba7 --- /dev/null +++ b/priv/static/icons/browser-firefox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/browser-safari.svg b/priv/static/icons/browser-safari.svg new file mode 100644 index 0000000..b304b1b --- /dev/null +++ b/priv/static/icons/browser-safari.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brush-fill.svg b/priv/static/icons/brush-fill.svg new file mode 100644 index 0000000..53ec4d6 --- /dev/null +++ b/priv/static/icons/brush-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/brush.svg b/priv/static/icons/brush.svg new file mode 100644 index 0000000..cc3429b --- /dev/null +++ b/priv/static/icons/brush.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bucket-fill.svg b/priv/static/icons/bucket-fill.svg new file mode 100644 index 0000000..e14f4a8 --- /dev/null +++ b/priv/static/icons/bucket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bucket.svg b/priv/static/icons/bucket.svg new file mode 100644 index 0000000..4911ef2 --- /dev/null +++ b/priv/static/icons/bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bug-fill.svg b/priv/static/icons/bug-fill.svg new file mode 100644 index 0000000..bf16447 --- /dev/null +++ b/priv/static/icons/bug-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bug.svg b/priv/static/icons/bug.svg new file mode 100644 index 0000000..a97ffa1 --- /dev/null +++ b/priv/static/icons/bug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/building-add.svg b/priv/static/icons/building-add.svg new file mode 100644 index 0000000..d5016d4 --- /dev/null +++ b/priv/static/icons/building-add.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-check.svg b/priv/static/icons/building-check.svg new file mode 100644 index 0000000..151712d --- /dev/null +++ b/priv/static/icons/building-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-dash.svg b/priv/static/icons/building-dash.svg new file mode 100644 index 0000000..df489c8 --- /dev/null +++ b/priv/static/icons/building-dash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-down.svg b/priv/static/icons/building-down.svg new file mode 100644 index 0000000..2493f51 --- /dev/null +++ b/priv/static/icons/building-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-exclamation.svg b/priv/static/icons/building-exclamation.svg new file mode 100644 index 0000000..f2d8f62 --- /dev/null +++ b/priv/static/icons/building-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-add.svg b/priv/static/icons/building-fill-add.svg new file mode 100644 index 0000000..2019e92 --- /dev/null +++ b/priv/static/icons/building-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-check.svg b/priv/static/icons/building-fill-check.svg new file mode 100644 index 0000000..50485c6 --- /dev/null +++ b/priv/static/icons/building-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-dash.svg b/priv/static/icons/building-fill-dash.svg new file mode 100644 index 0000000..67107eb --- /dev/null +++ b/priv/static/icons/building-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-down.svg b/priv/static/icons/building-fill-down.svg new file mode 100644 index 0000000..b072754 --- /dev/null +++ b/priv/static/icons/building-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-exclamation.svg b/priv/static/icons/building-fill-exclamation.svg new file mode 100644 index 0000000..6ca39dc --- /dev/null +++ b/priv/static/icons/building-fill-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-gear.svg b/priv/static/icons/building-fill-gear.svg new file mode 100644 index 0000000..95d6126 --- /dev/null +++ b/priv/static/icons/building-fill-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-lock.svg b/priv/static/icons/building-fill-lock.svg new file mode 100644 index 0000000..ddd8e6c --- /dev/null +++ b/priv/static/icons/building-fill-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-slash.svg b/priv/static/icons/building-fill-slash.svg new file mode 100644 index 0000000..7e30330 --- /dev/null +++ b/priv/static/icons/building-fill-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-up.svg b/priv/static/icons/building-fill-up.svg new file mode 100644 index 0000000..ef87446 --- /dev/null +++ b/priv/static/icons/building-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill-x.svg b/priv/static/icons/building-fill-x.svg new file mode 100644 index 0000000..0311537 --- /dev/null +++ b/priv/static/icons/building-fill-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-fill.svg b/priv/static/icons/building-fill.svg new file mode 100644 index 0000000..fa95d1f --- /dev/null +++ b/priv/static/icons/building-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/building-gear.svg b/priv/static/icons/building-gear.svg new file mode 100644 index 0000000..698a746 --- /dev/null +++ b/priv/static/icons/building-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-lock.svg b/priv/static/icons/building-lock.svg new file mode 100644 index 0000000..f4da96c --- /dev/null +++ b/priv/static/icons/building-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building-slash.svg b/priv/static/icons/building-slash.svg new file mode 100644 index 0000000..9920301 --- /dev/null +++ b/priv/static/icons/building-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-up.svg b/priv/static/icons/building-up.svg new file mode 100644 index 0000000..b2b0433 --- /dev/null +++ b/priv/static/icons/building-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/building-x.svg b/priv/static/icons/building-x.svg new file mode 100644 index 0000000..81bff0f --- /dev/null +++ b/priv/static/icons/building-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/building.svg b/priv/static/icons/building.svg new file mode 100644 index 0000000..2555f8f --- /dev/null +++ b/priv/static/icons/building.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/buildings-fill.svg b/priv/static/icons/buildings-fill.svg new file mode 100644 index 0000000..3799c1d --- /dev/null +++ b/priv/static/icons/buildings-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/buildings.svg b/priv/static/icons/buildings.svg new file mode 100644 index 0000000..b842c0c --- /dev/null +++ b/priv/static/icons/buildings.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/bullseye.svg b/priv/static/icons/bullseye.svg new file mode 100644 index 0000000..85a807c --- /dev/null +++ b/priv/static/icons/bullseye.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/bus-front-fill.svg b/priv/static/icons/bus-front-fill.svg new file mode 100644 index 0000000..c71376d --- /dev/null +++ b/priv/static/icons/bus-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/bus-front.svg b/priv/static/icons/bus-front.svg new file mode 100644 index 0000000..bdf6b61 --- /dev/null +++ b/priv/static/icons/bus-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/c-circle-fill.svg b/priv/static/icons/c-circle-fill.svg new file mode 100644 index 0000000..0b4adad --- /dev/null +++ b/priv/static/icons/c-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/c-circle.svg b/priv/static/icons/c-circle.svg new file mode 100644 index 0000000..3e4e268 --- /dev/null +++ b/priv/static/icons/c-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/c-square-fill.svg b/priv/static/icons/c-square-fill.svg new file mode 100644 index 0000000..0b24f73 --- /dev/null +++ b/priv/static/icons/c-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/c-square.svg b/priv/static/icons/c-square.svg new file mode 100644 index 0000000..822ae02 --- /dev/null +++ b/priv/static/icons/c-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cake-fill.svg b/priv/static/icons/cake-fill.svg new file mode 100644 index 0000000..4a8b837 --- /dev/null +++ b/priv/static/icons/cake-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cake.svg b/priv/static/icons/cake.svg new file mode 100644 index 0000000..2a2f165 --- /dev/null +++ b/priv/static/icons/cake.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cake2-fill.svg b/priv/static/icons/cake2-fill.svg new file mode 100644 index 0000000..0b2e8ee --- /dev/null +++ b/priv/static/icons/cake2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cake2.svg b/priv/static/icons/cake2.svg new file mode 100644 index 0000000..a3b969c --- /dev/null +++ b/priv/static/icons/cake2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calculator-fill.svg b/priv/static/icons/calculator-fill.svg new file mode 100644 index 0000000..c4ee270 --- /dev/null +++ b/priv/static/icons/calculator-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calculator.svg b/priv/static/icons/calculator.svg new file mode 100644 index 0000000..be8e11a --- /dev/null +++ b/priv/static/icons/calculator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-check-fill.svg b/priv/static/icons/calendar-check-fill.svg new file mode 100644 index 0000000..76afaa2 --- /dev/null +++ b/priv/static/icons/calendar-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-check.svg b/priv/static/icons/calendar-check.svg new file mode 100644 index 0000000..125b358 --- /dev/null +++ b/priv/static/icons/calendar-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-date-fill.svg b/priv/static/icons/calendar-date-fill.svg new file mode 100644 index 0000000..37e9cb5 --- /dev/null +++ b/priv/static/icons/calendar-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-date.svg b/priv/static/icons/calendar-date.svg new file mode 100644 index 0000000..7c53231 --- /dev/null +++ b/priv/static/icons/calendar-date.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-day-fill.svg b/priv/static/icons/calendar-day-fill.svg new file mode 100644 index 0000000..7f1c3c1 --- /dev/null +++ b/priv/static/icons/calendar-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-day.svg b/priv/static/icons/calendar-day.svg new file mode 100644 index 0000000..f043369 --- /dev/null +++ b/priv/static/icons/calendar-day.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-event-fill.svg b/priv/static/icons/calendar-event-fill.svg new file mode 100644 index 0000000..844dd15 --- /dev/null +++ b/priv/static/icons/calendar-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-event.svg b/priv/static/icons/calendar-event.svg new file mode 100644 index 0000000..41c0ef9 --- /dev/null +++ b/priv/static/icons/calendar-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-fill.svg b/priv/static/icons/calendar-fill.svg new file mode 100644 index 0000000..0cdeb35 --- /dev/null +++ b/priv/static/icons/calendar-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-heart-fill.svg b/priv/static/icons/calendar-heart-fill.svg new file mode 100644 index 0000000..bed00d8 --- /dev/null +++ b/priv/static/icons/calendar-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-heart.svg b/priv/static/icons/calendar-heart.svg new file mode 100644 index 0000000..2fe7c13 --- /dev/null +++ b/priv/static/icons/calendar-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-minus-fill.svg b/priv/static/icons/calendar-minus-fill.svg new file mode 100644 index 0000000..f23e648 --- /dev/null +++ b/priv/static/icons/calendar-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-minus.svg b/priv/static/icons/calendar-minus.svg new file mode 100644 index 0000000..8f970ac --- /dev/null +++ b/priv/static/icons/calendar-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-month-fill.svg b/priv/static/icons/calendar-month-fill.svg new file mode 100644 index 0000000..9123437 --- /dev/null +++ b/priv/static/icons/calendar-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-month.svg b/priv/static/icons/calendar-month.svg new file mode 100644 index 0000000..ad6a330 --- /dev/null +++ b/priv/static/icons/calendar-month.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-plus-fill.svg b/priv/static/icons/calendar-plus-fill.svg new file mode 100644 index 0000000..3928c63 --- /dev/null +++ b/priv/static/icons/calendar-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-plus.svg b/priv/static/icons/calendar-plus.svg new file mode 100644 index 0000000..70746db --- /dev/null +++ b/priv/static/icons/calendar-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-range-fill.svg b/priv/static/icons/calendar-range-fill.svg new file mode 100644 index 0000000..41bb2a2 --- /dev/null +++ b/priv/static/icons/calendar-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-range.svg b/priv/static/icons/calendar-range.svg new file mode 100644 index 0000000..934a45c --- /dev/null +++ b/priv/static/icons/calendar-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-week-fill.svg b/priv/static/icons/calendar-week-fill.svg new file mode 100644 index 0000000..00930aa --- /dev/null +++ b/priv/static/icons/calendar-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-week.svg b/priv/static/icons/calendar-week.svg new file mode 100644 index 0000000..06d6995 --- /dev/null +++ b/priv/static/icons/calendar-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-x-fill.svg b/priv/static/icons/calendar-x-fill.svg new file mode 100644 index 0000000..01be301 --- /dev/null +++ b/priv/static/icons/calendar-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar-x.svg b/priv/static/icons/calendar-x.svg new file mode 100644 index 0000000..faf46e1 --- /dev/null +++ b/priv/static/icons/calendar-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar.svg b/priv/static/icons/calendar.svg new file mode 100644 index 0000000..c8590dd --- /dev/null +++ b/priv/static/icons/calendar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-check-fill.svg b/priv/static/icons/calendar2-check-fill.svg new file mode 100644 index 0000000..f49354e --- /dev/null +++ b/priv/static/icons/calendar2-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-check.svg b/priv/static/icons/calendar2-check.svg new file mode 100644 index 0000000..f826056 --- /dev/null +++ b/priv/static/icons/calendar2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-date-fill.svg b/priv/static/icons/calendar2-date-fill.svg new file mode 100644 index 0000000..ac005e0 --- /dev/null +++ b/priv/static/icons/calendar2-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-date.svg b/priv/static/icons/calendar2-date.svg new file mode 100644 index 0000000..2dd64e8 --- /dev/null +++ b/priv/static/icons/calendar2-date.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-day-fill.svg b/priv/static/icons/calendar2-day-fill.svg new file mode 100644 index 0000000..2ab1b21 --- /dev/null +++ b/priv/static/icons/calendar2-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-day.svg b/priv/static/icons/calendar2-day.svg new file mode 100644 index 0000000..d4d4856 --- /dev/null +++ b/priv/static/icons/calendar2-day.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-event-fill.svg b/priv/static/icons/calendar2-event-fill.svg new file mode 100644 index 0000000..5bdbc27 --- /dev/null +++ b/priv/static/icons/calendar2-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-event.svg b/priv/static/icons/calendar2-event.svg new file mode 100644 index 0000000..8c1c7cd --- /dev/null +++ b/priv/static/icons/calendar2-event.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-fill.svg b/priv/static/icons/calendar2-fill.svg new file mode 100644 index 0000000..4b81563 --- /dev/null +++ b/priv/static/icons/calendar2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-heart-fill.svg b/priv/static/icons/calendar2-heart-fill.svg new file mode 100644 index 0000000..a1782e3 --- /dev/null +++ b/priv/static/icons/calendar2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-heart.svg b/priv/static/icons/calendar2-heart.svg new file mode 100644 index 0000000..6d66981 --- /dev/null +++ b/priv/static/icons/calendar2-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-minus-fill.svg b/priv/static/icons/calendar2-minus-fill.svg new file mode 100644 index 0000000..af87213 --- /dev/null +++ b/priv/static/icons/calendar2-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-minus.svg b/priv/static/icons/calendar2-minus.svg new file mode 100644 index 0000000..eff8110 --- /dev/null +++ b/priv/static/icons/calendar2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-month-fill.svg b/priv/static/icons/calendar2-month-fill.svg new file mode 100644 index 0000000..58deabc --- /dev/null +++ b/priv/static/icons/calendar2-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-month.svg b/priv/static/icons/calendar2-month.svg new file mode 100644 index 0000000..88c922e --- /dev/null +++ b/priv/static/icons/calendar2-month.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-plus-fill.svg b/priv/static/icons/calendar2-plus-fill.svg new file mode 100644 index 0000000..8b41682 --- /dev/null +++ b/priv/static/icons/calendar2-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-plus.svg b/priv/static/icons/calendar2-plus.svg new file mode 100644 index 0000000..7ec7d49 --- /dev/null +++ b/priv/static/icons/calendar2-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-range-fill.svg b/priv/static/icons/calendar2-range-fill.svg new file mode 100644 index 0000000..39ba322 --- /dev/null +++ b/priv/static/icons/calendar2-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-range.svg b/priv/static/icons/calendar2-range.svg new file mode 100644 index 0000000..4a8d9ad --- /dev/null +++ b/priv/static/icons/calendar2-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-week-fill.svg b/priv/static/icons/calendar2-week-fill.svg new file mode 100644 index 0000000..8303779 --- /dev/null +++ b/priv/static/icons/calendar2-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-week.svg b/priv/static/icons/calendar2-week.svg new file mode 100644 index 0000000..835ce06 --- /dev/null +++ b/priv/static/icons/calendar2-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-x-fill.svg b/priv/static/icons/calendar2-x-fill.svg new file mode 100644 index 0000000..2157939 --- /dev/null +++ b/priv/static/icons/calendar2-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2-x.svg b/priv/static/icons/calendar2-x.svg new file mode 100644 index 0000000..e7cc339 --- /dev/null +++ b/priv/static/icons/calendar2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar2.svg b/priv/static/icons/calendar2.svg new file mode 100644 index 0000000..db2e06d --- /dev/null +++ b/priv/static/icons/calendar2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-event-fill.svg b/priv/static/icons/calendar3-event-fill.svg new file mode 100644 index 0000000..c494090 --- /dev/null +++ b/priv/static/icons/calendar3-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-event.svg b/priv/static/icons/calendar3-event.svg new file mode 100644 index 0000000..681ce4d --- /dev/null +++ b/priv/static/icons/calendar3-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-fill.svg b/priv/static/icons/calendar3-fill.svg new file mode 100644 index 0000000..e37c234 --- /dev/null +++ b/priv/static/icons/calendar3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-range-fill.svg b/priv/static/icons/calendar3-range-fill.svg new file mode 100644 index 0000000..00875b2 --- /dev/null +++ b/priv/static/icons/calendar3-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-range.svg b/priv/static/icons/calendar3-range.svg new file mode 100644 index 0000000..a452516 --- /dev/null +++ b/priv/static/icons/calendar3-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-week-fill.svg b/priv/static/icons/calendar3-week-fill.svg new file mode 100644 index 0000000..53e5bc7 --- /dev/null +++ b/priv/static/icons/calendar3-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3-week.svg b/priv/static/icons/calendar3-week.svg new file mode 100644 index 0000000..e9a768c --- /dev/null +++ b/priv/static/icons/calendar3-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar3.svg b/priv/static/icons/calendar3.svg new file mode 100644 index 0000000..eb3c5f2 --- /dev/null +++ b/priv/static/icons/calendar3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar4-event.svg b/priv/static/icons/calendar4-event.svg new file mode 100644 index 0000000..51d40e8 --- /dev/null +++ b/priv/static/icons/calendar4-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar4-range.svg b/priv/static/icons/calendar4-range.svg new file mode 100644 index 0000000..129d7c1 --- /dev/null +++ b/priv/static/icons/calendar4-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar4-week.svg b/priv/static/icons/calendar4-week.svg new file mode 100644 index 0000000..5644238 --- /dev/null +++ b/priv/static/icons/calendar4-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/calendar4.svg b/priv/static/icons/calendar4.svg new file mode 100644 index 0000000..1c62685 --- /dev/null +++ b/priv/static/icons/calendar4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/camera-fill.svg b/priv/static/icons/camera-fill.svg new file mode 100644 index 0000000..be16451 --- /dev/null +++ b/priv/static/icons/camera-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/camera-reels-fill.svg b/priv/static/icons/camera-reels-fill.svg new file mode 100644 index 0000000..347f44e --- /dev/null +++ b/priv/static/icons/camera-reels-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/camera-reels.svg b/priv/static/icons/camera-reels.svg new file mode 100644 index 0000000..1aa7b1c --- /dev/null +++ b/priv/static/icons/camera-reels.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/camera-video-fill.svg b/priv/static/icons/camera-video-fill.svg new file mode 100644 index 0000000..0222b95 --- /dev/null +++ b/priv/static/icons/camera-video-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/camera-video-off-fill.svg b/priv/static/icons/camera-video-off-fill.svg new file mode 100644 index 0000000..9909060 --- /dev/null +++ b/priv/static/icons/camera-video-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/camera-video-off.svg b/priv/static/icons/camera-video-off.svg new file mode 100644 index 0000000..7635e9b --- /dev/null +++ b/priv/static/icons/camera-video-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/camera-video.svg b/priv/static/icons/camera-video.svg new file mode 100644 index 0000000..199e7a8 --- /dev/null +++ b/priv/static/icons/camera-video.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/camera.svg b/priv/static/icons/camera.svg new file mode 100644 index 0000000..fb337fe --- /dev/null +++ b/priv/static/icons/camera.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/camera2.svg b/priv/static/icons/camera2.svg new file mode 100644 index 0000000..a33ae6b --- /dev/null +++ b/priv/static/icons/camera2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/capslock-fill.svg b/priv/static/icons/capslock-fill.svg new file mode 100644 index 0000000..e4af909 --- /dev/null +++ b/priv/static/icons/capslock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/capslock.svg b/priv/static/icons/capslock.svg new file mode 100644 index 0000000..12155de --- /dev/null +++ b/priv/static/icons/capslock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/capsule-pill.svg b/priv/static/icons/capsule-pill.svg new file mode 100644 index 0000000..0167f85 --- /dev/null +++ b/priv/static/icons/capsule-pill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/capsule.svg b/priv/static/icons/capsule.svg new file mode 100644 index 0000000..98863d8 --- /dev/null +++ b/priv/static/icons/capsule.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/car-front-fill.svg b/priv/static/icons/car-front-fill.svg new file mode 100644 index 0000000..a9b9603 --- /dev/null +++ b/priv/static/icons/car-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/car-front.svg b/priv/static/icons/car-front.svg new file mode 100644 index 0000000..bb5fa3d --- /dev/null +++ b/priv/static/icons/car-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/card-checklist.svg b/priv/static/icons/card-checklist.svg new file mode 100644 index 0000000..ce2a553 --- /dev/null +++ b/priv/static/icons/card-checklist.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/card-heading.svg b/priv/static/icons/card-heading.svg new file mode 100644 index 0000000..682bd4e --- /dev/null +++ b/priv/static/icons/card-heading.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/card-image.svg b/priv/static/icons/card-image.svg new file mode 100644 index 0000000..473ff03 --- /dev/null +++ b/priv/static/icons/card-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/card-list.svg b/priv/static/icons/card-list.svg new file mode 100644 index 0000000..3dc5d42 --- /dev/null +++ b/priv/static/icons/card-list.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/card-text.svg b/priv/static/icons/card-text.svg new file mode 100644 index 0000000..d218f55 --- /dev/null +++ b/priv/static/icons/card-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/caret-down-fill.svg b/priv/static/icons/caret-down-fill.svg new file mode 100644 index 0000000..d7c3990 --- /dev/null +++ b/priv/static/icons/caret-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-down-square-fill.svg b/priv/static/icons/caret-down-square-fill.svg new file mode 100644 index 0000000..ae8fbb4 --- /dev/null +++ b/priv/static/icons/caret-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-down-square.svg b/priv/static/icons/caret-down-square.svg new file mode 100644 index 0000000..cf34038 --- /dev/null +++ b/priv/static/icons/caret-down-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/caret-down.svg b/priv/static/icons/caret-down.svg new file mode 100644 index 0000000..026b0ff --- /dev/null +++ b/priv/static/icons/caret-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-left-fill.svg b/priv/static/icons/caret-left-fill.svg new file mode 100644 index 0000000..d989dff --- /dev/null +++ b/priv/static/icons/caret-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-left-square-fill.svg b/priv/static/icons/caret-left-square-fill.svg new file mode 100644 index 0000000..5d8ab56 --- /dev/null +++ b/priv/static/icons/caret-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-left-square.svg b/priv/static/icons/caret-left-square.svg new file mode 100644 index 0000000..099b54d --- /dev/null +++ b/priv/static/icons/caret-left-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/caret-left.svg b/priv/static/icons/caret-left.svg new file mode 100644 index 0000000..89732f0 --- /dev/null +++ b/priv/static/icons/caret-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-right-fill.svg b/priv/static/icons/caret-right-fill.svg new file mode 100644 index 0000000..b445551 --- /dev/null +++ b/priv/static/icons/caret-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-right-square-fill.svg b/priv/static/icons/caret-right-square-fill.svg new file mode 100644 index 0000000..ea06657 --- /dev/null +++ b/priv/static/icons/caret-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-right-square.svg b/priv/static/icons/caret-right-square.svg new file mode 100644 index 0000000..4039064 --- /dev/null +++ b/priv/static/icons/caret-right-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/caret-right.svg b/priv/static/icons/caret-right.svg new file mode 100644 index 0000000..451686e --- /dev/null +++ b/priv/static/icons/caret-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-up-fill.svg b/priv/static/icons/caret-up-fill.svg new file mode 100644 index 0000000..a87820e --- /dev/null +++ b/priv/static/icons/caret-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-up-square-fill.svg b/priv/static/icons/caret-up-square-fill.svg new file mode 100644 index 0000000..25c66a5 --- /dev/null +++ b/priv/static/icons/caret-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/caret-up-square.svg b/priv/static/icons/caret-up-square.svg new file mode 100644 index 0000000..d59ecbf --- /dev/null +++ b/priv/static/icons/caret-up-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/caret-up.svg b/priv/static/icons/caret-up.svg new file mode 100644 index 0000000..36ca8f0 --- /dev/null +++ b/priv/static/icons/caret-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-check-fill.svg b/priv/static/icons/cart-check-fill.svg new file mode 100644 index 0000000..019c1fc --- /dev/null +++ b/priv/static/icons/cart-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-check.svg b/priv/static/icons/cart-check.svg new file mode 100644 index 0000000..986706a --- /dev/null +++ b/priv/static/icons/cart-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cart-dash-fill.svg b/priv/static/icons/cart-dash-fill.svg new file mode 100644 index 0000000..2562744 --- /dev/null +++ b/priv/static/icons/cart-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-dash.svg b/priv/static/icons/cart-dash.svg new file mode 100644 index 0000000..ecd23f3 --- /dev/null +++ b/priv/static/icons/cart-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cart-fill.svg b/priv/static/icons/cart-fill.svg new file mode 100644 index 0000000..a2b95bf --- /dev/null +++ b/priv/static/icons/cart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-plus-fill.svg b/priv/static/icons/cart-plus-fill.svg new file mode 100644 index 0000000..9858fe1 --- /dev/null +++ b/priv/static/icons/cart-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-plus.svg b/priv/static/icons/cart-plus.svg new file mode 100644 index 0000000..acafe13 --- /dev/null +++ b/priv/static/icons/cart-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cart-x-fill.svg b/priv/static/icons/cart-x-fill.svg new file mode 100644 index 0000000..a9a32ca --- /dev/null +++ b/priv/static/icons/cart-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart-x.svg b/priv/static/icons/cart-x.svg new file mode 100644 index 0000000..feddfdd --- /dev/null +++ b/priv/static/icons/cart-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cart.svg b/priv/static/icons/cart.svg new file mode 100644 index 0000000..486adb1 --- /dev/null +++ b/priv/static/icons/cart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart2.svg b/priv/static/icons/cart2.svg new file mode 100644 index 0000000..7e1bd9a --- /dev/null +++ b/priv/static/icons/cart2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart3.svg b/priv/static/icons/cart3.svg new file mode 100644 index 0000000..2187149 --- /dev/null +++ b/priv/static/icons/cart3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cart4.svg b/priv/static/icons/cart4.svg new file mode 100644 index 0000000..b40891f --- /dev/null +++ b/priv/static/icons/cart4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cash-coin.svg b/priv/static/icons/cash-coin.svg new file mode 100644 index 0000000..bc82c64 --- /dev/null +++ b/priv/static/icons/cash-coin.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/cash-stack.svg b/priv/static/icons/cash-stack.svg new file mode 100644 index 0000000..492cb38 --- /dev/null +++ b/priv/static/icons/cash-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cash.svg b/priv/static/icons/cash.svg new file mode 100644 index 0000000..ef3a4e7 --- /dev/null +++ b/priv/static/icons/cash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cassette-fill.svg b/priv/static/icons/cassette-fill.svg new file mode 100644 index 0000000..e8dd8f1 --- /dev/null +++ b/priv/static/icons/cassette-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cassette.svg b/priv/static/icons/cassette.svg new file mode 100644 index 0000000..c28170c --- /dev/null +++ b/priv/static/icons/cassette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cast.svg b/priv/static/icons/cast.svg new file mode 100644 index 0000000..1eda173 --- /dev/null +++ b/priv/static/icons/cast.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cc-circle-fill.svg b/priv/static/icons/cc-circle-fill.svg new file mode 100644 index 0000000..ca9779e --- /dev/null +++ b/priv/static/icons/cc-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cc-circle.svg b/priv/static/icons/cc-circle.svg new file mode 100644 index 0000000..6de6b76 --- /dev/null +++ b/priv/static/icons/cc-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cc-square-fill.svg b/priv/static/icons/cc-square-fill.svg new file mode 100644 index 0000000..f9b44d5 --- /dev/null +++ b/priv/static/icons/cc-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cc-square.svg b/priv/static/icons/cc-square.svg new file mode 100644 index 0000000..90c52bc --- /dev/null +++ b/priv/static/icons/cc-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-dots-fill.svg b/priv/static/icons/chat-dots-fill.svg new file mode 100644 index 0000000..2e3d225 --- /dev/null +++ b/priv/static/icons/chat-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-dots.svg b/priv/static/icons/chat-dots.svg new file mode 100644 index 0000000..a74267d --- /dev/null +++ b/priv/static/icons/chat-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-fill.svg b/priv/static/icons/chat-fill.svg new file mode 100644 index 0000000..69ed44b --- /dev/null +++ b/priv/static/icons/chat-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-heart-fill.svg b/priv/static/icons/chat-heart-fill.svg new file mode 100644 index 0000000..9be92ca --- /dev/null +++ b/priv/static/icons/chat-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-heart.svg b/priv/static/icons/chat-heart.svg new file mode 100644 index 0000000..90c276b --- /dev/null +++ b/priv/static/icons/chat-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-dots-fill.svg b/priv/static/icons/chat-left-dots-fill.svg new file mode 100644 index 0000000..eb7f531 --- /dev/null +++ b/priv/static/icons/chat-left-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-dots.svg b/priv/static/icons/chat-left-dots.svg new file mode 100644 index 0000000..c73169d --- /dev/null +++ b/priv/static/icons/chat-left-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-fill.svg b/priv/static/icons/chat-left-fill.svg new file mode 100644 index 0000000..38c389f --- /dev/null +++ b/priv/static/icons/chat-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-heart-fill.svg b/priv/static/icons/chat-left-heart-fill.svg new file mode 100644 index 0000000..787ed61 --- /dev/null +++ b/priv/static/icons/chat-left-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-heart.svg b/priv/static/icons/chat-left-heart.svg new file mode 100644 index 0000000..1604e7b --- /dev/null +++ b/priv/static/icons/chat-left-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-quote-fill.svg b/priv/static/icons/chat-left-quote-fill.svg new file mode 100644 index 0000000..b115a9f --- /dev/null +++ b/priv/static/icons/chat-left-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-quote.svg b/priv/static/icons/chat-left-quote.svg new file mode 100644 index 0000000..448827f --- /dev/null +++ b/priv/static/icons/chat-left-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-text-fill.svg b/priv/static/icons/chat-left-text-fill.svg new file mode 100644 index 0000000..28a0f47 --- /dev/null +++ b/priv/static/icons/chat-left-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left-text.svg b/priv/static/icons/chat-left-text.svg new file mode 100644 index 0000000..2b69a98 --- /dev/null +++ b/priv/static/icons/chat-left-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-left.svg b/priv/static/icons/chat-left.svg new file mode 100644 index 0000000..fd2f4ee --- /dev/null +++ b/priv/static/icons/chat-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-quote-fill.svg b/priv/static/icons/chat-quote-fill.svg new file mode 100644 index 0000000..4a3af86 --- /dev/null +++ b/priv/static/icons/chat-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-quote.svg b/priv/static/icons/chat-quote.svg new file mode 100644 index 0000000..f890c38 --- /dev/null +++ b/priv/static/icons/chat-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-dots-fill.svg b/priv/static/icons/chat-right-dots-fill.svg new file mode 100644 index 0000000..49ce097 --- /dev/null +++ b/priv/static/icons/chat-right-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-dots.svg b/priv/static/icons/chat-right-dots.svg new file mode 100644 index 0000000..423d221 --- /dev/null +++ b/priv/static/icons/chat-right-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-fill.svg b/priv/static/icons/chat-right-fill.svg new file mode 100644 index 0000000..41b767b --- /dev/null +++ b/priv/static/icons/chat-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-heart-fill.svg b/priv/static/icons/chat-right-heart-fill.svg new file mode 100644 index 0000000..b55dc62 --- /dev/null +++ b/priv/static/icons/chat-right-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-heart.svg b/priv/static/icons/chat-right-heart.svg new file mode 100644 index 0000000..744e8a0 --- /dev/null +++ b/priv/static/icons/chat-right-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-quote-fill.svg b/priv/static/icons/chat-right-quote-fill.svg new file mode 100644 index 0000000..e63f92b --- /dev/null +++ b/priv/static/icons/chat-right-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-quote.svg b/priv/static/icons/chat-right-quote.svg new file mode 100644 index 0000000..42c8dbe --- /dev/null +++ b/priv/static/icons/chat-right-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-text-fill.svg b/priv/static/icons/chat-right-text-fill.svg new file mode 100644 index 0000000..32df921 --- /dev/null +++ b/priv/static/icons/chat-right-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right-text.svg b/priv/static/icons/chat-right-text.svg new file mode 100644 index 0000000..d8b6004 --- /dev/null +++ b/priv/static/icons/chat-right-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-right.svg b/priv/static/icons/chat-right.svg new file mode 100644 index 0000000..b702b5d --- /dev/null +++ b/priv/static/icons/chat-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-dots-fill.svg b/priv/static/icons/chat-square-dots-fill.svg new file mode 100644 index 0000000..1025978 --- /dev/null +++ b/priv/static/icons/chat-square-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-dots.svg b/priv/static/icons/chat-square-dots.svg new file mode 100644 index 0000000..e59cd1a --- /dev/null +++ b/priv/static/icons/chat-square-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-fill.svg b/priv/static/icons/chat-square-fill.svg new file mode 100644 index 0000000..2fb73ac --- /dev/null +++ b/priv/static/icons/chat-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-heart-fill.svg b/priv/static/icons/chat-square-heart-fill.svg new file mode 100644 index 0000000..f200049 --- /dev/null +++ b/priv/static/icons/chat-square-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-heart.svg b/priv/static/icons/chat-square-heart.svg new file mode 100644 index 0000000..89ca6ef --- /dev/null +++ b/priv/static/icons/chat-square-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-quote-fill.svg b/priv/static/icons/chat-square-quote-fill.svg new file mode 100644 index 0000000..761cb91 --- /dev/null +++ b/priv/static/icons/chat-square-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-quote.svg b/priv/static/icons/chat-square-quote.svg new file mode 100644 index 0000000..40893f4 --- /dev/null +++ b/priv/static/icons/chat-square-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-text-fill.svg b/priv/static/icons/chat-square-text-fill.svg new file mode 100644 index 0000000..1dd17c5 --- /dev/null +++ b/priv/static/icons/chat-square-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square-text.svg b/priv/static/icons/chat-square-text.svg new file mode 100644 index 0000000..ae3fd8d --- /dev/null +++ b/priv/static/icons/chat-square-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat-square.svg b/priv/static/icons/chat-square.svg new file mode 100644 index 0000000..7611729 --- /dev/null +++ b/priv/static/icons/chat-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-text-fill.svg b/priv/static/icons/chat-text-fill.svg new file mode 100644 index 0000000..fff3db3 --- /dev/null +++ b/priv/static/icons/chat-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chat-text.svg b/priv/static/icons/chat-text.svg new file mode 100644 index 0000000..75a79f1 --- /dev/null +++ b/priv/static/icons/chat-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chat.svg b/priv/static/icons/chat.svg new file mode 100644 index 0000000..3cb81b2 --- /dev/null +++ b/priv/static/icons/chat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check-all.svg b/priv/static/icons/check-all.svg new file mode 100644 index 0000000..b0019d0 --- /dev/null +++ b/priv/static/icons/check-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check-circle-fill.svg b/priv/static/icons/check-circle-fill.svg new file mode 100644 index 0000000..e861174 --- /dev/null +++ b/priv/static/icons/check-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check-circle.svg b/priv/static/icons/check-circle.svg new file mode 100644 index 0000000..d8dd0cd --- /dev/null +++ b/priv/static/icons/check-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/check-lg.svg b/priv/static/icons/check-lg.svg new file mode 100644 index 0000000..7afb0ae --- /dev/null +++ b/priv/static/icons/check-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check-square-fill.svg b/priv/static/icons/check-square-fill.svg new file mode 100644 index 0000000..45d6828 --- /dev/null +++ b/priv/static/icons/check-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check-square.svg b/priv/static/icons/check-square.svg new file mode 100644 index 0000000..d71c1f3 --- /dev/null +++ b/priv/static/icons/check-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/check.svg b/priv/static/icons/check.svg new file mode 100644 index 0000000..9de6cc7 --- /dev/null +++ b/priv/static/icons/check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/check2-all.svg b/priv/static/icons/check2-all.svg new file mode 100644 index 0000000..25d8ba5 --- /dev/null +++ b/priv/static/icons/check2-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/check2-circle.svg b/priv/static/icons/check2-circle.svg new file mode 100644 index 0000000..7319d37 --- /dev/null +++ b/priv/static/icons/check2-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/check2-square.svg b/priv/static/icons/check2-square.svg new file mode 100644 index 0000000..2d5e6eb --- /dev/null +++ b/priv/static/icons/check2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/check2.svg b/priv/static/icons/check2.svg new file mode 100644 index 0000000..e187956 --- /dev/null +++ b/priv/static/icons/check2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-contract.svg b/priv/static/icons/chevron-bar-contract.svg new file mode 100644 index 0000000..f12917f --- /dev/null +++ b/priv/static/icons/chevron-bar-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-down.svg b/priv/static/icons/chevron-bar-down.svg new file mode 100644 index 0000000..4df2259 --- /dev/null +++ b/priv/static/icons/chevron-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-expand.svg b/priv/static/icons/chevron-bar-expand.svg new file mode 100644 index 0000000..6cb775f --- /dev/null +++ b/priv/static/icons/chevron-bar-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-left.svg b/priv/static/icons/chevron-bar-left.svg new file mode 100644 index 0000000..5d53406 --- /dev/null +++ b/priv/static/icons/chevron-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-right.svg b/priv/static/icons/chevron-bar-right.svg new file mode 100644 index 0000000..b71553c --- /dev/null +++ b/priv/static/icons/chevron-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-bar-up.svg b/priv/static/icons/chevron-bar-up.svg new file mode 100644 index 0000000..9ca1408 --- /dev/null +++ b/priv/static/icons/chevron-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-compact-down.svg b/priv/static/icons/chevron-compact-down.svg new file mode 100644 index 0000000..fb1767e --- /dev/null +++ b/priv/static/icons/chevron-compact-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-compact-left.svg b/priv/static/icons/chevron-compact-left.svg new file mode 100644 index 0000000..5dd6b6b --- /dev/null +++ b/priv/static/icons/chevron-compact-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-compact-right.svg b/priv/static/icons/chevron-compact-right.svg new file mode 100644 index 0000000..ecb5994 --- /dev/null +++ b/priv/static/icons/chevron-compact-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-compact-up.svg b/priv/static/icons/chevron-compact-up.svg new file mode 100644 index 0000000..8bc0a55 --- /dev/null +++ b/priv/static/icons/chevron-compact-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-contract.svg b/priv/static/icons/chevron-contract.svg new file mode 100644 index 0000000..5243d43 --- /dev/null +++ b/priv/static/icons/chevron-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-double-down.svg b/priv/static/icons/chevron-double-down.svg new file mode 100644 index 0000000..0df76ee --- /dev/null +++ b/priv/static/icons/chevron-double-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-double-left.svg b/priv/static/icons/chevron-double-left.svg new file mode 100644 index 0000000..7181fd1 --- /dev/null +++ b/priv/static/icons/chevron-double-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-double-right.svg b/priv/static/icons/chevron-double-right.svg new file mode 100644 index 0000000..73e1b35 --- /dev/null +++ b/priv/static/icons/chevron-double-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-double-up.svg b/priv/static/icons/chevron-double-up.svg new file mode 100644 index 0000000..5c9a013 --- /dev/null +++ b/priv/static/icons/chevron-double-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-down.svg b/priv/static/icons/chevron-down.svg new file mode 100644 index 0000000..1f0b8bc --- /dev/null +++ b/priv/static/icons/chevron-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-expand.svg b/priv/static/icons/chevron-expand.svg new file mode 100644 index 0000000..0a2b81a --- /dev/null +++ b/priv/static/icons/chevron-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-left.svg b/priv/static/icons/chevron-left.svg new file mode 100644 index 0000000..018f8b6 --- /dev/null +++ b/priv/static/icons/chevron-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-right.svg b/priv/static/icons/chevron-right.svg new file mode 100644 index 0000000..d621289 --- /dev/null +++ b/priv/static/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/chevron-up.svg b/priv/static/icons/chevron-up.svg new file mode 100644 index 0000000..3b2bd42 --- /dev/null +++ b/priv/static/icons/chevron-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/circle-fill.svg b/priv/static/icons/circle-fill.svg new file mode 100644 index 0000000..e0d1b51 --- /dev/null +++ b/priv/static/icons/circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/circle-half.svg b/priv/static/icons/circle-half.svg new file mode 100644 index 0000000..5380929 --- /dev/null +++ b/priv/static/icons/circle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/circle-square.svg b/priv/static/icons/circle-square.svg new file mode 100644 index 0000000..37d8622 --- /dev/null +++ b/priv/static/icons/circle-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/circle.svg b/priv/static/icons/circle.svg new file mode 100644 index 0000000..dc57919 --- /dev/null +++ b/priv/static/icons/circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-check-fill.svg b/priv/static/icons/clipboard-check-fill.svg new file mode 100644 index 0000000..4c0c18f --- /dev/null +++ b/priv/static/icons/clipboard-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-check.svg b/priv/static/icons/clipboard-check.svg new file mode 100644 index 0000000..f7591ae --- /dev/null +++ b/priv/static/icons/clipboard-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-data-fill.svg b/priv/static/icons/clipboard-data-fill.svg new file mode 100644 index 0000000..e7de45a --- /dev/null +++ b/priv/static/icons/clipboard-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-data.svg b/priv/static/icons/clipboard-data.svg new file mode 100644 index 0000000..b4fcb33 --- /dev/null +++ b/priv/static/icons/clipboard-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-fill.svg b/priv/static/icons/clipboard-fill.svg new file mode 100644 index 0000000..86d3da0 --- /dev/null +++ b/priv/static/icons/clipboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-heart-fill.svg b/priv/static/icons/clipboard-heart-fill.svg new file mode 100644 index 0000000..c653de1 --- /dev/null +++ b/priv/static/icons/clipboard-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-heart.svg b/priv/static/icons/clipboard-heart.svg new file mode 100644 index 0000000..0b5b319 --- /dev/null +++ b/priv/static/icons/clipboard-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-minus-fill.svg b/priv/static/icons/clipboard-minus-fill.svg new file mode 100644 index 0000000..7828cb8 --- /dev/null +++ b/priv/static/icons/clipboard-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-minus.svg b/priv/static/icons/clipboard-minus.svg new file mode 100644 index 0000000..4826c3e --- /dev/null +++ b/priv/static/icons/clipboard-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-plus-fill.svg b/priv/static/icons/clipboard-plus-fill.svg new file mode 100644 index 0000000..2ebdba4 --- /dev/null +++ b/priv/static/icons/clipboard-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-plus.svg b/priv/static/icons/clipboard-plus.svg new file mode 100644 index 0000000..79020c0 --- /dev/null +++ b/priv/static/icons/clipboard-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-pulse.svg b/priv/static/icons/clipboard-pulse.svg new file mode 100644 index 0000000..0c43dab --- /dev/null +++ b/priv/static/icons/clipboard-pulse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-x-fill.svg b/priv/static/icons/clipboard-x-fill.svg new file mode 100644 index 0000000..8cba1ea --- /dev/null +++ b/priv/static/icons/clipboard-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard-x.svg b/priv/static/icons/clipboard-x.svg new file mode 100644 index 0000000..bba444d --- /dev/null +++ b/priv/static/icons/clipboard-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard.svg b/priv/static/icons/clipboard.svg new file mode 100644 index 0000000..360e089 --- /dev/null +++ b/priv/static/icons/clipboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-check-fill.svg b/priv/static/icons/clipboard2-check-fill.svg new file mode 100644 index 0000000..01aed62 --- /dev/null +++ b/priv/static/icons/clipboard2-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-check.svg b/priv/static/icons/clipboard2-check.svg new file mode 100644 index 0000000..c235208 --- /dev/null +++ b/priv/static/icons/clipboard2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-data-fill.svg b/priv/static/icons/clipboard2-data-fill.svg new file mode 100644 index 0000000..40656a7 --- /dev/null +++ b/priv/static/icons/clipboard2-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-data.svg b/priv/static/icons/clipboard2-data.svg new file mode 100644 index 0000000..74b26f5 --- /dev/null +++ b/priv/static/icons/clipboard2-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-fill.svg b/priv/static/icons/clipboard2-fill.svg new file mode 100644 index 0000000..ca2df57 --- /dev/null +++ b/priv/static/icons/clipboard2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-heart-fill.svg b/priv/static/icons/clipboard2-heart-fill.svg new file mode 100644 index 0000000..2abc359 --- /dev/null +++ b/priv/static/icons/clipboard2-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-heart.svg b/priv/static/icons/clipboard2-heart.svg new file mode 100644 index 0000000..4883c3f --- /dev/null +++ b/priv/static/icons/clipboard2-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-minus-fill.svg b/priv/static/icons/clipboard2-minus-fill.svg new file mode 100644 index 0000000..000a2c6 --- /dev/null +++ b/priv/static/icons/clipboard2-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-minus.svg b/priv/static/icons/clipboard2-minus.svg new file mode 100644 index 0000000..a634bb0 --- /dev/null +++ b/priv/static/icons/clipboard2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-plus-fill.svg b/priv/static/icons/clipboard2-plus-fill.svg new file mode 100644 index 0000000..f1702d8 --- /dev/null +++ b/priv/static/icons/clipboard2-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-plus.svg b/priv/static/icons/clipboard2-plus.svg new file mode 100644 index 0000000..474ffdc --- /dev/null +++ b/priv/static/icons/clipboard2-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-pulse-fill.svg b/priv/static/icons/clipboard2-pulse-fill.svg new file mode 100644 index 0000000..5017f6d --- /dev/null +++ b/priv/static/icons/clipboard2-pulse-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-pulse.svg b/priv/static/icons/clipboard2-pulse.svg new file mode 100644 index 0000000..1e6370c --- /dev/null +++ b/priv/static/icons/clipboard2-pulse.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-x-fill.svg b/priv/static/icons/clipboard2-x-fill.svg new file mode 100644 index 0000000..8f63584 --- /dev/null +++ b/priv/static/icons/clipboard2-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2-x.svg b/priv/static/icons/clipboard2-x.svg new file mode 100644 index 0000000..9ac8211 --- /dev/null +++ b/priv/static/icons/clipboard2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clipboard2.svg b/priv/static/icons/clipboard2.svg new file mode 100644 index 0000000..d729ddb --- /dev/null +++ b/priv/static/icons/clipboard2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clock-fill.svg b/priv/static/icons/clock-fill.svg new file mode 100644 index 0000000..189dec1 --- /dev/null +++ b/priv/static/icons/clock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/clock-history.svg b/priv/static/icons/clock-history.svg new file mode 100644 index 0000000..414b526 --- /dev/null +++ b/priv/static/icons/clock-history.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/clock.svg b/priv/static/icons/clock.svg new file mode 100644 index 0000000..72f2939 --- /dev/null +++ b/priv/static/icons/clock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-arrow-down-fill.svg b/priv/static/icons/cloud-arrow-down-fill.svg new file mode 100644 index 0000000..6e18ca9 --- /dev/null +++ b/priv/static/icons/cloud-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-arrow-down.svg b/priv/static/icons/cloud-arrow-down.svg new file mode 100644 index 0000000..cb8e33a --- /dev/null +++ b/priv/static/icons/cloud-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-arrow-up-fill.svg b/priv/static/icons/cloud-arrow-up-fill.svg new file mode 100644 index 0000000..89d72fb --- /dev/null +++ b/priv/static/icons/cloud-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-arrow-up.svg b/priv/static/icons/cloud-arrow-up.svg new file mode 100644 index 0000000..6f69abc --- /dev/null +++ b/priv/static/icons/cloud-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-check-fill.svg b/priv/static/icons/cloud-check-fill.svg new file mode 100644 index 0000000..81f28b5 --- /dev/null +++ b/priv/static/icons/cloud-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-check.svg b/priv/static/icons/cloud-check.svg new file mode 100644 index 0000000..917d5c2 --- /dev/null +++ b/priv/static/icons/cloud-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-download-fill.svg b/priv/static/icons/cloud-download-fill.svg new file mode 100644 index 0000000..53c4242 --- /dev/null +++ b/priv/static/icons/cloud-download-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-download.svg b/priv/static/icons/cloud-download.svg new file mode 100644 index 0000000..c6b3fe3 --- /dev/null +++ b/priv/static/icons/cloud-download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-drizzle-fill.svg b/priv/static/icons/cloud-drizzle-fill.svg new file mode 100644 index 0000000..996aec4 --- /dev/null +++ b/priv/static/icons/cloud-drizzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-drizzle.svg b/priv/static/icons/cloud-drizzle.svg new file mode 100644 index 0000000..bb1e68b --- /dev/null +++ b/priv/static/icons/cloud-drizzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-fill.svg b/priv/static/icons/cloud-fill.svg new file mode 100644 index 0000000..23755bd --- /dev/null +++ b/priv/static/icons/cloud-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-fog-fill.svg b/priv/static/icons/cloud-fog-fill.svg new file mode 100644 index 0000000..07f10f4 --- /dev/null +++ b/priv/static/icons/cloud-fog-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-fog.svg b/priv/static/icons/cloud-fog.svg new file mode 100644 index 0000000..b40c983 --- /dev/null +++ b/priv/static/icons/cloud-fog.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-fog2-fill.svg b/priv/static/icons/cloud-fog2-fill.svg new file mode 100644 index 0000000..1d49851 --- /dev/null +++ b/priv/static/icons/cloud-fog2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-fog2.svg b/priv/static/icons/cloud-fog2.svg new file mode 100644 index 0000000..1bd3c25 --- /dev/null +++ b/priv/static/icons/cloud-fog2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-hail-fill.svg b/priv/static/icons/cloud-hail-fill.svg new file mode 100644 index 0000000..d8a096b --- /dev/null +++ b/priv/static/icons/cloud-hail-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-hail.svg b/priv/static/icons/cloud-hail.svg new file mode 100644 index 0000000..2f9bec1 --- /dev/null +++ b/priv/static/icons/cloud-hail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-haze-fill.svg b/priv/static/icons/cloud-haze-fill.svg new file mode 100644 index 0000000..002fc26 --- /dev/null +++ b/priv/static/icons/cloud-haze-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-haze.svg b/priv/static/icons/cloud-haze.svg new file mode 100644 index 0000000..513e346 --- /dev/null +++ b/priv/static/icons/cloud-haze.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-haze2-fill.svg b/priv/static/icons/cloud-haze2-fill.svg new file mode 100644 index 0000000..e9b7bda --- /dev/null +++ b/priv/static/icons/cloud-haze2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-haze2.svg b/priv/static/icons/cloud-haze2.svg new file mode 100644 index 0000000..c213dfb --- /dev/null +++ b/priv/static/icons/cloud-haze2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-lightning-fill.svg b/priv/static/icons/cloud-lightning-fill.svg new file mode 100644 index 0000000..1d30904 --- /dev/null +++ b/priv/static/icons/cloud-lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-lightning-rain-fill.svg b/priv/static/icons/cloud-lightning-rain-fill.svg new file mode 100644 index 0000000..2b6d4a1 --- /dev/null +++ b/priv/static/icons/cloud-lightning-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-lightning-rain.svg b/priv/static/icons/cloud-lightning-rain.svg new file mode 100644 index 0000000..31badb3 --- /dev/null +++ b/priv/static/icons/cloud-lightning-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-lightning.svg b/priv/static/icons/cloud-lightning.svg new file mode 100644 index 0000000..5a8bafd --- /dev/null +++ b/priv/static/icons/cloud-lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-minus-fill.svg b/priv/static/icons/cloud-minus-fill.svg new file mode 100644 index 0000000..753727f --- /dev/null +++ b/priv/static/icons/cloud-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-minus.svg b/priv/static/icons/cloud-minus.svg new file mode 100644 index 0000000..a4ab6f9 --- /dev/null +++ b/priv/static/icons/cloud-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-moon-fill.svg b/priv/static/icons/cloud-moon-fill.svg new file mode 100644 index 0000000..d968faf --- /dev/null +++ b/priv/static/icons/cloud-moon-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-moon.svg b/priv/static/icons/cloud-moon.svg new file mode 100644 index 0000000..1089204 --- /dev/null +++ b/priv/static/icons/cloud-moon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-plus-fill.svg b/priv/static/icons/cloud-plus-fill.svg new file mode 100644 index 0000000..92620aa --- /dev/null +++ b/priv/static/icons/cloud-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-plus.svg b/priv/static/icons/cloud-plus.svg new file mode 100644 index 0000000..4ef51f2 --- /dev/null +++ b/priv/static/icons/cloud-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-rain-fill.svg b/priv/static/icons/cloud-rain-fill.svg new file mode 100644 index 0000000..94cddba --- /dev/null +++ b/priv/static/icons/cloud-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-rain-heavy-fill.svg b/priv/static/icons/cloud-rain-heavy-fill.svg new file mode 100644 index 0000000..167c8af --- /dev/null +++ b/priv/static/icons/cloud-rain-heavy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-rain-heavy.svg b/priv/static/icons/cloud-rain-heavy.svg new file mode 100644 index 0000000..a5c41e5 --- /dev/null +++ b/priv/static/icons/cloud-rain-heavy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-rain.svg b/priv/static/icons/cloud-rain.svg new file mode 100644 index 0000000..eb40032 --- /dev/null +++ b/priv/static/icons/cloud-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-slash-fill.svg b/priv/static/icons/cloud-slash-fill.svg new file mode 100644 index 0000000..a4b8bad --- /dev/null +++ b/priv/static/icons/cloud-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-slash.svg b/priv/static/icons/cloud-slash.svg new file mode 100644 index 0000000..fe89178 --- /dev/null +++ b/priv/static/icons/cloud-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-sleet-fill.svg b/priv/static/icons/cloud-sleet-fill.svg new file mode 100644 index 0000000..73764dc --- /dev/null +++ b/priv/static/icons/cloud-sleet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-sleet.svg b/priv/static/icons/cloud-sleet.svg new file mode 100644 index 0000000..d3c8f2e --- /dev/null +++ b/priv/static/icons/cloud-sleet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-snow-fill.svg b/priv/static/icons/cloud-snow-fill.svg new file mode 100644 index 0000000..0ffc577 --- /dev/null +++ b/priv/static/icons/cloud-snow-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-snow.svg b/priv/static/icons/cloud-snow.svg new file mode 100644 index 0000000..b1643fb --- /dev/null +++ b/priv/static/icons/cloud-snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-sun-fill.svg b/priv/static/icons/cloud-sun-fill.svg new file mode 100644 index 0000000..9ecf7de --- /dev/null +++ b/priv/static/icons/cloud-sun-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-sun.svg b/priv/static/icons/cloud-sun.svg new file mode 100644 index 0000000..76ebc49 --- /dev/null +++ b/priv/static/icons/cloud-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-upload-fill.svg b/priv/static/icons/cloud-upload-fill.svg new file mode 100644 index 0000000..766015d --- /dev/null +++ b/priv/static/icons/cloud-upload-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloud-upload.svg b/priv/static/icons/cloud-upload.svg new file mode 100644 index 0000000..6184b72 --- /dev/null +++ b/priv/static/icons/cloud-upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloud.svg b/priv/static/icons/cloud.svg new file mode 100644 index 0000000..7b0b9b3 --- /dev/null +++ b/priv/static/icons/cloud.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/clouds-fill.svg b/priv/static/icons/clouds-fill.svg new file mode 100644 index 0000000..fe7fc07 --- /dev/null +++ b/priv/static/icons/clouds-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/clouds.svg b/priv/static/icons/clouds.svg new file mode 100644 index 0000000..c9a5ba0 --- /dev/null +++ b/priv/static/icons/clouds.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cloudy-fill.svg b/priv/static/icons/cloudy-fill.svg new file mode 100644 index 0000000..3e90f9e --- /dev/null +++ b/priv/static/icons/cloudy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cloudy.svg b/priv/static/icons/cloudy.svg new file mode 100644 index 0000000..0783bca --- /dev/null +++ b/priv/static/icons/cloudy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/code-slash.svg b/priv/static/icons/code-slash.svg new file mode 100644 index 0000000..ef0ef01 --- /dev/null +++ b/priv/static/icons/code-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/code-square.svg b/priv/static/icons/code-square.svg new file mode 100644 index 0000000..415b56c --- /dev/null +++ b/priv/static/icons/code-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/code.svg b/priv/static/icons/code.svg new file mode 100644 index 0000000..079f5c6 --- /dev/null +++ b/priv/static/icons/code.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/coin.svg b/priv/static/icons/coin.svg new file mode 100644 index 0000000..045d428 --- /dev/null +++ b/priv/static/icons/coin.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/collection-fill.svg b/priv/static/icons/collection-fill.svg new file mode 100644 index 0000000..fee7f54 --- /dev/null +++ b/priv/static/icons/collection-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/collection-play-fill.svg b/priv/static/icons/collection-play-fill.svg new file mode 100644 index 0000000..2601e48 --- /dev/null +++ b/priv/static/icons/collection-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/collection-play.svg b/priv/static/icons/collection-play.svg new file mode 100644 index 0000000..96b5c6e --- /dev/null +++ b/priv/static/icons/collection-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/collection.svg b/priv/static/icons/collection.svg new file mode 100644 index 0000000..0870f5a --- /dev/null +++ b/priv/static/icons/collection.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/columns-gap.svg b/priv/static/icons/columns-gap.svg new file mode 100644 index 0000000..b3cb175 --- /dev/null +++ b/priv/static/icons/columns-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/columns.svg b/priv/static/icons/columns.svg new file mode 100644 index 0000000..d785491 --- /dev/null +++ b/priv/static/icons/columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/command.svg b/priv/static/icons/command.svg new file mode 100644 index 0000000..d162254 --- /dev/null +++ b/priv/static/icons/command.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/compass-fill.svg b/priv/static/icons/compass-fill.svg new file mode 100644 index 0000000..ad821c4 --- /dev/null +++ b/priv/static/icons/compass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/compass.svg b/priv/static/icons/compass.svg new file mode 100644 index 0000000..8649461 --- /dev/null +++ b/priv/static/icons/compass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cone-striped.svg b/priv/static/icons/cone-striped.svg new file mode 100644 index 0000000..44e9606 --- /dev/null +++ b/priv/static/icons/cone-striped.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cone.svg b/priv/static/icons/cone.svg new file mode 100644 index 0000000..2de05c5 --- /dev/null +++ b/priv/static/icons/cone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/controller.svg b/priv/static/icons/controller.svg new file mode 100644 index 0000000..15e7774 --- /dev/null +++ b/priv/static/icons/controller.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cookie.svg b/priv/static/icons/cookie.svg new file mode 100644 index 0000000..4b0e663 --- /dev/null +++ b/priv/static/icons/cookie.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/copy.svg b/priv/static/icons/copy.svg new file mode 100644 index 0000000..f53a72f --- /dev/null +++ b/priv/static/icons/copy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cpu-fill.svg b/priv/static/icons/cpu-fill.svg new file mode 100644 index 0000000..50d0a07 --- /dev/null +++ b/priv/static/icons/cpu-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cpu.svg b/priv/static/icons/cpu.svg new file mode 100644 index 0000000..a9fbaa3 --- /dev/null +++ b/priv/static/icons/cpu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card-2-back-fill.svg b/priv/static/icons/credit-card-2-back-fill.svg new file mode 100644 index 0000000..c80bb6c --- /dev/null +++ b/priv/static/icons/credit-card-2-back-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card-2-back.svg b/priv/static/icons/credit-card-2-back.svg new file mode 100644 index 0000000..e99159c --- /dev/null +++ b/priv/static/icons/credit-card-2-back.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card-2-front-fill.svg b/priv/static/icons/credit-card-2-front-fill.svg new file mode 100644 index 0000000..c082ef0 --- /dev/null +++ b/priv/static/icons/credit-card-2-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card-2-front.svg b/priv/static/icons/credit-card-2-front.svg new file mode 100644 index 0000000..95b071d --- /dev/null +++ b/priv/static/icons/credit-card-2-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card-fill.svg b/priv/static/icons/credit-card-fill.svg new file mode 100644 index 0000000..d0686a8 --- /dev/null +++ b/priv/static/icons/credit-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/credit-card.svg b/priv/static/icons/credit-card.svg new file mode 100644 index 0000000..f716d39 --- /dev/null +++ b/priv/static/icons/credit-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/crop.svg b/priv/static/icons/crop.svg new file mode 100644 index 0000000..b7e1749 --- /dev/null +++ b/priv/static/icons/crop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/crosshair.svg b/priv/static/icons/crosshair.svg new file mode 100644 index 0000000..9421cc0 --- /dev/null +++ b/priv/static/icons/crosshair.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/crosshair2.svg b/priv/static/icons/crosshair2.svg new file mode 100644 index 0000000..6a86c00 --- /dev/null +++ b/priv/static/icons/crosshair2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cup-fill.svg b/priv/static/icons/cup-fill.svg new file mode 100644 index 0000000..c811935 --- /dev/null +++ b/priv/static/icons/cup-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cup-hot-fill.svg b/priv/static/icons/cup-hot-fill.svg new file mode 100644 index 0000000..f512ae0 --- /dev/null +++ b/priv/static/icons/cup-hot-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cup-hot.svg b/priv/static/icons/cup-hot.svg new file mode 100644 index 0000000..789f1ea --- /dev/null +++ b/priv/static/icons/cup-hot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/cup-straw.svg b/priv/static/icons/cup-straw.svg new file mode 100644 index 0000000..bda9d07 --- /dev/null +++ b/priv/static/icons/cup-straw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cup.svg b/priv/static/icons/cup.svg new file mode 100644 index 0000000..490fe09 --- /dev/null +++ b/priv/static/icons/cup.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-bitcoin.svg b/priv/static/icons/currency-bitcoin.svg new file mode 100644 index 0000000..488adca --- /dev/null +++ b/priv/static/icons/currency-bitcoin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-dollar.svg b/priv/static/icons/currency-dollar.svg new file mode 100644 index 0000000..572e34c --- /dev/null +++ b/priv/static/icons/currency-dollar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-euro.svg b/priv/static/icons/currency-euro.svg new file mode 100644 index 0000000..1fcaa7c --- /dev/null +++ b/priv/static/icons/currency-euro.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-exchange.svg b/priv/static/icons/currency-exchange.svg new file mode 100644 index 0000000..1e3eaf3 --- /dev/null +++ b/priv/static/icons/currency-exchange.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-pound.svg b/priv/static/icons/currency-pound.svg new file mode 100644 index 0000000..60dbd58 --- /dev/null +++ b/priv/static/icons/currency-pound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-rupee.svg b/priv/static/icons/currency-rupee.svg new file mode 100644 index 0000000..843d0fa --- /dev/null +++ b/priv/static/icons/currency-rupee.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/currency-yen.svg b/priv/static/icons/currency-yen.svg new file mode 100644 index 0000000..5bbf1a2 --- /dev/null +++ b/priv/static/icons/currency-yen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cursor-fill.svg b/priv/static/icons/cursor-fill.svg new file mode 100644 index 0000000..093372b --- /dev/null +++ b/priv/static/icons/cursor-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cursor-text.svg b/priv/static/icons/cursor-text.svg new file mode 100644 index 0000000..42a48fa --- /dev/null +++ b/priv/static/icons/cursor-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/cursor.svg b/priv/static/icons/cursor.svg new file mode 100644 index 0000000..315106b --- /dev/null +++ b/priv/static/icons/cursor.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-circle-dotted.svg b/priv/static/icons/dash-circle-dotted.svg new file mode 100644 index 0000000..7e29372 --- /dev/null +++ b/priv/static/icons/dash-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-circle-fill.svg b/priv/static/icons/dash-circle-fill.svg new file mode 100644 index 0000000..db27419 --- /dev/null +++ b/priv/static/icons/dash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-circle.svg b/priv/static/icons/dash-circle.svg new file mode 100644 index 0000000..17483d6 --- /dev/null +++ b/priv/static/icons/dash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dash-lg.svg b/priv/static/icons/dash-lg.svg new file mode 100644 index 0000000..0f4c5e9 --- /dev/null +++ b/priv/static/icons/dash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-square-dotted.svg b/priv/static/icons/dash-square-dotted.svg new file mode 100644 index 0000000..15b8d4b --- /dev/null +++ b/priv/static/icons/dash-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-square-fill.svg b/priv/static/icons/dash-square-fill.svg new file mode 100644 index 0000000..85a95b2 --- /dev/null +++ b/priv/static/icons/dash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dash-square.svg b/priv/static/icons/dash-square.svg new file mode 100644 index 0000000..b63e536 --- /dev/null +++ b/priv/static/icons/dash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dash.svg b/priv/static/icons/dash.svg new file mode 100644 index 0000000..4ac4288 --- /dev/null +++ b/priv/static/icons/dash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/database-add.svg b/priv/static/icons/database-add.svg new file mode 100644 index 0000000..8b9e0cc --- /dev/null +++ b/priv/static/icons/database-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-check.svg b/priv/static/icons/database-check.svg new file mode 100644 index 0000000..f193084 --- /dev/null +++ b/priv/static/icons/database-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-dash.svg b/priv/static/icons/database-dash.svg new file mode 100644 index 0000000..1bcb011 --- /dev/null +++ b/priv/static/icons/database-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-down.svg b/priv/static/icons/database-down.svg new file mode 100644 index 0000000..49dfd2e --- /dev/null +++ b/priv/static/icons/database-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-exclamation.svg b/priv/static/icons/database-exclamation.svg new file mode 100644 index 0000000..178b61a --- /dev/null +++ b/priv/static/icons/database-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-add.svg b/priv/static/icons/database-fill-add.svg new file mode 100644 index 0000000..993b4df --- /dev/null +++ b/priv/static/icons/database-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-check.svg b/priv/static/icons/database-fill-check.svg new file mode 100644 index 0000000..579da2e --- /dev/null +++ b/priv/static/icons/database-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-dash.svg b/priv/static/icons/database-fill-dash.svg new file mode 100644 index 0000000..ce9c8c7 --- /dev/null +++ b/priv/static/icons/database-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-down.svg b/priv/static/icons/database-fill-down.svg new file mode 100644 index 0000000..433b9ad --- /dev/null +++ b/priv/static/icons/database-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-exclamation.svg b/priv/static/icons/database-fill-exclamation.svg new file mode 100644 index 0000000..f935d0b --- /dev/null +++ b/priv/static/icons/database-fill-exclamation.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-gear.svg b/priv/static/icons/database-fill-gear.svg new file mode 100644 index 0000000..1501670 --- /dev/null +++ b/priv/static/icons/database-fill-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-lock.svg b/priv/static/icons/database-fill-lock.svg new file mode 100644 index 0000000..27dce6d --- /dev/null +++ b/priv/static/icons/database-fill-lock.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-slash.svg b/priv/static/icons/database-fill-slash.svg new file mode 100644 index 0000000..8ccdf44 --- /dev/null +++ b/priv/static/icons/database-fill-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-up.svg b/priv/static/icons/database-fill-up.svg new file mode 100644 index 0000000..6f767b5 --- /dev/null +++ b/priv/static/icons/database-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill-x.svg b/priv/static/icons/database-fill-x.svg new file mode 100644 index 0000000..1f65f61 --- /dev/null +++ b/priv/static/icons/database-fill-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/database-fill.svg b/priv/static/icons/database-fill.svg new file mode 100644 index 0000000..2c7e04c --- /dev/null +++ b/priv/static/icons/database-fill.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/database-gear.svg b/priv/static/icons/database-gear.svg new file mode 100644 index 0000000..77a5855 --- /dev/null +++ b/priv/static/icons/database-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-lock.svg b/priv/static/icons/database-lock.svg new file mode 100644 index 0000000..ad5a8f9 --- /dev/null +++ b/priv/static/icons/database-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-slash.svg b/priv/static/icons/database-slash.svg new file mode 100644 index 0000000..d1f6a97 --- /dev/null +++ b/priv/static/icons/database-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-up.svg b/priv/static/icons/database-up.svg new file mode 100644 index 0000000..cfb75ed --- /dev/null +++ b/priv/static/icons/database-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database-x.svg b/priv/static/icons/database-x.svg new file mode 100644 index 0000000..314a6fd --- /dev/null +++ b/priv/static/icons/database-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/database.svg b/priv/static/icons/database.svg new file mode 100644 index 0000000..45e4eb8 --- /dev/null +++ b/priv/static/icons/database.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/device-hdd-fill.svg b/priv/static/icons/device-hdd-fill.svg new file mode 100644 index 0000000..5b5ae29 --- /dev/null +++ b/priv/static/icons/device-hdd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/device-hdd.svg b/priv/static/icons/device-hdd.svg new file mode 100644 index 0000000..960e609 --- /dev/null +++ b/priv/static/icons/device-hdd.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/device-ssd-fill.svg b/priv/static/icons/device-ssd-fill.svg new file mode 100644 index 0000000..9ba5802 --- /dev/null +++ b/priv/static/icons/device-ssd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/device-ssd.svg b/priv/static/icons/device-ssd.svg new file mode 100644 index 0000000..0dd8ae5 --- /dev/null +++ b/priv/static/icons/device-ssd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/diagram-2-fill.svg b/priv/static/icons/diagram-2-fill.svg new file mode 100644 index 0000000..b46a212 --- /dev/null +++ b/priv/static/icons/diagram-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diagram-2.svg b/priv/static/icons/diagram-2.svg new file mode 100644 index 0000000..2b330e5 --- /dev/null +++ b/priv/static/icons/diagram-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diagram-3-fill.svg b/priv/static/icons/diagram-3-fill.svg new file mode 100644 index 0000000..6cc31c0 --- /dev/null +++ b/priv/static/icons/diagram-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diagram-3.svg b/priv/static/icons/diagram-3.svg new file mode 100644 index 0000000..464b051 --- /dev/null +++ b/priv/static/icons/diagram-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diamond-fill.svg b/priv/static/icons/diamond-fill.svg new file mode 100644 index 0000000..e6e3151 --- /dev/null +++ b/priv/static/icons/diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diamond-half.svg b/priv/static/icons/diamond-half.svg new file mode 100644 index 0000000..4e13791 --- /dev/null +++ b/priv/static/icons/diamond-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/diamond.svg b/priv/static/icons/diamond.svg new file mode 100644 index 0000000..4cddafa --- /dev/null +++ b/priv/static/icons/diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-1-fill.svg b/priv/static/icons/dice-1-fill.svg new file mode 100644 index 0000000..0b20aa0 --- /dev/null +++ b/priv/static/icons/dice-1-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-1.svg b/priv/static/icons/dice-1.svg new file mode 100644 index 0000000..97c2432 --- /dev/null +++ b/priv/static/icons/dice-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dice-2-fill.svg b/priv/static/icons/dice-2-fill.svg new file mode 100644 index 0000000..f55f921 --- /dev/null +++ b/priv/static/icons/dice-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-2.svg b/priv/static/icons/dice-2.svg new file mode 100644 index 0000000..38013a8 --- /dev/null +++ b/priv/static/icons/dice-2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dice-3-fill.svg b/priv/static/icons/dice-3-fill.svg new file mode 100644 index 0000000..ae5a1ba --- /dev/null +++ b/priv/static/icons/dice-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-3.svg b/priv/static/icons/dice-3.svg new file mode 100644 index 0000000..705b7e7 --- /dev/null +++ b/priv/static/icons/dice-3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dice-4-fill.svg b/priv/static/icons/dice-4-fill.svg new file mode 100644 index 0000000..6dad92b --- /dev/null +++ b/priv/static/icons/dice-4-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-4.svg b/priv/static/icons/dice-4.svg new file mode 100644 index 0000000..070f981 --- /dev/null +++ b/priv/static/icons/dice-4.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dice-5-fill.svg b/priv/static/icons/dice-5-fill.svg new file mode 100644 index 0000000..a92382b --- /dev/null +++ b/priv/static/icons/dice-5-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-5.svg b/priv/static/icons/dice-5.svg new file mode 100644 index 0000000..b4369c7 --- /dev/null +++ b/priv/static/icons/dice-5.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dice-6-fill.svg b/priv/static/icons/dice-6-fill.svg new file mode 100644 index 0000000..fce8cb4 --- /dev/null +++ b/priv/static/icons/dice-6-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dice-6.svg b/priv/static/icons/dice-6.svg new file mode 100644 index 0000000..44d25dc --- /dev/null +++ b/priv/static/icons/dice-6.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/disc-fill.svg b/priv/static/icons/disc-fill.svg new file mode 100644 index 0000000..b03f34d --- /dev/null +++ b/priv/static/icons/disc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/disc.svg b/priv/static/icons/disc.svg new file mode 100644 index 0000000..f3475a2 --- /dev/null +++ b/priv/static/icons/disc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/discord.svg b/priv/static/icons/discord.svg new file mode 100644 index 0000000..877cfdf --- /dev/null +++ b/priv/static/icons/discord.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/display-fill.svg b/priv/static/icons/display-fill.svg new file mode 100644 index 0000000..f7c3fca --- /dev/null +++ b/priv/static/icons/display-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/display.svg b/priv/static/icons/display.svg new file mode 100644 index 0000000..700d780 --- /dev/null +++ b/priv/static/icons/display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/displayport-fill.svg b/priv/static/icons/displayport-fill.svg new file mode 100644 index 0000000..17fe771 --- /dev/null +++ b/priv/static/icons/displayport-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/displayport.svg b/priv/static/icons/displayport.svg new file mode 100644 index 0000000..3e5748a --- /dev/null +++ b/priv/static/icons/displayport.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/distribute-horizontal.svg b/priv/static/icons/distribute-horizontal.svg new file mode 100644 index 0000000..fe90ff8 --- /dev/null +++ b/priv/static/icons/distribute-horizontal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/distribute-vertical.svg b/priv/static/icons/distribute-vertical.svg new file mode 100644 index 0000000..234b2c2 --- /dev/null +++ b/priv/static/icons/distribute-vertical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/door-closed-fill.svg b/priv/static/icons/door-closed-fill.svg new file mode 100644 index 0000000..1d2a036 --- /dev/null +++ b/priv/static/icons/door-closed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/door-closed.svg b/priv/static/icons/door-closed.svg new file mode 100644 index 0000000..3eab448 --- /dev/null +++ b/priv/static/icons/door-closed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/door-open-fill.svg b/priv/static/icons/door-open-fill.svg new file mode 100644 index 0000000..d4833a3 --- /dev/null +++ b/priv/static/icons/door-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/door-open.svg b/priv/static/icons/door-open.svg new file mode 100644 index 0000000..d9638a3 --- /dev/null +++ b/priv/static/icons/door-open.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dot.svg b/priv/static/icons/dot.svg new file mode 100644 index 0000000..183e4a8 --- /dev/null +++ b/priv/static/icons/dot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/download.svg b/priv/static/icons/download.svg new file mode 100644 index 0000000..80a5817 --- /dev/null +++ b/priv/static/icons/download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dpad-fill.svg b/priv/static/icons/dpad-fill.svg new file mode 100644 index 0000000..ea54468 --- /dev/null +++ b/priv/static/icons/dpad-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dpad.svg b/priv/static/icons/dpad.svg new file mode 100644 index 0000000..9363c90 --- /dev/null +++ b/priv/static/icons/dpad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/dribbble.svg b/priv/static/icons/dribbble.svg new file mode 100644 index 0000000..809f2d3 --- /dev/null +++ b/priv/static/icons/dribbble.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/dropbox.svg b/priv/static/icons/dropbox.svg new file mode 100644 index 0000000..6431141 --- /dev/null +++ b/priv/static/icons/dropbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/droplet-fill.svg b/priv/static/icons/droplet-fill.svg new file mode 100644 index 0000000..a240876 --- /dev/null +++ b/priv/static/icons/droplet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/droplet-half.svg b/priv/static/icons/droplet-half.svg new file mode 100644 index 0000000..43eb208 --- /dev/null +++ b/priv/static/icons/droplet-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/droplet.svg b/priv/static/icons/droplet.svg new file mode 100644 index 0000000..2b405d6 --- /dev/null +++ b/priv/static/icons/droplet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/duffle-fill.svg b/priv/static/icons/duffle-fill.svg new file mode 100644 index 0000000..df9e1c7 --- /dev/null +++ b/priv/static/icons/duffle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/duffle.svg b/priv/static/icons/duffle.svg new file mode 100644 index 0000000..3915aa4 --- /dev/null +++ b/priv/static/icons/duffle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ear-fill.svg b/priv/static/icons/ear-fill.svg new file mode 100644 index 0000000..8e564c0 --- /dev/null +++ b/priv/static/icons/ear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ear.svg b/priv/static/icons/ear.svg new file mode 100644 index 0000000..8c8b869 --- /dev/null +++ b/priv/static/icons/ear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/earbuds.svg b/priv/static/icons/earbuds.svg new file mode 100644 index 0000000..7bc0019 --- /dev/null +++ b/priv/static/icons/earbuds.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/easel-fill.svg b/priv/static/icons/easel-fill.svg new file mode 100644 index 0000000..db00798 --- /dev/null +++ b/priv/static/icons/easel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/easel.svg b/priv/static/icons/easel.svg new file mode 100644 index 0000000..f95976e --- /dev/null +++ b/priv/static/icons/easel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/easel2-fill.svg b/priv/static/icons/easel2-fill.svg new file mode 100644 index 0000000..c393242 --- /dev/null +++ b/priv/static/icons/easel2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/easel2.svg b/priv/static/icons/easel2.svg new file mode 100644 index 0000000..d1736de --- /dev/null +++ b/priv/static/icons/easel2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/easel3-fill.svg b/priv/static/icons/easel3-fill.svg new file mode 100644 index 0000000..2e57223 --- /dev/null +++ b/priv/static/icons/easel3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/easel3.svg b/priv/static/icons/easel3.svg new file mode 100644 index 0000000..a39ad3d --- /dev/null +++ b/priv/static/icons/easel3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/egg-fill.svg b/priv/static/icons/egg-fill.svg new file mode 100644 index 0000000..33b7d44 --- /dev/null +++ b/priv/static/icons/egg-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/egg-fried.svg b/priv/static/icons/egg-fried.svg new file mode 100644 index 0000000..b99cac3 --- /dev/null +++ b/priv/static/icons/egg-fried.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/egg.svg b/priv/static/icons/egg.svg new file mode 100644 index 0000000..9fb5c1e --- /dev/null +++ b/priv/static/icons/egg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/eject-fill.svg b/priv/static/icons/eject-fill.svg new file mode 100644 index 0000000..3255af6 --- /dev/null +++ b/priv/static/icons/eject-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/eject.svg b/priv/static/icons/eject.svg new file mode 100644 index 0000000..540cbc8 --- /dev/null +++ b/priv/static/icons/eject.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-angry-fill.svg b/priv/static/icons/emoji-angry-fill.svg new file mode 100644 index 0000000..1bf7eb6 --- /dev/null +++ b/priv/static/icons/emoji-angry-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-angry.svg b/priv/static/icons/emoji-angry.svg new file mode 100644 index 0000000..d6d8914 --- /dev/null +++ b/priv/static/icons/emoji-angry.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-astonished-fill.svg b/priv/static/icons/emoji-astonished-fill.svg new file mode 100644 index 0000000..99eb45b --- /dev/null +++ b/priv/static/icons/emoji-astonished-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-astonished.svg b/priv/static/icons/emoji-astonished.svg new file mode 100644 index 0000000..ab60302 --- /dev/null +++ b/priv/static/icons/emoji-astonished.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-dizzy-fill.svg b/priv/static/icons/emoji-dizzy-fill.svg new file mode 100644 index 0000000..d801800 --- /dev/null +++ b/priv/static/icons/emoji-dizzy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-dizzy.svg b/priv/static/icons/emoji-dizzy.svg new file mode 100644 index 0000000..f64fade --- /dev/null +++ b/priv/static/icons/emoji-dizzy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-expressionless-fill.svg b/priv/static/icons/emoji-expressionless-fill.svg new file mode 100644 index 0000000..f70140a --- /dev/null +++ b/priv/static/icons/emoji-expressionless-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-expressionless.svg b/priv/static/icons/emoji-expressionless.svg new file mode 100644 index 0000000..208a72d --- /dev/null +++ b/priv/static/icons/emoji-expressionless.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-frown-fill.svg b/priv/static/icons/emoji-frown-fill.svg new file mode 100644 index 0000000..c8a9ddc --- /dev/null +++ b/priv/static/icons/emoji-frown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-frown.svg b/priv/static/icons/emoji-frown.svg new file mode 100644 index 0000000..b7766eb --- /dev/null +++ b/priv/static/icons/emoji-frown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-grimace-fill.svg b/priv/static/icons/emoji-grimace-fill.svg new file mode 100644 index 0000000..d4200fe --- /dev/null +++ b/priv/static/icons/emoji-grimace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-grimace.svg b/priv/static/icons/emoji-grimace.svg new file mode 100644 index 0000000..dbe8591 --- /dev/null +++ b/priv/static/icons/emoji-grimace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-grin-fill.svg b/priv/static/icons/emoji-grin-fill.svg new file mode 100644 index 0000000..926f2d8 --- /dev/null +++ b/priv/static/icons/emoji-grin-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-grin.svg b/priv/static/icons/emoji-grin.svg new file mode 100644 index 0000000..50b8e42 --- /dev/null +++ b/priv/static/icons/emoji-grin.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-heart-eyes-fill.svg b/priv/static/icons/emoji-heart-eyes-fill.svg new file mode 100644 index 0000000..cc91552 --- /dev/null +++ b/priv/static/icons/emoji-heart-eyes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-heart-eyes.svg b/priv/static/icons/emoji-heart-eyes.svg new file mode 100644 index 0000000..c19ec51 --- /dev/null +++ b/priv/static/icons/emoji-heart-eyes.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-kiss-fill.svg b/priv/static/icons/emoji-kiss-fill.svg new file mode 100644 index 0000000..ab46245 --- /dev/null +++ b/priv/static/icons/emoji-kiss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-kiss.svg b/priv/static/icons/emoji-kiss.svg new file mode 100644 index 0000000..4646628 --- /dev/null +++ b/priv/static/icons/emoji-kiss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-laughing-fill.svg b/priv/static/icons/emoji-laughing-fill.svg new file mode 100644 index 0000000..cc8c69b --- /dev/null +++ b/priv/static/icons/emoji-laughing-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-laughing.svg b/priv/static/icons/emoji-laughing.svg new file mode 100644 index 0000000..68d9b25 --- /dev/null +++ b/priv/static/icons/emoji-laughing.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-neutral-fill.svg b/priv/static/icons/emoji-neutral-fill.svg new file mode 100644 index 0000000..58bcb6b --- /dev/null +++ b/priv/static/icons/emoji-neutral-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-neutral.svg b/priv/static/icons/emoji-neutral.svg new file mode 100644 index 0000000..2f3204a --- /dev/null +++ b/priv/static/icons/emoji-neutral.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-smile-fill.svg b/priv/static/icons/emoji-smile-fill.svg new file mode 100644 index 0000000..76a6a16 --- /dev/null +++ b/priv/static/icons/emoji-smile-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-smile-upside-down-fill.svg b/priv/static/icons/emoji-smile-upside-down-fill.svg new file mode 100644 index 0000000..c682933 --- /dev/null +++ b/priv/static/icons/emoji-smile-upside-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-smile-upside-down.svg b/priv/static/icons/emoji-smile-upside-down.svg new file mode 100644 index 0000000..1e18424 --- /dev/null +++ b/priv/static/icons/emoji-smile-upside-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-smile.svg b/priv/static/icons/emoji-smile.svg new file mode 100644 index 0000000..d222a9a --- /dev/null +++ b/priv/static/icons/emoji-smile.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-sunglasses-fill.svg b/priv/static/icons/emoji-sunglasses-fill.svg new file mode 100644 index 0000000..00e7bc0 --- /dev/null +++ b/priv/static/icons/emoji-sunglasses-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-sunglasses.svg b/priv/static/icons/emoji-sunglasses.svg new file mode 100644 index 0000000..4771e4d --- /dev/null +++ b/priv/static/icons/emoji-sunglasses.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-surprise-fill.svg b/priv/static/icons/emoji-surprise-fill.svg new file mode 100644 index 0000000..5cd3e2e --- /dev/null +++ b/priv/static/icons/emoji-surprise-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-surprise.svg b/priv/static/icons/emoji-surprise.svg new file mode 100644 index 0000000..d74830e --- /dev/null +++ b/priv/static/icons/emoji-surprise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-tear-fill.svg b/priv/static/icons/emoji-tear-fill.svg new file mode 100644 index 0000000..aec9e3f --- /dev/null +++ b/priv/static/icons/emoji-tear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-tear.svg b/priv/static/icons/emoji-tear.svg new file mode 100644 index 0000000..f9abd4b --- /dev/null +++ b/priv/static/icons/emoji-tear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-wink-fill.svg b/priv/static/icons/emoji-wink-fill.svg new file mode 100644 index 0000000..8601a58 --- /dev/null +++ b/priv/static/icons/emoji-wink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/emoji-wink.svg b/priv/static/icons/emoji-wink.svg new file mode 100644 index 0000000..ee3b3d0 --- /dev/null +++ b/priv/static/icons/emoji-wink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-arrow-down-fill.svg b/priv/static/icons/envelope-arrow-down-fill.svg new file mode 100644 index 0000000..59ad513 --- /dev/null +++ b/priv/static/icons/envelope-arrow-down-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-arrow-down.svg b/priv/static/icons/envelope-arrow-down.svg new file mode 100644 index 0000000..ed8e9be --- /dev/null +++ b/priv/static/icons/envelope-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-arrow-up-fill.svg b/priv/static/icons/envelope-arrow-up-fill.svg new file mode 100644 index 0000000..095a13f --- /dev/null +++ b/priv/static/icons/envelope-arrow-up-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-arrow-up.svg b/priv/static/icons/envelope-arrow-up.svg new file mode 100644 index 0000000..f660f36 --- /dev/null +++ b/priv/static/icons/envelope-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-at-fill.svg b/priv/static/icons/envelope-at-fill.svg new file mode 100644 index 0000000..7102a5b --- /dev/null +++ b/priv/static/icons/envelope-at-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-at.svg b/priv/static/icons/envelope-at.svg new file mode 100644 index 0000000..46b9134 --- /dev/null +++ b/priv/static/icons/envelope-at.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-check-fill.svg b/priv/static/icons/envelope-check-fill.svg new file mode 100644 index 0000000..ca06ad0 --- /dev/null +++ b/priv/static/icons/envelope-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-check.svg b/priv/static/icons/envelope-check.svg new file mode 100644 index 0000000..8a50181 --- /dev/null +++ b/priv/static/icons/envelope-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-dash-fill.svg b/priv/static/icons/envelope-dash-fill.svg new file mode 100644 index 0000000..7275d3d --- /dev/null +++ b/priv/static/icons/envelope-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-dash.svg b/priv/static/icons/envelope-dash.svg new file mode 100644 index 0000000..7ae3e5c --- /dev/null +++ b/priv/static/icons/envelope-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-exclamation-fill.svg b/priv/static/icons/envelope-exclamation-fill.svg new file mode 100644 index 0000000..4bc91d2 --- /dev/null +++ b/priv/static/icons/envelope-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-exclamation.svg b/priv/static/icons/envelope-exclamation.svg new file mode 100644 index 0000000..936b777 --- /dev/null +++ b/priv/static/icons/envelope-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-fill.svg b/priv/static/icons/envelope-fill.svg new file mode 100644 index 0000000..0b28c86 --- /dev/null +++ b/priv/static/icons/envelope-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-heart-fill.svg b/priv/static/icons/envelope-heart-fill.svg new file mode 100644 index 0000000..8ed9e02 --- /dev/null +++ b/priv/static/icons/envelope-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-heart.svg b/priv/static/icons/envelope-heart.svg new file mode 100644 index 0000000..b104999 --- /dev/null +++ b/priv/static/icons/envelope-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-open-fill.svg b/priv/static/icons/envelope-open-fill.svg new file mode 100644 index 0000000..29d8fe7 --- /dev/null +++ b/priv/static/icons/envelope-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-open-heart-fill.svg b/priv/static/icons/envelope-open-heart-fill.svg new file mode 100644 index 0000000..478b85b --- /dev/null +++ b/priv/static/icons/envelope-open-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-open-heart.svg b/priv/static/icons/envelope-open-heart.svg new file mode 100644 index 0000000..7d324a2 --- /dev/null +++ b/priv/static/icons/envelope-open-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-open.svg b/priv/static/icons/envelope-open.svg new file mode 100644 index 0000000..9a542d2 --- /dev/null +++ b/priv/static/icons/envelope-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-paper-fill.svg b/priv/static/icons/envelope-paper-fill.svg new file mode 100644 index 0000000..14f613e --- /dev/null +++ b/priv/static/icons/envelope-paper-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-paper-heart-fill.svg b/priv/static/icons/envelope-paper-heart-fill.svg new file mode 100644 index 0000000..e422acc --- /dev/null +++ b/priv/static/icons/envelope-paper-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-paper-heart.svg b/priv/static/icons/envelope-paper-heart.svg new file mode 100644 index 0000000..2d925ae --- /dev/null +++ b/priv/static/icons/envelope-paper-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-paper.svg b/priv/static/icons/envelope-paper.svg new file mode 100644 index 0000000..a909c63 --- /dev/null +++ b/priv/static/icons/envelope-paper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-plus-fill.svg b/priv/static/icons/envelope-plus-fill.svg new file mode 100644 index 0000000..96703c2 --- /dev/null +++ b/priv/static/icons/envelope-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-plus.svg b/priv/static/icons/envelope-plus.svg new file mode 100644 index 0000000..0abb966 --- /dev/null +++ b/priv/static/icons/envelope-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-slash-fill.svg b/priv/static/icons/envelope-slash-fill.svg new file mode 100644 index 0000000..09690e5 --- /dev/null +++ b/priv/static/icons/envelope-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-slash.svg b/priv/static/icons/envelope-slash.svg new file mode 100644 index 0000000..35b3783 --- /dev/null +++ b/priv/static/icons/envelope-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-x-fill.svg b/priv/static/icons/envelope-x-fill.svg new file mode 100644 index 0000000..b8348b1 --- /dev/null +++ b/priv/static/icons/envelope-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope-x.svg b/priv/static/icons/envelope-x.svg new file mode 100644 index 0000000..cd78475 --- /dev/null +++ b/priv/static/icons/envelope-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/envelope.svg b/priv/static/icons/envelope.svg new file mode 100644 index 0000000..122fc35 --- /dev/null +++ b/priv/static/icons/envelope.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/eraser-fill.svg b/priv/static/icons/eraser-fill.svg new file mode 100644 index 0000000..10959b3 --- /dev/null +++ b/priv/static/icons/eraser-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/eraser.svg b/priv/static/icons/eraser.svg new file mode 100644 index 0000000..e7060e5 --- /dev/null +++ b/priv/static/icons/eraser.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/escape.svg b/priv/static/icons/escape.svg new file mode 100644 index 0000000..112c87b --- /dev/null +++ b/priv/static/icons/escape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ethernet.svg b/priv/static/icons/ethernet.svg new file mode 100644 index 0000000..9b97a3a --- /dev/null +++ b/priv/static/icons/ethernet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ev-front-fill.svg b/priv/static/icons/ev-front-fill.svg new file mode 100644 index 0000000..6926f52 --- /dev/null +++ b/priv/static/icons/ev-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ev-front.svg b/priv/static/icons/ev-front.svg new file mode 100644 index 0000000..2e0acc6 --- /dev/null +++ b/priv/static/icons/ev-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ev-station-fill.svg b/priv/static/icons/ev-station-fill.svg new file mode 100644 index 0000000..a30f613 --- /dev/null +++ b/priv/static/icons/ev-station-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ev-station.svg b/priv/static/icons/ev-station.svg new file mode 100644 index 0000000..faec20c --- /dev/null +++ b/priv/static/icons/ev-station.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-circle-fill.svg b/priv/static/icons/exclamation-circle-fill.svg new file mode 100644 index 0000000..f7a7d17 --- /dev/null +++ b/priv/static/icons/exclamation-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-circle.svg b/priv/static/icons/exclamation-circle.svg new file mode 100644 index 0000000..73c7e8d --- /dev/null +++ b/priv/static/icons/exclamation-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-diamond-fill.svg b/priv/static/icons/exclamation-diamond-fill.svg new file mode 100644 index 0000000..5987fe7 --- /dev/null +++ b/priv/static/icons/exclamation-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-diamond.svg b/priv/static/icons/exclamation-diamond.svg new file mode 100644 index 0000000..6c0388b --- /dev/null +++ b/priv/static/icons/exclamation-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-lg.svg b/priv/static/icons/exclamation-lg.svg new file mode 100644 index 0000000..b21e727 --- /dev/null +++ b/priv/static/icons/exclamation-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-octagon-fill.svg b/priv/static/icons/exclamation-octagon-fill.svg new file mode 100644 index 0000000..3347f64 --- /dev/null +++ b/priv/static/icons/exclamation-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-octagon.svg b/priv/static/icons/exclamation-octagon.svg new file mode 100644 index 0000000..6ef1db9 --- /dev/null +++ b/priv/static/icons/exclamation-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-square-fill.svg b/priv/static/icons/exclamation-square-fill.svg new file mode 100644 index 0000000..e99eab8 --- /dev/null +++ b/priv/static/icons/exclamation-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-square.svg b/priv/static/icons/exclamation-square.svg new file mode 100644 index 0000000..41436cb --- /dev/null +++ b/priv/static/icons/exclamation-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-triangle-fill.svg b/priv/static/icons/exclamation-triangle-fill.svg new file mode 100644 index 0000000..50e1752 --- /dev/null +++ b/priv/static/icons/exclamation-triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation-triangle.svg b/priv/static/icons/exclamation-triangle.svg new file mode 100644 index 0000000..7ca0dc7 --- /dev/null +++ b/priv/static/icons/exclamation-triangle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exclamation.svg b/priv/static/icons/exclamation.svg new file mode 100644 index 0000000..953004b --- /dev/null +++ b/priv/static/icons/exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/exclude.svg b/priv/static/icons/exclude.svg new file mode 100644 index 0000000..9be5f93 --- /dev/null +++ b/priv/static/icons/exclude.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/explicit-fill.svg b/priv/static/icons/explicit-fill.svg new file mode 100644 index 0000000..159d365 --- /dev/null +++ b/priv/static/icons/explicit-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/explicit.svg b/priv/static/icons/explicit.svg new file mode 100644 index 0000000..22a0ef4 --- /dev/null +++ b/priv/static/icons/explicit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/exposure.svg b/priv/static/icons/exposure.svg new file mode 100644 index 0000000..247bf46 --- /dev/null +++ b/priv/static/icons/exposure.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/eye-fill.svg b/priv/static/icons/eye-fill.svg new file mode 100644 index 0000000..2697206 --- /dev/null +++ b/priv/static/icons/eye-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/eye-slash-fill.svg b/priv/static/icons/eye-slash-fill.svg new file mode 100644 index 0000000..9339262 --- /dev/null +++ b/priv/static/icons/eye-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/eye-slash.svg b/priv/static/icons/eye-slash.svg new file mode 100644 index 0000000..c520837 --- /dev/null +++ b/priv/static/icons/eye-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/eye.svg b/priv/static/icons/eye.svg new file mode 100644 index 0000000..412ff69 --- /dev/null +++ b/priv/static/icons/eye.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/eyedropper.svg b/priv/static/icons/eyedropper.svg new file mode 100644 index 0000000..698d40d --- /dev/null +++ b/priv/static/icons/eyedropper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/eyeglasses.svg b/priv/static/icons/eyeglasses.svg new file mode 100644 index 0000000..020d943 --- /dev/null +++ b/priv/static/icons/eyeglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/facebook.svg b/priv/static/icons/facebook.svg new file mode 100644 index 0000000..e8d1443 --- /dev/null +++ b/priv/static/icons/facebook.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fan.svg b/priv/static/icons/fan.svg new file mode 100644 index 0000000..fab6eab --- /dev/null +++ b/priv/static/icons/fan.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward-btn-fill.svg b/priv/static/icons/fast-forward-btn-fill.svg new file mode 100644 index 0000000..9c9a1c6 --- /dev/null +++ b/priv/static/icons/fast-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward-btn.svg b/priv/static/icons/fast-forward-btn.svg new file mode 100644 index 0000000..a3d605c --- /dev/null +++ b/priv/static/icons/fast-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward-circle-fill.svg b/priv/static/icons/fast-forward-circle-fill.svg new file mode 100644 index 0000000..aa5c37b --- /dev/null +++ b/priv/static/icons/fast-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward-circle.svg b/priv/static/icons/fast-forward-circle.svg new file mode 100644 index 0000000..2eceb91 --- /dev/null +++ b/priv/static/icons/fast-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward-fill.svg b/priv/static/icons/fast-forward-fill.svg new file mode 100644 index 0000000..329cad0 --- /dev/null +++ b/priv/static/icons/fast-forward-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fast-forward.svg b/priv/static/icons/fast-forward.svg new file mode 100644 index 0000000..1064360 --- /dev/null +++ b/priv/static/icons/fast-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/feather.svg b/priv/static/icons/feather.svg new file mode 100644 index 0000000..aafb86d --- /dev/null +++ b/priv/static/icons/feather.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/feather2.svg b/priv/static/icons/feather2.svg new file mode 100644 index 0000000..2e5234f --- /dev/null +++ b/priv/static/icons/feather2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-arrow-down-fill.svg b/priv/static/icons/file-arrow-down-fill.svg new file mode 100644 index 0000000..910fc07 --- /dev/null +++ b/priv/static/icons/file-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-arrow-down.svg b/priv/static/icons/file-arrow-down.svg new file mode 100644 index 0000000..6f75d50 --- /dev/null +++ b/priv/static/icons/file-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-arrow-up-fill.svg b/priv/static/icons/file-arrow-up-fill.svg new file mode 100644 index 0000000..9dba205 --- /dev/null +++ b/priv/static/icons/file-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-arrow-up.svg b/priv/static/icons/file-arrow-up.svg new file mode 100644 index 0000000..223379e --- /dev/null +++ b/priv/static/icons/file-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-bar-graph-fill.svg b/priv/static/icons/file-bar-graph-fill.svg new file mode 100644 index 0000000..a0e31d6 --- /dev/null +++ b/priv/static/icons/file-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-bar-graph.svg b/priv/static/icons/file-bar-graph.svg new file mode 100644 index 0000000..e66be6a --- /dev/null +++ b/priv/static/icons/file-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-binary-fill.svg b/priv/static/icons/file-binary-fill.svg new file mode 100644 index 0000000..13343bf --- /dev/null +++ b/priv/static/icons/file-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-binary.svg b/priv/static/icons/file-binary.svg new file mode 100644 index 0000000..7e667bc --- /dev/null +++ b/priv/static/icons/file-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-break-fill.svg b/priv/static/icons/file-break-fill.svg new file mode 100644 index 0000000..4eddc4a --- /dev/null +++ b/priv/static/icons/file-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-break.svg b/priv/static/icons/file-break.svg new file mode 100644 index 0000000..b4485d7 --- /dev/null +++ b/priv/static/icons/file-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-check-fill.svg b/priv/static/icons/file-check-fill.svg new file mode 100644 index 0000000..fb54b18 --- /dev/null +++ b/priv/static/icons/file-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-check.svg b/priv/static/icons/file-check.svg new file mode 100644 index 0000000..1426311 --- /dev/null +++ b/priv/static/icons/file-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-code-fill.svg b/priv/static/icons/file-code-fill.svg new file mode 100644 index 0000000..ee2f0f6 --- /dev/null +++ b/priv/static/icons/file-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-code.svg b/priv/static/icons/file-code.svg new file mode 100644 index 0000000..a8c390b --- /dev/null +++ b/priv/static/icons/file-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-diff-fill.svg b/priv/static/icons/file-diff-fill.svg new file mode 100644 index 0000000..945aef1 --- /dev/null +++ b/priv/static/icons/file-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-diff.svg b/priv/static/icons/file-diff.svg new file mode 100644 index 0000000..dd848f0 --- /dev/null +++ b/priv/static/icons/file-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-arrow-down-fill.svg b/priv/static/icons/file-earmark-arrow-down-fill.svg new file mode 100644 index 0000000..0e96047 --- /dev/null +++ b/priv/static/icons/file-earmark-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-arrow-down.svg b/priv/static/icons/file-earmark-arrow-down.svg new file mode 100644 index 0000000..81cc43a --- /dev/null +++ b/priv/static/icons/file-earmark-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-arrow-up-fill.svg b/priv/static/icons/file-earmark-arrow-up-fill.svg new file mode 100644 index 0000000..ce881cc --- /dev/null +++ b/priv/static/icons/file-earmark-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-arrow-up.svg b/priv/static/icons/file-earmark-arrow-up.svg new file mode 100644 index 0000000..6cf324a --- /dev/null +++ b/priv/static/icons/file-earmark-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-bar-graph-fill.svg b/priv/static/icons/file-earmark-bar-graph-fill.svg new file mode 100644 index 0000000..7dc0df9 --- /dev/null +++ b/priv/static/icons/file-earmark-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-bar-graph.svg b/priv/static/icons/file-earmark-bar-graph.svg new file mode 100644 index 0000000..eefb687 --- /dev/null +++ b/priv/static/icons/file-earmark-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-binary-fill.svg b/priv/static/icons/file-earmark-binary-fill.svg new file mode 100644 index 0000000..1652562 --- /dev/null +++ b/priv/static/icons/file-earmark-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-binary.svg b/priv/static/icons/file-earmark-binary.svg new file mode 100644 index 0000000..e068bf6 --- /dev/null +++ b/priv/static/icons/file-earmark-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-break-fill.svg b/priv/static/icons/file-earmark-break-fill.svg new file mode 100644 index 0000000..b36ea25 --- /dev/null +++ b/priv/static/icons/file-earmark-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-break.svg b/priv/static/icons/file-earmark-break.svg new file mode 100644 index 0000000..e98c647 --- /dev/null +++ b/priv/static/icons/file-earmark-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-check-fill.svg b/priv/static/icons/file-earmark-check-fill.svg new file mode 100644 index 0000000..de7bf69 --- /dev/null +++ b/priv/static/icons/file-earmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-check.svg b/priv/static/icons/file-earmark-check.svg new file mode 100644 index 0000000..f2fbf66 --- /dev/null +++ b/priv/static/icons/file-earmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-code-fill.svg b/priv/static/icons/file-earmark-code-fill.svg new file mode 100644 index 0000000..c23a7b6 --- /dev/null +++ b/priv/static/icons/file-earmark-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-code.svg b/priv/static/icons/file-earmark-code.svg new file mode 100644 index 0000000..1b94a6a --- /dev/null +++ b/priv/static/icons/file-earmark-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-diff-fill.svg b/priv/static/icons/file-earmark-diff-fill.svg new file mode 100644 index 0000000..5f18a88 --- /dev/null +++ b/priv/static/icons/file-earmark-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-diff.svg b/priv/static/icons/file-earmark-diff.svg new file mode 100644 index 0000000..0b28667 --- /dev/null +++ b/priv/static/icons/file-earmark-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-easel-fill.svg b/priv/static/icons/file-earmark-easel-fill.svg new file mode 100644 index 0000000..0743de4 --- /dev/null +++ b/priv/static/icons/file-earmark-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-easel.svg b/priv/static/icons/file-earmark-easel.svg new file mode 100644 index 0000000..045fc87 --- /dev/null +++ b/priv/static/icons/file-earmark-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-excel-fill.svg b/priv/static/icons/file-earmark-excel-fill.svg new file mode 100644 index 0000000..2d492a8 --- /dev/null +++ b/priv/static/icons/file-earmark-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-excel.svg b/priv/static/icons/file-earmark-excel.svg new file mode 100644 index 0000000..c40f16b --- /dev/null +++ b/priv/static/icons/file-earmark-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-fill.svg b/priv/static/icons/file-earmark-fill.svg new file mode 100644 index 0000000..668247e --- /dev/null +++ b/priv/static/icons/file-earmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-font-fill.svg b/priv/static/icons/file-earmark-font-fill.svg new file mode 100644 index 0000000..c4fe9a4 --- /dev/null +++ b/priv/static/icons/file-earmark-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-font.svg b/priv/static/icons/file-earmark-font.svg new file mode 100644 index 0000000..f7aad0b --- /dev/null +++ b/priv/static/icons/file-earmark-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-image-fill.svg b/priv/static/icons/file-earmark-image-fill.svg new file mode 100644 index 0000000..e568ee7 --- /dev/null +++ b/priv/static/icons/file-earmark-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-image.svg b/priv/static/icons/file-earmark-image.svg new file mode 100644 index 0000000..1e1964b --- /dev/null +++ b/priv/static/icons/file-earmark-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-lock-fill.svg b/priv/static/icons/file-earmark-lock-fill.svg new file mode 100644 index 0000000..18a7fb7 --- /dev/null +++ b/priv/static/icons/file-earmark-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-lock.svg b/priv/static/icons/file-earmark-lock.svg new file mode 100644 index 0000000..b15ec6a --- /dev/null +++ b/priv/static/icons/file-earmark-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-lock2-fill.svg b/priv/static/icons/file-earmark-lock2-fill.svg new file mode 100644 index 0000000..828a545 --- /dev/null +++ b/priv/static/icons/file-earmark-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-lock2.svg b/priv/static/icons/file-earmark-lock2.svg new file mode 100644 index 0000000..cf76d3f --- /dev/null +++ b/priv/static/icons/file-earmark-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-medical-fill.svg b/priv/static/icons/file-earmark-medical-fill.svg new file mode 100644 index 0000000..ed5f6bc --- /dev/null +++ b/priv/static/icons/file-earmark-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-medical.svg b/priv/static/icons/file-earmark-medical.svg new file mode 100644 index 0000000..6fa8a39 --- /dev/null +++ b/priv/static/icons/file-earmark-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-minus-fill.svg b/priv/static/icons/file-earmark-minus-fill.svg new file mode 100644 index 0000000..25e708f --- /dev/null +++ b/priv/static/icons/file-earmark-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-minus.svg b/priv/static/icons/file-earmark-minus.svg new file mode 100644 index 0000000..e87b163 --- /dev/null +++ b/priv/static/icons/file-earmark-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-music-fill.svg b/priv/static/icons/file-earmark-music-fill.svg new file mode 100644 index 0000000..c64c797 --- /dev/null +++ b/priv/static/icons/file-earmark-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-music.svg b/priv/static/icons/file-earmark-music.svg new file mode 100644 index 0000000..cc25eb9 --- /dev/null +++ b/priv/static/icons/file-earmark-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-pdf-fill.svg b/priv/static/icons/file-earmark-pdf-fill.svg new file mode 100644 index 0000000..0ba21ab --- /dev/null +++ b/priv/static/icons/file-earmark-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-pdf.svg b/priv/static/icons/file-earmark-pdf.svg new file mode 100644 index 0000000..52da96f --- /dev/null +++ b/priv/static/icons/file-earmark-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-person-fill.svg b/priv/static/icons/file-earmark-person-fill.svg new file mode 100644 index 0000000..29a8129 --- /dev/null +++ b/priv/static/icons/file-earmark-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-person.svg b/priv/static/icons/file-earmark-person.svg new file mode 100644 index 0000000..59a6a2a --- /dev/null +++ b/priv/static/icons/file-earmark-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-play-fill.svg b/priv/static/icons/file-earmark-play-fill.svg new file mode 100644 index 0000000..80731db --- /dev/null +++ b/priv/static/icons/file-earmark-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-play.svg b/priv/static/icons/file-earmark-play.svg new file mode 100644 index 0000000..62042ab --- /dev/null +++ b/priv/static/icons/file-earmark-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-plus-fill.svg b/priv/static/icons/file-earmark-plus-fill.svg new file mode 100644 index 0000000..6cead3a --- /dev/null +++ b/priv/static/icons/file-earmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-plus.svg b/priv/static/icons/file-earmark-plus.svg new file mode 100644 index 0000000..9284026 --- /dev/null +++ b/priv/static/icons/file-earmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-post-fill.svg b/priv/static/icons/file-earmark-post-fill.svg new file mode 100644 index 0000000..0c0e7b8 --- /dev/null +++ b/priv/static/icons/file-earmark-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-post.svg b/priv/static/icons/file-earmark-post.svg new file mode 100644 index 0000000..1f0d435 --- /dev/null +++ b/priv/static/icons/file-earmark-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-ppt-fill.svg b/priv/static/icons/file-earmark-ppt-fill.svg new file mode 100644 index 0000000..68e9793 --- /dev/null +++ b/priv/static/icons/file-earmark-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-ppt.svg b/priv/static/icons/file-earmark-ppt.svg new file mode 100644 index 0000000..bedf552 --- /dev/null +++ b/priv/static/icons/file-earmark-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-richtext-fill.svg b/priv/static/icons/file-earmark-richtext-fill.svg new file mode 100644 index 0000000..e5c82ee --- /dev/null +++ b/priv/static/icons/file-earmark-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-richtext.svg b/priv/static/icons/file-earmark-richtext.svg new file mode 100644 index 0000000..35af146 --- /dev/null +++ b/priv/static/icons/file-earmark-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-ruled-fill.svg b/priv/static/icons/file-earmark-ruled-fill.svg new file mode 100644 index 0000000..43aecce --- /dev/null +++ b/priv/static/icons/file-earmark-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-ruled.svg b/priv/static/icons/file-earmark-ruled.svg new file mode 100644 index 0000000..4f28858 --- /dev/null +++ b/priv/static/icons/file-earmark-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-slides-fill.svg b/priv/static/icons/file-earmark-slides-fill.svg new file mode 100644 index 0000000..98b59df --- /dev/null +++ b/priv/static/icons/file-earmark-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-slides.svg b/priv/static/icons/file-earmark-slides.svg new file mode 100644 index 0000000..2d97fa7 --- /dev/null +++ b/priv/static/icons/file-earmark-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-spreadsheet-fill.svg b/priv/static/icons/file-earmark-spreadsheet-fill.svg new file mode 100644 index 0000000..9a71e73 --- /dev/null +++ b/priv/static/icons/file-earmark-spreadsheet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-spreadsheet.svg b/priv/static/icons/file-earmark-spreadsheet.svg new file mode 100644 index 0000000..a111232 --- /dev/null +++ b/priv/static/icons/file-earmark-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-text-fill.svg b/priv/static/icons/file-earmark-text-fill.svg new file mode 100644 index 0000000..b329919 --- /dev/null +++ b/priv/static/icons/file-earmark-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-text.svg b/priv/static/icons/file-earmark-text.svg new file mode 100644 index 0000000..0d60c79 --- /dev/null +++ b/priv/static/icons/file-earmark-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-word-fill.svg b/priv/static/icons/file-earmark-word-fill.svg new file mode 100644 index 0000000..717b049 --- /dev/null +++ b/priv/static/icons/file-earmark-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-word.svg b/priv/static/icons/file-earmark-word.svg new file mode 100644 index 0000000..7186b69 --- /dev/null +++ b/priv/static/icons/file-earmark-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-x-fill.svg b/priv/static/icons/file-earmark-x-fill.svg new file mode 100644 index 0000000..a19d14b --- /dev/null +++ b/priv/static/icons/file-earmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-x.svg b/priv/static/icons/file-earmark-x.svg new file mode 100644 index 0000000..bedb970 --- /dev/null +++ b/priv/static/icons/file-earmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-zip-fill.svg b/priv/static/icons/file-earmark-zip-fill.svg new file mode 100644 index 0000000..b92ff9a --- /dev/null +++ b/priv/static/icons/file-earmark-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark-zip.svg b/priv/static/icons/file-earmark-zip.svg new file mode 100644 index 0000000..b82afcc --- /dev/null +++ b/priv/static/icons/file-earmark-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-earmark.svg b/priv/static/icons/file-earmark.svg new file mode 100644 index 0000000..c3d086b --- /dev/null +++ b/priv/static/icons/file-earmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-easel-fill.svg b/priv/static/icons/file-easel-fill.svg new file mode 100644 index 0000000..e1122e5 --- /dev/null +++ b/priv/static/icons/file-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-easel.svg b/priv/static/icons/file-easel.svg new file mode 100644 index 0000000..c6d6a4d --- /dev/null +++ b/priv/static/icons/file-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-excel-fill.svg b/priv/static/icons/file-excel-fill.svg new file mode 100644 index 0000000..350a7df --- /dev/null +++ b/priv/static/icons/file-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-excel.svg b/priv/static/icons/file-excel.svg new file mode 100644 index 0000000..0f43afe --- /dev/null +++ b/priv/static/icons/file-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-fill.svg b/priv/static/icons/file-fill.svg new file mode 100644 index 0000000..a1f4de0 --- /dev/null +++ b/priv/static/icons/file-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-font-fill.svg b/priv/static/icons/file-font-fill.svg new file mode 100644 index 0000000..198a259 --- /dev/null +++ b/priv/static/icons/file-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-font.svg b/priv/static/icons/file-font.svg new file mode 100644 index 0000000..1d67f5e --- /dev/null +++ b/priv/static/icons/file-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-image-fill.svg b/priv/static/icons/file-image-fill.svg new file mode 100644 index 0000000..f4e81ab --- /dev/null +++ b/priv/static/icons/file-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-image.svg b/priv/static/icons/file-image.svg new file mode 100644 index 0000000..127fd89 --- /dev/null +++ b/priv/static/icons/file-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-lock-fill.svg b/priv/static/icons/file-lock-fill.svg new file mode 100644 index 0000000..a14dafc --- /dev/null +++ b/priv/static/icons/file-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-lock.svg b/priv/static/icons/file-lock.svg new file mode 100644 index 0000000..4206978 --- /dev/null +++ b/priv/static/icons/file-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-lock2-fill.svg b/priv/static/icons/file-lock2-fill.svg new file mode 100644 index 0000000..a68a5d4 --- /dev/null +++ b/priv/static/icons/file-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-lock2.svg b/priv/static/icons/file-lock2.svg new file mode 100644 index 0000000..134f747 --- /dev/null +++ b/priv/static/icons/file-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-medical-fill.svg b/priv/static/icons/file-medical-fill.svg new file mode 100644 index 0000000..6caf0a3 --- /dev/null +++ b/priv/static/icons/file-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-medical.svg b/priv/static/icons/file-medical.svg new file mode 100644 index 0000000..afec18e --- /dev/null +++ b/priv/static/icons/file-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-minus-fill.svg b/priv/static/icons/file-minus-fill.svg new file mode 100644 index 0000000..85d9999 --- /dev/null +++ b/priv/static/icons/file-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-minus.svg b/priv/static/icons/file-minus.svg new file mode 100644 index 0000000..67a4538 --- /dev/null +++ b/priv/static/icons/file-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-music-fill.svg b/priv/static/icons/file-music-fill.svg new file mode 100644 index 0000000..c7dfa82 --- /dev/null +++ b/priv/static/icons/file-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-music.svg b/priv/static/icons/file-music.svg new file mode 100644 index 0000000..6531a95 --- /dev/null +++ b/priv/static/icons/file-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-pdf-fill.svg b/priv/static/icons/file-pdf-fill.svg new file mode 100644 index 0000000..87543f5 --- /dev/null +++ b/priv/static/icons/file-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-pdf.svg b/priv/static/icons/file-pdf.svg new file mode 100644 index 0000000..e8ba0a1 --- /dev/null +++ b/priv/static/icons/file-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-person-fill.svg b/priv/static/icons/file-person-fill.svg new file mode 100644 index 0000000..d7e05e4 --- /dev/null +++ b/priv/static/icons/file-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-person.svg b/priv/static/icons/file-person.svg new file mode 100644 index 0000000..892800a --- /dev/null +++ b/priv/static/icons/file-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-play-fill.svg b/priv/static/icons/file-play-fill.svg new file mode 100644 index 0000000..838dda9 --- /dev/null +++ b/priv/static/icons/file-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-play.svg b/priv/static/icons/file-play.svg new file mode 100644 index 0000000..fef9adf --- /dev/null +++ b/priv/static/icons/file-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-plus-fill.svg b/priv/static/icons/file-plus-fill.svg new file mode 100644 index 0000000..1730c27 --- /dev/null +++ b/priv/static/icons/file-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-plus.svg b/priv/static/icons/file-plus.svg new file mode 100644 index 0000000..d0ef464 --- /dev/null +++ b/priv/static/icons/file-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-post-fill.svg b/priv/static/icons/file-post-fill.svg new file mode 100644 index 0000000..c3fc7e0 --- /dev/null +++ b/priv/static/icons/file-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-post.svg b/priv/static/icons/file-post.svg new file mode 100644 index 0000000..dd8aefc --- /dev/null +++ b/priv/static/icons/file-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-ppt-fill.svg b/priv/static/icons/file-ppt-fill.svg new file mode 100644 index 0000000..3d3ac35 --- /dev/null +++ b/priv/static/icons/file-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-ppt.svg b/priv/static/icons/file-ppt.svg new file mode 100644 index 0000000..0100d0b --- /dev/null +++ b/priv/static/icons/file-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-richtext-fill.svg b/priv/static/icons/file-richtext-fill.svg new file mode 100644 index 0000000..64c1fc8 --- /dev/null +++ b/priv/static/icons/file-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-richtext.svg b/priv/static/icons/file-richtext.svg new file mode 100644 index 0000000..22edf68 --- /dev/null +++ b/priv/static/icons/file-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-ruled-fill.svg b/priv/static/icons/file-ruled-fill.svg new file mode 100644 index 0000000..f93c255 --- /dev/null +++ b/priv/static/icons/file-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-ruled.svg b/priv/static/icons/file-ruled.svg new file mode 100644 index 0000000..431b4eb --- /dev/null +++ b/priv/static/icons/file-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-slides-fill.svg b/priv/static/icons/file-slides-fill.svg new file mode 100644 index 0000000..e8cb12a --- /dev/null +++ b/priv/static/icons/file-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-slides.svg b/priv/static/icons/file-slides.svg new file mode 100644 index 0000000..df3f65d --- /dev/null +++ b/priv/static/icons/file-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-spreadsheet-fill.svg b/priv/static/icons/file-spreadsheet-fill.svg new file mode 100644 index 0000000..a3977e1 --- /dev/null +++ b/priv/static/icons/file-spreadsheet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-spreadsheet.svg b/priv/static/icons/file-spreadsheet.svg new file mode 100644 index 0000000..e83e733 --- /dev/null +++ b/priv/static/icons/file-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-text-fill.svg b/priv/static/icons/file-text-fill.svg new file mode 100644 index 0000000..29c9fc4 --- /dev/null +++ b/priv/static/icons/file-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-text.svg b/priv/static/icons/file-text.svg new file mode 100644 index 0000000..fa1e861 --- /dev/null +++ b/priv/static/icons/file-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-word-fill.svg b/priv/static/icons/file-word-fill.svg new file mode 100644 index 0000000..2df1fca --- /dev/null +++ b/priv/static/icons/file-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-word.svg b/priv/static/icons/file-word.svg new file mode 100644 index 0000000..61a96c2 --- /dev/null +++ b/priv/static/icons/file-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-x-fill.svg b/priv/static/icons/file-x-fill.svg new file mode 100644 index 0000000..980e405 --- /dev/null +++ b/priv/static/icons/file-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/file-x.svg b/priv/static/icons/file-x.svg new file mode 100644 index 0000000..1fe66e6 --- /dev/null +++ b/priv/static/icons/file-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-zip-fill.svg b/priv/static/icons/file-zip-fill.svg new file mode 100644 index 0000000..95d3966 --- /dev/null +++ b/priv/static/icons/file-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file-zip.svg b/priv/static/icons/file-zip.svg new file mode 100644 index 0000000..3da93c8 --- /dev/null +++ b/priv/static/icons/file-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/file.svg b/priv/static/icons/file.svg new file mode 100644 index 0000000..3562fb2 --- /dev/null +++ b/priv/static/icons/file.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/files-alt.svg b/priv/static/icons/files-alt.svg new file mode 100644 index 0000000..1d4d069 --- /dev/null +++ b/priv/static/icons/files-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/files.svg b/priv/static/icons/files.svg new file mode 100644 index 0000000..f8842f8 --- /dev/null +++ b/priv/static/icons/files.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-aac.svg b/priv/static/icons/filetype-aac.svg new file mode 100644 index 0000000..8a2d02a --- /dev/null +++ b/priv/static/icons/filetype-aac.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-ai.svg b/priv/static/icons/filetype-ai.svg new file mode 100644 index 0000000..23e2ebc --- /dev/null +++ b/priv/static/icons/filetype-ai.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-bmp.svg b/priv/static/icons/filetype-bmp.svg new file mode 100644 index 0000000..acf902f --- /dev/null +++ b/priv/static/icons/filetype-bmp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-cs.svg b/priv/static/icons/filetype-cs.svg new file mode 100644 index 0000000..fb76aec --- /dev/null +++ b/priv/static/icons/filetype-cs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-css.svg b/priv/static/icons/filetype-css.svg new file mode 100644 index 0000000..da12ac6 --- /dev/null +++ b/priv/static/icons/filetype-css.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-csv.svg b/priv/static/icons/filetype-csv.svg new file mode 100644 index 0000000..efda95c --- /dev/null +++ b/priv/static/icons/filetype-csv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-doc.svg b/priv/static/icons/filetype-doc.svg new file mode 100644 index 0000000..14fb544 --- /dev/null +++ b/priv/static/icons/filetype-doc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-docx.svg b/priv/static/icons/filetype-docx.svg new file mode 100644 index 0000000..29a54ff --- /dev/null +++ b/priv/static/icons/filetype-docx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-exe.svg b/priv/static/icons/filetype-exe.svg new file mode 100644 index 0000000..2c4bea4 --- /dev/null +++ b/priv/static/icons/filetype-exe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-gif.svg b/priv/static/icons/filetype-gif.svg new file mode 100644 index 0000000..6b016d8 --- /dev/null +++ b/priv/static/icons/filetype-gif.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-heic.svg b/priv/static/icons/filetype-heic.svg new file mode 100644 index 0000000..dcdb6f1 --- /dev/null +++ b/priv/static/icons/filetype-heic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-html.svg b/priv/static/icons/filetype-html.svg new file mode 100644 index 0000000..35d7218 --- /dev/null +++ b/priv/static/icons/filetype-html.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-java.svg b/priv/static/icons/filetype-java.svg new file mode 100644 index 0000000..c9dc543 --- /dev/null +++ b/priv/static/icons/filetype-java.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-jpg.svg b/priv/static/icons/filetype-jpg.svg new file mode 100644 index 0000000..5e4ae64 --- /dev/null +++ b/priv/static/icons/filetype-jpg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-js.svg b/priv/static/icons/filetype-js.svg new file mode 100644 index 0000000..8b198bf --- /dev/null +++ b/priv/static/icons/filetype-js.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-json.svg b/priv/static/icons/filetype-json.svg new file mode 100644 index 0000000..2b9d988 --- /dev/null +++ b/priv/static/icons/filetype-json.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-jsx.svg b/priv/static/icons/filetype-jsx.svg new file mode 100644 index 0000000..c23ba4c --- /dev/null +++ b/priv/static/icons/filetype-jsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-key.svg b/priv/static/icons/filetype-key.svg new file mode 100644 index 0000000..5b98050 --- /dev/null +++ b/priv/static/icons/filetype-key.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-m4p.svg b/priv/static/icons/filetype-m4p.svg new file mode 100644 index 0000000..a10dc24 --- /dev/null +++ b/priv/static/icons/filetype-m4p.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-md.svg b/priv/static/icons/filetype-md.svg new file mode 100644 index 0000000..ca5cd59 --- /dev/null +++ b/priv/static/icons/filetype-md.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-mdx.svg b/priv/static/icons/filetype-mdx.svg new file mode 100644 index 0000000..e8774d2 --- /dev/null +++ b/priv/static/icons/filetype-mdx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-mov.svg b/priv/static/icons/filetype-mov.svg new file mode 100644 index 0000000..9f05d63 --- /dev/null +++ b/priv/static/icons/filetype-mov.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-mp3.svg b/priv/static/icons/filetype-mp3.svg new file mode 100644 index 0000000..0170351 --- /dev/null +++ b/priv/static/icons/filetype-mp3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-mp4.svg b/priv/static/icons/filetype-mp4.svg new file mode 100644 index 0000000..997c427 --- /dev/null +++ b/priv/static/icons/filetype-mp4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-otf.svg b/priv/static/icons/filetype-otf.svg new file mode 100644 index 0000000..44d0c8e --- /dev/null +++ b/priv/static/icons/filetype-otf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-pdf.svg b/priv/static/icons/filetype-pdf.svg new file mode 100644 index 0000000..e1fc9b6 --- /dev/null +++ b/priv/static/icons/filetype-pdf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-php.svg b/priv/static/icons/filetype-php.svg new file mode 100644 index 0000000..422cc2d --- /dev/null +++ b/priv/static/icons/filetype-php.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-png.svg b/priv/static/icons/filetype-png.svg new file mode 100644 index 0000000..f719344 --- /dev/null +++ b/priv/static/icons/filetype-png.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-ppt.svg b/priv/static/icons/filetype-ppt.svg new file mode 100644 index 0000000..cfaaf1b --- /dev/null +++ b/priv/static/icons/filetype-ppt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-pptx.svg b/priv/static/icons/filetype-pptx.svg new file mode 100644 index 0000000..88ef369 --- /dev/null +++ b/priv/static/icons/filetype-pptx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-psd.svg b/priv/static/icons/filetype-psd.svg new file mode 100644 index 0000000..cfcb13b --- /dev/null +++ b/priv/static/icons/filetype-psd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-py.svg b/priv/static/icons/filetype-py.svg new file mode 100644 index 0000000..654df70 --- /dev/null +++ b/priv/static/icons/filetype-py.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-raw.svg b/priv/static/icons/filetype-raw.svg new file mode 100644 index 0000000..fdbeefc --- /dev/null +++ b/priv/static/icons/filetype-raw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-rb.svg b/priv/static/icons/filetype-rb.svg new file mode 100644 index 0000000..e3387b4 --- /dev/null +++ b/priv/static/icons/filetype-rb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-sass.svg b/priv/static/icons/filetype-sass.svg new file mode 100644 index 0000000..5ff5ae5 --- /dev/null +++ b/priv/static/icons/filetype-sass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-scss.svg b/priv/static/icons/filetype-scss.svg new file mode 100644 index 0000000..68f195a --- /dev/null +++ b/priv/static/icons/filetype-scss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-sh.svg b/priv/static/icons/filetype-sh.svg new file mode 100644 index 0000000..200fae4 --- /dev/null +++ b/priv/static/icons/filetype-sh.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-sql.svg b/priv/static/icons/filetype-sql.svg new file mode 100644 index 0000000..b523b37 --- /dev/null +++ b/priv/static/icons/filetype-sql.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-svg.svg b/priv/static/icons/filetype-svg.svg new file mode 100644 index 0000000..ea1264c --- /dev/null +++ b/priv/static/icons/filetype-svg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-tiff.svg b/priv/static/icons/filetype-tiff.svg new file mode 100644 index 0000000..d6f9e9b --- /dev/null +++ b/priv/static/icons/filetype-tiff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-tsx.svg b/priv/static/icons/filetype-tsx.svg new file mode 100644 index 0000000..cef1dc4 --- /dev/null +++ b/priv/static/icons/filetype-tsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-ttf.svg b/priv/static/icons/filetype-ttf.svg new file mode 100644 index 0000000..549d4df --- /dev/null +++ b/priv/static/icons/filetype-ttf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-txt.svg b/priv/static/icons/filetype-txt.svg new file mode 100644 index 0000000..6fae02a --- /dev/null +++ b/priv/static/icons/filetype-txt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-wav.svg b/priv/static/icons/filetype-wav.svg new file mode 100644 index 0000000..bd226e8 --- /dev/null +++ b/priv/static/icons/filetype-wav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-woff.svg b/priv/static/icons/filetype-woff.svg new file mode 100644 index 0000000..d8ec582 --- /dev/null +++ b/priv/static/icons/filetype-woff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-xls.svg b/priv/static/icons/filetype-xls.svg new file mode 100644 index 0000000..9c266cd --- /dev/null +++ b/priv/static/icons/filetype-xls.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-xlsx.svg b/priv/static/icons/filetype-xlsx.svg new file mode 100644 index 0000000..a1aa802 --- /dev/null +++ b/priv/static/icons/filetype-xlsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-xml.svg b/priv/static/icons/filetype-xml.svg new file mode 100644 index 0000000..d822645 --- /dev/null +++ b/priv/static/icons/filetype-xml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filetype-yml.svg b/priv/static/icons/filetype-yml.svg new file mode 100644 index 0000000..e8bf63d --- /dev/null +++ b/priv/static/icons/filetype-yml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/film.svg b/priv/static/icons/film.svg new file mode 100644 index 0000000..5cef939 --- /dev/null +++ b/priv/static/icons/film.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filter-circle-fill.svg b/priv/static/icons/filter-circle-fill.svg new file mode 100644 index 0000000..f60fd59 --- /dev/null +++ b/priv/static/icons/filter-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filter-circle.svg b/priv/static/icons/filter-circle.svg new file mode 100644 index 0000000..bbdc85f --- /dev/null +++ b/priv/static/icons/filter-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/filter-left.svg b/priv/static/icons/filter-left.svg new file mode 100644 index 0000000..22441de --- /dev/null +++ b/priv/static/icons/filter-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filter-right.svg b/priv/static/icons/filter-right.svg new file mode 100644 index 0000000..466a9b1 --- /dev/null +++ b/priv/static/icons/filter-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filter-square-fill.svg b/priv/static/icons/filter-square-fill.svg new file mode 100644 index 0000000..f8813b8 --- /dev/null +++ b/priv/static/icons/filter-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/filter-square.svg b/priv/static/icons/filter-square.svg new file mode 100644 index 0000000..ae8c837 --- /dev/null +++ b/priv/static/icons/filter-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/filter.svg b/priv/static/icons/filter.svg new file mode 100644 index 0000000..555c612 --- /dev/null +++ b/priv/static/icons/filter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fingerprint.svg b/priv/static/icons/fingerprint.svg new file mode 100644 index 0000000..3cf2042 --- /dev/null +++ b/priv/static/icons/fingerprint.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/priv/static/icons/fire.svg b/priv/static/icons/fire.svg new file mode 100644 index 0000000..f702837 --- /dev/null +++ b/priv/static/icons/fire.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/flag-fill.svg b/priv/static/icons/flag-fill.svg new file mode 100644 index 0000000..73fffc2 --- /dev/null +++ b/priv/static/icons/flag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/flag.svg b/priv/static/icons/flag.svg new file mode 100644 index 0000000..357c481 --- /dev/null +++ b/priv/static/icons/flag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/floppy-fill.svg b/priv/static/icons/floppy-fill.svg new file mode 100644 index 0000000..9c01f4c --- /dev/null +++ b/priv/static/icons/floppy-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/floppy.svg b/priv/static/icons/floppy.svg new file mode 100644 index 0000000..6aaf1c3 --- /dev/null +++ b/priv/static/icons/floppy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/floppy2-fill.svg b/priv/static/icons/floppy2-fill.svg new file mode 100644 index 0000000..de4bb3b --- /dev/null +++ b/priv/static/icons/floppy2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/floppy2.svg b/priv/static/icons/floppy2.svg new file mode 100644 index 0000000..ee5fd36 --- /dev/null +++ b/priv/static/icons/floppy2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/flower1.svg b/priv/static/icons/flower1.svg new file mode 100644 index 0000000..08a7e2e --- /dev/null +++ b/priv/static/icons/flower1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/flower2.svg b/priv/static/icons/flower2.svg new file mode 100644 index 0000000..d793728 --- /dev/null +++ b/priv/static/icons/flower2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/flower3.svg b/priv/static/icons/flower3.svg new file mode 100644 index 0000000..147e32f --- /dev/null +++ b/priv/static/icons/flower3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/folder-check.svg b/priv/static/icons/folder-check.svg new file mode 100644 index 0000000..d599554 --- /dev/null +++ b/priv/static/icons/folder-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/folder-fill.svg b/priv/static/icons/folder-fill.svg new file mode 100644 index 0000000..fd10c8e --- /dev/null +++ b/priv/static/icons/folder-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/folder-minus.svg b/priv/static/icons/folder-minus.svg new file mode 100644 index 0000000..f41b660 --- /dev/null +++ b/priv/static/icons/folder-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/folder-plus.svg b/priv/static/icons/folder-plus.svg new file mode 100644 index 0000000..c18e2a5 --- /dev/null +++ b/priv/static/icons/folder-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/folder-symlink-fill.svg b/priv/static/icons/folder-symlink-fill.svg new file mode 100644 index 0000000..91dc0c0 --- /dev/null +++ b/priv/static/icons/folder-symlink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/folder-symlink.svg b/priv/static/icons/folder-symlink.svg new file mode 100644 index 0000000..b258b6a --- /dev/null +++ b/priv/static/icons/folder-symlink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/folder-x.svg b/priv/static/icons/folder-x.svg new file mode 100644 index 0000000..d571d08 --- /dev/null +++ b/priv/static/icons/folder-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/folder.svg b/priv/static/icons/folder.svg new file mode 100644 index 0000000..fd4dc5a --- /dev/null +++ b/priv/static/icons/folder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/folder2-open.svg b/priv/static/icons/folder2-open.svg new file mode 100644 index 0000000..59d8382 --- /dev/null +++ b/priv/static/icons/folder2-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/folder2.svg b/priv/static/icons/folder2.svg new file mode 100644 index 0000000..4145753 --- /dev/null +++ b/priv/static/icons/folder2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fonts.svg b/priv/static/icons/fonts.svg new file mode 100644 index 0000000..3afc7d2 --- /dev/null +++ b/priv/static/icons/fonts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fonts/bootstrap-icons.woff b/priv/static/icons/fonts/bootstrap-icons.woff new file mode 100644 index 0000000000000000000000000000000000000000..dbeeb055674125ad78fda0f3d166b36e5cc92336 GIT binary patch literal 176200 zcmZ6SbyyUC7sW9!5J7YWX;@miUAjA$5+r2-2|<=_6$w#bgHDkJBm@EJQV`gsB}7_e z>5^`EXMTUaKF=J!_jAs@GaIZkv+Ad>rbcp!goNbs7Y&kIz|ZSC4FA=@^8f#+8<{AP zkX*U}aA{yOW_iaEsBa`F0x%VzRs=R%IWi+5`{#Bq02WO`BDzUJ;u&f8kFVLuEx?h4 zMBJa`vT!BIHQG-iKWulOIoKgcE<5o7eZUM7iN_@$6rKSPV75Tb1Z?b=U)-d6_S_rj zb9xEP3?(69xoUUw+|JFz9>_TZ5y%X{ZajFd$oJgN{{_kAkUs!q1~!(Pk1n~o+dX$6 zxeTHZ@w(f<8mp94fFa;74Vc@X@NAiYJYWru{+ahdj|2!44{bFy6^xU~= z_orKvk6@2_YHRnB1SKPqF3cq=i+**b<4RZgOJ@oe$MEROB%IQu8YEz^-LPH8w{KnF zzI}2PqF8r_z3T{Zecc5_yH0HcUixg`{rq{RVl3LK>AS)jbl< zh?_rvqw~*LpNhCh7^x@yH$@M*zeatJKB0n?M{^louWX<|&ZoeR`;ml6fJ;GCzf+*@ zsPHM=Bqd$Q^m8PMIN|$sB)V}lxjA(}<`gQrv*Gl)(@TaaFTqU9+_UM0R^qeIUr%j{ z{JoBHkAE=Ntl;j2P2TU^yt&=*RphAEF6gut9_4+0L+>ccbT*+RBhQ4^r}ANOSK)Ti z>!MHYW{JiQCaNYTBgQ@^%2UNIMHWTXMY$_Qfh%$*HsS`iP1r^riyP{ih>loR8Ssys zty~(>sxp0U{A5J0%8b!ieMHm8)XLawMAyem)>wb@!6-5@#y5Q*Y)QW{&N&*dIjpjzK0=t1@N1nLEq!r~C zF1tjg6;7L04!en~_nPbs2UjWZ8^0TVTBX8o(mjlV{ZCCU+2dvBrWc>CtbCBd zi99qkPb|vlDt;|h689;0#bz&CD!)o%+@+w2LTUwC|4B|WyX4)n(Qe_fn3ZMnK*6f$ zZt5{#NVS}Lc5(mE;_9v4h+}9-d9zCLaPkW8ZsKuZNO-eh@-K&7-D5{9)8wIfA5tsB znIexNzg4aJie`1QpC&%qQ(Ar_Q{H}4$_K-gE7tWjp&IffCrj$yVP~I0b>vI42d?a5 zk9p3%hN{UIUtduS{1U21`LlmDCoqMnRDH=X@GDbp=L*fv@|l`Y1C0Qr|T^D?8U`79D?JA1gY2 z^`0)3(QpPrPof~jsMk5amd8#{(kVr>*L=avD-JfA;nXKdlX9z9b>XSkTOMZt@#NI* z-unw$UWq&or4pkluDw1B*Nny!MDO=}UXU=F7#8-?mG#Ol^q@Ett=9nX>(|s1CE2rIr=zBSLn#SC!QH8*{;ekNE!GokIK8C2NRlT=|gvAs_n)bQEe z^>@&ENOkjbTl(>i>bK8b(#IC6Bc3~N);xE6GSOFE!|0|yLD;XR9E*C+JTbao8UOoy z-|!?QWKz!V`fsjvqkZR-_aVP1zJ{;ao@6jS&8|^i7m}Wg`y%)o?VG^(yz_VYzN&Oz zGs332?6=vv>%PxPWXMol&Al}hX@Xw0#~6=qeWsn$c+EPW^h95|*SgF}T*zo&&8;=1 z2E0JE_8PpQN1%pxEoeWaVKCHI{%i4?`o4X`cxid|Z~b+reXo;&dCKWv zqGerv|E27bfLC$@?_}b}L$fZc^-|B#2Kvd~(h}aqt_HHwj}7fpEAC!34bqdD8v=ec z#l(jVL6*1u%8Hj=>c&gsidR?aPAu<@4vTyBTHP8Ql>IZ_Kv9ZaU8!$iDlG^a*h4l= zDR0<~cJBF{O|q4?(ErKu)~_p=65TMD9Jq}PpYn2#4w}C0(>D1+vbE`tTD_tB*Px$G zL~GBoddW!@NrJAgM;(uQQP4y$vT}-{W`G~rJyo!A>mcuBJY=rf$8}2TAoIzlL~XD8 zyNQ)h?}O|p$I(tqRX!=}PEQlvK$N2mQ)GY{krm);$IJZBH95M0pTDmWer_Oxlu-su15 zbX<7~1Ag(d{2BkbX;?!`+syLjw%>_X zb45$1+0IDF?Xa@4_0_|Z;E}@pyK~XVyb^UZ8~P^fd;D(h=`;C`_&vd6&vTB8 zitHt>Bf>eqe7pYM(5bh4TmP=diFs&s_TtRe=J8SJE1M;nqxN(Ai^7Y^u-TR^`NPlW z>Mgw&Yhhb0$1|tCEp3~-4X5rcofq>5CoO04=P%`#D39Lj2d{WF|Dil#JC_gZVWxZt zx!vB%ljF}#)kp3WQP~EYZF~`0%VPOJfXplcKD+Wlw^qWErj%0h4ZZTR0p}#dox(x6 z&OmOGY2$`pWP?(sf#mS5Sf#lEcCp*NO78}wzTON`YWb(J#LRR%KBBYjo}Gffh|K*g zivBlFZQq2r$tn6HSZ9xf#K>>8wMG9^dd!gYCeP0NF_Y<=gVyVICWqX?45m@yv)F&m zhkU_I%{Oc!%UVZg)BinxO#drlv-S83s~dTG>w%ruA*a9Qjc|4+yQ@`&c_EVKv`F*(t zADw;-SLf5M1b-J9e(HFR;aY!R8Llk){&$O=xBfux9p% zmh2cT*Jfo4Hl$?^goh?F@RF_*mTZ-H3hfW659d4%&~) z72O`tw{w;|yHTfiQkOe4%FEq((q3I|wMG@xaoxV`x3nCDIWFYy%R@x)LpjFl9g16Z zkJ#myqdM$7{TZm#+kblMFwon)7i>?StL>C`o+%pznz{wr(&VhE$?mG%jP7vCTb;0-_5k|c`8pnkZj+aTd3u5e<$CbJtw#| zS}S|bp0I}iW9cJa z)g}B+yklJ}0YUMfKdSvMs!j{}R*gJp*gPXWSF$l_`q2E3@vQh<{GvXr&FQRVcKC(G zBiRfp0gB`|E;;r~5UD7EmF@v??^{#K@dKhV4+0~mXLJ6&__`AB?@@B!wKJ~VXpN!a zM``(!H736wnOpI-yc=(W=CZdweV*^AE%#Kke31O(;O~j2!>Iz}Xl4)7=-AA{>TzIm zp~u3>acHR0r~59e0*-EO%+fzpJv}YylH2D!Bb+^&C1z4QdMzp^B=>cnGVY-QA2;Pr zn=pT(9N}6q+DkpQw8_(6F5VMAmYOm<7!q7UA5%7I1Hbo!g?-C&YN@NevH9=o2$ODI zY1{c9>)I#XH-!As8hWPkF@DKL zP3@z4fB$fN?&2lkaclpJ?9=%1u=TM06xofhqJ2_}jkg5qp{1Xs37Km#sWekO8)9aY zi7yHoL?=@>`26CeM>7}u{Ag-#O{qFIHvCTXPOeX$a^3Jb$fw`rtfh6&51RSxO@CH( zE(N@tf5WzqK7`+tsQsgSLl|f;97Z?$`O{@6Dps@Z5}UaLW*{isKc|@(@vWSCPB}4@xnAnUI3;%QDX2$wBkM(aFi%)j*>d;M^|Rb_;fva^R?6M* zR?S(&O!vV}j<&qniWdR3;*-=H6p2dnFZ4g%E$V14w+Uw7kB{%@{Cmq2k-^~9VeaXh zaZf(p<_Gg!i(Oy}m1AU0TZxc#&rPqk#(#SLl0B5ST9uxR{_--hG%@QnF;hFY9N}Ru zilUpHHW1CC>VH4l@qPbVkbNzO1O;2$Cn2f#H|^Wr*;)GYG%{GfUca}XCa+Us{~@@dTvexL41vV*LXZy`&jb@7v(?p06b z;n=GPRBbA4AW<(m(!uSi*=e==VUCWw@SW(nNK__+-#XczRVV8Nr@H#R}r3jP3g)QQ9 z5{8=)Wg?7CVEP;;x_v_$CdrkL3h9tZEIwr!1=u2!BLSjk@Kh_u!!s>?`5 zyRa_K<1D%YNDEKq8!^LIkk+b2i5YnsRY^N8@aM$FNaH84GL8|wzEzE?T%}J67ujW=JS+rTMbil^ zhTzn?%(I8NVe}|EekWzPJ<(0Yr6eO(vx(d39(<1IrsdL@(W{}0s)QB3MOL$jYxX7K zIJ*Pn3u}nMFNYzpC+M_?POk7FqMNcyea3UmUQ{JxVJfnkYp*(kQKJ`A$yPXq^o5G6 z_x0fxy2c`gWnc}MG(jgx_$}g^o=Z-KtOh@(lB=*CDW~D`Hls;{Ke1A>&;co@;!>AE ziM3#LVuo)L#*&9mko#;^@IG~o&zMU2!gykE!f+>2PR*q%BOZ&nCcS&LunI}RQl;0& zr5VDtXoUOKeI!DC@=QHOk^B%uOTB>a~aqtRSX^kOIs zK{l(nv}6ckkDv6JX`Hbw7UL-JM|6eZ$Y#A2)M-CGP6XMk`4H_TQ&^I5Pa_Yh$DWAw zx?9+ofz`ZE41PCk2P;5HK^KkT>hl?DD>kqK?6H0yEiR4#!-`3rJ|A5AXO8gRA%jaopfMYSl?F`f%Jdmjb^2~r?&3rNrah9GAwg^dy&V{?L-R4^?NKmvjL zKwuN>(gzF-F!u@oDS-|%0EVdmqlAH^3joD|WHzv)Ff9PmE@P0PdccCz*?TV;_jAMs zt=1W;OUHO}+u3`q2KTevRWsLq6ol$@j15_0QodIJLv3*Bw=Q7LVAVR^Ib*G-l<1m{ zuQ=}#O$V0<%$m7eHE1>ca}_$-BT)bf;(p$5!KiVas?m)#W{On=Tz5w7=ndi*W;EH- zFIZyTrd0tW9WW>X!x}K;K?52~KCMni+n6mTa_BLL{}ZOc7EXy$yT;5OOD?BEN1MSK zORfj7N*ww-k2B&$oS4WXeL7l87Qoh_qYZuo^l>{Q{uA8)y(6}9^u z#heLa?^*d_>E$>MC(*dCM7IuXQbzC9K}=<;h6Pf>=na7Kxq(!VCYay?T?iY{0E+;e z1!FKcqybEd0i6UE(8&ZHa?lag1e`u72-88x079?-;D0l+L3kO2w?HTWChJl_co&2i zaF@v#V6deca4=pl@Hp<{I3z{QFiDd=mZ}y=QKOizM8^e}K}>q8tA@6_V<`uJU1}Zh zNE{aeK}ZimcXj~s=z{S`(BTA~bWOnN0tY3qfwn$qzXI%hs57CrhacQe4QNjSI~Vnm z1|cH|{r-dC&b=f7sKWtH>jIqv6c9IN1*R2hfzx8aX;RLFE}h$hn8ef|O>Is`7fjOo z?qMiDZE~Tmg@}Mr)K`RgzJN2KLPvHG{O?1|<5aAt){)#Zo z7j`C;=-eB`n5X9BILJkM!C)E~{K~>Vmf);uQNiOS?@Y+=xq{*n{ z$_m=rfISpPj{GD`OEkDHg3pOVpp-N5EKyQeMG7C*aE2AFYp~&1ARr9{D1ks00wqg{ zQQY5!hOaH_UK`uFLyPEd17HZACFmG5*uvKW-jG)m$OA?$V8o*p_hs~eW%$KpOyMc-zQk&T!h}NOH%e zCn701RR|&FRS>d;(^}|X6aD&%-0>M3ZO;HFU~Up@BPFokOWat)&5r=XftR+YD;^=l zJAt<~4TSZ8av7OX{T)59>|r%vAig`CJ?+yVBx->D>RaOVZ;yI=52^5(g4#6L!6X!zzM0DD(Vr$$C1prL| z+&6FZ<*D#rFDCr0Dr0>&+ML7}y6J=13M%8`4GKVBF&}He(i6I}G7~s?Pu$^=C2I`? zU4+Aot~)31R9XTDC~Tl`0b9JT{V#%&ElHPoIi0E4}SU_Mz9~4JW7C@m!IMC==U=jtiH@JAMl4KN2 z>-n5jLD2<885C_$)Ire)WEqSsYk;BxijJx8cib)WF;Z+PB5w}k4$1~7OrT_ea-E>n z$D*6AV#60ZO@Log*sr1j}%|E{I&J2_X)6oDgzm&N-v>PNEnBmq}o|gNn$dkIKXW7%g%s z^$kNHr#6Kw7Ngux#OF9|69+^|0o(@sR0rxffS&^X4l``GM;I{Xh}SX>YxwkE4APqG z>PfM=;x(NR{IKQsC2U-o=shA%wBl8Ux0(b7+lQxS1rWa$kP5mBB-RL^+YUD9gN|$> z5Zo6-4$_YO1s#t694^oa&+t~>*Fg?mAFIS`UPttEaxtQ0qcRX7`<6(|+}I9YGtQ}> ziwl<3^fH6!zpn(scOVqxy{aHh=f-UG4j1af>8MJHAfHSQJ!s{T+ z1fk!5P#1tt-ew@wt3^OZ7IaL&X~h_D8XGtbY;?(r8Zn9&9^ z@fqZ<`*L9B7|h%TGxXpb2`G?xt^;Hy-hlh!0rur43I-RzAU_yejiCL^9rUJ9cg>J0>zbbvqv5a0y@l0aYs2*?6~ zKp-Ha0hsRqQ!;?qsZ2!EQexE|cUj|mmb95tf5yvH%u;RRBhQKG+wmB62^lq}v44*O z5N-DWa0SmspT!4`9?_+L4Nuar71n==tkK6n>|Sw?EI~ zia(;)V%m{>FSFqBD4=KN#&${z4PdBYI!|Mv@i2N_CNGIdnFTk#fS$2;L}C3oynU86 zG`=n%Rc2w~{&q^b8NuG&nhgM%G7EohZ>NMy66`5Du$>G#Eb*`u4JI$4w=xU1A^|<$ zpAdzw8{zFK@-cwP2AFzGeqq-FCeKodo(D6W@eT6tWHwIRwre-N@N)wF9Pte@@iH6R z(nL@F8IJfMsce~zsmt57ezyp7)BMo*pqdl_+y#I(VUCHPEk5XLhRnuKvh7;+O?0Ph zAQ1nl1r*GvPT6A=P&@<+z&Qr`e!2jKD}IhCM2YEO$p|R2(VbrB88TTrG{mip7WVkX z)B6E3i)Dm4SeP!e7)AfMUj7;K| zS14Ef=y|w|br4NJY;U``095zHT>By2Ue-|@AF-pZkaQB9w z5Zv{lkDy?=@zWVuI*R)XUmpP3T?kplXnp}4)g&Ps`+BX)*%PcexbfEMS$c~5&Vx; zW`V#1$=#JA8&qH3gCP7gJwC9UXa%y7F2DXN1`0XpnAu=DH@+D&4Lp{_uY6#Qgy5tH zw?QETB?goy+!}tk8aQf0!vom4R-iN(l>V<#6KLEOAR824o`T?92em-y0wsuBV-#od zpYQ;y5pE5p{1G0FnmloCKn~z2cWu}I#1LE=0kUd=BmM5HI5}9Yg%71kT>Mz>s{0F7*Ntc0iF`m z@gz{-oD<|7*7Qy0+htpyGG-&;3^Z8a8R(XcU6yBNSCv|(tsjKx*WI5 zN;b&2+y*{Lau8h5U^6J85S-DVI=99F?u`V=T~6NRAsduj9)hs14LNZG>3%q>S@Sv^RjPU25a_#Zgo@M5&Shc5Qsl5SVdQ`Z z#=)p{82>V_jr-%1NF$Y+_aCC=0$xFn5$vkF1n!t6>`%x~E_?2e`W_!c$5Ro|O zF_8l>l6gMrTjv1jL;#2bVD#n%ZR+mrn57s=o{zj8Mk;1HAEHZBG^nhE-$Lu3il}N<8z9!Jp7V&hWj#FhSTCbN-ps{+0NZ1L)6RR-a$zxe(X`+5Q`C^tosW(9RE25pc4){I-pYt!oGYE zMuE^W207}rXqeEDC7u0oa&M9pGGDqVfaCU)^`la)o2h%p(sEQX&hS$Thw&bZ?(7kZ@H9x4HZAzmTCK(d=9k!L-JiB#wlyRc~K zjA8|~jTfa*+Pb#7CwM$#-;|bGpnxAe?Q-?xI^u==CJQfZdIOfv`a+<>|Ez)VSI!vv z?!+K91L42Hgv89&JtVTXd6^Ih6q&_pdcNV7KFGsHar~UymAM&je zw38O3P@VEMY@}oS$V_exeWH}nx2X*!#R|bu;Qjc4UX^fQ=@&D&TE~PFx+hDprDkFe zH(yevt{h0`+umlaI6R`nwyo~6MjZ?$GlYi9Bk@h@czb~pY$tPAf=tD#@OEu+Jhsy+ zmMl4I zZ2yT2En?I_1Yc^0_-7f3Ra|(_5&;W+#fNlYHz#&+!&8=jBGAJ2c&L2`ru8Hc&A08y zU{37SMhLG8V%tkvl*l&EOe$*I%FyjS&3a^;2e&KmFC_`kD;?POscZ#mzc47Qr;{DI zltv)_r1wCpd+4ynk7jF;&Gd@FD~uNMf%B^#miPlXtjzSu1aWKH3Edf#t;-Z59M!l+ zR#yiZDBt1!U_X=dax5VEa=o`4srUG0vZb#PkbjwcA738SrCeU{xk=j74JS)MJK(<1 z^A)@tvr@cNxx+--vvC3uYT)Iu^_Bnda_kIs+0pMl0M!A=Z1iodG(S4T={65>hYR?G z%7&}thp15BYsDPuyx(0681EoLb}7b4s}W292x#`&(lB7(tj^*S=;^JmCbMi?%7u`w2!wWtr- z3J%SWUfj8*DwA!)^Y`dfjjXOdQ>?j|5%KTb57TzAFCBnrXD0rPZNTT!`(f4N*IDD4 zCbXGoPq_jR|7?iDWhdN!f`02?0{)@PpuaVEZwmPmDz(C*>OIUFQ+q-SY&TUW5BPvB z0lEgrff3Z zp_4Mj!^oVMJ5LL74*I>>Y8F|}&5xV|@{jJ~I7D{}ut@@hY(Yt=<_ZcCADK- z8_aue({s2;#l1yAHns+XbEHVc^~Ew4wiEYrEs??aqhdV1IbBdyZGY-?1c8|8wNX|J z6bj>~UH*RRgTS3^k7Cgq-7^Ym$J}9Tw1oX&XOW7{g>Do&L^A9iErD>_3pOQluoz@uJ$z(R_VR@Lki{7tFjc)CKdq{!nT2;C*TQ-^v+H>g+Rt3X$xi20~Zx z0xvr8sK<VenssS6GGPjvG_mE1@JOO(*@BmLG#r9U|q1y0^uOHQw8>} zqS_gYwJE&J;~5sV<&Y`e$3&sz+ju(xdQ6+81T?D7O^3p3>v<|EQc*nL0JQA00FEX_EHRH1JAn!0(Vu< z!s7WhE>3VlExekuN1+O2m8YycJ=+f}mTKbhPn+dABbu#r$z~?#;D=0dtPz{DMiuz* zetZtSJXb{j2`SI+zhvA%n+>}4;GZ~8aFWN33x1j-56zsQQB3P<8Cyi$SsbL^QS5NH6R*K2FJ5R+WVXbLZJ%%r;y1H3*;>L_ zV^7Z$#WwIBI8XIzYzO0*BAp+C%lR~8MssfQRFPt)O#q2cox*JaUjudYPioW2@8}O6 zriP)vTW+w0*G&R9>vtt-*REZlRHK+#-etiwsAavP`2snWsb#S!)qVuwqZ1sNQpfz zG`%2IC2X}OLO42anHeT92qt{wrZuij`-m`@rHc`%iE!oVvf{B+SFFdq0Ip3jt+yfn zygYC$l?L3pmo{_ANgJcmx&O#c>HqISfEbDS&K{BLcXZ(nG9J!8HxYiZ?JO(1^2YH-T0Y`qHnH}Jy`|){WJsA)Te=j*K2AKju3?8 zL$Uv&q+paEjMip@)^%>MOBL*L1-r)o>q-JGUkH2Dt#zJ1=YAi+odBmyv1FNGd`U;K zqI@7iEKA>P&|hv!WA4bCD|T@x902+Npu}|SEUVJ>7f3qGWJdw6j1Evx0!1@!EBF}Q zu@mqHh=u{tcpw_^UM#DB4sfzqVi!eU0tFVgrIQ7Xb=nqlmWguGn1jh^Q)hd!mBXzt{@M2kb0Kb5`H3Xb?>Tt#Pi-gO_b?X3U zoF3TDlWbLM-=S8w?Fv`w1yr(Zg;4V4jX@dU3d;|;!kXcT(8<)lmhE?mHh4M$@h^Y| z{e96&2LLw#kOzQd5a~#50dh%Yz;xPMj{mrG;(ZFJ6^~~EiCbTN0`R7rHC?ocbxTM+U4mvNeEhd2A;rJ z^(9GWV_a&x)^*14o4}W>%L|@YNPFhg$nZaPA*kFLqi+W_sh68u_<{El|EU7i$xqW5 z{3~W2==Ewt;JQtPO7uWfwWn7QA}rYg|KW5L3t2!)^YqM9z*D+2aYD&0*jCGPMY6J% zcM$6^NuI`YropA&CfrZ@FpQensj8aqYO9<`#SNN$Z2RI_I>Yu6Gcu*+3b8zlkv;xw z^-jQ=0qyqE)*G2)F5q5e8b&>T0dG&eL-h0mZbS)EU^|;0DKYi$a055Y!gxM-o##eR z?L1Ij%j)DwlG&=ElVk0g4tQ*o(6sX4riTNuJ z?DPU;!u`nK3*VLKj(SO}u=Zuz{K{&?{+BPVwodz%*RJ)}HeFm;t00IbBU8T&)Df0P z(_u{)XPaRcC)q4F|0z@4oVoMq3(F+SjWcVk+L`IEI6K^zwQN`ry)fxt}FO3h)B|?OunL~ z`Dcla^@qnBbTO@??M;TL``=pcK2)NAp}!BB_B?oW>#Tk; z#CGdgy37Uqnn0YbxTUt^Lee!fu@K3ql_t=XH4fK1?sK-tBKONw$#g^UN zFWp!>SF9M=sFIlYmm2lHt9n zRE$rgNIn)Yr~UUQ>R~S_e2j4*AjhJ#(dYrXCg58I9`5kz_otidg`*0OP%l`UKoQNQQOQz@=6Cb98JmqWKt*-gYN6I-R6yGvKgXFDG z?5%_Aq#dzpL1JKi%RDnZ<;||fJ*){g+=&JK8quy?*zbH()NqwJ1+DFtEF&{uH z{u*?XbydB5zwP8Dc+PTm2g6Ou@%IA@yV2wQBjlbzY?tq1+V$hKl1JsTsbL>-Ut7Sw z@U4`f@X{17B9laa^v@GcGcNbPY`<_Le*0+4rhoPgjz1XmQnW?dW^b zam)9K&!+Skw0E#t1W|7#m0s`DM_c0E0%IIG-1_`4SJ?+XkFB~3iTvao6ufl&lUwgE z_q7K>R;cRFCWF~Ud-4kb`B!XFS4p5GDS7D#_s>~(%KqNl497OSVkUj&_C|D{(dgdI zpSR156(42(_?5qVO*LRu7geL(ieL$p{~}3Lg`F-2y?TObr~c-1mN)1vUp^UCk)6ty z8wB59zZZnHV-%GhPbXO#NZmE4QcRDetm017?`tUNRveJ}qUT74T-tRp%%zfjAzybk z@Ik&^%8eDWaJBYkZ{@pn$bCN#UONu`8iA}2TD&*93al6(9v>0ldr?XIB)=?*l|FZH z{D#Ebxv4wM`1l}2SorG9lMmx&^A$V$Xs*VIXzIMd`vU{iUy`gR|3fkt^UAc$JD;7bQHAHn_>>oF0 z`#)7$Aw6&TTyBx*;J^`BSQO+lBlNmSmCy{WK?eZQBMFxq-B)&y{j?bA(wPM zaL^hU)mKi{>fQaR9Xun#z>|Mqd0nWe-lV8sZ)4QL)AoTaW_d+B_r7XUad9j()1aRr z?Ss?)o97>F`gE@se0p+@gxN&&3ya<7 z`Mj|YmNvz|1D~szW%_rP9a*>0GxmE&*auluk!X7*k{~oWcX}iA=-uA3U-5{kJ@Yr_ zaQG=Qg}Oug;d4KGWgP5@CTk|tGp?wA*t?;^RPcJGb~o+7l}y}Chp!Kg&DZT+oF9J6 zCW=#DlkrF)pDpmu1imEuqnm4c-`k9|W01a8oaEcYpUAB(py;wY0F9N(78H{OzWv+50f**dnQ_6MAqyH*yb~_dV{fU(>ra zX#uTn=4VO$wrEwxZ7u78AD)KC>t~O5==gSau&{sEOAd3fOIB{K?^>lS{<7KU_B5(` z-MFuKw-BN?usg4GMT%9L2f0vEXnt*Eh1VyRF3GXay=Qv4L*SH0vG>4L@s+c5R-vZK z$H;ZAw;uEm0kI+8MBan6YR0ks=S#(&R+j=#p*BISH)lI!JB@!|*_X(f*r-bVv~%g2 z=t9T$Z0IGYOS@DEHK9~)Mrpe|%e3gEMdgN-9qaW~6#Nr;sm+5tKrC?aXw0>IlL_E zaI4ZL)J1EF?8M4AtEYO!>%Eqz;h}s;;wD2@VRDAS-7|$6%~a#NUn(OTzST^XL+bZN z(mtClh>h^9*WTV0x;-($y;x$k!8$)#O;Q`EdmR!?|A{g@5zckxd5mqCR1t}7HPhio zh*aKjk6q`CUQP!0pa(CkNW$#r`nb!~?c|LIBr=m1j2+XQpMze|a&7;r+QX;_qq;ruOr?{X#CUzKk?Z*nY_ZOJ3k0rV-z0)WtLTdsIrcV#Yn0sy=6a3pJ3Pg znP8>~-^#GfoH?SvmOpu1rh3V0y!%en_?;6hyJGPkF2x`b{WNyh>1Kl}CZ*gvmT0r0 zKyS{`5XtNMT$RFs_oyNFX*>YMO)U-J~`D zu6=@=8Czv@Z&yRjlW=a`WLs7yYg$F$=7sVYe>1U4Ro?vuxe>vCMMdbX`N<51*7?(0+yW>k0Ssl!8MNhkXM>=`MHmQlWe&PeG%1@~I6GrLX7LUB|v8?&>kP@yPZ;*G%1w!_Tj+ zrMMaHm(sXjVW=CoqiCZwB)ytLZ^gE9ndJum8GGYx{-*0>#mO&{#Y~*=)G@RglQ)I+ z7=}p?M@*1RE^3jhnYno@B{$bCk&dP5p6t5lo-vo@XX?o#;?K^+4UNUi_2k^1xjg>- z>}RXlS1oa4@it2qT?3{x3wWTDZx?6i$X3YpZjo+jr$8;u#Qu+gumFuggrRlfkJVkR zh_Hh@NoIvhKVN?cz8;FF`!{$$?uO*e8MX}7uJ_W>M@Rww`DHQcE{<+y7V!x=p zpe}1Wd!bvO*b^OB`{iL4306SwC1>$fp{OKT<-5Tb)MI| zH^ZZ=hE5$EDw*$Sf`c}G1U}yitibRcI9Zqp@>UkHrm3gxRi(){JTPC6Kq6iSn#)OC zZ}Oj(G}XL+c=y$r#4Q8w>u1xRgVP@~cr*S@S?`of>>EDsWm(`wLHjG)cKYp|4#?#K zBhzLs@4k|;d-R~q;8XZSrBd|$4?*%j=<0t)w$Ob< znm^$EX83s}+4|)$Gj21j z?mUHT5qim@y5-jqYLHtI*9srrkit6!XZ@)OpmKuYROV40u4*xTV+@LR5Z@1acXRgM zlkwBC>M-7#`yd~_-zqw!nEhiS)Q?2U_;SZ%>7hru5A+rr#or45n0TR3xOl&BT;Wd3 zPUdjwxSAj=IX!}67xQFESp8!Awf09&FO;vzxSFt|npw6To|OEBG1@5P0jGj~@FAtP zkKqAbakKAkemdP<)&hOzph}mFtXSPA7N5*Uwb!LrIsA(^F0XVmmaVk2?h&+_cCna} zAkkas5l9{_Z^d7DYEgB|@TcVP0IFug<8b&{@_UOyhB31HHwUu(kWp{Sz8{WXr4v`A z$ySRGYe^TA?v>LBeyv0L!dXliiZdD}9b#T=s})&MU%tcgG>QG`8;Wx7z0d5KE(ITJ zw0}64FzsJ9lAL<`73)nz2*;@EOX}Lh=lUK6iI3EeA6P!X7)})jT&nt{ zxc9-bLi?@WD6^M%6Cyon`BAmwMB*m~sW|)8q}cFWr1PJN_I>le){Jg{xo*ypTaO~T@|B$EiZg^Up%W#3osll=(1)*_9)85pmI`QEbX2yvHFsQXLVM@_FgrF(mKc$q@mp*!o8J4?Fs)_! zCxP#R{*mC}_cs@<9WNe8zOH5@A3tV^6ZmxeEYzzw{_DFTD$C^T9+a*oTVh9{nyQ!y zPwJ}Wsf&{URlCVRdzQ1@WtZM7J_r0zEnb$~m{JDvIEi%i@Nmq&z~z3O{y)qlyeqd* z5f2sazAkmY$@N{NiRJ}~S{<%Q!H!($R?-cLJC5ac?24GoFU_wTx&o)7)zgI{CK+O0 z=Qvl|e_rR6AYWbk!1!AzINW#37-?$kV4mowa{rotSCGz>;?<&j*UL58$NvK_K+wN! z=oMVk{Cm~KPvVtDNi0*!KJ)`obf6;2_&C*<#XkEIGl?XN~MJ;{U8+Y&&}aO5)SU;2kTG4R`Y@PKJ<4l6+Q^{wXtwxx1dt6$QA(Ds zgLo-wV(RvviG~p-2RspsE=`1CmP}<`*38yS;y_p6#ipi-8VWL%s!9BRezye_=dY@Q z4t7tA^?}F9JnGJzY8lDU#NtOY&e65yHtRKICugz)dvO|Km#zDTKFN$_pJ{dXE)6p?%=rPXsxu1mF!yHQ4zX@NQC?FdGw2=8sJQP>x)OBzmPKD z6zV`MA4jEFl1sV+wY3F8%f_yqX~q2eY4whj-(uY?DD+wE%5x9(Z7KMY})ly7q8F01kz77@E`37@Lc;u~a@*C#yB#t*I0xJIUdxffxG zQ{QC6dUaz`iF?D6;)mlo9?^;;qI9@E#H?s2eDge+RMjd+Y4E*Yv=WXDG5EO*xy=3PXKCtus5Mz>=n@Sxb>peo6UEO%(Ze?O@}j=vlFd;;Y35RzvA?Q|yRFTD8o zixAxc)Eb)Wc0u#^;e2G$r8P1s)1N|#;tJ{#UvJ_7=`fZ1R@^lI_ zWJrK3maNN>t6Xsp*F8n9zRZb<6k>oVmnl~~KB6NC^8=R@v&Z^LFY7b1>8%cSlZ56h zy7^2|u%LzkkB0>dV7wB!nnHJE8{iA{p{g^cjMJUm+*H5_ z`#Q5^cfioZMt}6{+>t!E%goQO%Sz7szX6!a=_q&#@3Ch5CKSM`LGST|5=Z*KFz@_8 zaU|)uzF<{ihd8~jM|*j3x}^YGOIjN10}t;R;V>D5DXQwO3E)iDR&$d86LX(WnQPD~ z_HJvMtsPDx@nlxsRg?{s%!#s*@%tOXpYZ-@0xh843u9PA6B}y(3`0d2>+4&C4i#G( zMx1Toj5cpyh;^3-dJeT_l;xq;TvP>6lRTsfM%ww-CA9O&T%Xp=zcxt z4i)|e+f=L2+YeD;as!&s(o#RcBC!OM#qw>j`ItCuqg%9#AqTAd7-uroRW_ANFi4Zm zh+F6srszuRe63)(|2~|HEh59e_~EE+gQk$8lc!eHkZ!(HZS}f-e&@5Qh~oiKZD%Lv z15XhRrBd?O=jINcuXb!N%5UW3a8Ho`i=&xyBSzEI-lW4|)W#3;3N|B_-NW;Z)!*F9$Q0>&h0Tmh8ILOe<_6l?G!!ZdV-`@hed7J53{fxUitA{U`LX zOatM&^|5^abRSEulZT^g;}c{ppT^DozL(`=IWz2Hxh#D=x%z1?mN7^s5@8ZhBf4{J zjMa&pf*r>DU#GC>aoopJw8_T3ESIl0r!Zogi)EA)6P4z%F-i>kSBls&`D5`gy>b7_ zx0(BRqJQO3CRe>8mlLq6(hev?6UlqUQgt~pHM#0(?iJKN`@2`pqGFjSQ-`u~dx4uQ zHYMpt*-SHXH18D${uS@^sDC9BDipd29+oTVk0(=Os*7cm9Fyg0j2grKl@W|j^2zw# z1pmq;!5Z>=yhK8^sw>Bh9f} zW3WuCaw?E-6qy4Nr154HNvQa?u{&>M^`ID+lj+m zoa>wF@XWv;$S&_qE*pl+MUugs`wG$CJ26V)Qx6J6A`nwS3F**;?5o3LrZs@b9{C#G&FA0LZQ2Z#F zgrgu7*34nsx>>k?ulAL@sz>G+rZzm9OUrrm&y-c3SU2b$ubKX_L6x&b7?}&`;}**9X5w!V#Yc)KC3~0D*yIKVeB#z zp{+xg75z?xJy?7AvM~OCmep4v=s5lIIGH_4{P3R86zngIQ=h}$g@?aw);>lS^xi_Pb29`1v&$kwkp!DR}R5F#ctMdGK_%a4rnup(wL4 z4hvV~9On=)z5eJphqo$}HLjc!{vt*Z@;R^pboD$i{hKUi7XZUWEEm+lh5F3_pw<^u z`6+B9aHzAscx})vuVs3g^Q#8!=I~(t1ZVhNTyBJBe69dMVpiEwBV2Jq_`Hf{-mMte zpzppL>18N)n_hP7B`=|}=F+=iWM*pjZ-4+By0pG7=>~}K#{Fm(4erXWBg=R*v*U%o zCz7zqwJ;k~uu$TDkHwm2Q^!0qyP1ZZr{U-<(!Rq2PhrIP_tmxIhigaID}kCgOY8CC zMkjVHN=u^T8@NgqL;gh9imUH;tFBjZf4+9GTw9-Aze@E)d3~w2R4z5w>Xh!dnlW>D z#xxA875HH|ACgjLXTkVf2!$F@a8{y;E3HZW&PkC*{iNrT&hBi}tEg(lYtH6pD?2;w zR*S57%3NikS(#HjJZmn%*&p5(hPUAo5~)yj2lG*c9al=|taMW9^w$WTC3#(NJFV_(;1$j=_&0Mxy42!cwf-Y8WR+g2*2MxC8KodGp8&ccjx81u(1=b`m8 z%?Z*Td%JGT(vp4Li(6jI7G3Ouk*x7CSc^S~-FECfWzyaBX&T>8p*~Ys5LSefxMHk7 zh$N2CS&&5-vOIRI_e+>%)TY=5Fi|V-p`daFxZd2~7$e zl}OF)R!yaf64h#vqENNgI-6S1J8TLwU5i0keC@n&NVrZo!&Zs$DAxkm(dZZj^X{ar zvy*o0e2rkXh6%d$t%Os92Lxv{S|zv0%iBe~I6`;`&jp~+wxhXtez^|BsFCIQ5a{5U zVP&P_n~$4*W#u!q)(~3rnR1b@Ig%3P!;B2-5Mek)%qkT0AS$T`;RMmo@);nHH^E-K zLwFU=66NSM`;5mlLxKf1Z)MAR*!t8f;yOchCj_>~n&w%dS_1S+YG`?y7G0(g?4k_B zrfh46EKfHK-Lnp9wrs|iDG^$}{*%kYON3Vl4+)P5@BVINBFO}UFP`qCYg%yOXhBM7 zK|oOFvgM?BuOD$zcP>qAq5&~O%7_`~LbQ`g(8fw7aFA{nbSUAn@eyILv)K&+F2F(s^+2!>-4wQ2(GxqxrJ2R zIEmXdX?OYwg)jCK&Lrr3GA^x>Q8sbG+jc;dG*g!yRdO|KYjw?)R7cj?eH+Cuz;+j& zqnhFTibi$E;S2z6#W=vm;~5LiAIU{gp@~98SuSb%p;E*fU{pG!Yb9A0sgh_iqb5NY z1(0n`*JeP-^?LXKG6D<=Sw>FCGEtj3E0}CD`em~DG8l1upYTTEhptpM>tm7V$+`yHNxOU{hyUz@WijGkN8qJM4_OTm! zu^YEgoIcxb^P8tM?83E2u;8nijk=xLoobGw3wG00&=OxNJeZHTCreCDfdrQ%a?W>h z3Q){C2_L;8efm+sNrIk$hAAFhu{h9m9ReXno5Oi^BD`R{e(FX32magoj4GDjmE!Q@_g-i__oD~|Gd zJ9gj4?ku6-IDNXrz9o#na)^y#0D^Srmd2m5>D4suEOjZT{>s>UJTPA_%P%*B$G!MV z=$T{{NCQw*X>kH5;sDST6e)+JF08VV0D>@#drp>(L4K8Vn!6coAaJyq^88B@mOlZW zA48k-y&2TH^75A}I6O8p`H(2fwRIJnXK!ME-`gBb2h-=d6njlvxy)>? z6NIm@W#cVO-;ktpW?yz)&;9zqLH;V;Gy^jtQLF6gnjIY|k;rfjgId=vRjQTh(lfV& zVY`LxX4i`%?>gOuVWb@duI0cW$SHfiqiUL?`|FLZ#=vI8@%DnS%yPTk$s>#Q0kNMh zU`yl5}a(>|oYnxO?pa@ek$T{E9Z`IMJ3_{z!Roxi)LX zF?sKH?KOpZZ?I1XQ52Lq&f!z*_JMO7Lv-djPkAOGT)CSkRHf^<+PdFN7gG0=Zf8HL zzD!ce=2ql5ea|Pm<%1-St=Zc0<^(D}CmWp-f_3_Iqqco|W8>Tbd;Qc)rcrJHFVDMh zRJdu+Okx=o2bsH8Q|C*G=k4kjDSF!Q4EU3*z=FTI9LRT-J7uuXG&5?(U`VOjeL0Q) zC#vg?t{>qmZ{J-2_D5V44NVn^XdAZY*`@`js&;)weKp4gJ$Ng^5#cnhyX_Bh{HF=& z@_cmtbkVI!vy;nW%ge*ErUDjmGXgBARxTmbhN0<*uJwsM8TGxx$lwZoK*n-|>kxlO z-!#~=;#cp-!6FY$=1uDY7qh%6Z0>T6H0c-zc?JRyNo)$-Q{)n!(%^rCdJW%rtxcRk zdw4_O>b3+35z*1z;1)e@S6hkxV}Prvo0etJ)zxrQQ!|k zItv^+hB-Dytw5si{U3XrF0;4-3!YtXM zW&%#enF*{o+W`1pzPc)v0y`*a)OqU)rM{(G2FLBT{b-Nw*>LLi>knlREi;%;>_O8g2X3on z1p4<*A!X4weF(;xgD96wUUSLljV008Y}r4ol_5?ik` zZQC>~5)E!f#3Hl+-YvfCc)qENUQ{nTkVL8kLq`Aoc{%Qaj+m{vWoQSO)|)d&E9v9CpPS#~0tUSQO+eiV}=vpx#b%4NB@ z`>CDyTb}2-e=*PyuZYT?6SziT0*_;`xEx>C&615*cPv%lXVg;kL(g_)Su&^wwpJLr zcqOW~uB%QUa$|9z)37(WMz|Sm#nI%3qqp<)KW?i3-F z3vH;zXHELOf!Q$LezQ(^BL+Yj(0}ce9r*j7^NRJ#Y6bp&wA!v#NTu>&P?4Zf;P8P$ z&94V_iQ1)Bd+E7*?kTio3T=57;J`g9x_w5DqzF*~f_(=f)pi9Ss6NL5iaDTj6WjDX z_ngcjYUdE&cxi2WmhEdWrMHL9mLW0R+yCllPyY~ywS9Bm)BnbBHy;9wL;bu`kl$J0 zT@T04t$k=hQ<`=sS^$F(tO9ZVbxOvc8tL+%pG=(3BAi1Vej$#C_wC0sFUinIc}fR} zXi$_i1~(&RcR;p3(^*oi0Fz<`EGd?5+4lF5Fs#KM34(yQaV@-%Q}JQUhgD*HE@gdP z5Zrq14){4I4E5bvhT=VYXWAbIZ9kd(E!&y|@teY7h<|4SAAZUW#(-bHH3fZI0~d<% zP!!tuN5#7~-snGDZ`aR;S2J(O)xpexnZQCn$vTTDs7spoP4wC7 zy8bi*`ivgT1i{Q((fhI{tn-_1bdV1DZY%LDjPk;M$wSs=!`^cX@}s%>)!0|u}6 zbof*uhjT`w&OS6MWI7xt&x065z*g=~qRe|>)CqsW5KSy05|-FLA!Cth`;+6rw6+~t zU7JFQ^Agsn{>!~6Fvy*OxtQyP?2D7C-yN-qR3;WaEPt2_Ynk;hV+9U)zr|vpX&YAq zZG5dz#ba1!s8>s(<;>1HmRPD@7_M!b!|<5y&-hWP6v4+3osqXKPUq>|O?nwrogq-h zIlXp)IRwuSfi#Kf|KTa5@gu`vjmTVoADPQTaE2!|&?Fm&?1-W%b(F(8oHS568k699 zE&A8%AR6`TWLPdSbJ-E$+H{q8nm-|%Vdmj*y>vXjznt#MDI^2fNc-gFp6pKPzO$@8_gLL`;I4^?DQ zBSeykCaLIWRwZ($Hd~TZMRp=pvXocq#}}&yE0u%Q#pAjm%AyEkBVyPZF7+a!rF(Tn zC2;=}K_cPQvS+D#gbnPYx*d||1hpFdIh+KvfL??;Wg-$PFI&&RYAT#vYz7EtO?S2Q^9UzB! z=uVJb+nlLWh3L^qTvVsf`ivPLsV0)x?uMcmcH5$qRF9+>JF27+%sGd--6-K0Cq~JT zH6q!%B!0&>WydjX&p!x1zGs_`Bb)!K17xT!h`tDa3soRR2T4IxrS9pLNF+%#HQRvV zfuJH$#Lr7w$(4v?2GW2QOb#s=!QVV0iT%>PNS|Z_VXk%<-e5DJTmrXu7nVxR#b#;g zUAbsZL{mux_&uU)$cicj6$!%`&a0bEo_4Ug`O;KOrz2)$67A_OeqE8OJ}BXV%<{EK z!Pxq`q~Goom(%^DO24Gi!fK}PywDPaO^%;ubd>TM52YG3QRLeJOT=!>6u3HmFaq*t*bFvI@}Fn3sQ3I3`>t z+yb(CpYST-HR$VP$<18}6Jl+hWGll_&r{5e1!pu({<)E)H!zDo7-5z<}+wQpCzCCv55BXOY2%MhXnbDFFxWTC>rbJ|sJ@8C4 zk-+IyMqu^@qI+I^d+e{i`u00+b8e6PL-X$2$BEtGlq?Ss`wje~EHUf7%wK7wSLrkU z1wqi$*!mUd={v$fpl}yxd{j7zmQDJi{6qizwsS$a7UF*xTzug>|5YI(S=m3)Tzr%ToX?X+5F+wHSl z!jPW3#SH-pVz~VnQ1wDEaFn0R#cq2biy4eu271EPK=FIAFAOm(kgX^=LE_m#)OkKE z%G3@}xXq&kH@13gqm1mlc%PrMV3FeeS3u_{iidycFxyO{H=jniJ(C8!&6jx#T_b#3 zfK}d@aSaAZKj8%uNusPtx7~(&XGr%lt#u!cug)*Ps-bg=6jU0GIjG^+C|2He)R^aK(M5c)7R9Jo~T{R zGy8svsL%10Zp++@vov%iwfQ9}ivz;3Sh>4!fO;1@y;l-HaTf+m-qjAn?JJ=noDS(2 zl&@QH%@`XAG&9jpc%0$ML8xU1?Ts=1bL_+JXRA%IX?qN zaMNM})Jp}-!aVE5@XT$l`ghXA?8MB32Ab^KG12qevGuC=a*^7hyfyK*#?Q6~cZ&1) zRhD<@fN-1eJ*@wj4ENytIO$AmVClYFYl8-cLX>p-J0mC@VPPKTZPI81nm~h7bDy3& zKLMA**)NL4CNxHk$IqP`?3q**=GY$YliI+10c@!=pQ7`IF(|o0Mc|Isi3WeluYj>t z9)%*S|Kk7m$RmoX4#Ti|NiZ~X`D)U=;8>~$85npr9h84OhoC5roI}?0SocH1MIi>7 ztP9t}c<)v={!R0wp}RWGMt}nh+NHVR(`J@Q9)@;Fvp-lkLDQxH{VR+NLEFX&;MLoR ze?<~W)PnKZ10q!irysl{IEidrVOt7&hw6r6l|Q4-;k|BfJ>HwIOQNOS=2@2a-$hlr z-c(*MN$DqPgr;^gn*`W#bZo%BD z+!4WoPH-Z8Rm51(4NTF`_Ku6XJdy=xnO4P3ywCOuiD|PG_xUa&>ne@ZsN2RJd0y(2 ze9g9e-weyvy?2_9qEW4VP_bZu5q(>&7`=d}6At%jN&TDI#~U0EWpQdX(0Q5h^E za!kDD=9`~ajKFpRRjGP*WUIfnV^}cMAqQ_2RhcS|-PJ6$92=#|T%{zdPV9J&=3E19 zOOX{(5uG!^z^8y~!&S`I#x_ta#bN3>LFWnE@noKDWC94|ba~WNbVFC>4oV6&ETUQl zRiuM44BAMd>MH(iE;yChq@nALWVYhYZ?e4>{*G*rSwR<2kKpW9H!T#mT^X)0VX8Y# z2#+Is`l?@JwUBzLnpUn*>nG#6=r!n1B_%wzwMH^maVXsasu&9V(arhN>~h>hwp-|O zC6TDB={#2ok1resJL8%HJROSL;G%Zmn=&FuuGnXr4zNOhlPZcRE>vHuY8PK%Xr>k(7zlNC%^&HCA{jQi8m;+=M6((cE6L%=-QrmLTCkMv&u1^A0{SuT zmI|^lLhB|vN;ffqTepM$QIH~TU5xABk?WA50chKl+Li=EKF`t1DHg>ibCRw(Rzy5= zh`djwsH^g~@f*jp}zU0xb>; z-w-y1Bf>G^6j%=T73Onsj9A#1HQ8dh`ayI$6xSW$9sy#)Hf&5N5CsjKc87M_j)?x# zKC?L3wgT`a?sDEyWSmZuZ>2<$7$lbJMoT5Db+9UXdPh>)Qnfi3$mOQ*0o&@jBS-$s zv6@5;#f)9ijN$<3r%InSNKh|pR@DKuVMt$NE8g{3l;OiKYi{RYqBU1s_kQQ>h~Bnk>m8A);LI4U^K6*D(zd>_|zrm7j*U4ad+u zVu)%3x-(t;Lsb^VzN|>1q(E0^s0vjHNJy>cR39OvC8K*@2K!UigF1zB%rXVTUIhsR z1-dAiKxyMEwhoO4%2Nhoj4Io6WaygyC{wN{$@Pac8-`Gd|1{Gg20uQh;|HQM@Qs`lPQ!@$G0?uBD6CEE4m9!X z(0c1p^ah3=?(*3mPz8tMC>cPVPBHnF3uaP}#TsH(gKWJTI=NV>G)l5L$zCTv+hz^C z%}_@IF;e72Vpm8gP#JAiHrkrzDdd*)f#~fJ#nZGFd;69aYyRYx9X3GTcKg5gh>r6Y>L$(X4{v2N!$Bx;0 zc<2L77Js`2E$v>`(gyo+j-KO+sge5~R7Q@NsBs!rZ~|=;yv28=W6K6l5S9w#xzx2b zc6cs-`W0w1nxa!ebX}zy#Tl*@31C-rRWsNfS$&>+g|_(zMlBF@2W@kA&}&2t-GP>B zTAGP^LK?b(4&N)meZo2BKuwrgo`yASu9D)tRl@HLkY|Xdcn_Vir@kx?Bf0_xc6vi4 zlTk;ECnApX%VUVAw&r(0%dLR5t$@9W``ut(i#4&I^b(rT9_=I>s9LdqZL@s`nFadO z7(ZLx@|JJycF!F2u4^V$+i~n_azj$FUDvK8->8%ytdwh8?(%DI?QWiV?Xvqy%bjih zKy%i$@)Lx?F8FzI$DJcq_|PfQQcxHr4uUn!g4PX9ss58{EC1$mj7C4!ihFWt$%JQ^H?X z<;U=i$7J;}o-{|^<=*S8-gbIOH&j*^xSLx}z1{q#JoK^GD+}o!w(~=;rh8kh5HEGZ&% zl9KwIqKZ_3nj=YyFoivZ`_HKo+!I+BDCYI+Y@Hrf7U9mWolAq|$zW-AZm!Wz^!U+%8>2J-l80gVJ&Y$IL$#vz`uU7PyX5OnP_nO)t zNNE@+1}treM>tTbytyf>3YhowZ&zh`^>4Wkw}^jz68;6HUqtt9PJ76-Um zV973zL~8DhW+6cH>WLVBfj7!~_rQ!4Xf1@18eEiR< z{)P)k(^%!Pjzi_0*CJmu&1%&&ML*Jq%KrBMqB#}Uhab1>4#|Wq%&?U}L*?#GsNJE8 zzHcI}{-jV}dpg02ajux0r!J{SP zZo<6qa0X!FzIK>g0XN0y_BZ-_3)e>{gD4FkeAPr+|M{Mfp4y|$7HPaRk;Xg>754#3 zSo-WN4}XEO-^-&rF{AWQq~|a>e-9H=L@}nY;PIU-@KlTobgV*a+@2hDigOyB_U7L7 z8;>e5K8_I3B zDf+VFo99@CvZ=8pC0`rVqJy&h-&IADzK-<_>wwh>HT8>_bl7weQ^;FPAs4F!%x+MW z8%*u{KcbnkqLbJ=XZpkS|Bb2r4kGzGn%Oex*Ck0&zXsn==UFI=<(?A`2#aatZkI3E z_fvfnWlbgABK$4$qq~UjYHiAxb!69h}PSYr|IHGuod*Sgf zz#D!3Y=(5^BR-AT>lceZfgyne3@TkSFMie3zNvnlM=Mk&$IM2J|e`cvd8mM66FrI)aUB34rSL${6i3&obDQ1WrL$(%-MCb@IAu! z3a=G@80h|fmJ1=>`Fud#l#n^SI|VZ-$w*1__ZQec-E7xb{wT>xplP_|Rwu8(R?(|vxh26oRS~mWJu}y!`N3Lx#cu6L{D+GfY`u*_i{3|IGF>^lTR>iat0tr z|1(i>SL8G{j2{hNzQeCVe*e*wtX-_4Qy(F=oL9|Q@+@QJb6CZ5jGf!t+dGd9)=gke zU0mhX!Wk2`+%+oU3goTc=0P&F&A5n(xWp#q@2Hf`m#EE0<{fvw(e(Z1!l6>L1b@43 zJu=Ox?!M<#T=7gVY*c<>%{G%8Y`gL)d=CF+TyuBbT5Mi;G7hYgD2kCAm0>LN-$4%@ z2AGyX7ETrS9biUAcVk9$q*ZYXcTs_!J$9MqQkx@oP^U3e3<_By~;IiApTRiXUv$E3=kciMHZ~iipey(4nugvpQGuwj?&LJXP9)>wAgN|bJ%rG~+lWEAePMc&O0 z-%*~q8Pi?n$L17Xado8;0v#*ysR|?Z0#N%WQbML5JIVZfvWthEGEfreS+auoI!5+x z#kSu)coqJhOW%b;!FFWj;#b2*gGV2I^h1y0IjKC# z&L4dg_h(Ma&_SR2Ld13q$Jo9slJrJlhefEoRCqaP)$bP`5*|)l_y>hg2tOe_Dg3PP zi^AuG&kMgSd{KB>_zGzLW|n{^DgMK)b@**Y>rpcNjAh@5x(a;sQ`o1TcQMt@I{Zc$ zPnZ{Sg!GP(<`EJd!4$oP!t>X=N?HUiyqbCr3L^+~osa+;2K)s9|2x1hbv+>D;y;E@ z1doOn|9a@->pHq1^;-75-q6>u$cujkTzCS%F!aG#vI6DmMu1QwCKiOyD$InmrPxk4Dm&xl_2>0jwew*-vjOR}X9}zw-d`kFv;j_ZO68<%C`+qF2 zd-Ky7RXpd(j-cF2f+0#@j;@f=UrpQ7I42qB4oobMRduCIp2pMz41QLE!6Z!A(+eyf z+1mg6tU_zdCkjgljiUWf`mCiExx-n+0y&P+(Iq%A#BhrUyW!$j|6yN2W$NoduFZN=OoluzxjGW# z_Rx6t-_iWhWBH^5$b~pRhH}lB0BNNW{KHQg|P3o($ z4QKsz)`l}nYTR;u|D?X!kLLHVegEmkJXdHwqb7M#2SWRr&tcg6?ngrV8qMkY;{!sY$ z!q_{_^y+2__!P{u$f5!1i@?A9M@Pn5`c*75GY$t{0tp4&v7XL0pIT zhe}y*GO_J~*bbLIcwb4&=tFr^&p9mc_9emI%U)+P)?-3-0A&QFj9t}GD)fv0d6Go` z6&KrP_O(HQLLDw}2EP2d(j#S6UO&%c+Q zbh8s&%ix;kp|GCFpOoWTN%U;n6HB!?zqGtH!;wBIIR^iDj(_F<<{y8`KS%|St{FIy z>^UPPWS3H89T=1YADjG37x)MN8^jZ?uzW$YxjiO?EK^=HRgi3kq9G2(y10A<6ZKKJ z=)fyyadG9jvuu&&xpw=pZTQ*61EDRr&mV^P=v=$SpTJ?Tc7dVje-$lNE1BnpJgLa~p?oq)(V3<9$MZ$~MxM(BKfpPhBR6 zd7HZeo!cMT^fuf3^F`OWlUrOC56Wei!9GM^nr=v1+#Ql*H$$S%$R@*Co4ah?zlVOA zj%}eYrm3zQ>x<*z_LgDhuzgk8p4AwPIn?s@P#Bj5dd{Z_igA*yGun@&tK5e)_k^~` z!bkSDb<~2X^UX^#bq4(i&Z$r8i?fYMhx_96B^36dc6SMe&gBC*)b1|7ueiVP4 zr>P41qSzmtUcI`i()Ewa^2gU{+RpR(T9;B^hj#j7buK=9h}G#meCXlH^&VIY@_N

2+UrCZlNAp`)&G@jg{m-!Dn; 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πR(XEyYV3az{Ot$Y*f93mYq^Lnu{qbYp!X!TA9&! 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 F?~0aZ)an2L literal 0 HcmV?d00001 diff --git a/priv/static/icons/fonts/bootstrap-icons.woff2 b/priv/static/icons/fonts/bootstrap-icons.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..87032d17e78ae28da5f0fc2e52680b01ffa642f7 GIT binary patch literal 130608 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 DaoMW~ literal 0 HcmV?d00001 diff --git a/priv/static/icons/forward-fill.svg b/priv/static/icons/forward-fill.svg new file mode 100644 index 0000000..7f2839b --- /dev/null +++ b/priv/static/icons/forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/forward.svg b/priv/static/icons/forward.svg new file mode 100644 index 0000000..4b85614 --- /dev/null +++ b/priv/static/icons/forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/front.svg b/priv/static/icons/front.svg new file mode 100644 index 0000000..d1edeb1 --- /dev/null +++ b/priv/static/icons/front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fuel-pump-diesel-fill.svg b/priv/static/icons/fuel-pump-diesel-fill.svg new file mode 100644 index 0000000..824913c --- /dev/null +++ b/priv/static/icons/fuel-pump-diesel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fuel-pump-diesel.svg b/priv/static/icons/fuel-pump-diesel.svg new file mode 100644 index 0000000..ad24a92 --- /dev/null +++ b/priv/static/icons/fuel-pump-diesel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fuel-pump-fill.svg b/priv/static/icons/fuel-pump-fill.svg new file mode 100644 index 0000000..5154523 --- /dev/null +++ b/priv/static/icons/fuel-pump-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fuel-pump.svg b/priv/static/icons/fuel-pump.svg new file mode 100644 index 0000000..f4742f5 --- /dev/null +++ b/priv/static/icons/fuel-pump.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/fullscreen-exit.svg b/priv/static/icons/fullscreen-exit.svg new file mode 100644 index 0000000..b9bdb1b --- /dev/null +++ b/priv/static/icons/fullscreen-exit.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/fullscreen.svg b/priv/static/icons/fullscreen.svg new file mode 100644 index 0000000..7789d36 --- /dev/null +++ b/priv/static/icons/fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/funnel-fill.svg b/priv/static/icons/funnel-fill.svg new file mode 100644 index 0000000..5f16f16 --- /dev/null +++ b/priv/static/icons/funnel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/funnel.svg b/priv/static/icons/funnel.svg new file mode 100644 index 0000000..d027aa5 --- /dev/null +++ b/priv/static/icons/funnel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gear-fill.svg b/priv/static/icons/gear-fill.svg new file mode 100644 index 0000000..2aa36a1 --- /dev/null +++ b/priv/static/icons/gear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gear-wide-connected.svg b/priv/static/icons/gear-wide-connected.svg new file mode 100644 index 0000000..fc196dd --- /dev/null +++ b/priv/static/icons/gear-wide-connected.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gear-wide.svg b/priv/static/icons/gear-wide.svg new file mode 100644 index 0000000..83194ce --- /dev/null +++ b/priv/static/icons/gear-wide.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gear.svg b/priv/static/icons/gear.svg new file mode 100644 index 0000000..c11dbc1 --- /dev/null +++ b/priv/static/icons/gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/gem.svg b/priv/static/icons/gem.svg new file mode 100644 index 0000000..360d554 --- /dev/null +++ b/priv/static/icons/gem.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gender-ambiguous.svg b/priv/static/icons/gender-ambiguous.svg new file mode 100644 index 0000000..2ffaf11 --- /dev/null +++ b/priv/static/icons/gender-ambiguous.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gender-female.svg b/priv/static/icons/gender-female.svg new file mode 100644 index 0000000..102783c --- /dev/null +++ b/priv/static/icons/gender-female.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gender-male.svg b/priv/static/icons/gender-male.svg new file mode 100644 index 0000000..b0aee1d --- /dev/null +++ b/priv/static/icons/gender-male.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gender-neuter.svg b/priv/static/icons/gender-neuter.svg new file mode 100644 index 0000000..8dce8f5 --- /dev/null +++ b/priv/static/icons/gender-neuter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gender-trans.svg b/priv/static/icons/gender-trans.svg new file mode 100644 index 0000000..4c4c074 --- /dev/null +++ b/priv/static/icons/gender-trans.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/geo-alt-fill.svg b/priv/static/icons/geo-alt-fill.svg new file mode 100644 index 0000000..e88b77b --- /dev/null +++ b/priv/static/icons/geo-alt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/geo-alt.svg b/priv/static/icons/geo-alt.svg new file mode 100644 index 0000000..4092794 --- /dev/null +++ b/priv/static/icons/geo-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/geo-fill.svg b/priv/static/icons/geo-fill.svg new file mode 100644 index 0000000..a53f2bd --- /dev/null +++ b/priv/static/icons/geo-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/geo.svg b/priv/static/icons/geo.svg new file mode 100644 index 0000000..6686fea --- /dev/null +++ b/priv/static/icons/geo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gift-fill.svg b/priv/static/icons/gift-fill.svg new file mode 100644 index 0000000..69f3379 --- /dev/null +++ b/priv/static/icons/gift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gift.svg b/priv/static/icons/gift.svg new file mode 100644 index 0000000..663b87e --- /dev/null +++ b/priv/static/icons/gift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/git.svg b/priv/static/icons/git.svg new file mode 100644 index 0000000..092d23e --- /dev/null +++ b/priv/static/icons/git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/github.svg b/priv/static/icons/github.svg new file mode 100644 index 0000000..bb4e45c --- /dev/null +++ b/priv/static/icons/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gitlab.svg b/priv/static/icons/gitlab.svg new file mode 100644 index 0000000..7b7df0b --- /dev/null +++ b/priv/static/icons/gitlab.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/globe-americas.svg b/priv/static/icons/globe-americas.svg new file mode 100644 index 0000000..f66f5fe --- /dev/null +++ b/priv/static/icons/globe-americas.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/globe-asia-australia.svg b/priv/static/icons/globe-asia-australia.svg new file mode 100644 index 0000000..e4715f1 --- /dev/null +++ b/priv/static/icons/globe-asia-australia.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/globe-central-south-asia.svg b/priv/static/icons/globe-central-south-asia.svg new file mode 100644 index 0000000..d4699d2 --- /dev/null +++ b/priv/static/icons/globe-central-south-asia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/globe-europe-africa.svg b/priv/static/icons/globe-europe-africa.svg new file mode 100644 index 0000000..3bd6c49 --- /dev/null +++ b/priv/static/icons/globe-europe-africa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/globe.svg b/priv/static/icons/globe.svg new file mode 100644 index 0000000..96cf815 --- /dev/null +++ b/priv/static/icons/globe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/globe2.svg b/priv/static/icons/globe2.svg new file mode 100644 index 0000000..150a01e --- /dev/null +++ b/priv/static/icons/globe2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/google-play.svg b/priv/static/icons/google-play.svg new file mode 100644 index 0000000..a970e9a --- /dev/null +++ b/priv/static/icons/google-play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/google.svg b/priv/static/icons/google.svg new file mode 100644 index 0000000..47abd49 --- /dev/null +++ b/priv/static/icons/google.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/gpu-card.svg b/priv/static/icons/gpu-card.svg new file mode 100644 index 0000000..b75ddce --- /dev/null +++ b/priv/static/icons/gpu-card.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/graph-down-arrow.svg b/priv/static/icons/graph-down-arrow.svg new file mode 100644 index 0000000..bf522b5 --- /dev/null +++ b/priv/static/icons/graph-down-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/graph-down.svg b/priv/static/icons/graph-down.svg new file mode 100644 index 0000000..55adb4f --- /dev/null +++ b/priv/static/icons/graph-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/graph-up-arrow.svg b/priv/static/icons/graph-up-arrow.svg new file mode 100644 index 0000000..fd582e4 --- /dev/null +++ b/priv/static/icons/graph-up-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/graph-up.svg b/priv/static/icons/graph-up.svg new file mode 100644 index 0000000..a68bc9d --- /dev/null +++ b/priv/static/icons/graph-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-1x2-fill.svg b/priv/static/icons/grid-1x2-fill.svg new file mode 100644 index 0000000..1195117 --- /dev/null +++ b/priv/static/icons/grid-1x2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-1x2.svg b/priv/static/icons/grid-1x2.svg new file mode 100644 index 0000000..dd36f54 --- /dev/null +++ b/priv/static/icons/grid-1x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x2-gap-fill.svg b/priv/static/icons/grid-3x2-gap-fill.svg new file mode 100644 index 0000000..4fe8288 --- /dev/null +++ b/priv/static/icons/grid-3x2-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x2-gap.svg b/priv/static/icons/grid-3x2-gap.svg new file mode 100644 index 0000000..a9e8689 --- /dev/null +++ b/priv/static/icons/grid-3x2-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x2.svg b/priv/static/icons/grid-3x2.svg new file mode 100644 index 0000000..6dd39fd --- /dev/null +++ b/priv/static/icons/grid-3x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x3-gap-fill.svg b/priv/static/icons/grid-3x3-gap-fill.svg new file mode 100644 index 0000000..d29616c --- /dev/null +++ b/priv/static/icons/grid-3x3-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x3-gap.svg b/priv/static/icons/grid-3x3-gap.svg new file mode 100644 index 0000000..675f428 --- /dev/null +++ b/priv/static/icons/grid-3x3-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-3x3.svg b/priv/static/icons/grid-3x3.svg new file mode 100644 index 0000000..c40d98c --- /dev/null +++ b/priv/static/icons/grid-3x3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid-fill.svg b/priv/static/icons/grid-fill.svg new file mode 100644 index 0000000..202265f --- /dev/null +++ b/priv/static/icons/grid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grid.svg b/priv/static/icons/grid.svg new file mode 100644 index 0000000..bc50595 --- /dev/null +++ b/priv/static/icons/grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grip-horizontal.svg b/priv/static/icons/grip-horizontal.svg new file mode 100644 index 0000000..c4439af --- /dev/null +++ b/priv/static/icons/grip-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/grip-vertical.svg b/priv/static/icons/grip-vertical.svg new file mode 100644 index 0000000..0182ad9 --- /dev/null +++ b/priv/static/icons/grip-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/h-circle-fill.svg b/priv/static/icons/h-circle-fill.svg new file mode 100644 index 0000000..6a70736 --- /dev/null +++ b/priv/static/icons/h-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/h-circle.svg b/priv/static/icons/h-circle.svg new file mode 100644 index 0000000..6579c1f --- /dev/null +++ b/priv/static/icons/h-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/h-square-fill.svg b/priv/static/icons/h-square-fill.svg new file mode 100644 index 0000000..51d11d1 --- /dev/null +++ b/priv/static/icons/h-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/h-square.svg b/priv/static/icons/h-square.svg new file mode 100644 index 0000000..2eac5d7 --- /dev/null +++ b/priv/static/icons/h-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/hammer.svg b/priv/static/icons/hammer.svg new file mode 100644 index 0000000..d702c11 --- /dev/null +++ b/priv/static/icons/hammer.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-index-fill.svg b/priv/static/icons/hand-index-fill.svg new file mode 100644 index 0000000..ef94089 --- /dev/null +++ b/priv/static/icons/hand-index-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-index-thumb-fill.svg b/priv/static/icons/hand-index-thumb-fill.svg new file mode 100644 index 0000000..43e958c --- /dev/null +++ b/priv/static/icons/hand-index-thumb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-index-thumb.svg b/priv/static/icons/hand-index-thumb.svg new file mode 100644 index 0000000..699e505 --- /dev/null +++ b/priv/static/icons/hand-index-thumb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-index.svg b/priv/static/icons/hand-index.svg new file mode 100644 index 0000000..789622c --- /dev/null +++ b/priv/static/icons/hand-index.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-thumbs-down-fill.svg b/priv/static/icons/hand-thumbs-down-fill.svg new file mode 100644 index 0000000..c2f51eb --- /dev/null +++ b/priv/static/icons/hand-thumbs-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-thumbs-down.svg b/priv/static/icons/hand-thumbs-down.svg new file mode 100644 index 0000000..e8dadb5 --- /dev/null +++ b/priv/static/icons/hand-thumbs-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-thumbs-up-fill.svg b/priv/static/icons/hand-thumbs-up-fill.svg new file mode 100644 index 0000000..e7216e1 --- /dev/null +++ b/priv/static/icons/hand-thumbs-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hand-thumbs-up.svg b/priv/static/icons/hand-thumbs-up.svg new file mode 100644 index 0000000..0d410a1 --- /dev/null +++ b/priv/static/icons/hand-thumbs-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/handbag-fill.svg b/priv/static/icons/handbag-fill.svg new file mode 100644 index 0000000..5d4367c --- /dev/null +++ b/priv/static/icons/handbag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/handbag.svg b/priv/static/icons/handbag.svg new file mode 100644 index 0000000..99e5904 --- /dev/null +++ b/priv/static/icons/handbag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hash.svg b/priv/static/icons/hash.svg new file mode 100644 index 0000000..4621b1d --- /dev/null +++ b/priv/static/icons/hash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-fill.svg b/priv/static/icons/hdd-fill.svg new file mode 100644 index 0000000..9bdc467 --- /dev/null +++ b/priv/static/icons/hdd-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-network-fill.svg b/priv/static/icons/hdd-network-fill.svg new file mode 100644 index 0000000..403d472 --- /dev/null +++ b/priv/static/icons/hdd-network-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-network.svg b/priv/static/icons/hdd-network.svg new file mode 100644 index 0000000..f0db305 --- /dev/null +++ b/priv/static/icons/hdd-network.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-rack-fill.svg b/priv/static/icons/hdd-rack-fill.svg new file mode 100644 index 0000000..bb45078 --- /dev/null +++ b/priv/static/icons/hdd-rack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-rack.svg b/priv/static/icons/hdd-rack.svg new file mode 100644 index 0000000..480d0d9 --- /dev/null +++ b/priv/static/icons/hdd-rack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-stack-fill.svg b/priv/static/icons/hdd-stack-fill.svg new file mode 100644 index 0000000..c81687a --- /dev/null +++ b/priv/static/icons/hdd-stack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdd-stack.svg b/priv/static/icons/hdd-stack.svg new file mode 100644 index 0000000..2f74d3b --- /dev/null +++ b/priv/static/icons/hdd-stack.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/hdd.svg b/priv/static/icons/hdd.svg new file mode 100644 index 0000000..7dd6700 --- /dev/null +++ b/priv/static/icons/hdd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/hdmi-fill.svg b/priv/static/icons/hdmi-fill.svg new file mode 100644 index 0000000..9b52d61 --- /dev/null +++ b/priv/static/icons/hdmi-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hdmi.svg b/priv/static/icons/hdmi.svg new file mode 100644 index 0000000..b8a4b41 --- /dev/null +++ b/priv/static/icons/hdmi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/headphones.svg b/priv/static/icons/headphones.svg new file mode 100644 index 0000000..c2c1d6f --- /dev/null +++ b/priv/static/icons/headphones.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/headset-vr.svg b/priv/static/icons/headset-vr.svg new file mode 100644 index 0000000..9f07b76 --- /dev/null +++ b/priv/static/icons/headset-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/headset.svg b/priv/static/icons/headset.svg new file mode 100644 index 0000000..5369974 --- /dev/null +++ b/priv/static/icons/headset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heart-arrow.svg b/priv/static/icons/heart-arrow.svg new file mode 100644 index 0000000..0407ed6 --- /dev/null +++ b/priv/static/icons/heart-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heart-fill.svg b/priv/static/icons/heart-fill.svg new file mode 100644 index 0000000..4026252 --- /dev/null +++ b/priv/static/icons/heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heart-half.svg b/priv/static/icons/heart-half.svg new file mode 100644 index 0000000..1474a72 --- /dev/null +++ b/priv/static/icons/heart-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heart-pulse-fill.svg b/priv/static/icons/heart-pulse-fill.svg new file mode 100644 index 0000000..b95a18b --- /dev/null +++ b/priv/static/icons/heart-pulse-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/heart-pulse.svg b/priv/static/icons/heart-pulse.svg new file mode 100644 index 0000000..16aaaaf --- /dev/null +++ b/priv/static/icons/heart-pulse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/heart.svg b/priv/static/icons/heart.svg new file mode 100644 index 0000000..d650006 --- /dev/null +++ b/priv/static/icons/heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heartbreak-fill.svg b/priv/static/icons/heartbreak-fill.svg new file mode 100644 index 0000000..b669ad9 --- /dev/null +++ b/priv/static/icons/heartbreak-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heartbreak.svg b/priv/static/icons/heartbreak.svg new file mode 100644 index 0000000..7fe62a5 --- /dev/null +++ b/priv/static/icons/heartbreak.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hearts.svg b/priv/static/icons/hearts.svg new file mode 100644 index 0000000..c1c52e4 --- /dev/null +++ b/priv/static/icons/hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heptagon-fill.svg b/priv/static/icons/heptagon-fill.svg new file mode 100644 index 0000000..ad8e058 --- /dev/null +++ b/priv/static/icons/heptagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heptagon-half.svg b/priv/static/icons/heptagon-half.svg new file mode 100644 index 0000000..5753b62 --- /dev/null +++ b/priv/static/icons/heptagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/heptagon.svg b/priv/static/icons/heptagon.svg new file mode 100644 index 0000000..e85a0bd --- /dev/null +++ b/priv/static/icons/heptagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hexagon-fill.svg b/priv/static/icons/hexagon-fill.svg new file mode 100644 index 0000000..afd7870 --- /dev/null +++ b/priv/static/icons/hexagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hexagon-half.svg b/priv/static/icons/hexagon-half.svg new file mode 100644 index 0000000..a9fc136 --- /dev/null +++ b/priv/static/icons/hexagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hexagon.svg b/priv/static/icons/hexagon.svg new file mode 100644 index 0000000..f6601f2 --- /dev/null +++ b/priv/static/icons/hexagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/highlighter.svg b/priv/static/icons/highlighter.svg new file mode 100644 index 0000000..5406b61 --- /dev/null +++ b/priv/static/icons/highlighter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/highlights.svg b/priv/static/icons/highlights.svg new file mode 100644 index 0000000..4ce7528 --- /dev/null +++ b/priv/static/icons/highlights.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hospital-fill.svg b/priv/static/icons/hospital-fill.svg new file mode 100644 index 0000000..a932133 --- /dev/null +++ b/priv/static/icons/hospital-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hospital.svg b/priv/static/icons/hospital.svg new file mode 100644 index 0000000..5168a29 --- /dev/null +++ b/priv/static/icons/hospital.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/hourglass-bottom.svg b/priv/static/icons/hourglass-bottom.svg new file mode 100644 index 0000000..8ce8394 --- /dev/null +++ b/priv/static/icons/hourglass-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hourglass-split.svg b/priv/static/icons/hourglass-split.svg new file mode 100644 index 0000000..b8bba9b --- /dev/null +++ b/priv/static/icons/hourglass-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hourglass-top.svg b/priv/static/icons/hourglass-top.svg new file mode 100644 index 0000000..f471084 --- /dev/null +++ b/priv/static/icons/hourglass-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hourglass.svg b/priv/static/icons/hourglass.svg new file mode 100644 index 0000000..cecfa7e --- /dev/null +++ b/priv/static/icons/hourglass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/house-add-fill.svg b/priv/static/icons/house-add-fill.svg new file mode 100644 index 0000000..e4733b5 --- /dev/null +++ b/priv/static/icons/house-add-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-add.svg b/priv/static/icons/house-add.svg new file mode 100644 index 0000000..2964397 --- /dev/null +++ b/priv/static/icons/house-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-check-fill.svg b/priv/static/icons/house-check-fill.svg new file mode 100644 index 0000000..7546342 --- /dev/null +++ b/priv/static/icons/house-check-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-check.svg b/priv/static/icons/house-check.svg new file mode 100644 index 0000000..a30080a --- /dev/null +++ b/priv/static/icons/house-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-dash-fill.svg b/priv/static/icons/house-dash-fill.svg new file mode 100644 index 0000000..5465ef4 --- /dev/null +++ b/priv/static/icons/house-dash-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-dash.svg b/priv/static/icons/house-dash.svg new file mode 100644 index 0000000..fa6fb26 --- /dev/null +++ b/priv/static/icons/house-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-door-fill.svg b/priv/static/icons/house-door-fill.svg new file mode 100644 index 0000000..a260a70 --- /dev/null +++ b/priv/static/icons/house-door-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/house-door.svg b/priv/static/icons/house-door.svg new file mode 100644 index 0000000..d411105 --- /dev/null +++ b/priv/static/icons/house-door.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/house-down-fill.svg b/priv/static/icons/house-down-fill.svg new file mode 100644 index 0000000..d3bf68f --- /dev/null +++ b/priv/static/icons/house-down-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-down.svg b/priv/static/icons/house-down.svg new file mode 100644 index 0000000..6de3d79 --- /dev/null +++ b/priv/static/icons/house-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-exclamation-fill.svg b/priv/static/icons/house-exclamation-fill.svg new file mode 100644 index 0000000..7433738 --- /dev/null +++ b/priv/static/icons/house-exclamation-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-exclamation.svg b/priv/static/icons/house-exclamation.svg new file mode 100644 index 0000000..301d981 --- /dev/null +++ b/priv/static/icons/house-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-fill.svg b/priv/static/icons/house-fill.svg new file mode 100644 index 0000000..8932667 --- /dev/null +++ b/priv/static/icons/house-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-gear-fill.svg b/priv/static/icons/house-gear-fill.svg new file mode 100644 index 0000000..001ea96 --- /dev/null +++ b/priv/static/icons/house-gear-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-gear.svg b/priv/static/icons/house-gear.svg new file mode 100644 index 0000000..c7f9d43 --- /dev/null +++ b/priv/static/icons/house-gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-heart-fill.svg b/priv/static/icons/house-heart-fill.svg new file mode 100644 index 0000000..6d874fc --- /dev/null +++ b/priv/static/icons/house-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-heart.svg b/priv/static/icons/house-heart.svg new file mode 100644 index 0000000..26b2395 --- /dev/null +++ b/priv/static/icons/house-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-lock-fill.svg b/priv/static/icons/house-lock-fill.svg new file mode 100644 index 0000000..842b914 --- /dev/null +++ b/priv/static/icons/house-lock-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-lock.svg b/priv/static/icons/house-lock.svg new file mode 100644 index 0000000..e6eb968 --- /dev/null +++ b/priv/static/icons/house-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-slash-fill.svg b/priv/static/icons/house-slash-fill.svg new file mode 100644 index 0000000..20ea07b --- /dev/null +++ b/priv/static/icons/house-slash-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-slash.svg b/priv/static/icons/house-slash.svg new file mode 100644 index 0000000..3e1cb66 --- /dev/null +++ b/priv/static/icons/house-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-up-fill.svg b/priv/static/icons/house-up-fill.svg new file mode 100644 index 0000000..3e6713e --- /dev/null +++ b/priv/static/icons/house-up-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-up.svg b/priv/static/icons/house-up.svg new file mode 100644 index 0000000..0a8deb3 --- /dev/null +++ b/priv/static/icons/house-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house-x-fill.svg b/priv/static/icons/house-x-fill.svg new file mode 100644 index 0000000..00483c4 --- /dev/null +++ b/priv/static/icons/house-x-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/house-x.svg b/priv/static/icons/house-x.svg new file mode 100644 index 0000000..88b2825 --- /dev/null +++ b/priv/static/icons/house-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/house.svg b/priv/static/icons/house.svg new file mode 100644 index 0000000..77ac144 --- /dev/null +++ b/priv/static/icons/house.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/houses-fill.svg b/priv/static/icons/houses-fill.svg new file mode 100644 index 0000000..30a72d8 --- /dev/null +++ b/priv/static/icons/houses-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/houses.svg b/priv/static/icons/houses.svg new file mode 100644 index 0000000..d66b4da --- /dev/null +++ b/priv/static/icons/houses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hr.svg b/priv/static/icons/hr.svg new file mode 100644 index 0000000..b6f2e33 --- /dev/null +++ b/priv/static/icons/hr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hurricane.svg b/priv/static/icons/hurricane.svg new file mode 100644 index 0000000..e21aaec --- /dev/null +++ b/priv/static/icons/hurricane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/hypnotize.svg b/priv/static/icons/hypnotize.svg new file mode 100644 index 0000000..baa2298 --- /dev/null +++ b/priv/static/icons/hypnotize.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/image-alt.svg b/priv/static/icons/image-alt.svg new file mode 100644 index 0000000..98142b2 --- /dev/null +++ b/priv/static/icons/image-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/image-fill.svg b/priv/static/icons/image-fill.svg new file mode 100644 index 0000000..33c40a1 --- /dev/null +++ b/priv/static/icons/image-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/image.svg b/priv/static/icons/image.svg new file mode 100644 index 0000000..facacee --- /dev/null +++ b/priv/static/icons/image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/images.svg b/priv/static/icons/images.svg new file mode 100644 index 0000000..b35eceb --- /dev/null +++ b/priv/static/icons/images.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/inbox-fill.svg b/priv/static/icons/inbox-fill.svg new file mode 100644 index 0000000..bf5c8c9 --- /dev/null +++ b/priv/static/icons/inbox-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/inbox.svg b/priv/static/icons/inbox.svg new file mode 100644 index 0000000..59ad2d7 --- /dev/null +++ b/priv/static/icons/inbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/inboxes-fill.svg b/priv/static/icons/inboxes-fill.svg new file mode 100644 index 0000000..27447dc --- /dev/null +++ b/priv/static/icons/inboxes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/inboxes.svg b/priv/static/icons/inboxes.svg new file mode 100644 index 0000000..f23f0ec --- /dev/null +++ b/priv/static/icons/inboxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/incognito.svg b/priv/static/icons/incognito.svg new file mode 100644 index 0000000..fc9f6dc --- /dev/null +++ b/priv/static/icons/incognito.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/indent.svg b/priv/static/icons/indent.svg new file mode 100644 index 0000000..025acef --- /dev/null +++ b/priv/static/icons/indent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/infinity.svg b/priv/static/icons/infinity.svg new file mode 100644 index 0000000..e9dd437 --- /dev/null +++ b/priv/static/icons/infinity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/info-circle-fill.svg b/priv/static/icons/info-circle-fill.svg new file mode 100644 index 0000000..9d38231 --- /dev/null +++ b/priv/static/icons/info-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/info-circle.svg b/priv/static/icons/info-circle.svg new file mode 100644 index 0000000..8f48f86 --- /dev/null +++ b/priv/static/icons/info-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/info-lg.svg b/priv/static/icons/info-lg.svg new file mode 100644 index 0000000..d1b988e --- /dev/null +++ b/priv/static/icons/info-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/info-square-fill.svg b/priv/static/icons/info-square-fill.svg new file mode 100644 index 0000000..c2e5a66 --- /dev/null +++ b/priv/static/icons/info-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/info-square.svg b/priv/static/icons/info-square.svg new file mode 100644 index 0000000..71e2818 --- /dev/null +++ b/priv/static/icons/info-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/info.svg b/priv/static/icons/info.svg new file mode 100644 index 0000000..9d061b4 --- /dev/null +++ b/priv/static/icons/info.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/input-cursor-text.svg b/priv/static/icons/input-cursor-text.svg new file mode 100644 index 0000000..f212111 --- /dev/null +++ b/priv/static/icons/input-cursor-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/input-cursor.svg b/priv/static/icons/input-cursor.svg new file mode 100644 index 0000000..3a89bb7 --- /dev/null +++ b/priv/static/icons/input-cursor.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/instagram.svg b/priv/static/icons/instagram.svg new file mode 100644 index 0000000..0b5c5ce --- /dev/null +++ b/priv/static/icons/instagram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/intersect.svg b/priv/static/icons/intersect.svg new file mode 100644 index 0000000..2d8c329 --- /dev/null +++ b/priv/static/icons/intersect.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/journal-album.svg b/priv/static/icons/journal-album.svg new file mode 100644 index 0000000..2504b3d --- /dev/null +++ b/priv/static/icons/journal-album.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-arrow-down.svg b/priv/static/icons/journal-arrow-down.svg new file mode 100644 index 0000000..79c313d --- /dev/null +++ b/priv/static/icons/journal-arrow-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-arrow-up.svg b/priv/static/icons/journal-arrow-up.svg new file mode 100644 index 0000000..8423461 --- /dev/null +++ b/priv/static/icons/journal-arrow-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-bookmark-fill.svg b/priv/static/icons/journal-bookmark-fill.svg new file mode 100644 index 0000000..03e2476 --- /dev/null +++ b/priv/static/icons/journal-bookmark-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-bookmark.svg b/priv/static/icons/journal-bookmark.svg new file mode 100644 index 0000000..6652764 --- /dev/null +++ b/priv/static/icons/journal-bookmark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-check.svg b/priv/static/icons/journal-check.svg new file mode 100644 index 0000000..41b97e9 --- /dev/null +++ b/priv/static/icons/journal-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-code.svg b/priv/static/icons/journal-code.svg new file mode 100644 index 0000000..82098b9 --- /dev/null +++ b/priv/static/icons/journal-code.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-medical.svg b/priv/static/icons/journal-medical.svg new file mode 100644 index 0000000..5500110 --- /dev/null +++ b/priv/static/icons/journal-medical.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-minus.svg b/priv/static/icons/journal-minus.svg new file mode 100644 index 0000000..c8cd4d8 --- /dev/null +++ b/priv/static/icons/journal-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-plus.svg b/priv/static/icons/journal-plus.svg new file mode 100644 index 0000000..fa6d702 --- /dev/null +++ b/priv/static/icons/journal-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-richtext.svg b/priv/static/icons/journal-richtext.svg new file mode 100644 index 0000000..14b0e1f --- /dev/null +++ b/priv/static/icons/journal-richtext.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-text.svg b/priv/static/icons/journal-text.svg new file mode 100644 index 0000000..9b66f43 --- /dev/null +++ b/priv/static/icons/journal-text.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal-x.svg b/priv/static/icons/journal-x.svg new file mode 100644 index 0000000..2ca24f4 --- /dev/null +++ b/priv/static/icons/journal-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/journal.svg b/priv/static/icons/journal.svg new file mode 100644 index 0000000..941c987 --- /dev/null +++ b/priv/static/icons/journal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/journals.svg b/priv/static/icons/journals.svg new file mode 100644 index 0000000..03f6dad --- /dev/null +++ b/priv/static/icons/journals.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/joystick.svg b/priv/static/icons/joystick.svg new file mode 100644 index 0000000..a8a9027 --- /dev/null +++ b/priv/static/icons/joystick.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/justify-left.svg b/priv/static/icons/justify-left.svg new file mode 100644 index 0000000..68859b8 --- /dev/null +++ b/priv/static/icons/justify-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/justify-right.svg b/priv/static/icons/justify-right.svg new file mode 100644 index 0000000..1efe4f3 --- /dev/null +++ b/priv/static/icons/justify-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/justify.svg b/priv/static/icons/justify.svg new file mode 100644 index 0000000..009bd72 --- /dev/null +++ b/priv/static/icons/justify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/kanban-fill.svg b/priv/static/icons/kanban-fill.svg new file mode 100644 index 0000000..d633a53 --- /dev/null +++ b/priv/static/icons/kanban-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/kanban.svg b/priv/static/icons/kanban.svg new file mode 100644 index 0000000..c5cdaaf --- /dev/null +++ b/priv/static/icons/kanban.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/key-fill.svg b/priv/static/icons/key-fill.svg new file mode 100644 index 0000000..25a6d45 --- /dev/null +++ b/priv/static/icons/key-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/key.svg b/priv/static/icons/key.svg new file mode 100644 index 0000000..dbaae3f --- /dev/null +++ b/priv/static/icons/key.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/keyboard-fill.svg b/priv/static/icons/keyboard-fill.svg new file mode 100644 index 0000000..876321d --- /dev/null +++ b/priv/static/icons/keyboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/keyboard.svg b/priv/static/icons/keyboard.svg new file mode 100644 index 0000000..996c1eb --- /dev/null +++ b/priv/static/icons/keyboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ladder.svg b/priv/static/icons/ladder.svg new file mode 100644 index 0000000..fd9182a --- /dev/null +++ b/priv/static/icons/ladder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lamp-fill.svg b/priv/static/icons/lamp-fill.svg new file mode 100644 index 0000000..ff91f4b --- /dev/null +++ b/priv/static/icons/lamp-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/lamp.svg b/priv/static/icons/lamp.svg new file mode 100644 index 0000000..6c50a70 --- /dev/null +++ b/priv/static/icons/lamp.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/laptop-fill.svg b/priv/static/icons/laptop-fill.svg new file mode 100644 index 0000000..5b1755d --- /dev/null +++ b/priv/static/icons/laptop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/laptop.svg b/priv/static/icons/laptop.svg new file mode 100644 index 0000000..0fc463d --- /dev/null +++ b/priv/static/icons/laptop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layer-backward.svg b/priv/static/icons/layer-backward.svg new file mode 100644 index 0000000..073034a --- /dev/null +++ b/priv/static/icons/layer-backward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layer-forward.svg b/priv/static/icons/layer-forward.svg new file mode 100644 index 0000000..ffc6e2a --- /dev/null +++ b/priv/static/icons/layer-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layers-fill.svg b/priv/static/icons/layers-fill.svg new file mode 100644 index 0000000..8af0b1c --- /dev/null +++ b/priv/static/icons/layers-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layers-half.svg b/priv/static/icons/layers-half.svg new file mode 100644 index 0000000..a054e25 --- /dev/null +++ b/priv/static/icons/layers-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layers.svg b/priv/static/icons/layers.svg new file mode 100644 index 0000000..ac2f5b2 --- /dev/null +++ b/priv/static/icons/layers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layout-sidebar-inset-reverse.svg b/priv/static/icons/layout-sidebar-inset-reverse.svg new file mode 100644 index 0000000..5b6f324 --- /dev/null +++ b/priv/static/icons/layout-sidebar-inset-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-sidebar-inset.svg b/priv/static/icons/layout-sidebar-inset.svg new file mode 100644 index 0000000..8dc0243 --- /dev/null +++ b/priv/static/icons/layout-sidebar-inset.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-sidebar-reverse.svg b/priv/static/icons/layout-sidebar-reverse.svg new file mode 100644 index 0000000..8ab9509 --- /dev/null +++ b/priv/static/icons/layout-sidebar-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layout-sidebar.svg b/priv/static/icons/layout-sidebar.svg new file mode 100644 index 0000000..1cfc86e --- /dev/null +++ b/priv/static/icons/layout-sidebar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layout-split.svg b/priv/static/icons/layout-split.svg new file mode 100644 index 0000000..71f33d2 --- /dev/null +++ b/priv/static/icons/layout-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layout-text-sidebar-reverse.svg b/priv/static/icons/layout-text-sidebar-reverse.svg new file mode 100644 index 0000000..46252d5 --- /dev/null +++ b/priv/static/icons/layout-text-sidebar-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-text-sidebar.svg b/priv/static/icons/layout-text-sidebar.svg new file mode 100644 index 0000000..5effada --- /dev/null +++ b/priv/static/icons/layout-text-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-text-window-reverse.svg b/priv/static/icons/layout-text-window-reverse.svg new file mode 100644 index 0000000..fb34840 --- /dev/null +++ b/priv/static/icons/layout-text-window-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-text-window.svg b/priv/static/icons/layout-text-window.svg new file mode 100644 index 0000000..0aef110 --- /dev/null +++ b/priv/static/icons/layout-text-window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/layout-three-columns.svg b/priv/static/icons/layout-three-columns.svg new file mode 100644 index 0000000..6d358d6 --- /dev/null +++ b/priv/static/icons/layout-three-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/layout-wtf.svg b/priv/static/icons/layout-wtf.svg new file mode 100644 index 0000000..b603f8f --- /dev/null +++ b/priv/static/icons/layout-wtf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/life-preserver.svg b/priv/static/icons/life-preserver.svg new file mode 100644 index 0000000..6466ea2 --- /dev/null +++ b/priv/static/icons/life-preserver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightbulb-fill.svg b/priv/static/icons/lightbulb-fill.svg new file mode 100644 index 0000000..9903950 --- /dev/null +++ b/priv/static/icons/lightbulb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightbulb-off-fill.svg b/priv/static/icons/lightbulb-off-fill.svg new file mode 100644 index 0000000..7d9600e --- /dev/null +++ b/priv/static/icons/lightbulb-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightbulb-off.svg b/priv/static/icons/lightbulb-off.svg new file mode 100644 index 0000000..5675e9c --- /dev/null +++ b/priv/static/icons/lightbulb-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightbulb.svg b/priv/static/icons/lightbulb.svg new file mode 100644 index 0000000..c13f627 --- /dev/null +++ b/priv/static/icons/lightbulb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightning-charge-fill.svg b/priv/static/icons/lightning-charge-fill.svg new file mode 100644 index 0000000..5e197fb --- /dev/null +++ b/priv/static/icons/lightning-charge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightning-charge.svg b/priv/static/icons/lightning-charge.svg new file mode 100644 index 0000000..8a97432 --- /dev/null +++ b/priv/static/icons/lightning-charge.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightning-fill.svg b/priv/static/icons/lightning-fill.svg new file mode 100644 index 0000000..4d05a2b --- /dev/null +++ b/priv/static/icons/lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lightning.svg b/priv/static/icons/lightning.svg new file mode 100644 index 0000000..8737060 --- /dev/null +++ b/priv/static/icons/lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/line.svg b/priv/static/icons/line.svg new file mode 100644 index 0000000..bedc051 --- /dev/null +++ b/priv/static/icons/line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/link-45deg.svg b/priv/static/icons/link-45deg.svg new file mode 100644 index 0000000..127956a --- /dev/null +++ b/priv/static/icons/link-45deg.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/link.svg b/priv/static/icons/link.svg new file mode 100644 index 0000000..df35bc8 --- /dev/null +++ b/priv/static/icons/link.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/linkedin.svg b/priv/static/icons/linkedin.svg new file mode 100644 index 0000000..4c4efe5 --- /dev/null +++ b/priv/static/icons/linkedin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list-check.svg b/priv/static/icons/list-check.svg new file mode 100644 index 0000000..34dd420 --- /dev/null +++ b/priv/static/icons/list-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list-columns-reverse.svg b/priv/static/icons/list-columns-reverse.svg new file mode 100644 index 0000000..2cb5078 --- /dev/null +++ b/priv/static/icons/list-columns-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list-columns.svg b/priv/static/icons/list-columns.svg new file mode 100644 index 0000000..d04a30f --- /dev/null +++ b/priv/static/icons/list-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list-nested.svg b/priv/static/icons/list-nested.svg new file mode 100644 index 0000000..21c9a7d --- /dev/null +++ b/priv/static/icons/list-nested.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list-ol.svg b/priv/static/icons/list-ol.svg new file mode 100644 index 0000000..5782568 --- /dev/null +++ b/priv/static/icons/list-ol.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/list-stars.svg b/priv/static/icons/list-stars.svg new file mode 100644 index 0000000..88dce52 --- /dev/null +++ b/priv/static/icons/list-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/list-task.svg b/priv/static/icons/list-task.svg new file mode 100644 index 0000000..8118190 --- /dev/null +++ b/priv/static/icons/list-task.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/list-ul.svg b/priv/static/icons/list-ul.svg new file mode 100644 index 0000000..217d153 --- /dev/null +++ b/priv/static/icons/list-ul.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/list.svg b/priv/static/icons/list.svg new file mode 100644 index 0000000..e039056 --- /dev/null +++ b/priv/static/icons/list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lock-fill.svg b/priv/static/icons/lock-fill.svg new file mode 100644 index 0000000..9fb8f7b --- /dev/null +++ b/priv/static/icons/lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lock.svg b/priv/static/icons/lock.svg new file mode 100644 index 0000000..b50a68e --- /dev/null +++ b/priv/static/icons/lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/luggage-fill.svg b/priv/static/icons/luggage-fill.svg new file mode 100644 index 0000000..53851e3 --- /dev/null +++ b/priv/static/icons/luggage-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/luggage.svg b/priv/static/icons/luggage.svg new file mode 100644 index 0000000..e36baa0 --- /dev/null +++ b/priv/static/icons/luggage.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/lungs-fill.svg b/priv/static/icons/lungs-fill.svg new file mode 100644 index 0000000..a3b555d --- /dev/null +++ b/priv/static/icons/lungs-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/lungs.svg b/priv/static/icons/lungs.svg new file mode 100644 index 0000000..5370852 --- /dev/null +++ b/priv/static/icons/lungs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/magic.svg b/priv/static/icons/magic.svg new file mode 100644 index 0000000..3df2ec0 --- /dev/null +++ b/priv/static/icons/magic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/magnet-fill.svg b/priv/static/icons/magnet-fill.svg new file mode 100644 index 0000000..9ca1865 --- /dev/null +++ b/priv/static/icons/magnet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/magnet.svg b/priv/static/icons/magnet.svg new file mode 100644 index 0000000..aab1763 --- /dev/null +++ b/priv/static/icons/magnet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mailbox-flag.svg b/priv/static/icons/mailbox-flag.svg new file mode 100644 index 0000000..6d900e4 --- /dev/null +++ b/priv/static/icons/mailbox-flag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mailbox.svg b/priv/static/icons/mailbox.svg new file mode 100644 index 0000000..e2ac2f9 --- /dev/null +++ b/priv/static/icons/mailbox.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mailbox2-flag.svg b/priv/static/icons/mailbox2-flag.svg new file mode 100644 index 0000000..2a2c74a --- /dev/null +++ b/priv/static/icons/mailbox2-flag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mailbox2.svg b/priv/static/icons/mailbox2.svg new file mode 100644 index 0000000..60a523b --- /dev/null +++ b/priv/static/icons/mailbox2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/map-fill.svg b/priv/static/icons/map-fill.svg new file mode 100644 index 0000000..6097c5f --- /dev/null +++ b/priv/static/icons/map-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/map.svg b/priv/static/icons/map.svg new file mode 100644 index 0000000..f9dbb08 --- /dev/null +++ b/priv/static/icons/map.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/markdown-fill.svg b/priv/static/icons/markdown-fill.svg new file mode 100644 index 0000000..b87e236 --- /dev/null +++ b/priv/static/icons/markdown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/markdown.svg b/priv/static/icons/markdown.svg new file mode 100644 index 0000000..f9933a6 --- /dev/null +++ b/priv/static/icons/markdown.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/marker-tip.svg b/priv/static/icons/marker-tip.svg new file mode 100644 index 0000000..8db939c --- /dev/null +++ b/priv/static/icons/marker-tip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mask.svg b/priv/static/icons/mask.svg new file mode 100644 index 0000000..3bfe141 --- /dev/null +++ b/priv/static/icons/mask.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mastodon.svg b/priv/static/icons/mastodon.svg new file mode 100644 index 0000000..23b34f5 --- /dev/null +++ b/priv/static/icons/mastodon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/medium.svg b/priv/static/icons/medium.svg new file mode 100644 index 0000000..cc46876 --- /dev/null +++ b/priv/static/icons/medium.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/megaphone-fill.svg b/priv/static/icons/megaphone-fill.svg new file mode 100644 index 0000000..237e814 --- /dev/null +++ b/priv/static/icons/megaphone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/megaphone.svg b/priv/static/icons/megaphone.svg new file mode 100644 index 0000000..834083c --- /dev/null +++ b/priv/static/icons/megaphone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/memory.svg b/priv/static/icons/memory.svg new file mode 100644 index 0000000..cdc2943 --- /dev/null +++ b/priv/static/icons/memory.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-app-fill.svg b/priv/static/icons/menu-app-fill.svg new file mode 100644 index 0000000..c41c6fb --- /dev/null +++ b/priv/static/icons/menu-app-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-app.svg b/priv/static/icons/menu-app.svg new file mode 100644 index 0000000..36e57df --- /dev/null +++ b/priv/static/icons/menu-app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-button-fill.svg b/priv/static/icons/menu-button-fill.svg new file mode 100644 index 0000000..034b64d --- /dev/null +++ b/priv/static/icons/menu-button-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-button-wide-fill.svg b/priv/static/icons/menu-button-wide-fill.svg new file mode 100644 index 0000000..d6e17da --- /dev/null +++ b/priv/static/icons/menu-button-wide-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-button-wide.svg b/priv/static/icons/menu-button-wide.svg new file mode 100644 index 0000000..d67ba6a --- /dev/null +++ b/priv/static/icons/menu-button-wide.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/menu-button.svg b/priv/static/icons/menu-button.svg new file mode 100644 index 0000000..4e0fff9 --- /dev/null +++ b/priv/static/icons/menu-button.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/menu-down.svg b/priv/static/icons/menu-down.svg new file mode 100644 index 0000000..b2d84b2 --- /dev/null +++ b/priv/static/icons/menu-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/menu-up.svg b/priv/static/icons/menu-up.svg new file mode 100644 index 0000000..fb35e8d --- /dev/null +++ b/priv/static/icons/menu-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/messenger.svg b/priv/static/icons/messenger.svg new file mode 100644 index 0000000..5c6d37d --- /dev/null +++ b/priv/static/icons/messenger.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/meta.svg b/priv/static/icons/meta.svg new file mode 100644 index 0000000..2c6885d --- /dev/null +++ b/priv/static/icons/meta.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mic-fill.svg b/priv/static/icons/mic-fill.svg new file mode 100644 index 0000000..9be58e9 --- /dev/null +++ b/priv/static/icons/mic-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mic-mute-fill.svg b/priv/static/icons/mic-mute-fill.svg new file mode 100644 index 0000000..cc325a0 --- /dev/null +++ b/priv/static/icons/mic-mute-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mic-mute.svg b/priv/static/icons/mic-mute.svg new file mode 100644 index 0000000..5a520a1 --- /dev/null +++ b/priv/static/icons/mic-mute.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mic.svg b/priv/static/icons/mic.svg new file mode 100644 index 0000000..57be2e5 --- /dev/null +++ b/priv/static/icons/mic.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/microsoft-teams.svg b/priv/static/icons/microsoft-teams.svg new file mode 100644 index 0000000..e0cc253 --- /dev/null +++ b/priv/static/icons/microsoft-teams.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/microsoft.svg b/priv/static/icons/microsoft.svg new file mode 100644 index 0000000..d28281f --- /dev/null +++ b/priv/static/icons/microsoft.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/minecart-loaded.svg b/priv/static/icons/minecart-loaded.svg new file mode 100644 index 0000000..8a75457 --- /dev/null +++ b/priv/static/icons/minecart-loaded.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/minecart.svg b/priv/static/icons/minecart.svg new file mode 100644 index 0000000..7f3ad00 --- /dev/null +++ b/priv/static/icons/minecart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/modem-fill.svg b/priv/static/icons/modem-fill.svg new file mode 100644 index 0000000..1fe97be --- /dev/null +++ b/priv/static/icons/modem-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/modem.svg b/priv/static/icons/modem.svg new file mode 100644 index 0000000..873090d --- /dev/null +++ b/priv/static/icons/modem.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/moisture.svg b/priv/static/icons/moisture.svg new file mode 100644 index 0000000..732f4ac --- /dev/null +++ b/priv/static/icons/moisture.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/moon-fill.svg b/priv/static/icons/moon-fill.svg new file mode 100644 index 0000000..1149676 --- /dev/null +++ b/priv/static/icons/moon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/moon-stars-fill.svg b/priv/static/icons/moon-stars-fill.svg new file mode 100644 index 0000000..d2e1d6e --- /dev/null +++ b/priv/static/icons/moon-stars-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/moon-stars.svg b/priv/static/icons/moon-stars.svg new file mode 100644 index 0000000..b25ef86 --- /dev/null +++ b/priv/static/icons/moon-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/moon.svg b/priv/static/icons/moon.svg new file mode 100644 index 0000000..4cd8820 --- /dev/null +++ b/priv/static/icons/moon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mortarboard-fill.svg b/priv/static/icons/mortarboard-fill.svg new file mode 100644 index 0000000..7f5fb48 --- /dev/null +++ b/priv/static/icons/mortarboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mortarboard.svg b/priv/static/icons/mortarboard.svg new file mode 100644 index 0000000..ed82b6a --- /dev/null +++ b/priv/static/icons/mortarboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/motherboard-fill.svg b/priv/static/icons/motherboard-fill.svg new file mode 100644 index 0000000..bf15e96 --- /dev/null +++ b/priv/static/icons/motherboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/motherboard.svg b/priv/static/icons/motherboard.svg new file mode 100644 index 0000000..ed13d0c --- /dev/null +++ b/priv/static/icons/motherboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/mouse-fill.svg b/priv/static/icons/mouse-fill.svg new file mode 100644 index 0000000..bd0b5eb --- /dev/null +++ b/priv/static/icons/mouse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mouse.svg b/priv/static/icons/mouse.svg new file mode 100644 index 0000000..40976e0 --- /dev/null +++ b/priv/static/icons/mouse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mouse2-fill.svg b/priv/static/icons/mouse2-fill.svg new file mode 100644 index 0000000..283d1cd --- /dev/null +++ b/priv/static/icons/mouse2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mouse2.svg b/priv/static/icons/mouse2.svg new file mode 100644 index 0000000..359da4d --- /dev/null +++ b/priv/static/icons/mouse2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mouse3-fill.svg b/priv/static/icons/mouse3-fill.svg new file mode 100644 index 0000000..de6dbc7 --- /dev/null +++ b/priv/static/icons/mouse3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/mouse3.svg b/priv/static/icons/mouse3.svg new file mode 100644 index 0000000..d042bfd --- /dev/null +++ b/priv/static/icons/mouse3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/music-note-beamed.svg b/priv/static/icons/music-note-beamed.svg new file mode 100644 index 0000000..04cedf0 --- /dev/null +++ b/priv/static/icons/music-note-beamed.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/music-note-list.svg b/priv/static/icons/music-note-list.svg new file mode 100644 index 0000000..5c306bd --- /dev/null +++ b/priv/static/icons/music-note-list.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/music-note.svg b/priv/static/icons/music-note.svg new file mode 100644 index 0000000..1125a66 --- /dev/null +++ b/priv/static/icons/music-note.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/music-player-fill.svg b/priv/static/icons/music-player-fill.svg new file mode 100644 index 0000000..6619d1e --- /dev/null +++ b/priv/static/icons/music-player-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/music-player.svg b/priv/static/icons/music-player.svg new file mode 100644 index 0000000..2d50a63 --- /dev/null +++ b/priv/static/icons/music-player.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/newspaper.svg b/priv/static/icons/newspaper.svg new file mode 100644 index 0000000..7d7fa71 --- /dev/null +++ b/priv/static/icons/newspaper.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/nintendo-switch.svg b/priv/static/icons/nintendo-switch.svg new file mode 100644 index 0000000..0f1e2ac --- /dev/null +++ b/priv/static/icons/nintendo-switch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/node-minus-fill.svg b/priv/static/icons/node-minus-fill.svg new file mode 100644 index 0000000..32430b9 --- /dev/null +++ b/priv/static/icons/node-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/node-minus.svg b/priv/static/icons/node-minus.svg new file mode 100644 index 0000000..b1accd4 --- /dev/null +++ b/priv/static/icons/node-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/node-plus-fill.svg b/priv/static/icons/node-plus-fill.svg new file mode 100644 index 0000000..e5ee855 --- /dev/null +++ b/priv/static/icons/node-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/node-plus.svg b/priv/static/icons/node-plus.svg new file mode 100644 index 0000000..085f04f --- /dev/null +++ b/priv/static/icons/node-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/noise-reduction.svg b/priv/static/icons/noise-reduction.svg new file mode 100644 index 0000000..8c22253 --- /dev/null +++ b/priv/static/icons/noise-reduction.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/nut-fill.svg b/priv/static/icons/nut-fill.svg new file mode 100644 index 0000000..4babc03 --- /dev/null +++ b/priv/static/icons/nut-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/nut.svg b/priv/static/icons/nut.svg new file mode 100644 index 0000000..4912d48 --- /dev/null +++ b/priv/static/icons/nut.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/nvidia.svg b/priv/static/icons/nvidia.svg new file mode 100644 index 0000000..6492046 --- /dev/null +++ b/priv/static/icons/nvidia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/nvme-fill.svg b/priv/static/icons/nvme-fill.svg new file mode 100644 index 0000000..2f3b4a1 --- /dev/null +++ b/priv/static/icons/nvme-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/nvme.svg b/priv/static/icons/nvme.svg new file mode 100644 index 0000000..792bafe --- /dev/null +++ b/priv/static/icons/nvme.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/octagon-fill.svg b/priv/static/icons/octagon-fill.svg new file mode 100644 index 0000000..c128317 --- /dev/null +++ b/priv/static/icons/octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/octagon-half.svg b/priv/static/icons/octagon-half.svg new file mode 100644 index 0000000..d95240a --- /dev/null +++ b/priv/static/icons/octagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/octagon.svg b/priv/static/icons/octagon.svg new file mode 100644 index 0000000..9f3657e --- /dev/null +++ b/priv/static/icons/octagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/opencollective.svg b/priv/static/icons/opencollective.svg new file mode 100644 index 0000000..cbd720f --- /dev/null +++ b/priv/static/icons/opencollective.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/optical-audio-fill.svg b/priv/static/icons/optical-audio-fill.svg new file mode 100644 index 0000000..5bdfd82 --- /dev/null +++ b/priv/static/icons/optical-audio-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/optical-audio.svg b/priv/static/icons/optical-audio.svg new file mode 100644 index 0000000..7a38b83 --- /dev/null +++ b/priv/static/icons/optical-audio.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/option.svg b/priv/static/icons/option.svg new file mode 100644 index 0000000..d7702b1 --- /dev/null +++ b/priv/static/icons/option.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/outlet.svg b/priv/static/icons/outlet.svg new file mode 100644 index 0000000..b48af60 --- /dev/null +++ b/priv/static/icons/outlet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/p-circle-fill.svg b/priv/static/icons/p-circle-fill.svg new file mode 100644 index 0000000..ea54307 --- /dev/null +++ b/priv/static/icons/p-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/p-circle.svg b/priv/static/icons/p-circle.svg new file mode 100644 index 0000000..888a1fa --- /dev/null +++ b/priv/static/icons/p-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/p-square-fill.svg b/priv/static/icons/p-square-fill.svg new file mode 100644 index 0000000..ad3caa2 --- /dev/null +++ b/priv/static/icons/p-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/p-square.svg b/priv/static/icons/p-square.svg new file mode 100644 index 0000000..ad630d0 --- /dev/null +++ b/priv/static/icons/p-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/paint-bucket.svg b/priv/static/icons/paint-bucket.svg new file mode 100644 index 0000000..ee15d10 --- /dev/null +++ b/priv/static/icons/paint-bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/palette-fill.svg b/priv/static/icons/palette-fill.svg new file mode 100644 index 0000000..7dc5ecd --- /dev/null +++ b/priv/static/icons/palette-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/palette.svg b/priv/static/icons/palette.svg new file mode 100644 index 0000000..fea76d9 --- /dev/null +++ b/priv/static/icons/palette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/palette2.svg b/priv/static/icons/palette2.svg new file mode 100644 index 0000000..5d140b3 --- /dev/null +++ b/priv/static/icons/palette2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/paperclip.svg b/priv/static/icons/paperclip.svg new file mode 100644 index 0000000..00f311d --- /dev/null +++ b/priv/static/icons/paperclip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/paragraph.svg b/priv/static/icons/paragraph.svg new file mode 100644 index 0000000..999cb53 --- /dev/null +++ b/priv/static/icons/paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pass-fill.svg b/priv/static/icons/pass-fill.svg new file mode 100644 index 0000000..a5715df --- /dev/null +++ b/priv/static/icons/pass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pass.svg b/priv/static/icons/pass.svg new file mode 100644 index 0000000..3f51eb5 --- /dev/null +++ b/priv/static/icons/pass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/passport-fill.svg b/priv/static/icons/passport-fill.svg new file mode 100644 index 0000000..f5ab5dd --- /dev/null +++ b/priv/static/icons/passport-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/passport.svg b/priv/static/icons/passport.svg new file mode 100644 index 0000000..9ecdaa3 --- /dev/null +++ b/priv/static/icons/passport.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/patch-check-fill.svg b/priv/static/icons/patch-check-fill.svg new file mode 100644 index 0000000..1301415 --- /dev/null +++ b/priv/static/icons/patch-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/patch-check.svg b/priv/static/icons/patch-check.svg new file mode 100644 index 0000000..2dd799e --- /dev/null +++ b/priv/static/icons/patch-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/patch-exclamation-fill.svg b/priv/static/icons/patch-exclamation-fill.svg new file mode 100644 index 0000000..fd900c4 --- /dev/null +++ b/priv/static/icons/patch-exclamation-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/patch-exclamation.svg b/priv/static/icons/patch-exclamation.svg new file mode 100644 index 0000000..153d97d --- /dev/null +++ b/priv/static/icons/patch-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/patch-minus-fill.svg b/priv/static/icons/patch-minus-fill.svg new file mode 100644 index 0000000..12f35c2 --- /dev/null +++ b/priv/static/icons/patch-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/patch-minus.svg b/priv/static/icons/patch-minus.svg new file mode 100644 index 0000000..f6024f9 --- /dev/null +++ b/priv/static/icons/patch-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/patch-plus-fill.svg b/priv/static/icons/patch-plus-fill.svg new file mode 100644 index 0000000..1a79d79 --- /dev/null +++ b/priv/static/icons/patch-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/patch-plus.svg b/priv/static/icons/patch-plus.svg new file mode 100644 index 0000000..b9a7846 --- /dev/null +++ b/priv/static/icons/patch-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/patch-question-fill.svg b/priv/static/icons/patch-question-fill.svg new file mode 100644 index 0000000..665588b --- /dev/null +++ b/priv/static/icons/patch-question-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/patch-question.svg b/priv/static/icons/patch-question.svg new file mode 100644 index 0000000..ef4ca58 --- /dev/null +++ b/priv/static/icons/patch-question.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/pause-btn-fill.svg b/priv/static/icons/pause-btn-fill.svg new file mode 100644 index 0000000..efca142 --- /dev/null +++ b/priv/static/icons/pause-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pause-btn.svg b/priv/static/icons/pause-btn.svg new file mode 100644 index 0000000..0e9eb3a --- /dev/null +++ b/priv/static/icons/pause-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pause-circle-fill.svg b/priv/static/icons/pause-circle-fill.svg new file mode 100644 index 0000000..5e3525f --- /dev/null +++ b/priv/static/icons/pause-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pause-circle.svg b/priv/static/icons/pause-circle.svg new file mode 100644 index 0000000..1b6b64a --- /dev/null +++ b/priv/static/icons/pause-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pause-fill.svg b/priv/static/icons/pause-fill.svg new file mode 100644 index 0000000..68285b2 --- /dev/null +++ b/priv/static/icons/pause-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pause.svg b/priv/static/icons/pause.svg new file mode 100644 index 0000000..22478ea --- /dev/null +++ b/priv/static/icons/pause.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/paypal.svg b/priv/static/icons/paypal.svg new file mode 100644 index 0000000..41bd536 --- /dev/null +++ b/priv/static/icons/paypal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pc-display-horizontal.svg b/priv/static/icons/pc-display-horizontal.svg new file mode 100644 index 0000000..2013f15 --- /dev/null +++ b/priv/static/icons/pc-display-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pc-display.svg b/priv/static/icons/pc-display.svg new file mode 100644 index 0000000..f5d09da --- /dev/null +++ b/priv/static/icons/pc-display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pc-horizontal.svg b/priv/static/icons/pc-horizontal.svg new file mode 100644 index 0000000..9ae513a --- /dev/null +++ b/priv/static/icons/pc-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pc.svg b/priv/static/icons/pc.svg new file mode 100644 index 0000000..f0f280d --- /dev/null +++ b/priv/static/icons/pc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pci-card-network.svg b/priv/static/icons/pci-card-network.svg new file mode 100644 index 0000000..183c730 --- /dev/null +++ b/priv/static/icons/pci-card-network.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/pci-card-sound.svg b/priv/static/icons/pci-card-sound.svg new file mode 100644 index 0000000..eaf0aba --- /dev/null +++ b/priv/static/icons/pci-card-sound.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/pci-card.svg b/priv/static/icons/pci-card.svg new file mode 100644 index 0000000..600a5d0 --- /dev/null +++ b/priv/static/icons/pci-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/peace-fill.svg b/priv/static/icons/peace-fill.svg new file mode 100644 index 0000000..c8ed5bd --- /dev/null +++ b/priv/static/icons/peace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/peace.svg b/priv/static/icons/peace.svg new file mode 100644 index 0000000..3e4420b --- /dev/null +++ b/priv/static/icons/peace.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pen-fill.svg b/priv/static/icons/pen-fill.svg new file mode 100644 index 0000000..b7bb337 --- /dev/null +++ b/priv/static/icons/pen-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pen.svg b/priv/static/icons/pen.svg new file mode 100644 index 0000000..8eb3be7 --- /dev/null +++ b/priv/static/icons/pen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pencil-fill.svg b/priv/static/icons/pencil-fill.svg new file mode 100644 index 0000000..59d2830 --- /dev/null +++ b/priv/static/icons/pencil-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pencil-square.svg b/priv/static/icons/pencil-square.svg new file mode 100644 index 0000000..b8c90d5 --- /dev/null +++ b/priv/static/icons/pencil-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pencil.svg b/priv/static/icons/pencil.svg new file mode 100644 index 0000000..f8dbfeb --- /dev/null +++ b/priv/static/icons/pencil.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pentagon-fill.svg b/priv/static/icons/pentagon-fill.svg new file mode 100644 index 0000000..9c80789 --- /dev/null +++ b/priv/static/icons/pentagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pentagon-half.svg b/priv/static/icons/pentagon-half.svg new file mode 100644 index 0000000..305125c --- /dev/null +++ b/priv/static/icons/pentagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pentagon.svg b/priv/static/icons/pentagon.svg new file mode 100644 index 0000000..b6f5fe3 --- /dev/null +++ b/priv/static/icons/pentagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/people-fill.svg b/priv/static/icons/people-fill.svg new file mode 100644 index 0000000..81d5a8e --- /dev/null +++ b/priv/static/icons/people-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/people.svg b/priv/static/icons/people.svg new file mode 100644 index 0000000..29dfc5b --- /dev/null +++ b/priv/static/icons/people.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/percent.svg b/priv/static/icons/percent.svg new file mode 100644 index 0000000..8af2bc4 --- /dev/null +++ b/priv/static/icons/percent.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-add.svg b/priv/static/icons/person-add.svg new file mode 100644 index 0000000..cd9f071 --- /dev/null +++ b/priv/static/icons/person-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-arms-up.svg b/priv/static/icons/person-arms-up.svg new file mode 100644 index 0000000..36c2b82 --- /dev/null +++ b/priv/static/icons/person-arms-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-badge-fill.svg b/priv/static/icons/person-badge-fill.svg new file mode 100644 index 0000000..d9ebe67 --- /dev/null +++ b/priv/static/icons/person-badge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-badge.svg b/priv/static/icons/person-badge.svg new file mode 100644 index 0000000..d071d44 --- /dev/null +++ b/priv/static/icons/person-badge.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-bounding-box.svg b/priv/static/icons/person-bounding-box.svg new file mode 100644 index 0000000..92e662c --- /dev/null +++ b/priv/static/icons/person-bounding-box.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-check-fill.svg b/priv/static/icons/person-check-fill.svg new file mode 100644 index 0000000..872497a --- /dev/null +++ b/priv/static/icons/person-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-check.svg b/priv/static/icons/person-check.svg new file mode 100644 index 0000000..85f6ada --- /dev/null +++ b/priv/static/icons/person-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-circle.svg b/priv/static/icons/person-circle.svg new file mode 100644 index 0000000..fd7f2c9 --- /dev/null +++ b/priv/static/icons/person-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-dash-fill.svg b/priv/static/icons/person-dash-fill.svg new file mode 100644 index 0000000..fd719f2 --- /dev/null +++ b/priv/static/icons/person-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-dash.svg b/priv/static/icons/person-dash.svg new file mode 100644 index 0000000..b374ee0 --- /dev/null +++ b/priv/static/icons/person-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-down.svg b/priv/static/icons/person-down.svg new file mode 100644 index 0000000..00489b9 --- /dev/null +++ b/priv/static/icons/person-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-exclamation.svg b/priv/static/icons/person-exclamation.svg new file mode 100644 index 0000000..ceb698a --- /dev/null +++ b/priv/static/icons/person-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-add.svg b/priv/static/icons/person-fill-add.svg new file mode 100644 index 0000000..4383a85 --- /dev/null +++ b/priv/static/icons/person-fill-add.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-check.svg b/priv/static/icons/person-fill-check.svg new file mode 100644 index 0000000..0bb8ee4 --- /dev/null +++ b/priv/static/icons/person-fill-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-dash.svg b/priv/static/icons/person-fill-dash.svg new file mode 100644 index 0000000..d2cdec5 --- /dev/null +++ b/priv/static/icons/person-fill-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-down.svg b/priv/static/icons/person-fill-down.svg new file mode 100644 index 0000000..a1cfcdc --- /dev/null +++ b/priv/static/icons/person-fill-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-exclamation.svg b/priv/static/icons/person-fill-exclamation.svg new file mode 100644 index 0000000..59cfd6f --- /dev/null +++ b/priv/static/icons/person-fill-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-gear.svg b/priv/static/icons/person-fill-gear.svg new file mode 100644 index 0000000..f91006b --- /dev/null +++ b/priv/static/icons/person-fill-gear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-lock.svg b/priv/static/icons/person-fill-lock.svg new file mode 100644 index 0000000..8af5ee1 --- /dev/null +++ b/priv/static/icons/person-fill-lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-slash.svg b/priv/static/icons/person-fill-slash.svg new file mode 100644 index 0000000..ede8fa4 --- /dev/null +++ b/priv/static/icons/person-fill-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-up.svg b/priv/static/icons/person-fill-up.svg new file mode 100644 index 0000000..be73bf2 --- /dev/null +++ b/priv/static/icons/person-fill-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill-x.svg b/priv/static/icons/person-fill-x.svg new file mode 100644 index 0000000..959fcee --- /dev/null +++ b/priv/static/icons/person-fill-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-fill.svg b/priv/static/icons/person-fill.svg new file mode 100644 index 0000000..5e71aca --- /dev/null +++ b/priv/static/icons/person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-gear.svg b/priv/static/icons/person-gear.svg new file mode 100644 index 0000000..8024d86 --- /dev/null +++ b/priv/static/icons/person-gear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-heart.svg b/priv/static/icons/person-heart.svg new file mode 100644 index 0000000..e9ebbf4 --- /dev/null +++ b/priv/static/icons/person-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-hearts.svg b/priv/static/icons/person-hearts.svg new file mode 100644 index 0000000..06970be --- /dev/null +++ b/priv/static/icons/person-hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-lines-fill.svg b/priv/static/icons/person-lines-fill.svg new file mode 100644 index 0000000..736421c --- /dev/null +++ b/priv/static/icons/person-lines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-lock.svg b/priv/static/icons/person-lock.svg new file mode 100644 index 0000000..1c20dc7 --- /dev/null +++ b/priv/static/icons/person-lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-plus-fill.svg b/priv/static/icons/person-plus-fill.svg new file mode 100644 index 0000000..151ccfe --- /dev/null +++ b/priv/static/icons/person-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-plus.svg b/priv/static/icons/person-plus.svg new file mode 100644 index 0000000..aac3a67 --- /dev/null +++ b/priv/static/icons/person-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-raised-hand.svg b/priv/static/icons/person-raised-hand.svg new file mode 100644 index 0000000..8594c33 --- /dev/null +++ b/priv/static/icons/person-raised-hand.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-rolodex.svg b/priv/static/icons/person-rolodex.svg new file mode 100644 index 0000000..af898ca --- /dev/null +++ b/priv/static/icons/person-rolodex.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-slash.svg b/priv/static/icons/person-slash.svg new file mode 100644 index 0000000..7316d7e --- /dev/null +++ b/priv/static/icons/person-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-square.svg b/priv/static/icons/person-square.svg new file mode 100644 index 0000000..a7eb40e --- /dev/null +++ b/priv/static/icons/person-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-standing-dress.svg b/priv/static/icons/person-standing-dress.svg new file mode 100644 index 0000000..9339d5b --- /dev/null +++ b/priv/static/icons/person-standing-dress.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-standing.svg b/priv/static/icons/person-standing.svg new file mode 100644 index 0000000..f2bea96 --- /dev/null +++ b/priv/static/icons/person-standing.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-up.svg b/priv/static/icons/person-up.svg new file mode 100644 index 0000000..5ec777d --- /dev/null +++ b/priv/static/icons/person-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-vcard-fill.svg b/priv/static/icons/person-vcard-fill.svg new file mode 100644 index 0000000..f40d108 --- /dev/null +++ b/priv/static/icons/person-vcard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-vcard.svg b/priv/static/icons/person-vcard.svg new file mode 100644 index 0000000..3b87158 --- /dev/null +++ b/priv/static/icons/person-vcard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-video.svg b/priv/static/icons/person-video.svg new file mode 100644 index 0000000..b8c1995 --- /dev/null +++ b/priv/static/icons/person-video.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-video2.svg b/priv/static/icons/person-video2.svg new file mode 100644 index 0000000..3f4292e --- /dev/null +++ b/priv/static/icons/person-video2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-video3.svg b/priv/static/icons/person-video3.svg new file mode 100644 index 0000000..be38b24 --- /dev/null +++ b/priv/static/icons/person-video3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-walking.svg b/priv/static/icons/person-walking.svg new file mode 100644 index 0000000..4c2c118 --- /dev/null +++ b/priv/static/icons/person-walking.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-wheelchair.svg b/priv/static/icons/person-wheelchair.svg new file mode 100644 index 0000000..55783d3 --- /dev/null +++ b/priv/static/icons/person-wheelchair.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-workspace.svg b/priv/static/icons/person-workspace.svg new file mode 100644 index 0000000..e72bea0 --- /dev/null +++ b/priv/static/icons/person-workspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person-x-fill.svg b/priv/static/icons/person-x-fill.svg new file mode 100644 index 0000000..d4903a6 --- /dev/null +++ b/priv/static/icons/person-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/person-x.svg b/priv/static/icons/person-x.svg new file mode 100644 index 0000000..129660d --- /dev/null +++ b/priv/static/icons/person-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/person.svg b/priv/static/icons/person.svg new file mode 100644 index 0000000..18d6411 --- /dev/null +++ b/priv/static/icons/person.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/phone-fill.svg b/priv/static/icons/phone-fill.svg new file mode 100644 index 0000000..a2dfd03 --- /dev/null +++ b/priv/static/icons/phone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/phone-flip.svg b/priv/static/icons/phone-flip.svg new file mode 100644 index 0000000..54e2d26 --- /dev/null +++ b/priv/static/icons/phone-flip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/phone-landscape-fill.svg b/priv/static/icons/phone-landscape-fill.svg new file mode 100644 index 0000000..295481c --- /dev/null +++ b/priv/static/icons/phone-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/phone-landscape.svg b/priv/static/icons/phone-landscape.svg new file mode 100644 index 0000000..65cd273 --- /dev/null +++ b/priv/static/icons/phone-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/phone-vibrate-fill.svg b/priv/static/icons/phone-vibrate-fill.svg new file mode 100644 index 0000000..6e61ecc --- /dev/null +++ b/priv/static/icons/phone-vibrate-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/phone-vibrate.svg b/priv/static/icons/phone-vibrate.svg new file mode 100644 index 0000000..f380cab --- /dev/null +++ b/priv/static/icons/phone-vibrate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/phone.svg b/priv/static/icons/phone.svg new file mode 100644 index 0000000..3f3fd74 --- /dev/null +++ b/priv/static/icons/phone.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pie-chart-fill.svg b/priv/static/icons/pie-chart-fill.svg new file mode 100644 index 0000000..6aa71eb --- /dev/null +++ b/priv/static/icons/pie-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pie-chart.svg b/priv/static/icons/pie-chart.svg new file mode 100644 index 0000000..a20f6a7 --- /dev/null +++ b/priv/static/icons/pie-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/piggy-bank-fill.svg b/priv/static/icons/piggy-bank-fill.svg new file mode 100644 index 0000000..b44f35d --- /dev/null +++ b/priv/static/icons/piggy-bank-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/piggy-bank.svg b/priv/static/icons/piggy-bank.svg new file mode 100644 index 0000000..1d836ce --- /dev/null +++ b/priv/static/icons/piggy-bank.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pin-angle-fill.svg b/priv/static/icons/pin-angle-fill.svg new file mode 100644 index 0000000..3112c0b --- /dev/null +++ b/priv/static/icons/pin-angle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pin-angle.svg b/priv/static/icons/pin-angle.svg new file mode 100644 index 0000000..a07b038 --- /dev/null +++ b/priv/static/icons/pin-angle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pin-fill.svg b/priv/static/icons/pin-fill.svg new file mode 100644 index 0000000..f00b790 --- /dev/null +++ b/priv/static/icons/pin-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pin-map-fill.svg b/priv/static/icons/pin-map-fill.svg new file mode 100644 index 0000000..b8c8502 --- /dev/null +++ b/priv/static/icons/pin-map-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pin-map.svg b/priv/static/icons/pin-map.svg new file mode 100644 index 0000000..f04129a --- /dev/null +++ b/priv/static/icons/pin-map.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/pin.svg b/priv/static/icons/pin.svg new file mode 100644 index 0000000..45fd7de --- /dev/null +++ b/priv/static/icons/pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pinterest.svg b/priv/static/icons/pinterest.svg new file mode 100644 index 0000000..b4fbc23 --- /dev/null +++ b/priv/static/icons/pinterest.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pip-fill.svg b/priv/static/icons/pip-fill.svg new file mode 100644 index 0000000..1869f78 --- /dev/null +++ b/priv/static/icons/pip-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/pip.svg b/priv/static/icons/pip.svg new file mode 100644 index 0000000..58f0638 --- /dev/null +++ b/priv/static/icons/pip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/play-btn-fill.svg b/priv/static/icons/play-btn-fill.svg new file mode 100644 index 0000000..18b9167 --- /dev/null +++ b/priv/static/icons/play-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/play-btn.svg b/priv/static/icons/play-btn.svg new file mode 100644 index 0000000..576e30b --- /dev/null +++ b/priv/static/icons/play-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/play-circle-fill.svg b/priv/static/icons/play-circle-fill.svg new file mode 100644 index 0000000..511ef37 --- /dev/null +++ b/priv/static/icons/play-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/play-circle.svg b/priv/static/icons/play-circle.svg new file mode 100644 index 0000000..c93144a --- /dev/null +++ b/priv/static/icons/play-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/play-fill.svg b/priv/static/icons/play-fill.svg new file mode 100644 index 0000000..28f2e67 --- /dev/null +++ b/priv/static/icons/play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/play.svg b/priv/static/icons/play.svg new file mode 100644 index 0000000..b3fd3dc --- /dev/null +++ b/priv/static/icons/play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/playstation.svg b/priv/static/icons/playstation.svg new file mode 100644 index 0000000..f8ce05b --- /dev/null +++ b/priv/static/icons/playstation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plug-fill.svg b/priv/static/icons/plug-fill.svg new file mode 100644 index 0000000..d15b8e6 --- /dev/null +++ b/priv/static/icons/plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plug.svg b/priv/static/icons/plug.svg new file mode 100644 index 0000000..c5e6688 --- /dev/null +++ b/priv/static/icons/plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plugin.svg b/priv/static/icons/plugin.svg new file mode 100644 index 0000000..3f179a3 --- /dev/null +++ b/priv/static/icons/plugin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-circle-dotted.svg b/priv/static/icons/plus-circle-dotted.svg new file mode 100644 index 0000000..c69316e --- /dev/null +++ b/priv/static/icons/plus-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-circle-fill.svg b/priv/static/icons/plus-circle-fill.svg new file mode 100644 index 0000000..f320116 --- /dev/null +++ b/priv/static/icons/plus-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-circle.svg b/priv/static/icons/plus-circle.svg new file mode 100644 index 0000000..66308ef --- /dev/null +++ b/priv/static/icons/plus-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/plus-lg.svg b/priv/static/icons/plus-lg.svg new file mode 100644 index 0000000..f821cc3 --- /dev/null +++ b/priv/static/icons/plus-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-slash-minus.svg b/priv/static/icons/plus-slash-minus.svg new file mode 100644 index 0000000..44a8e0e --- /dev/null +++ b/priv/static/icons/plus-slash-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-square-dotted.svg b/priv/static/icons/plus-square-dotted.svg new file mode 100644 index 0000000..4ae7ad6 --- /dev/null +++ b/priv/static/icons/plus-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-square-fill.svg b/priv/static/icons/plus-square-fill.svg new file mode 100644 index 0000000..0d5e15c --- /dev/null +++ b/priv/static/icons/plus-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/plus-square.svg b/priv/static/icons/plus-square.svg new file mode 100644 index 0000000..15c4c44 --- /dev/null +++ b/priv/static/icons/plus-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/plus.svg b/priv/static/icons/plus.svg new file mode 100644 index 0000000..5b088c0 --- /dev/null +++ b/priv/static/icons/plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/postage-fill.svg b/priv/static/icons/postage-fill.svg new file mode 100644 index 0000000..701a1c6 --- /dev/null +++ b/priv/static/icons/postage-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postage-heart-fill.svg b/priv/static/icons/postage-heart-fill.svg new file mode 100644 index 0000000..a268901 --- /dev/null +++ b/priv/static/icons/postage-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postage-heart.svg b/priv/static/icons/postage-heart.svg new file mode 100644 index 0000000..4d22b18 --- /dev/null +++ b/priv/static/icons/postage-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postage.svg b/priv/static/icons/postage.svg new file mode 100644 index 0000000..cc49c70 --- /dev/null +++ b/priv/static/icons/postage.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postcard-fill.svg b/priv/static/icons/postcard-fill.svg new file mode 100644 index 0000000..01b54dd --- /dev/null +++ b/priv/static/icons/postcard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postcard-heart-fill.svg b/priv/static/icons/postcard-heart-fill.svg new file mode 100644 index 0000000..590cac9 --- /dev/null +++ b/priv/static/icons/postcard-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/postcard-heart.svg b/priv/static/icons/postcard-heart.svg new file mode 100644 index 0000000..e0f2f05 --- /dev/null +++ b/priv/static/icons/postcard-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/postcard.svg b/priv/static/icons/postcard.svg new file mode 100644 index 0000000..827180e --- /dev/null +++ b/priv/static/icons/postcard.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/power.svg b/priv/static/icons/power.svg new file mode 100644 index 0000000..6fb9756 --- /dev/null +++ b/priv/static/icons/power.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/prescription.svg b/priv/static/icons/prescription.svg new file mode 100644 index 0000000..263433a --- /dev/null +++ b/priv/static/icons/prescription.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/prescription2.svg b/priv/static/icons/prescription2.svg new file mode 100644 index 0000000..fbe2f91 --- /dev/null +++ b/priv/static/icons/prescription2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/printer-fill.svg b/priv/static/icons/printer-fill.svg new file mode 100644 index 0000000..485d987 --- /dev/null +++ b/priv/static/icons/printer-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/printer.svg b/priv/static/icons/printer.svg new file mode 100644 index 0000000..60196bc --- /dev/null +++ b/priv/static/icons/printer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/projector-fill.svg b/priv/static/icons/projector-fill.svg new file mode 100644 index 0000000..ff6a341 --- /dev/null +++ b/priv/static/icons/projector-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/projector.svg b/priv/static/icons/projector.svg new file mode 100644 index 0000000..218c6a5 --- /dev/null +++ b/priv/static/icons/projector.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/puzzle-fill.svg b/priv/static/icons/puzzle-fill.svg new file mode 100644 index 0000000..e9bbfae --- /dev/null +++ b/priv/static/icons/puzzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/puzzle.svg b/priv/static/icons/puzzle.svg new file mode 100644 index 0000000..c9b07a2 --- /dev/null +++ b/priv/static/icons/puzzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/qr-code-scan.svg b/priv/static/icons/qr-code-scan.svg new file mode 100644 index 0000000..7eb599e --- /dev/null +++ b/priv/static/icons/qr-code-scan.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/priv/static/icons/qr-code.svg b/priv/static/icons/qr-code.svg new file mode 100644 index 0000000..bf5570d --- /dev/null +++ b/priv/static/icons/qr-code.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/priv/static/icons/question-circle-fill.svg b/priv/static/icons/question-circle-fill.svg new file mode 100644 index 0000000..d8e5e06 --- /dev/null +++ b/priv/static/icons/question-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/question-circle.svg b/priv/static/icons/question-circle.svg new file mode 100644 index 0000000..1c8cbe7 --- /dev/null +++ b/priv/static/icons/question-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/question-diamond-fill.svg b/priv/static/icons/question-diamond-fill.svg new file mode 100644 index 0000000..a86583b --- /dev/null +++ b/priv/static/icons/question-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/question-diamond.svg b/priv/static/icons/question-diamond.svg new file mode 100644 index 0000000..a7d8233 --- /dev/null +++ b/priv/static/icons/question-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/question-lg.svg b/priv/static/icons/question-lg.svg new file mode 100644 index 0000000..fa3452e --- /dev/null +++ b/priv/static/icons/question-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/question-octagon-fill.svg b/priv/static/icons/question-octagon-fill.svg new file mode 100644 index 0000000..2ff954e --- /dev/null +++ b/priv/static/icons/question-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/question-octagon.svg b/priv/static/icons/question-octagon.svg new file mode 100644 index 0000000..02e8ffe --- /dev/null +++ b/priv/static/icons/question-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/question-square-fill.svg b/priv/static/icons/question-square-fill.svg new file mode 100644 index 0000000..dd72410 --- /dev/null +++ b/priv/static/icons/question-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/question-square.svg b/priv/static/icons/question-square.svg new file mode 100644 index 0000000..d0a56ff --- /dev/null +++ b/priv/static/icons/question-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/question.svg b/priv/static/icons/question.svg new file mode 100644 index 0000000..05abe29 --- /dev/null +++ b/priv/static/icons/question.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/quora.svg b/priv/static/icons/quora.svg new file mode 100644 index 0000000..e90e571 --- /dev/null +++ b/priv/static/icons/quora.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/quote.svg b/priv/static/icons/quote.svg new file mode 100644 index 0000000..03b45bf --- /dev/null +++ b/priv/static/icons/quote.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/r-circle-fill.svg b/priv/static/icons/r-circle-fill.svg new file mode 100644 index 0000000..c2386c3 --- /dev/null +++ b/priv/static/icons/r-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/r-circle.svg b/priv/static/icons/r-circle.svg new file mode 100644 index 0000000..ab5c574 --- /dev/null +++ b/priv/static/icons/r-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/r-square-fill.svg b/priv/static/icons/r-square-fill.svg new file mode 100644 index 0000000..e039b8a --- /dev/null +++ b/priv/static/icons/r-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/r-square.svg b/priv/static/icons/r-square.svg new file mode 100644 index 0000000..37ddc6a --- /dev/null +++ b/priv/static/icons/r-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/radar.svg b/priv/static/icons/radar.svg new file mode 100644 index 0000000..0b575fe --- /dev/null +++ b/priv/static/icons/radar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/radioactive.svg b/priv/static/icons/radioactive.svg new file mode 100644 index 0000000..1b1072f --- /dev/null +++ b/priv/static/icons/radioactive.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rainbow.svg b/priv/static/icons/rainbow.svg new file mode 100644 index 0000000..8e8aea7 --- /dev/null +++ b/priv/static/icons/rainbow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/receipt-cutoff.svg b/priv/static/icons/receipt-cutoff.svg new file mode 100644 index 0000000..27be3c0 --- /dev/null +++ b/priv/static/icons/receipt-cutoff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/receipt.svg b/priv/static/icons/receipt.svg new file mode 100644 index 0000000..9ea7283 --- /dev/null +++ b/priv/static/icons/receipt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/reception-0.svg b/priv/static/icons/reception-0.svg new file mode 100644 index 0000000..885bf3b --- /dev/null +++ b/priv/static/icons/reception-0.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reception-1.svg b/priv/static/icons/reception-1.svg new file mode 100644 index 0000000..3deafb6 --- /dev/null +++ b/priv/static/icons/reception-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reception-2.svg b/priv/static/icons/reception-2.svg new file mode 100644 index 0000000..7dca57a --- /dev/null +++ b/priv/static/icons/reception-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reception-3.svg b/priv/static/icons/reception-3.svg new file mode 100644 index 0000000..b30d5fb --- /dev/null +++ b/priv/static/icons/reception-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reception-4.svg b/priv/static/icons/reception-4.svg new file mode 100644 index 0000000..611bdf1 --- /dev/null +++ b/priv/static/icons/reception-4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/record-btn-fill.svg b/priv/static/icons/record-btn-fill.svg new file mode 100644 index 0000000..caa3ea1 --- /dev/null +++ b/priv/static/icons/record-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/record-btn.svg b/priv/static/icons/record-btn.svg new file mode 100644 index 0000000..4fd261c --- /dev/null +++ b/priv/static/icons/record-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/record-circle-fill.svg b/priv/static/icons/record-circle-fill.svg new file mode 100644 index 0000000..2c2429a --- /dev/null +++ b/priv/static/icons/record-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/record-circle.svg b/priv/static/icons/record-circle.svg new file mode 100644 index 0000000..d45d91c --- /dev/null +++ b/priv/static/icons/record-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/record-fill.svg b/priv/static/icons/record-fill.svg new file mode 100644 index 0000000..d474393 --- /dev/null +++ b/priv/static/icons/record-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/record.svg b/priv/static/icons/record.svg new file mode 100644 index 0000000..27f82a9 --- /dev/null +++ b/priv/static/icons/record.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/record2-fill.svg b/priv/static/icons/record2-fill.svg new file mode 100644 index 0000000..7648928 --- /dev/null +++ b/priv/static/icons/record2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/record2.svg b/priv/static/icons/record2.svg new file mode 100644 index 0000000..43a1150 --- /dev/null +++ b/priv/static/icons/record2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/recycle.svg b/priv/static/icons/recycle.svg new file mode 100644 index 0000000..e4fa6c0 --- /dev/null +++ b/priv/static/icons/recycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reddit.svg b/priv/static/icons/reddit.svg new file mode 100644 index 0000000..b1c9cfe --- /dev/null +++ b/priv/static/icons/reddit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/regex.svg b/priv/static/icons/regex.svg new file mode 100644 index 0000000..19c0ff3 --- /dev/null +++ b/priv/static/icons/regex.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/repeat-1.svg b/priv/static/icons/repeat-1.svg new file mode 100644 index 0000000..07f4a8b --- /dev/null +++ b/priv/static/icons/repeat-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/repeat.svg b/priv/static/icons/repeat.svg new file mode 100644 index 0000000..0f6d54d --- /dev/null +++ b/priv/static/icons/repeat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reply-all-fill.svg b/priv/static/icons/reply-all-fill.svg new file mode 100644 index 0000000..7b77b06 --- /dev/null +++ b/priv/static/icons/reply-all-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/reply-all.svg b/priv/static/icons/reply-all.svg new file mode 100644 index 0000000..c95025b --- /dev/null +++ b/priv/static/icons/reply-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/reply-fill.svg b/priv/static/icons/reply-fill.svg new file mode 100644 index 0000000..b5a8722 --- /dev/null +++ b/priv/static/icons/reply-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/reply.svg b/priv/static/icons/reply.svg new file mode 100644 index 0000000..c2dc098 --- /dev/null +++ b/priv/static/icons/reply.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/rewind-btn-fill.svg b/priv/static/icons/rewind-btn-fill.svg new file mode 100644 index 0000000..5136147 --- /dev/null +++ b/priv/static/icons/rewind-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/rewind-btn.svg b/priv/static/icons/rewind-btn.svg new file mode 100644 index 0000000..45c0232 --- /dev/null +++ b/priv/static/icons/rewind-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rewind-circle-fill.svg b/priv/static/icons/rewind-circle-fill.svg new file mode 100644 index 0000000..afdaaf3 --- /dev/null +++ b/priv/static/icons/rewind-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/rewind-circle.svg b/priv/static/icons/rewind-circle.svg new file mode 100644 index 0000000..054fd95 --- /dev/null +++ b/priv/static/icons/rewind-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rewind-fill.svg b/priv/static/icons/rewind-fill.svg new file mode 100644 index 0000000..79596e0 --- /dev/null +++ b/priv/static/icons/rewind-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rewind.svg b/priv/static/icons/rewind.svg new file mode 100644 index 0000000..58684d4 --- /dev/null +++ b/priv/static/icons/rewind.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/robot.svg b/priv/static/icons/robot.svg new file mode 100644 index 0000000..526cb99 --- /dev/null +++ b/priv/static/icons/robot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rocket-fill.svg b/priv/static/icons/rocket-fill.svg new file mode 100644 index 0000000..dcb5cb8 --- /dev/null +++ b/priv/static/icons/rocket-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rocket-takeoff-fill.svg b/priv/static/icons/rocket-takeoff-fill.svg new file mode 100644 index 0000000..a748d6d --- /dev/null +++ b/priv/static/icons/rocket-takeoff-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rocket-takeoff.svg b/priv/static/icons/rocket-takeoff.svg new file mode 100644 index 0000000..376d342 --- /dev/null +++ b/priv/static/icons/rocket-takeoff.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/rocket.svg b/priv/static/icons/rocket.svg new file mode 100644 index 0000000..5b3cd5c --- /dev/null +++ b/priv/static/icons/rocket.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/router-fill.svg b/priv/static/icons/router-fill.svg new file mode 100644 index 0000000..de050cf --- /dev/null +++ b/priv/static/icons/router-fill.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/router.svg b/priv/static/icons/router.svg new file mode 100644 index 0000000..8fa22d0 --- /dev/null +++ b/priv/static/icons/router.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/priv/static/icons/rss-fill.svg b/priv/static/icons/rss-fill.svg new file mode 100644 index 0000000..39bef06 --- /dev/null +++ b/priv/static/icons/rss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/rss.svg b/priv/static/icons/rss.svg new file mode 100644 index 0000000..be41f20 --- /dev/null +++ b/priv/static/icons/rss.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/rulers.svg b/priv/static/icons/rulers.svg new file mode 100644 index 0000000..e9891c9 --- /dev/null +++ b/priv/static/icons/rulers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/safe-fill.svg b/priv/static/icons/safe-fill.svg new file mode 100644 index 0000000..1036d67 --- /dev/null +++ b/priv/static/icons/safe-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/safe.svg b/priv/static/icons/safe.svg new file mode 100644 index 0000000..fb5b7cb --- /dev/null +++ b/priv/static/icons/safe.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/safe2-fill.svg b/priv/static/icons/safe2-fill.svg new file mode 100644 index 0000000..d1d37f2 --- /dev/null +++ b/priv/static/icons/safe2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/safe2.svg b/priv/static/icons/safe2.svg new file mode 100644 index 0000000..37bfbe8 --- /dev/null +++ b/priv/static/icons/safe2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/save-fill.svg b/priv/static/icons/save-fill.svg new file mode 100644 index 0000000..0a43dc1 --- /dev/null +++ b/priv/static/icons/save-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/save.svg b/priv/static/icons/save.svg new file mode 100644 index 0000000..26b8aed --- /dev/null +++ b/priv/static/icons/save.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/save2-fill.svg b/priv/static/icons/save2-fill.svg new file mode 100644 index 0000000..45feb59 --- /dev/null +++ b/priv/static/icons/save2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/save2.svg b/priv/static/icons/save2.svg new file mode 100644 index 0000000..52bc9e4 --- /dev/null +++ b/priv/static/icons/save2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/scissors.svg b/priv/static/icons/scissors.svg new file mode 100644 index 0000000..ab71b0d --- /dev/null +++ b/priv/static/icons/scissors.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/scooter.svg b/priv/static/icons/scooter.svg new file mode 100644 index 0000000..238eedb --- /dev/null +++ b/priv/static/icons/scooter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/screwdriver.svg b/priv/static/icons/screwdriver.svg new file mode 100644 index 0000000..dc9c374 --- /dev/null +++ b/priv/static/icons/screwdriver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sd-card-fill.svg b/priv/static/icons/sd-card-fill.svg new file mode 100644 index 0000000..9fe36b6 --- /dev/null +++ b/priv/static/icons/sd-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sd-card.svg b/priv/static/icons/sd-card.svg new file mode 100644 index 0000000..12ed59f --- /dev/null +++ b/priv/static/icons/sd-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/search-heart-fill.svg b/priv/static/icons/search-heart-fill.svg new file mode 100644 index 0000000..54e31c7 --- /dev/null +++ b/priv/static/icons/search-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/search-heart.svg b/priv/static/icons/search-heart.svg new file mode 100644 index 0000000..92ea059 --- /dev/null +++ b/priv/static/icons/search-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/search.svg b/priv/static/icons/search.svg new file mode 100644 index 0000000..d3dc7ca --- /dev/null +++ b/priv/static/icons/search.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/segmented-nav.svg b/priv/static/icons/segmented-nav.svg new file mode 100644 index 0000000..42323b2 --- /dev/null +++ b/priv/static/icons/segmented-nav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/send-arrow-down-fill.svg b/priv/static/icons/send-arrow-down-fill.svg new file mode 100644 index 0000000..b9a437e --- /dev/null +++ b/priv/static/icons/send-arrow-down-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-arrow-down.svg b/priv/static/icons/send-arrow-down.svg new file mode 100644 index 0000000..3bc034b --- /dev/null +++ b/priv/static/icons/send-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-arrow-up-fill.svg b/priv/static/icons/send-arrow-up-fill.svg new file mode 100644 index 0000000..827a504 --- /dev/null +++ b/priv/static/icons/send-arrow-up-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-arrow-up.svg b/priv/static/icons/send-arrow-up.svg new file mode 100644 index 0000000..9f2d340 --- /dev/null +++ b/priv/static/icons/send-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-check-fill.svg b/priv/static/icons/send-check-fill.svg new file mode 100644 index 0000000..4b0a56a --- /dev/null +++ b/priv/static/icons/send-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-check.svg b/priv/static/icons/send-check.svg new file mode 100644 index 0000000..581ebbe --- /dev/null +++ b/priv/static/icons/send-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-dash-fill.svg b/priv/static/icons/send-dash-fill.svg new file mode 100644 index 0000000..254329c --- /dev/null +++ b/priv/static/icons/send-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-dash.svg b/priv/static/icons/send-dash.svg new file mode 100644 index 0000000..abfbad3 --- /dev/null +++ b/priv/static/icons/send-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-exclamation-fill.svg b/priv/static/icons/send-exclamation-fill.svg new file mode 100644 index 0000000..5a77e98 --- /dev/null +++ b/priv/static/icons/send-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-exclamation.svg b/priv/static/icons/send-exclamation.svg new file mode 100644 index 0000000..149a7f7 --- /dev/null +++ b/priv/static/icons/send-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-fill.svg b/priv/static/icons/send-fill.svg new file mode 100644 index 0000000..2a84015 --- /dev/null +++ b/priv/static/icons/send-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/send-plus-fill.svg b/priv/static/icons/send-plus-fill.svg new file mode 100644 index 0000000..bea3738 --- /dev/null +++ b/priv/static/icons/send-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-plus.svg b/priv/static/icons/send-plus.svg new file mode 100644 index 0000000..4120228 --- /dev/null +++ b/priv/static/icons/send-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-slash-fill.svg b/priv/static/icons/send-slash-fill.svg new file mode 100644 index 0000000..3345687 --- /dev/null +++ b/priv/static/icons/send-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-slash.svg b/priv/static/icons/send-slash.svg new file mode 100644 index 0000000..782daf3 --- /dev/null +++ b/priv/static/icons/send-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-x-fill.svg b/priv/static/icons/send-x-fill.svg new file mode 100644 index 0000000..ce102ba --- /dev/null +++ b/priv/static/icons/send-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send-x.svg b/priv/static/icons/send-x.svg new file mode 100644 index 0000000..c8bc8bf --- /dev/null +++ b/priv/static/icons/send-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/send.svg b/priv/static/icons/send.svg new file mode 100644 index 0000000..c81fc95 --- /dev/null +++ b/priv/static/icons/send.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/server.svg b/priv/static/icons/server.svg new file mode 100644 index 0000000..ff85feb --- /dev/null +++ b/priv/static/icons/server.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/shadows.svg b/priv/static/icons/shadows.svg new file mode 100644 index 0000000..4b2baa1 --- /dev/null +++ b/priv/static/icons/shadows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/share-fill.svg b/priv/static/icons/share-fill.svg new file mode 100644 index 0000000..8b0ee88 --- /dev/null +++ b/priv/static/icons/share-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/share.svg b/priv/static/icons/share.svg new file mode 100644 index 0000000..79d3075 --- /dev/null +++ b/priv/static/icons/share.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-check.svg b/priv/static/icons/shield-check.svg new file mode 100644 index 0000000..ecbf543 --- /dev/null +++ b/priv/static/icons/shield-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield-exclamation.svg b/priv/static/icons/shield-exclamation.svg new file mode 100644 index 0000000..825de04 --- /dev/null +++ b/priv/static/icons/shield-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill-check.svg b/priv/static/icons/shield-fill-check.svg new file mode 100644 index 0000000..a72b2ba --- /dev/null +++ b/priv/static/icons/shield-fill-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill-exclamation.svg b/priv/static/icons/shield-fill-exclamation.svg new file mode 100644 index 0000000..b489a68 --- /dev/null +++ b/priv/static/icons/shield-fill-exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill-minus.svg b/priv/static/icons/shield-fill-minus.svg new file mode 100644 index 0000000..b9b9129 --- /dev/null +++ b/priv/static/icons/shield-fill-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill-plus.svg b/priv/static/icons/shield-fill-plus.svg new file mode 100644 index 0000000..aec96d1 --- /dev/null +++ b/priv/static/icons/shield-fill-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill-x.svg b/priv/static/icons/shield-fill-x.svg new file mode 100644 index 0000000..d384af4 --- /dev/null +++ b/priv/static/icons/shield-fill-x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-fill.svg b/priv/static/icons/shield-fill.svg new file mode 100644 index 0000000..d1d877d --- /dev/null +++ b/priv/static/icons/shield-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-lock-fill.svg b/priv/static/icons/shield-lock-fill.svg new file mode 100644 index 0000000..e4c96b4 --- /dev/null +++ b/priv/static/icons/shield-lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-lock.svg b/priv/static/icons/shield-lock.svg new file mode 100644 index 0000000..ff38425 --- /dev/null +++ b/priv/static/icons/shield-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield-minus.svg b/priv/static/icons/shield-minus.svg new file mode 100644 index 0000000..d1cedfd --- /dev/null +++ b/priv/static/icons/shield-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield-plus.svg b/priv/static/icons/shield-plus.svg new file mode 100644 index 0000000..77bcb1a --- /dev/null +++ b/priv/static/icons/shield-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield-shaded.svg b/priv/static/icons/shield-shaded.svg new file mode 100644 index 0000000..9c4af1a --- /dev/null +++ b/priv/static/icons/shield-shaded.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-slash-fill.svg b/priv/static/icons/shield-slash-fill.svg new file mode 100644 index 0000000..015d11b --- /dev/null +++ b/priv/static/icons/shield-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-slash.svg b/priv/static/icons/shield-slash.svg new file mode 100644 index 0000000..234afa2 --- /dev/null +++ b/priv/static/icons/shield-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shield-x.svg b/priv/static/icons/shield-x.svg new file mode 100644 index 0000000..3fe1666 --- /dev/null +++ b/priv/static/icons/shield-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/shield.svg b/priv/static/icons/shield.svg new file mode 100644 index 0000000..18309d1 --- /dev/null +++ b/priv/static/icons/shield.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shift-fill.svg b/priv/static/icons/shift-fill.svg new file mode 100644 index 0000000..da897bc --- /dev/null +++ b/priv/static/icons/shift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shift.svg b/priv/static/icons/shift.svg new file mode 100644 index 0000000..59a88ef --- /dev/null +++ b/priv/static/icons/shift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shop-window.svg b/priv/static/icons/shop-window.svg new file mode 100644 index 0000000..a306cfa --- /dev/null +++ b/priv/static/icons/shop-window.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shop.svg b/priv/static/icons/shop.svg new file mode 100644 index 0000000..223d77b --- /dev/null +++ b/priv/static/icons/shop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/shuffle.svg b/priv/static/icons/shuffle.svg new file mode 100644 index 0000000..83bf20c --- /dev/null +++ b/priv/static/icons/shuffle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-dead-end-fill.svg b/priv/static/icons/sign-dead-end-fill.svg new file mode 100644 index 0000000..b7f5876 --- /dev/null +++ b/priv/static/icons/sign-dead-end-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-dead-end.svg b/priv/static/icons/sign-dead-end.svg new file mode 100644 index 0000000..2828c9a --- /dev/null +++ b/priv/static/icons/sign-dead-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-do-not-enter-fill.svg b/priv/static/icons/sign-do-not-enter-fill.svg new file mode 100644 index 0000000..3dfab6c --- /dev/null +++ b/priv/static/icons/sign-do-not-enter-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-do-not-enter.svg b/priv/static/icons/sign-do-not-enter.svg new file mode 100644 index 0000000..bf1ab21 --- /dev/null +++ b/priv/static/icons/sign-do-not-enter.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-fill.svg b/priv/static/icons/sign-intersection-fill.svg new file mode 100644 index 0000000..a8d0e5b --- /dev/null +++ b/priv/static/icons/sign-intersection-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-side-fill.svg b/priv/static/icons/sign-intersection-side-fill.svg new file mode 100644 index 0000000..7e6fd34 --- /dev/null +++ b/priv/static/icons/sign-intersection-side-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-side.svg b/priv/static/icons/sign-intersection-side.svg new file mode 100644 index 0000000..80959aa --- /dev/null +++ b/priv/static/icons/sign-intersection-side.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-t-fill.svg b/priv/static/icons/sign-intersection-t-fill.svg new file mode 100644 index 0000000..0927772 --- /dev/null +++ b/priv/static/icons/sign-intersection-t-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-t.svg b/priv/static/icons/sign-intersection-t.svg new file mode 100644 index 0000000..95240f4 --- /dev/null +++ b/priv/static/icons/sign-intersection-t.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-y-fill.svg b/priv/static/icons/sign-intersection-y-fill.svg new file mode 100644 index 0000000..80201f9 --- /dev/null +++ b/priv/static/icons/sign-intersection-y-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection-y.svg b/priv/static/icons/sign-intersection-y.svg new file mode 100644 index 0000000..efc84a3 --- /dev/null +++ b/priv/static/icons/sign-intersection-y.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-intersection.svg b/priv/static/icons/sign-intersection.svg new file mode 100644 index 0000000..509b13f --- /dev/null +++ b/priv/static/icons/sign-intersection.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-merge-left-fill.svg b/priv/static/icons/sign-merge-left-fill.svg new file mode 100644 index 0000000..a1bd7ac --- /dev/null +++ b/priv/static/icons/sign-merge-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-merge-left.svg b/priv/static/icons/sign-merge-left.svg new file mode 100644 index 0000000..b509fa2 --- /dev/null +++ b/priv/static/icons/sign-merge-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-merge-right-fill.svg b/priv/static/icons/sign-merge-right-fill.svg new file mode 100644 index 0000000..7f77190 --- /dev/null +++ b/priv/static/icons/sign-merge-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-merge-right.svg b/priv/static/icons/sign-merge-right.svg new file mode 100644 index 0000000..0339ab2 --- /dev/null +++ b/priv/static/icons/sign-merge-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-left-turn-fill.svg b/priv/static/icons/sign-no-left-turn-fill.svg new file mode 100644 index 0000000..86cc79b --- /dev/null +++ b/priv/static/icons/sign-no-left-turn-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-left-turn.svg b/priv/static/icons/sign-no-left-turn.svg new file mode 100644 index 0000000..e29d443 --- /dev/null +++ b/priv/static/icons/sign-no-left-turn.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-parking-fill.svg b/priv/static/icons/sign-no-parking-fill.svg new file mode 100644 index 0000000..0e1bf46 --- /dev/null +++ b/priv/static/icons/sign-no-parking-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-parking.svg b/priv/static/icons/sign-no-parking.svg new file mode 100644 index 0000000..cc97b1c --- /dev/null +++ b/priv/static/icons/sign-no-parking.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-right-turn-fill.svg b/priv/static/icons/sign-no-right-turn-fill.svg new file mode 100644 index 0000000..7448c09 --- /dev/null +++ b/priv/static/icons/sign-no-right-turn-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-no-right-turn.svg b/priv/static/icons/sign-no-right-turn.svg new file mode 100644 index 0000000..e7de083 --- /dev/null +++ b/priv/static/icons/sign-no-right-turn.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-railroad-fill.svg b/priv/static/icons/sign-railroad-fill.svg new file mode 100644 index 0000000..2581813 --- /dev/null +++ b/priv/static/icons/sign-railroad-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-railroad.svg b/priv/static/icons/sign-railroad.svg new file mode 100644 index 0000000..a264db2 --- /dev/null +++ b/priv/static/icons/sign-railroad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-stop-fill.svg b/priv/static/icons/sign-stop-fill.svg new file mode 100644 index 0000000..375af76 --- /dev/null +++ b/priv/static/icons/sign-stop-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-stop-lights-fill.svg b/priv/static/icons/sign-stop-lights-fill.svg new file mode 100644 index 0000000..df93e1c --- /dev/null +++ b/priv/static/icons/sign-stop-lights-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-stop-lights.svg b/priv/static/icons/sign-stop-lights.svg new file mode 100644 index 0000000..e57c9a7 --- /dev/null +++ b/priv/static/icons/sign-stop-lights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-stop.svg b/priv/static/icons/sign-stop.svg new file mode 100644 index 0000000..14def74 --- /dev/null +++ b/priv/static/icons/sign-stop.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-left-fill.svg b/priv/static/icons/sign-turn-left-fill.svg new file mode 100644 index 0000000..87a6dca --- /dev/null +++ b/priv/static/icons/sign-turn-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-left.svg b/priv/static/icons/sign-turn-left.svg new file mode 100644 index 0000000..bea00b7 --- /dev/null +++ b/priv/static/icons/sign-turn-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-right-fill.svg b/priv/static/icons/sign-turn-right-fill.svg new file mode 100644 index 0000000..4181518 --- /dev/null +++ b/priv/static/icons/sign-turn-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-right.svg b/priv/static/icons/sign-turn-right.svg new file mode 100644 index 0000000..da447db --- /dev/null +++ b/priv/static/icons/sign-turn-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-slight-left-fill.svg b/priv/static/icons/sign-turn-slight-left-fill.svg new file mode 100644 index 0000000..62f8388 --- /dev/null +++ b/priv/static/icons/sign-turn-slight-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-slight-left.svg b/priv/static/icons/sign-turn-slight-left.svg new file mode 100644 index 0000000..79475ad --- /dev/null +++ b/priv/static/icons/sign-turn-slight-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-slight-right-fill.svg b/priv/static/icons/sign-turn-slight-right-fill.svg new file mode 100644 index 0000000..c4c4761 --- /dev/null +++ b/priv/static/icons/sign-turn-slight-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sign-turn-slight-right.svg b/priv/static/icons/sign-turn-slight-right.svg new file mode 100644 index 0000000..cf22c01 --- /dev/null +++ b/priv/static/icons/sign-turn-slight-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-yield-fill.svg b/priv/static/icons/sign-yield-fill.svg new file mode 100644 index 0000000..c2ec9a5 --- /dev/null +++ b/priv/static/icons/sign-yield-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sign-yield.svg b/priv/static/icons/sign-yield.svg new file mode 100644 index 0000000..aabf3fb --- /dev/null +++ b/priv/static/icons/sign-yield.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/signal.svg b/priv/static/icons/signal.svg new file mode 100644 index 0000000..4220d48 --- /dev/null +++ b/priv/static/icons/signal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost-2-fill.svg b/priv/static/icons/signpost-2-fill.svg new file mode 100644 index 0000000..cc51e51 --- /dev/null +++ b/priv/static/icons/signpost-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost-2.svg b/priv/static/icons/signpost-2.svg new file mode 100644 index 0000000..6a18b3b --- /dev/null +++ b/priv/static/icons/signpost-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost-fill.svg b/priv/static/icons/signpost-fill.svg new file mode 100644 index 0000000..f95f257 --- /dev/null +++ b/priv/static/icons/signpost-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost-split-fill.svg b/priv/static/icons/signpost-split-fill.svg new file mode 100644 index 0000000..86aa086 --- /dev/null +++ b/priv/static/icons/signpost-split-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost-split.svg b/priv/static/icons/signpost-split.svg new file mode 100644 index 0000000..0168ae5 --- /dev/null +++ b/priv/static/icons/signpost-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/signpost.svg b/priv/static/icons/signpost.svg new file mode 100644 index 0000000..90a8882 --- /dev/null +++ b/priv/static/icons/signpost.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sim-fill.svg b/priv/static/icons/sim-fill.svg new file mode 100644 index 0000000..c8e2c29 --- /dev/null +++ b/priv/static/icons/sim-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sim-slash-fill.svg b/priv/static/icons/sim-slash-fill.svg new file mode 100644 index 0000000..e7dd752 --- /dev/null +++ b/priv/static/icons/sim-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sim-slash.svg b/priv/static/icons/sim-slash.svg new file mode 100644 index 0000000..90b9805 --- /dev/null +++ b/priv/static/icons/sim-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sim.svg b/priv/static/icons/sim.svg new file mode 100644 index 0000000..cc0e869 --- /dev/null +++ b/priv/static/icons/sim.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sina-weibo.svg b/priv/static/icons/sina-weibo.svg new file mode 100644 index 0000000..05c5f4b --- /dev/null +++ b/priv/static/icons/sina-weibo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward-btn-fill.svg b/priv/static/icons/skip-backward-btn-fill.svg new file mode 100644 index 0000000..bf06429 --- /dev/null +++ b/priv/static/icons/skip-backward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward-btn.svg b/priv/static/icons/skip-backward-btn.svg new file mode 100644 index 0000000..b04455e --- /dev/null +++ b/priv/static/icons/skip-backward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward-circle-fill.svg b/priv/static/icons/skip-backward-circle-fill.svg new file mode 100644 index 0000000..f6b6e4d --- /dev/null +++ b/priv/static/icons/skip-backward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward-circle.svg b/priv/static/icons/skip-backward-circle.svg new file mode 100644 index 0000000..63e2a19 --- /dev/null +++ b/priv/static/icons/skip-backward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward-fill.svg b/priv/static/icons/skip-backward-fill.svg new file mode 100644 index 0000000..a0ce53c --- /dev/null +++ b/priv/static/icons/skip-backward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-backward.svg b/priv/static/icons/skip-backward.svg new file mode 100644 index 0000000..9be60fe --- /dev/null +++ b/priv/static/icons/skip-backward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end-btn-fill.svg b/priv/static/icons/skip-end-btn-fill.svg new file mode 100644 index 0000000..55bf1ba --- /dev/null +++ b/priv/static/icons/skip-end-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end-btn.svg b/priv/static/icons/skip-end-btn.svg new file mode 100644 index 0000000..6c5b044 --- /dev/null +++ b/priv/static/icons/skip-end-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end-circle-fill.svg b/priv/static/icons/skip-end-circle-fill.svg new file mode 100644 index 0000000..e303750 --- /dev/null +++ b/priv/static/icons/skip-end-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end-circle.svg b/priv/static/icons/skip-end-circle.svg new file mode 100644 index 0000000..39e8cd3 --- /dev/null +++ b/priv/static/icons/skip-end-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end-fill.svg b/priv/static/icons/skip-end-fill.svg new file mode 100644 index 0000000..fa90d3f --- /dev/null +++ b/priv/static/icons/skip-end-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-end.svg b/priv/static/icons/skip-end.svg new file mode 100644 index 0000000..40d6fa9 --- /dev/null +++ b/priv/static/icons/skip-end.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward-btn-fill.svg b/priv/static/icons/skip-forward-btn-fill.svg new file mode 100644 index 0000000..b767e9c --- /dev/null +++ b/priv/static/icons/skip-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward-btn.svg b/priv/static/icons/skip-forward-btn.svg new file mode 100644 index 0000000..f67d3a8 --- /dev/null +++ b/priv/static/icons/skip-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward-circle-fill.svg b/priv/static/icons/skip-forward-circle-fill.svg new file mode 100644 index 0000000..00cea35 --- /dev/null +++ b/priv/static/icons/skip-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward-circle.svg b/priv/static/icons/skip-forward-circle.svg new file mode 100644 index 0000000..3b55d7e --- /dev/null +++ b/priv/static/icons/skip-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward-fill.svg b/priv/static/icons/skip-forward-fill.svg new file mode 100644 index 0000000..c4071aa --- /dev/null +++ b/priv/static/icons/skip-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-forward.svg b/priv/static/icons/skip-forward.svg new file mode 100644 index 0000000..a1c4720 --- /dev/null +++ b/priv/static/icons/skip-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start-btn-fill.svg b/priv/static/icons/skip-start-btn-fill.svg new file mode 100644 index 0000000..56a1370 --- /dev/null +++ b/priv/static/icons/skip-start-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start-btn.svg b/priv/static/icons/skip-start-btn.svg new file mode 100644 index 0000000..c86afbe --- /dev/null +++ b/priv/static/icons/skip-start-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start-circle-fill.svg b/priv/static/icons/skip-start-circle-fill.svg new file mode 100644 index 0000000..b6d13b0 --- /dev/null +++ b/priv/static/icons/skip-start-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start-circle.svg b/priv/static/icons/skip-start-circle.svg new file mode 100644 index 0000000..f9664d9 --- /dev/null +++ b/priv/static/icons/skip-start-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start-fill.svg b/priv/static/icons/skip-start-fill.svg new file mode 100644 index 0000000..c4295fc --- /dev/null +++ b/priv/static/icons/skip-start-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skip-start.svg b/priv/static/icons/skip-start.svg new file mode 100644 index 0000000..a178e0e --- /dev/null +++ b/priv/static/icons/skip-start.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/skype.svg b/priv/static/icons/skype.svg new file mode 100644 index 0000000..b3beaf9 --- /dev/null +++ b/priv/static/icons/skype.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/slack.svg b/priv/static/icons/slack.svg new file mode 100644 index 0000000..f4aa6e6 --- /dev/null +++ b/priv/static/icons/slack.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/slash-circle-fill.svg b/priv/static/icons/slash-circle-fill.svg new file mode 100644 index 0000000..f703101 --- /dev/null +++ b/priv/static/icons/slash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/slash-circle.svg b/priv/static/icons/slash-circle.svg new file mode 100644 index 0000000..4c1344b --- /dev/null +++ b/priv/static/icons/slash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/slash-lg.svg b/priv/static/icons/slash-lg.svg new file mode 100644 index 0000000..161b6ec --- /dev/null +++ b/priv/static/icons/slash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/slash-square-fill.svg b/priv/static/icons/slash-square-fill.svg new file mode 100644 index 0000000..c7a3935 --- /dev/null +++ b/priv/static/icons/slash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/slash-square.svg b/priv/static/icons/slash-square.svg new file mode 100644 index 0000000..ccf42bd --- /dev/null +++ b/priv/static/icons/slash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/slash.svg b/priv/static/icons/slash.svg new file mode 100644 index 0000000..9616561 --- /dev/null +++ b/priv/static/icons/slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sliders.svg b/priv/static/icons/sliders.svg new file mode 100644 index 0000000..da4b835 --- /dev/null +++ b/priv/static/icons/sliders.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sliders2-vertical.svg b/priv/static/icons/sliders2-vertical.svg new file mode 100644 index 0000000..c474281 --- /dev/null +++ b/priv/static/icons/sliders2-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sliders2.svg b/priv/static/icons/sliders2.svg new file mode 100644 index 0000000..86fa70c --- /dev/null +++ b/priv/static/icons/sliders2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/smartwatch.svg b/priv/static/icons/smartwatch.svg new file mode 100644 index 0000000..696bd33 --- /dev/null +++ b/priv/static/icons/smartwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/snapchat.svg b/priv/static/icons/snapchat.svg new file mode 100644 index 0000000..505f55a --- /dev/null +++ b/priv/static/icons/snapchat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/snow.svg b/priv/static/icons/snow.svg new file mode 100644 index 0000000..9b648a5 --- /dev/null +++ b/priv/static/icons/snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/snow2.svg b/priv/static/icons/snow2.svg new file mode 100644 index 0000000..cede335 --- /dev/null +++ b/priv/static/icons/snow2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/snow3.svg b/priv/static/icons/snow3.svg new file mode 100644 index 0000000..75e5ef2 --- /dev/null +++ b/priv/static/icons/snow3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-alpha-down-alt.svg b/priv/static/icons/sort-alpha-down-alt.svg new file mode 100644 index 0000000..fa4f4fa --- /dev/null +++ b/priv/static/icons/sort-alpha-down-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-alpha-down.svg b/priv/static/icons/sort-alpha-down.svg new file mode 100644 index 0000000..e0fcad0 --- /dev/null +++ b/priv/static/icons/sort-alpha-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-alpha-up-alt.svg b/priv/static/icons/sort-alpha-up-alt.svg new file mode 100644 index 0000000..69c1a39 --- /dev/null +++ b/priv/static/icons/sort-alpha-up-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-alpha-up.svg b/priv/static/icons/sort-alpha-up.svg new file mode 100644 index 0000000..0be5e68 --- /dev/null +++ b/priv/static/icons/sort-alpha-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-down-alt.svg b/priv/static/icons/sort-down-alt.svg new file mode 100644 index 0000000..d7f7fc8 --- /dev/null +++ b/priv/static/icons/sort-down-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sort-down.svg b/priv/static/icons/sort-down.svg new file mode 100644 index 0000000..848834c --- /dev/null +++ b/priv/static/icons/sort-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sort-numeric-down-alt.svg b/priv/static/icons/sort-numeric-down-alt.svg new file mode 100644 index 0000000..8c39a5a --- /dev/null +++ b/priv/static/icons/sort-numeric-down-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-numeric-down.svg b/priv/static/icons/sort-numeric-down.svg new file mode 100644 index 0000000..57a3fb0 --- /dev/null +++ b/priv/static/icons/sort-numeric-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-numeric-up-alt.svg b/priv/static/icons/sort-numeric-up-alt.svg new file mode 100644 index 0000000..e8edf88 --- /dev/null +++ b/priv/static/icons/sort-numeric-up-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-numeric-up.svg b/priv/static/icons/sort-numeric-up.svg new file mode 100644 index 0000000..1cd0a37 --- /dev/null +++ b/priv/static/icons/sort-numeric-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/sort-up-alt.svg b/priv/static/icons/sort-up-alt.svg new file mode 100644 index 0000000..96650d5 --- /dev/null +++ b/priv/static/icons/sort-up-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sort-up.svg b/priv/static/icons/sort-up.svg new file mode 100644 index 0000000..2158801 --- /dev/null +++ b/priv/static/icons/sort-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/soundwave.svg b/priv/static/icons/soundwave.svg new file mode 100644 index 0000000..288f108 --- /dev/null +++ b/priv/static/icons/soundwave.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sourceforge.svg b/priv/static/icons/sourceforge.svg new file mode 100644 index 0000000..1a249e8 --- /dev/null +++ b/priv/static/icons/sourceforge.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/speaker-fill.svg b/priv/static/icons/speaker-fill.svg new file mode 100644 index 0000000..bae80e2 --- /dev/null +++ b/priv/static/icons/speaker-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/speaker.svg b/priv/static/icons/speaker.svg new file mode 100644 index 0000000..461626d --- /dev/null +++ b/priv/static/icons/speaker.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/speedometer.svg b/priv/static/icons/speedometer.svg new file mode 100644 index 0000000..5a0a43c --- /dev/null +++ b/priv/static/icons/speedometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/speedometer2.svg b/priv/static/icons/speedometer2.svg new file mode 100644 index 0000000..d5676df --- /dev/null +++ b/priv/static/icons/speedometer2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/spellcheck.svg b/priv/static/icons/spellcheck.svg new file mode 100644 index 0000000..029950f --- /dev/null +++ b/priv/static/icons/spellcheck.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/spotify.svg b/priv/static/icons/spotify.svg new file mode 100644 index 0000000..31b4238 --- /dev/null +++ b/priv/static/icons/spotify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/square-fill.svg b/priv/static/icons/square-fill.svg new file mode 100644 index 0000000..31bae4f --- /dev/null +++ b/priv/static/icons/square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/square-half.svg b/priv/static/icons/square-half.svg new file mode 100644 index 0000000..3f8179d --- /dev/null +++ b/priv/static/icons/square-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/square.svg b/priv/static/icons/square.svg new file mode 100644 index 0000000..ded82d4 --- /dev/null +++ b/priv/static/icons/square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stack-overflow.svg b/priv/static/icons/stack-overflow.svg new file mode 100644 index 0000000..b7d482d --- /dev/null +++ b/priv/static/icons/stack-overflow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stack.svg b/priv/static/icons/stack.svg new file mode 100644 index 0000000..b8a9c94 --- /dev/null +++ b/priv/static/icons/stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/star-fill.svg b/priv/static/icons/star-fill.svg new file mode 100644 index 0000000..de09c4a --- /dev/null +++ b/priv/static/icons/star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/star-half.svg b/priv/static/icons/star-half.svg new file mode 100644 index 0000000..8d30e7e --- /dev/null +++ b/priv/static/icons/star-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/star.svg b/priv/static/icons/star.svg new file mode 100644 index 0000000..742b5e2 --- /dev/null +++ b/priv/static/icons/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stars.svg b/priv/static/icons/stars.svg new file mode 100644 index 0000000..2c16677 --- /dev/null +++ b/priv/static/icons/stars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/steam.svg b/priv/static/icons/steam.svg new file mode 100644 index 0000000..aecd433 --- /dev/null +++ b/priv/static/icons/steam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stickies-fill.svg b/priv/static/icons/stickies-fill.svg new file mode 100644 index 0000000..a0252da --- /dev/null +++ b/priv/static/icons/stickies-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stickies.svg b/priv/static/icons/stickies.svg new file mode 100644 index 0000000..8252c49 --- /dev/null +++ b/priv/static/icons/stickies.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/sticky-fill.svg b/priv/static/icons/sticky-fill.svg new file mode 100644 index 0000000..acd42b9 --- /dev/null +++ b/priv/static/icons/sticky-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sticky.svg b/priv/static/icons/sticky.svg new file mode 100644 index 0000000..dba0142 --- /dev/null +++ b/priv/static/icons/sticky.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stop-btn-fill.svg b/priv/static/icons/stop-btn-fill.svg new file mode 100644 index 0000000..58b6c02 --- /dev/null +++ b/priv/static/icons/stop-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stop-btn.svg b/priv/static/icons/stop-btn.svg new file mode 100644 index 0000000..5c392ec --- /dev/null +++ b/priv/static/icons/stop-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stop-circle-fill.svg b/priv/static/icons/stop-circle-fill.svg new file mode 100644 index 0000000..ac711e0 --- /dev/null +++ b/priv/static/icons/stop-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stop-circle.svg b/priv/static/icons/stop-circle.svg new file mode 100644 index 0000000..441613c --- /dev/null +++ b/priv/static/icons/stop-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stop-fill.svg b/priv/static/icons/stop-fill.svg new file mode 100644 index 0000000..e00085a --- /dev/null +++ b/priv/static/icons/stop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stop.svg b/priv/static/icons/stop.svg new file mode 100644 index 0000000..2b86647 --- /dev/null +++ b/priv/static/icons/stop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stoplights-fill.svg b/priv/static/icons/stoplights-fill.svg new file mode 100644 index 0000000..a18566b --- /dev/null +++ b/priv/static/icons/stoplights-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stoplights.svg b/priv/static/icons/stoplights.svg new file mode 100644 index 0000000..f765ab2 --- /dev/null +++ b/priv/static/icons/stoplights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/stopwatch-fill.svg b/priv/static/icons/stopwatch-fill.svg new file mode 100644 index 0000000..2d2ed11 --- /dev/null +++ b/priv/static/icons/stopwatch-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stopwatch.svg b/priv/static/icons/stopwatch.svg new file mode 100644 index 0000000..964dbb8 --- /dev/null +++ b/priv/static/icons/stopwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/strava.svg b/priv/static/icons/strava.svg new file mode 100644 index 0000000..7e3237d --- /dev/null +++ b/priv/static/icons/strava.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/stripe.svg b/priv/static/icons/stripe.svg new file mode 100644 index 0000000..f24fdf3 --- /dev/null +++ b/priv/static/icons/stripe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/subscript.svg b/priv/static/icons/subscript.svg new file mode 100644 index 0000000..6976c0d --- /dev/null +++ b/priv/static/icons/subscript.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/substack.svg b/priv/static/icons/substack.svg new file mode 100644 index 0000000..ebdcb0c --- /dev/null +++ b/priv/static/icons/substack.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/subtract.svg b/priv/static/icons/subtract.svg new file mode 100644 index 0000000..e1d878a --- /dev/null +++ b/priv/static/icons/subtract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-club-fill.svg b/priv/static/icons/suit-club-fill.svg new file mode 100644 index 0000000..d4d311a --- /dev/null +++ b/priv/static/icons/suit-club-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-club.svg b/priv/static/icons/suit-club.svg new file mode 100644 index 0000000..75e5e85 --- /dev/null +++ b/priv/static/icons/suit-club.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-diamond-fill.svg b/priv/static/icons/suit-diamond-fill.svg new file mode 100644 index 0000000..2be1b7f --- /dev/null +++ b/priv/static/icons/suit-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-diamond.svg b/priv/static/icons/suit-diamond.svg new file mode 100644 index 0000000..9192a27 --- /dev/null +++ b/priv/static/icons/suit-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-heart-fill.svg b/priv/static/icons/suit-heart-fill.svg new file mode 100644 index 0000000..0dd86f9 --- /dev/null +++ b/priv/static/icons/suit-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-heart.svg b/priv/static/icons/suit-heart.svg new file mode 100644 index 0000000..c761ef4 --- /dev/null +++ b/priv/static/icons/suit-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-spade-fill.svg b/priv/static/icons/suit-spade-fill.svg new file mode 100644 index 0000000..63bb0c6 --- /dev/null +++ b/priv/static/icons/suit-spade-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suit-spade.svg b/priv/static/icons/suit-spade.svg new file mode 100644 index 0000000..8f14427 --- /dev/null +++ b/priv/static/icons/suit-spade.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase-fill.svg b/priv/static/icons/suitcase-fill.svg new file mode 100644 index 0000000..e7fc796 --- /dev/null +++ b/priv/static/icons/suitcase-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase-lg-fill.svg b/priv/static/icons/suitcase-lg-fill.svg new file mode 100644 index 0000000..e5c50cc --- /dev/null +++ b/priv/static/icons/suitcase-lg-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase-lg.svg b/priv/static/icons/suitcase-lg.svg new file mode 100644 index 0000000..ca006d5 --- /dev/null +++ b/priv/static/icons/suitcase-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase.svg b/priv/static/icons/suitcase.svg new file mode 100644 index 0000000..ba09ae5 --- /dev/null +++ b/priv/static/icons/suitcase.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase2-fill.svg b/priv/static/icons/suitcase2-fill.svg new file mode 100644 index 0000000..46a558d --- /dev/null +++ b/priv/static/icons/suitcase2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/suitcase2.svg b/priv/static/icons/suitcase2.svg new file mode 100644 index 0000000..2b4891e --- /dev/null +++ b/priv/static/icons/suitcase2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sun-fill.svg b/priv/static/icons/sun-fill.svg new file mode 100644 index 0000000..cc1a60e --- /dev/null +++ b/priv/static/icons/sun-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sun.svg b/priv/static/icons/sun.svg new file mode 100644 index 0000000..c311208 --- /dev/null +++ b/priv/static/icons/sun.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sunglasses.svg b/priv/static/icons/sunglasses.svg new file mode 100644 index 0000000..3f7dad0 --- /dev/null +++ b/priv/static/icons/sunglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sunrise-fill.svg b/priv/static/icons/sunrise-fill.svg new file mode 100644 index 0000000..eb6a668 --- /dev/null +++ b/priv/static/icons/sunrise-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sunrise.svg b/priv/static/icons/sunrise.svg new file mode 100644 index 0000000..53d670d --- /dev/null +++ b/priv/static/icons/sunrise.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sunset-fill.svg b/priv/static/icons/sunset-fill.svg new file mode 100644 index 0000000..7f5b60e --- /dev/null +++ b/priv/static/icons/sunset-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/sunset.svg b/priv/static/icons/sunset.svg new file mode 100644 index 0000000..91041cf --- /dev/null +++ b/priv/static/icons/sunset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/superscript.svg b/priv/static/icons/superscript.svg new file mode 100644 index 0000000..06a1a78 --- /dev/null +++ b/priv/static/icons/superscript.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/symmetry-horizontal.svg b/priv/static/icons/symmetry-horizontal.svg new file mode 100644 index 0000000..7e46d90 --- /dev/null +++ b/priv/static/icons/symmetry-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/symmetry-vertical.svg b/priv/static/icons/symmetry-vertical.svg new file mode 100644 index 0000000..a18fa2f --- /dev/null +++ b/priv/static/icons/symmetry-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/table.svg b/priv/static/icons/table.svg new file mode 100644 index 0000000..5e70d22 --- /dev/null +++ b/priv/static/icons/table.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tablet-fill.svg b/priv/static/icons/tablet-fill.svg new file mode 100644 index 0000000..571ae8f --- /dev/null +++ b/priv/static/icons/tablet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tablet-landscape-fill.svg b/priv/static/icons/tablet-landscape-fill.svg new file mode 100644 index 0000000..a4a6048 --- /dev/null +++ b/priv/static/icons/tablet-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tablet-landscape.svg b/priv/static/icons/tablet-landscape.svg new file mode 100644 index 0000000..b36f7d4 --- /dev/null +++ b/priv/static/icons/tablet-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/tablet.svg b/priv/static/icons/tablet.svg new file mode 100644 index 0000000..be81ff5 --- /dev/null +++ b/priv/static/icons/tablet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/tag-fill.svg b/priv/static/icons/tag-fill.svg new file mode 100644 index 0000000..1502792 --- /dev/null +++ b/priv/static/icons/tag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tag.svg b/priv/static/icons/tag.svg new file mode 100644 index 0000000..ab34fdd --- /dev/null +++ b/priv/static/icons/tag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/tags-fill.svg b/priv/static/icons/tags-fill.svg new file mode 100644 index 0000000..f92a361 --- /dev/null +++ b/priv/static/icons/tags-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/tags.svg b/priv/static/icons/tags.svg new file mode 100644 index 0000000..9f6d676 --- /dev/null +++ b/priv/static/icons/tags.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/taxi-front-fill.svg b/priv/static/icons/taxi-front-fill.svg new file mode 100644 index 0000000..1e1eb19 --- /dev/null +++ b/priv/static/icons/taxi-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/taxi-front.svg b/priv/static/icons/taxi-front.svg new file mode 100644 index 0000000..4cb5fda --- /dev/null +++ b/priv/static/icons/taxi-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/telegram.svg b/priv/static/icons/telegram.svg new file mode 100644 index 0000000..139af07 --- /dev/null +++ b/priv/static/icons/telegram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-fill.svg b/priv/static/icons/telephone-fill.svg new file mode 100644 index 0000000..efc72c0 --- /dev/null +++ b/priv/static/icons/telephone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-forward-fill.svg b/priv/static/icons/telephone-forward-fill.svg new file mode 100644 index 0000000..f4ce483 --- /dev/null +++ b/priv/static/icons/telephone-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-forward.svg b/priv/static/icons/telephone-forward.svg new file mode 100644 index 0000000..17ec9ce --- /dev/null +++ b/priv/static/icons/telephone-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-inbound-fill.svg b/priv/static/icons/telephone-inbound-fill.svg new file mode 100644 index 0000000..998c8fb --- /dev/null +++ b/priv/static/icons/telephone-inbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-inbound.svg b/priv/static/icons/telephone-inbound.svg new file mode 100644 index 0000000..460fe9f --- /dev/null +++ b/priv/static/icons/telephone-inbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-minus-fill.svg b/priv/static/icons/telephone-minus-fill.svg new file mode 100644 index 0000000..bc17abb --- /dev/null +++ b/priv/static/icons/telephone-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-minus.svg b/priv/static/icons/telephone-minus.svg new file mode 100644 index 0000000..4f4d93c --- /dev/null +++ b/priv/static/icons/telephone-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-outbound-fill.svg b/priv/static/icons/telephone-outbound-fill.svg new file mode 100644 index 0000000..16013a5 --- /dev/null +++ b/priv/static/icons/telephone-outbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-outbound.svg b/priv/static/icons/telephone-outbound.svg new file mode 100644 index 0000000..1382886 --- /dev/null +++ b/priv/static/icons/telephone-outbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-plus-fill.svg b/priv/static/icons/telephone-plus-fill.svg new file mode 100644 index 0000000..6d8c58f --- /dev/null +++ b/priv/static/icons/telephone-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-plus.svg b/priv/static/icons/telephone-plus.svg new file mode 100644 index 0000000..21ef909 --- /dev/null +++ b/priv/static/icons/telephone-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-x-fill.svg b/priv/static/icons/telephone-x-fill.svg new file mode 100644 index 0000000..c8ef894 --- /dev/null +++ b/priv/static/icons/telephone-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/telephone-x.svg b/priv/static/icons/telephone-x.svg new file mode 100644 index 0000000..5aa3f95 --- /dev/null +++ b/priv/static/icons/telephone-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/telephone.svg b/priv/static/icons/telephone.svg new file mode 100644 index 0000000..8e359b8 --- /dev/null +++ b/priv/static/icons/telephone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tencent-qq.svg b/priv/static/icons/tencent-qq.svg new file mode 100644 index 0000000..b107eb5 --- /dev/null +++ b/priv/static/icons/tencent-qq.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/terminal-dash.svg b/priv/static/icons/terminal-dash.svg new file mode 100644 index 0000000..9049b5e --- /dev/null +++ b/priv/static/icons/terminal-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/terminal-fill.svg b/priv/static/icons/terminal-fill.svg new file mode 100644 index 0000000..d3c6394 --- /dev/null +++ b/priv/static/icons/terminal-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/terminal-plus.svg b/priv/static/icons/terminal-plus.svg new file mode 100644 index 0000000..be268c8 --- /dev/null +++ b/priv/static/icons/terminal-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/terminal-split.svg b/priv/static/icons/terminal-split.svg new file mode 100644 index 0000000..f65d2c7 --- /dev/null +++ b/priv/static/icons/terminal-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/terminal-x.svg b/priv/static/icons/terminal-x.svg new file mode 100644 index 0000000..5128f11 --- /dev/null +++ b/priv/static/icons/terminal-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/terminal.svg b/priv/static/icons/terminal.svg new file mode 100644 index 0000000..e12c9f8 --- /dev/null +++ b/priv/static/icons/terminal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/text-center.svg b/priv/static/icons/text-center.svg new file mode 100644 index 0000000..2887a99 --- /dev/null +++ b/priv/static/icons/text-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-indent-left.svg b/priv/static/icons/text-indent-left.svg new file mode 100644 index 0000000..34d8c55 --- /dev/null +++ b/priv/static/icons/text-indent-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-indent-right.svg b/priv/static/icons/text-indent-right.svg new file mode 100644 index 0000000..fdd837f --- /dev/null +++ b/priv/static/icons/text-indent-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-left.svg b/priv/static/icons/text-left.svg new file mode 100644 index 0000000..0452611 --- /dev/null +++ b/priv/static/icons/text-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-paragraph.svg b/priv/static/icons/text-paragraph.svg new file mode 100644 index 0000000..9779bea --- /dev/null +++ b/priv/static/icons/text-paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-right.svg b/priv/static/icons/text-right.svg new file mode 100644 index 0000000..34686b0 --- /dev/null +++ b/priv/static/icons/text-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/text-wrap.svg b/priv/static/icons/text-wrap.svg new file mode 100644 index 0000000..713a96c --- /dev/null +++ b/priv/static/icons/text-wrap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/textarea-resize.svg b/priv/static/icons/textarea-resize.svg new file mode 100644 index 0000000..c4a9d9f --- /dev/null +++ b/priv/static/icons/textarea-resize.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/textarea-t.svg b/priv/static/icons/textarea-t.svg new file mode 100644 index 0000000..dc7e17c --- /dev/null +++ b/priv/static/icons/textarea-t.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/textarea.svg b/priv/static/icons/textarea.svg new file mode 100644 index 0000000..9aa5445 --- /dev/null +++ b/priv/static/icons/textarea.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer-half.svg b/priv/static/icons/thermometer-half.svg new file mode 100644 index 0000000..cafefd2 --- /dev/null +++ b/priv/static/icons/thermometer-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer-high.svg b/priv/static/icons/thermometer-high.svg new file mode 100644 index 0000000..15acf4c --- /dev/null +++ b/priv/static/icons/thermometer-high.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer-low.svg b/priv/static/icons/thermometer-low.svg new file mode 100644 index 0000000..ce540e0 --- /dev/null +++ b/priv/static/icons/thermometer-low.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer-snow.svg b/priv/static/icons/thermometer-snow.svg new file mode 100644 index 0000000..0e1b400 --- /dev/null +++ b/priv/static/icons/thermometer-snow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer-sun.svg b/priv/static/icons/thermometer-sun.svg new file mode 100644 index 0000000..07c3290 --- /dev/null +++ b/priv/static/icons/thermometer-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/thermometer.svg b/priv/static/icons/thermometer.svg new file mode 100644 index 0000000..748813e --- /dev/null +++ b/priv/static/icons/thermometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/threads-fill.svg b/priv/static/icons/threads-fill.svg new file mode 100644 index 0000000..7291cdb --- /dev/null +++ b/priv/static/icons/threads-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/threads.svg b/priv/static/icons/threads.svg new file mode 100644 index 0000000..e60ff38 --- /dev/null +++ b/priv/static/icons/threads.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/three-dots-vertical.svg b/priv/static/icons/three-dots-vertical.svg new file mode 100644 index 0000000..cd0c79a --- /dev/null +++ b/priv/static/icons/three-dots-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/three-dots.svg b/priv/static/icons/three-dots.svg new file mode 100644 index 0000000..ea92369 --- /dev/null +++ b/priv/static/icons/three-dots.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/thunderbolt-fill.svg b/priv/static/icons/thunderbolt-fill.svg new file mode 100644 index 0000000..85c437e --- /dev/null +++ b/priv/static/icons/thunderbolt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/thunderbolt.svg b/priv/static/icons/thunderbolt.svg new file mode 100644 index 0000000..b8356da --- /dev/null +++ b/priv/static/icons/thunderbolt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ticket-detailed-fill.svg b/priv/static/icons/ticket-detailed-fill.svg new file mode 100644 index 0000000..bc5d192 --- /dev/null +++ b/priv/static/icons/ticket-detailed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ticket-detailed.svg b/priv/static/icons/ticket-detailed.svg new file mode 100644 index 0000000..c2701bb --- /dev/null +++ b/priv/static/icons/ticket-detailed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ticket-fill.svg b/priv/static/icons/ticket-fill.svg new file mode 100644 index 0000000..73728b6 --- /dev/null +++ b/priv/static/icons/ticket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ticket-perforated-fill.svg b/priv/static/icons/ticket-perforated-fill.svg new file mode 100644 index 0000000..2ec1d57 --- /dev/null +++ b/priv/static/icons/ticket-perforated-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ticket-perforated.svg b/priv/static/icons/ticket-perforated.svg new file mode 100644 index 0000000..194ae05 --- /dev/null +++ b/priv/static/icons/ticket-perforated.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/ticket.svg b/priv/static/icons/ticket.svg new file mode 100644 index 0000000..f24a93e --- /dev/null +++ b/priv/static/icons/ticket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tiktok.svg b/priv/static/icons/tiktok.svg new file mode 100644 index 0000000..7edac4e --- /dev/null +++ b/priv/static/icons/tiktok.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/toggle-off.svg b/priv/static/icons/toggle-off.svg new file mode 100644 index 0000000..97d6dab --- /dev/null +++ b/priv/static/icons/toggle-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/toggle-on.svg b/priv/static/icons/toggle-on.svg new file mode 100644 index 0000000..d13b495 --- /dev/null +++ b/priv/static/icons/toggle-on.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/toggle2-off.svg b/priv/static/icons/toggle2-off.svg new file mode 100644 index 0000000..a8fee6b --- /dev/null +++ b/priv/static/icons/toggle2-off.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/toggle2-on.svg b/priv/static/icons/toggle2-on.svg new file mode 100644 index 0000000..993ec33 --- /dev/null +++ b/priv/static/icons/toggle2-on.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/toggles.svg b/priv/static/icons/toggles.svg new file mode 100644 index 0000000..d53ae01 --- /dev/null +++ b/priv/static/icons/toggles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/toggles2.svg b/priv/static/icons/toggles2.svg new file mode 100644 index 0000000..862fc9f --- /dev/null +++ b/priv/static/icons/toggles2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/tools.svg b/priv/static/icons/tools.svg new file mode 100644 index 0000000..fcc8362 --- /dev/null +++ b/priv/static/icons/tools.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tornado.svg b/priv/static/icons/tornado.svg new file mode 100644 index 0000000..5bb53a2 --- /dev/null +++ b/priv/static/icons/tornado.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-freight-front-fill.svg b/priv/static/icons/train-freight-front-fill.svg new file mode 100644 index 0000000..8278bb9 --- /dev/null +++ b/priv/static/icons/train-freight-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-freight-front.svg b/priv/static/icons/train-freight-front.svg new file mode 100644 index 0000000..a56961a --- /dev/null +++ b/priv/static/icons/train-freight-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-front-fill.svg b/priv/static/icons/train-front-fill.svg new file mode 100644 index 0000000..85c56ef --- /dev/null +++ b/priv/static/icons/train-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-front.svg b/priv/static/icons/train-front.svg new file mode 100644 index 0000000..c84d62b --- /dev/null +++ b/priv/static/icons/train-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-lightrail-front-fill.svg b/priv/static/icons/train-lightrail-front-fill.svg new file mode 100644 index 0000000..e4fdebf --- /dev/null +++ b/priv/static/icons/train-lightrail-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/train-lightrail-front.svg b/priv/static/icons/train-lightrail-front.svg new file mode 100644 index 0000000..0e4c57e --- /dev/null +++ b/priv/static/icons/train-lightrail-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/translate.svg b/priv/static/icons/translate.svg new file mode 100644 index 0000000..39a17d2 --- /dev/null +++ b/priv/static/icons/translate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/transparency.svg b/priv/static/icons/transparency.svg new file mode 100644 index 0000000..f498aa3 --- /dev/null +++ b/priv/static/icons/transparency.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trash-fill.svg b/priv/static/icons/trash-fill.svg new file mode 100644 index 0000000..1a20e6a --- /dev/null +++ b/priv/static/icons/trash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trash.svg b/priv/static/icons/trash.svg new file mode 100644 index 0000000..4d0ee36 --- /dev/null +++ b/priv/static/icons/trash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/trash2-fill.svg b/priv/static/icons/trash2-fill.svg new file mode 100644 index 0000000..bc78b6d --- /dev/null +++ b/priv/static/icons/trash2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trash2.svg b/priv/static/icons/trash2.svg new file mode 100644 index 0000000..6e6468e --- /dev/null +++ b/priv/static/icons/trash2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trash3-fill.svg b/priv/static/icons/trash3-fill.svg new file mode 100644 index 0000000..e0e81f1 --- /dev/null +++ b/priv/static/icons/trash3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trash3.svg b/priv/static/icons/trash3.svg new file mode 100644 index 0000000..1d5f42e --- /dev/null +++ b/priv/static/icons/trash3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tree-fill.svg b/priv/static/icons/tree-fill.svg new file mode 100644 index 0000000..4d45dd4 --- /dev/null +++ b/priv/static/icons/tree-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tree.svg b/priv/static/icons/tree.svg new file mode 100644 index 0000000..b97eb64 --- /dev/null +++ b/priv/static/icons/tree.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trello.svg b/priv/static/icons/trello.svg new file mode 100644 index 0000000..0886058 --- /dev/null +++ b/priv/static/icons/trello.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/triangle-fill.svg b/priv/static/icons/triangle-fill.svg new file mode 100644 index 0000000..654787f --- /dev/null +++ b/priv/static/icons/triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/triangle-half.svg b/priv/static/icons/triangle-half.svg new file mode 100644 index 0000000..8f86f28 --- /dev/null +++ b/priv/static/icons/triangle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/triangle.svg b/priv/static/icons/triangle.svg new file mode 100644 index 0000000..1fa1898 --- /dev/null +++ b/priv/static/icons/triangle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trophy-fill.svg b/priv/static/icons/trophy-fill.svg new file mode 100644 index 0000000..e29f001 --- /dev/null +++ b/priv/static/icons/trophy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/trophy.svg b/priv/static/icons/trophy.svg new file mode 100644 index 0000000..adfa108 --- /dev/null +++ b/priv/static/icons/trophy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tropical-storm.svg b/priv/static/icons/tropical-storm.svg new file mode 100644 index 0000000..c16188d --- /dev/null +++ b/priv/static/icons/tropical-storm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/truck-flatbed.svg b/priv/static/icons/truck-flatbed.svg new file mode 100644 index 0000000..5a37c8d --- /dev/null +++ b/priv/static/icons/truck-flatbed.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/truck-front-fill.svg b/priv/static/icons/truck-front-fill.svg new file mode 100644 index 0000000..0aeb0a1 --- /dev/null +++ b/priv/static/icons/truck-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/truck-front.svg b/priv/static/icons/truck-front.svg new file mode 100644 index 0000000..9e4bbf1 --- /dev/null +++ b/priv/static/icons/truck-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/truck.svg b/priv/static/icons/truck.svg new file mode 100644 index 0000000..1afc549 --- /dev/null +++ b/priv/static/icons/truck.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tsunami.svg b/priv/static/icons/tsunami.svg new file mode 100644 index 0000000..cf57486 --- /dev/null +++ b/priv/static/icons/tsunami.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tv-fill.svg b/priv/static/icons/tv-fill.svg new file mode 100644 index 0000000..bf9830f --- /dev/null +++ b/priv/static/icons/tv-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/tv.svg b/priv/static/icons/tv.svg new file mode 100644 index 0000000..bba3da1 --- /dev/null +++ b/priv/static/icons/tv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/twitch.svg b/priv/static/icons/twitch.svg new file mode 100644 index 0000000..2975f80 --- /dev/null +++ b/priv/static/icons/twitch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/twitter-x.svg b/priv/static/icons/twitter-x.svg new file mode 100644 index 0000000..7097f07 --- /dev/null +++ b/priv/static/icons/twitter-x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/twitter.svg b/priv/static/icons/twitter.svg new file mode 100644 index 0000000..8a83fa6 --- /dev/null +++ b/priv/static/icons/twitter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-bold.svg b/priv/static/icons/type-bold.svg new file mode 100644 index 0000000..276d133 --- /dev/null +++ b/priv/static/icons/type-bold.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h1.svg b/priv/static/icons/type-h1.svg new file mode 100644 index 0000000..5b412fe --- /dev/null +++ b/priv/static/icons/type-h1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h2.svg b/priv/static/icons/type-h2.svg new file mode 100644 index 0000000..c92dd91 --- /dev/null +++ b/priv/static/icons/type-h2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h3.svg b/priv/static/icons/type-h3.svg new file mode 100644 index 0000000..7136286 --- /dev/null +++ b/priv/static/icons/type-h3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h4.svg b/priv/static/icons/type-h4.svg new file mode 100644 index 0000000..f368b9f --- /dev/null +++ b/priv/static/icons/type-h4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h5.svg b/priv/static/icons/type-h5.svg new file mode 100644 index 0000000..a8a29b6 --- /dev/null +++ b/priv/static/icons/type-h5.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-h6.svg b/priv/static/icons/type-h6.svg new file mode 100644 index 0000000..53df6a5 --- /dev/null +++ b/priv/static/icons/type-h6.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-italic.svg b/priv/static/icons/type-italic.svg new file mode 100644 index 0000000..3ac6b09 --- /dev/null +++ b/priv/static/icons/type-italic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-strikethrough.svg b/priv/static/icons/type-strikethrough.svg new file mode 100644 index 0000000..1c940e4 --- /dev/null +++ b/priv/static/icons/type-strikethrough.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type-underline.svg b/priv/static/icons/type-underline.svg new file mode 100644 index 0000000..c299b8b --- /dev/null +++ b/priv/static/icons/type-underline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/type.svg b/priv/static/icons/type.svg new file mode 100644 index 0000000..9ab1e4c --- /dev/null +++ b/priv/static/icons/type.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ubuntu.svg b/priv/static/icons/ubuntu.svg new file mode 100644 index 0000000..27f8c27 --- /dev/null +++ b/priv/static/icons/ubuntu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ui-checks-grid.svg b/priv/static/icons/ui-checks-grid.svg new file mode 100644 index 0000000..a32d424 --- /dev/null +++ b/priv/static/icons/ui-checks-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ui-checks.svg b/priv/static/icons/ui-checks.svg new file mode 100644 index 0000000..9b659e2 --- /dev/null +++ b/priv/static/icons/ui-checks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ui-radios-grid.svg b/priv/static/icons/ui-radios-grid.svg new file mode 100644 index 0000000..00c7b08 --- /dev/null +++ b/priv/static/icons/ui-radios-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/ui-radios.svg b/priv/static/icons/ui-radios.svg new file mode 100644 index 0000000..da779af --- /dev/null +++ b/priv/static/icons/ui-radios.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/umbrella-fill.svg b/priv/static/icons/umbrella-fill.svg new file mode 100644 index 0000000..c4886e9 --- /dev/null +++ b/priv/static/icons/umbrella-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/umbrella.svg b/priv/static/icons/umbrella.svg new file mode 100644 index 0000000..94f32f9 --- /dev/null +++ b/priv/static/icons/umbrella.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/unindent.svg b/priv/static/icons/unindent.svg new file mode 100644 index 0000000..1969283 --- /dev/null +++ b/priv/static/icons/unindent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/union.svg b/priv/static/icons/union.svg new file mode 100644 index 0000000..b629b88 --- /dev/null +++ b/priv/static/icons/union.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/unity.svg b/priv/static/icons/unity.svg new file mode 100644 index 0000000..e179a38 --- /dev/null +++ b/priv/static/icons/unity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/universal-access-circle.svg b/priv/static/icons/universal-access-circle.svg new file mode 100644 index 0000000..158465b --- /dev/null +++ b/priv/static/icons/universal-access-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/universal-access.svg b/priv/static/icons/universal-access.svg new file mode 100644 index 0000000..3b7fc37 --- /dev/null +++ b/priv/static/icons/universal-access.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/unlock-fill.svg b/priv/static/icons/unlock-fill.svg new file mode 100644 index 0000000..f053354 --- /dev/null +++ b/priv/static/icons/unlock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/unlock.svg b/priv/static/icons/unlock.svg new file mode 100644 index 0000000..8eb0925 --- /dev/null +++ b/priv/static/icons/unlock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/upc-scan.svg b/priv/static/icons/upc-scan.svg new file mode 100644 index 0000000..2a9a6af --- /dev/null +++ b/priv/static/icons/upc-scan.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/upc.svg b/priv/static/icons/upc.svg new file mode 100644 index 0000000..6669ef7 --- /dev/null +++ b/priv/static/icons/upc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/upload.svg b/priv/static/icons/upload.svg new file mode 100644 index 0000000..be3f8e3 --- /dev/null +++ b/priv/static/icons/upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/usb-c-fill.svg b/priv/static/icons/usb-c-fill.svg new file mode 100644 index 0000000..0e50ac6 --- /dev/null +++ b/priv/static/icons/usb-c-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-c.svg b/priv/static/icons/usb-c.svg new file mode 100644 index 0000000..c17d4ca --- /dev/null +++ b/priv/static/icons/usb-c.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/usb-drive-fill.svg b/priv/static/icons/usb-drive-fill.svg new file mode 100644 index 0000000..834614d --- /dev/null +++ b/priv/static/icons/usb-drive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-drive.svg b/priv/static/icons/usb-drive.svg new file mode 100644 index 0000000..ca08df5 --- /dev/null +++ b/priv/static/icons/usb-drive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-fill.svg b/priv/static/icons/usb-fill.svg new file mode 100644 index 0000000..443c91a --- /dev/null +++ b/priv/static/icons/usb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-micro-fill.svg b/priv/static/icons/usb-micro-fill.svg new file mode 100644 index 0000000..67ad744 --- /dev/null +++ b/priv/static/icons/usb-micro-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-micro.svg b/priv/static/icons/usb-micro.svg new file mode 100644 index 0000000..945b6e7 --- /dev/null +++ b/priv/static/icons/usb-micro.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/usb-mini-fill.svg b/priv/static/icons/usb-mini-fill.svg new file mode 100644 index 0000000..7235636 --- /dev/null +++ b/priv/static/icons/usb-mini-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-mini.svg b/priv/static/icons/usb-mini.svg new file mode 100644 index 0000000..7cc383f --- /dev/null +++ b/priv/static/icons/usb-mini.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/usb-plug-fill.svg b/priv/static/icons/usb-plug-fill.svg new file mode 100644 index 0000000..2f1c185 --- /dev/null +++ b/priv/static/icons/usb-plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-plug.svg b/priv/static/icons/usb-plug.svg new file mode 100644 index 0000000..68f5f97 --- /dev/null +++ b/priv/static/icons/usb-plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb-symbol.svg b/priv/static/icons/usb-symbol.svg new file mode 100644 index 0000000..eb02d87 --- /dev/null +++ b/priv/static/icons/usb-symbol.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/usb.svg b/priv/static/icons/usb.svg new file mode 100644 index 0000000..e82324c --- /dev/null +++ b/priv/static/icons/usb.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/valentine.svg b/priv/static/icons/valentine.svg new file mode 100644 index 0000000..5542055 --- /dev/null +++ b/priv/static/icons/valentine.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/valentine2.svg b/priv/static/icons/valentine2.svg new file mode 100644 index 0000000..c70e274 --- /dev/null +++ b/priv/static/icons/valentine2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/vector-pen.svg b/priv/static/icons/vector-pen.svg new file mode 100644 index 0000000..013acc2 --- /dev/null +++ b/priv/static/icons/vector-pen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/view-list.svg b/priv/static/icons/view-list.svg new file mode 100644 index 0000000..3d1a972 --- /dev/null +++ b/priv/static/icons/view-list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/view-stacked.svg b/priv/static/icons/view-stacked.svg new file mode 100644 index 0000000..7f59bb9 --- /dev/null +++ b/priv/static/icons/view-stacked.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/vignette.svg b/priv/static/icons/vignette.svg new file mode 100644 index 0000000..205b66d --- /dev/null +++ b/priv/static/icons/vignette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/vimeo.svg b/priv/static/icons/vimeo.svg new file mode 100644 index 0000000..34eea6d --- /dev/null +++ b/priv/static/icons/vimeo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/vinyl-fill.svg b/priv/static/icons/vinyl-fill.svg new file mode 100644 index 0000000..a5ab73d --- /dev/null +++ b/priv/static/icons/vinyl-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/vinyl.svg b/priv/static/icons/vinyl.svg new file mode 100644 index 0000000..75c2681 --- /dev/null +++ b/priv/static/icons/vinyl.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/virus.svg b/priv/static/icons/virus.svg new file mode 100644 index 0000000..4029fad --- /dev/null +++ b/priv/static/icons/virus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/virus2.svg b/priv/static/icons/virus2.svg new file mode 100644 index 0000000..b0501ec --- /dev/null +++ b/priv/static/icons/virus2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/voicemail.svg b/priv/static/icons/voicemail.svg new file mode 100644 index 0000000..ff7ce86 --- /dev/null +++ b/priv/static/icons/voicemail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-down-fill.svg b/priv/static/icons/volume-down-fill.svg new file mode 100644 index 0000000..4879b5a --- /dev/null +++ b/priv/static/icons/volume-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-down.svg b/priv/static/icons/volume-down.svg new file mode 100644 index 0000000..996dbef --- /dev/null +++ b/priv/static/icons/volume-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-mute-fill.svg b/priv/static/icons/volume-mute-fill.svg new file mode 100644 index 0000000..7ab7684 --- /dev/null +++ b/priv/static/icons/volume-mute-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-mute.svg b/priv/static/icons/volume-mute.svg new file mode 100644 index 0000000..12659d9 --- /dev/null +++ b/priv/static/icons/volume-mute.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-off-fill.svg b/priv/static/icons/volume-off-fill.svg new file mode 100644 index 0000000..4941870 --- /dev/null +++ b/priv/static/icons/volume-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-off.svg b/priv/static/icons/volume-off.svg new file mode 100644 index 0000000..08bb6b9 --- /dev/null +++ b/priv/static/icons/volume-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/volume-up-fill.svg b/priv/static/icons/volume-up-fill.svg new file mode 100644 index 0000000..495ee98 --- /dev/null +++ b/priv/static/icons/volume-up-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/volume-up.svg b/priv/static/icons/volume-up.svg new file mode 100644 index 0000000..3840310 --- /dev/null +++ b/priv/static/icons/volume-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/vr.svg b/priv/static/icons/vr.svg new file mode 100644 index 0000000..cf2ea37 --- /dev/null +++ b/priv/static/icons/vr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wallet-fill.svg b/priv/static/icons/wallet-fill.svg new file mode 100644 index 0000000..d44e5c8 --- /dev/null +++ b/priv/static/icons/wallet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wallet.svg b/priv/static/icons/wallet.svg new file mode 100644 index 0000000..d18441b --- /dev/null +++ b/priv/static/icons/wallet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wallet2.svg b/priv/static/icons/wallet2.svg new file mode 100644 index 0000000..e646d94 --- /dev/null +++ b/priv/static/icons/wallet2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/watch.svg b/priv/static/icons/watch.svg new file mode 100644 index 0000000..8c3ee98 --- /dev/null +++ b/priv/static/icons/watch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/water.svg b/priv/static/icons/water.svg new file mode 100644 index 0000000..18e0825 --- /dev/null +++ b/priv/static/icons/water.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/webcam-fill.svg b/priv/static/icons/webcam-fill.svg new file mode 100644 index 0000000..04b835b --- /dev/null +++ b/priv/static/icons/webcam-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/webcam.svg b/priv/static/icons/webcam.svg new file mode 100644 index 0000000..da7ef71 --- /dev/null +++ b/priv/static/icons/webcam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wechat.svg b/priv/static/icons/wechat.svg new file mode 100644 index 0000000..06b8ff8 --- /dev/null +++ b/priv/static/icons/wechat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/whatsapp.svg b/priv/static/icons/whatsapp.svg new file mode 100644 index 0000000..6242d05 --- /dev/null +++ b/priv/static/icons/whatsapp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wifi-1.svg b/priv/static/icons/wifi-1.svg new file mode 100644 index 0000000..4d75ef5 --- /dev/null +++ b/priv/static/icons/wifi-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wifi-2.svg b/priv/static/icons/wifi-2.svg new file mode 100644 index 0000000..377c1fc --- /dev/null +++ b/priv/static/icons/wifi-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wifi-off.svg b/priv/static/icons/wifi-off.svg new file mode 100644 index 0000000..4399861 --- /dev/null +++ b/priv/static/icons/wifi-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wifi.svg b/priv/static/icons/wifi.svg new file mode 100644 index 0000000..8cb1f71 --- /dev/null +++ b/priv/static/icons/wifi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wikipedia.svg b/priv/static/icons/wikipedia.svg new file mode 100644 index 0000000..5fa98b1 --- /dev/null +++ b/priv/static/icons/wikipedia.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wind.svg b/priv/static/icons/wind.svg new file mode 100644 index 0000000..d350ea4 --- /dev/null +++ b/priv/static/icons/wind.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/window-dash.svg b/priv/static/icons/window-dash.svg new file mode 100644 index 0000000..191fbd7 --- /dev/null +++ b/priv/static/icons/window-dash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/window-desktop.svg b/priv/static/icons/window-desktop.svg new file mode 100644 index 0000000..a044521 --- /dev/null +++ b/priv/static/icons/window-desktop.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-dock.svg b/priv/static/icons/window-dock.svg new file mode 100644 index 0000000..dbffecb --- /dev/null +++ b/priv/static/icons/window-dock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-fullscreen.svg b/priv/static/icons/window-fullscreen.svg new file mode 100644 index 0000000..22a8d20 --- /dev/null +++ b/priv/static/icons/window-fullscreen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-plus.svg b/priv/static/icons/window-plus.svg new file mode 100644 index 0000000..08444f3 --- /dev/null +++ b/priv/static/icons/window-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/window-sidebar.svg b/priv/static/icons/window-sidebar.svg new file mode 100644 index 0000000..98476ce --- /dev/null +++ b/priv/static/icons/window-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-split.svg b/priv/static/icons/window-split.svg new file mode 100644 index 0000000..21862f2 --- /dev/null +++ b/priv/static/icons/window-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-stack.svg b/priv/static/icons/window-stack.svg new file mode 100644 index 0000000..592e5c8 --- /dev/null +++ b/priv/static/icons/window-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/window-x.svg b/priv/static/icons/window-x.svg new file mode 100644 index 0000000..e7a97dc --- /dev/null +++ b/priv/static/icons/window-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/window.svg b/priv/static/icons/window.svg new file mode 100644 index 0000000..ad6166e --- /dev/null +++ b/priv/static/icons/window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/windows.svg b/priv/static/icons/windows.svg new file mode 100644 index 0000000..b280560 --- /dev/null +++ b/priv/static/icons/windows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/wordpress.svg b/priv/static/icons/wordpress.svg new file mode 100644 index 0000000..4c8cbc4 --- /dev/null +++ b/priv/static/icons/wordpress.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/wrench-adjustable-circle-fill.svg b/priv/static/icons/wrench-adjustable-circle-fill.svg new file mode 100644 index 0000000..b723d7f --- /dev/null +++ b/priv/static/icons/wrench-adjustable-circle-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wrench-adjustable-circle.svg b/priv/static/icons/wrench-adjustable-circle.svg new file mode 100644 index 0000000..a5a6f0b --- /dev/null +++ b/priv/static/icons/wrench-adjustable-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wrench-adjustable.svg b/priv/static/icons/wrench-adjustable.svg new file mode 100644 index 0000000..4ec8082 --- /dev/null +++ b/priv/static/icons/wrench-adjustable.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/wrench.svg b/priv/static/icons/wrench.svg new file mode 100644 index 0000000..bef0713 --- /dev/null +++ b/priv/static/icons/wrench.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-circle-fill.svg b/priv/static/icons/x-circle-fill.svg new file mode 100644 index 0000000..448fdee --- /dev/null +++ b/priv/static/icons/x-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-circle.svg b/priv/static/icons/x-circle.svg new file mode 100644 index 0000000..ce37cdc --- /dev/null +++ b/priv/static/icons/x-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/x-diamond-fill.svg b/priv/static/icons/x-diamond-fill.svg new file mode 100644 index 0000000..2de6403 --- /dev/null +++ b/priv/static/icons/x-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-diamond.svg b/priv/static/icons/x-diamond.svg new file mode 100644 index 0000000..0ade536 --- /dev/null +++ b/priv/static/icons/x-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-lg.svg b/priv/static/icons/x-lg.svg new file mode 100644 index 0000000..53aec00 --- /dev/null +++ b/priv/static/icons/x-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-octagon-fill.svg b/priv/static/icons/x-octagon-fill.svg new file mode 100644 index 0000000..7872889 --- /dev/null +++ b/priv/static/icons/x-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-octagon.svg b/priv/static/icons/x-octagon.svg new file mode 100644 index 0000000..794afd9 --- /dev/null +++ b/priv/static/icons/x-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/x-square-fill.svg b/priv/static/icons/x-square-fill.svg new file mode 100644 index 0000000..ddfd727 --- /dev/null +++ b/priv/static/icons/x-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/x-square.svg b/priv/static/icons/x-square.svg new file mode 100644 index 0000000..9d7852f --- /dev/null +++ b/priv/static/icons/x-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/x.svg b/priv/static/icons/x.svg new file mode 100644 index 0000000..c865d88 --- /dev/null +++ b/priv/static/icons/x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/xbox.svg b/priv/static/icons/xbox.svg new file mode 100644 index 0000000..9d84973 --- /dev/null +++ b/priv/static/icons/xbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/yelp.svg b/priv/static/icons/yelp.svg new file mode 100644 index 0000000..08d3465 --- /dev/null +++ b/priv/static/icons/yelp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/yin-yang.svg b/priv/static/icons/yin-yang.svg new file mode 100644 index 0000000..cf1da48 --- /dev/null +++ b/priv/static/icons/yin-yang.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/priv/static/icons/youtube.svg b/priv/static/icons/youtube.svg new file mode 100644 index 0000000..86fa490 --- /dev/null +++ b/priv/static/icons/youtube.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/priv/static/icons/zoom-in.svg b/priv/static/icons/zoom-in.svg new file mode 100644 index 0000000..6cde1a0 --- /dev/null +++ b/priv/static/icons/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/static/icons/zoom-out.svg b/priv/static/icons/zoom-out.svg new file mode 100644 index 0000000..b965f8e --- /dev/null +++ b/priv/static/icons/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/priv/templates/http/application.eex b/priv/templates/http/application.eex index 01c82f0..f1eb141 100644 --- a/priv/templates/http/application.eex +++ b/priv/templates/http/application.eex @@ -7,6 +7,7 @@ BDFR Browser + diff --git a/priv/templates/http/search.eex b/priv/templates/http/search.eex index 353cd26..f7cea79 100644 --- a/priv/templates/http/search.eex +++ b/priv/templates/http/search.eex @@ -31,8 +31,11 @@

<%= post.title %>
- <%= post.subreddit %> - - <%= post.num_comments %> comment(s) - + <%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> + <%= post.subreddit %> + - + <%= post.num_comments %> comment(s) + - <%= Calendar.strftime(post.posted_at, "%Y-%m-%d") %>
@@ -58,7 +61,7 @@ <%= comment.post_title %> , <%= comment.subreddit %>, - <%= DateTime.to_iso8601(comment.posted_at) %> + <%= BdfrBrowser.RenderUtils.format_date(comment.posted_at, :long) %> diff --git a/priv/templates/http/subreddit_posts.eex b/priv/templates/http/subreddit_posts.eex index f93807d..c0a9255 100644 --- a/priv/templates/http/subreddit_posts.eex +++ b/priv/templates/http/subreddit_posts.eex @@ -27,7 +27,11 @@
<%= post.title %>
- <%= post.num_comments %> comment(s) - <%= DateTime.to_iso8601(post.posted_at) %> + + <%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> + <%= post.num_comments %> comment(s) + - + <%= BdfrBrowser.RenderUtils.format_date(post.posted_at, :short) %>
diff --git a/priv/templates/http/user.eex b/priv/templates/http/user.eex index f3e16e6..4d7af53 100644 --- a/priv/templates/http/user.eex +++ b/priv/templates/http/user.eex @@ -37,8 +37,11 @@
<%= post.title %>
- <%= post.subreddit %> - - <%= post.num_comments %> comment(s) - + <%= BdfrBrowser.RenderUtils.post_type_icon(post.url) %> + <%= post.subreddit %> + - + <%= post.num_comments %> comment(s) + - <%= Calendar.strftime(post.posted_at, "%Y-%m-%d") %>
@@ -63,7 +66,7 @@ <%= comment.post_title %> , <%= comment.subreddit %>, - <%= DateTime.to_iso8601(comment.posted_at) %> + <%= BdfrBrowser.RenderUtils.format_date(comment.posted_at, :long) %> @@ -81,7 +84,9 @@
<%= Enum.join(chat.accounts, ", ") %>
- <%= chat.num_messages %> message(s) - <%= DateTime.to_iso8601(chat.latest_message) %> + <%= chat.num_messages %> message(s) + - + <%= BdfrBrowser.RenderUtils.format_date(chat.latest_message, :long) %>
<%= if length(chat.tags) > 0 do %>