├── .credo.exs ├── .devops ├── deploy.sh └── values.yaml ├── .dockerignore ├── .formatter.exs ├── .github ├── FUNDING.yml ├── dependabot.yml └── workflows │ └── tests.yml ├── .gitignore ├── .prettierrc ├── .tool-versions ├── Dockerfile ├── LICENSE ├── README.md ├── assets ├── css │ └── app.css ├── js │ ├── app.js │ └── plaid.js ├── tailwind.config.js └── vendor │ ├── heroicons │ ├── LICENSE.md │ ├── UPGRADE.md │ └── optimized │ │ ├── 20 │ │ └── solid │ │ │ ├── academic-cap.svg │ │ │ ├── adjustments-horizontal.svg │ │ │ ├── adjustments-vertical.svg │ │ │ ├── archive-box-arrow-down.svg │ │ │ ├── archive-box-x-mark.svg │ │ │ ├── archive-box.svg │ │ │ ├── arrow-down-circle.svg │ │ │ ├── arrow-down-left.svg │ │ │ ├── arrow-down-on-square-stack.svg │ │ │ ├── arrow-down-on-square.svg │ │ │ ├── arrow-down-right.svg │ │ │ ├── arrow-down-tray.svg │ │ │ ├── arrow-down.svg │ │ │ ├── arrow-left-circle.svg │ │ │ ├── arrow-left-on-rectangle.svg │ │ │ ├── arrow-left.svg │ │ │ ├── arrow-long-down.svg │ │ │ ├── arrow-long-left.svg │ │ │ ├── arrow-long-right.svg │ │ │ ├── arrow-long-up.svg │ │ │ ├── arrow-path-rounded-square.svg │ │ │ ├── arrow-path.svg │ │ │ ├── arrow-right-circle.svg │ │ │ ├── arrow-right-on-rectangle.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrow-small-down.svg │ │ │ ├── arrow-small-left.svg │ │ │ ├── arrow-small-right.svg │ │ │ ├── arrow-small-up.svg │ │ │ ├── arrow-top-right-on-square.svg │ │ │ ├── arrow-trending-down.svg │ │ │ ├── arrow-trending-up.svg │ │ │ ├── arrow-up-circle.svg │ │ │ ├── arrow-up-left.svg │ │ │ ├── arrow-up-on-square-stack.svg │ │ │ ├── arrow-up-on-square.svg │ │ │ ├── arrow-up-right.svg │ │ │ ├── arrow-up-tray.svg │ │ │ ├── arrow-up.svg │ │ │ ├── arrow-uturn-down.svg │ │ │ ├── arrow-uturn-left.svg │ │ │ ├── arrow-uturn-right.svg │ │ │ ├── arrow-uturn-up.svg │ │ │ ├── arrows-pointing-in.svg │ │ │ ├── arrows-pointing-out.svg │ │ │ ├── arrows-right-left.svg │ │ │ ├── arrows-up-down.svg │ │ │ ├── at-symbol.svg │ │ │ ├── backspace.svg │ │ │ ├── backward.svg │ │ │ ├── banknotes.svg │ │ │ ├── bars-2.svg │ │ │ ├── bars-3-bottom-left.svg │ │ │ ├── bars-3-bottom-right.svg │ │ │ ├── bars-3-center-left.svg │ │ │ ├── bars-3.svg │ │ │ ├── bars-4.svg │ │ │ ├── bars-arrow-down.svg │ │ │ ├── bars-arrow-up.svg │ │ │ ├── battery-0.svg │ │ │ ├── battery-100.svg │ │ │ ├── battery-50.svg │ │ │ ├── beaker.svg │ │ │ ├── bell-alert.svg │ │ │ ├── bell-slash.svg │ │ │ ├── bell-snooze.svg │ │ │ ├── bell.svg │ │ │ ├── bolt-slash.svg │ │ │ ├── bolt.svg │ │ │ ├── book-open.svg │ │ │ ├── bookmark-slash.svg │ │ │ ├── bookmark-square.svg │ │ │ ├── bookmark.svg │ │ │ ├── briefcase.svg │ │ │ ├── bug-ant.svg │ │ │ ├── building-library.svg │ │ │ ├── building-office-2.svg │ │ │ ├── building-office.svg │ │ │ ├── building-storefront.svg │ │ │ ├── cake.svg │ │ │ ├── calculator.svg │ │ │ ├── calendar-days.svg │ │ │ ├── calendar.svg │ │ │ ├── camera.svg │ │ │ ├── chart-bar-square.svg │ │ │ ├── chart-bar.svg │ │ │ ├── chart-pie.svg │ │ │ ├── chat-bubble-bottom-center-text.svg │ │ │ ├── chat-bubble-bottom-center.svg │ │ │ ├── chat-bubble-left-ellipsis.svg │ │ │ ├── chat-bubble-left-right.svg │ │ │ ├── chat-bubble-left.svg │ │ │ ├── chat-bubble-oval-left-ellipsis.svg │ │ │ ├── chat-bubble-oval-left.svg │ │ │ ├── check-badge.svg │ │ │ ├── check-circle.svg │ │ │ ├── check.svg │ │ │ ├── chevron-double-down.svg │ │ │ ├── chevron-double-left.svg │ │ │ ├── chevron-double-right.svg │ │ │ ├── chevron-double-up.svg │ │ │ ├── chevron-down.svg │ │ │ ├── chevron-left.svg │ │ │ ├── chevron-right.svg │ │ │ ├── chevron-up-down.svg │ │ │ ├── chevron-up.svg │ │ │ ├── circle-stack.svg │ │ │ ├── clipboard-document-check.svg │ │ │ ├── clipboard-document-list.svg │ │ │ ├── clipboard-document.svg │ │ │ ├── clipboard.svg │ │ │ ├── clock.svg │ │ │ ├── cloud-arrow-down.svg │ │ │ ├── cloud-arrow-up.svg │ │ │ ├── cloud.svg │ │ │ ├── code-bracket-square.svg │ │ │ ├── code-bracket.svg │ │ │ ├── cog-6-tooth.svg │ │ │ ├── cog-8-tooth.svg │ │ │ ├── cog.svg │ │ │ ├── command-line.svg │ │ │ ├── computer-desktop.svg │ │ │ ├── cpu-chip.svg │ │ │ ├── credit-card.svg │ │ │ ├── cube-transparent.svg │ │ │ ├── cube.svg │ │ │ ├── currency-bangladeshi.svg │ │ │ ├── currency-dollar.svg │ │ │ ├── currency-euro.svg │ │ │ ├── currency-pound.svg │ │ │ ├── currency-rupee.svg │ │ │ ├── currency-yen.svg │ │ │ ├── cursor-arrow-rays.svg │ │ │ ├── cursor-arrow-ripple.svg │ │ │ ├── device-phone-mobile.svg │ │ │ ├── device-tablet.svg │ │ │ ├── document-arrow-down.svg │ │ │ ├── document-arrow-up.svg │ │ │ ├── document-chart-bar.svg │ │ │ ├── document-check.svg │ │ │ ├── document-duplicate.svg │ │ │ ├── document-magnifying-glass.svg │ │ │ ├── document-minus.svg │ │ │ ├── document-plus.svg │ │ │ ├── document-text.svg │ │ │ ├── document.svg │ │ │ ├── ellipsis-horizontal-circle.svg │ │ │ ├── ellipsis-horizontal.svg │ │ │ ├── ellipsis-vertical.svg │ │ │ ├── envelope-open.svg │ │ │ ├── envelope.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── eye-dropper.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── face-frown.svg │ │ │ ├── face-smile.svg │ │ │ ├── film.svg │ │ │ ├── finger-print.svg │ │ │ ├── fire.svg │ │ │ ├── flag.svg │ │ │ ├── folder-arrow-down.svg │ │ │ ├── folder-minus.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder-plus.svg │ │ │ ├── folder.svg │ │ │ ├── forward.svg │ │ │ ├── funnel.svg │ │ │ ├── gif.svg │ │ │ ├── gift-top.svg │ │ │ ├── gift.svg │ │ │ ├── globe-alt.svg │ │ │ ├── globe-americas.svg │ │ │ ├── globe-asia-australia.svg │ │ │ ├── globe-europe-africa.svg │ │ │ ├── hand-raised.svg │ │ │ ├── hand-thumb-down.svg │ │ │ ├── hand-thumb-up.svg │ │ │ ├── hashtag.svg │ │ │ ├── heart.svg │ │ │ ├── home-modern.svg │ │ │ ├── home.svg │ │ │ ├── identification.svg │ │ │ ├── inbox-arrow-down.svg │ │ │ ├── inbox-stack.svg │ │ │ ├── inbox.svg │ │ │ ├── information-circle.svg │ │ │ ├── key.svg │ │ │ ├── language.svg │ │ │ ├── lifebuoy.svg │ │ │ ├── light-bulb.svg │ │ │ ├── link.svg │ │ │ ├── list-bullet.svg │ │ │ ├── lock-closed.svg │ │ │ ├── lock-open.svg │ │ │ ├── magnifying-glass-circle.svg │ │ │ ├── magnifying-glass-minus.svg │ │ │ ├── magnifying-glass-plus.svg │ │ │ ├── magnifying-glass.svg │ │ │ ├── map-pin.svg │ │ │ ├── map.svg │ │ │ ├── megaphone.svg │ │ │ ├── microphone.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus-small.svg │ │ │ ├── minus.svg │ │ │ ├── moon.svg │ │ │ ├── musical-note.svg │ │ │ ├── newspaper.svg │ │ │ ├── no-symbol.svg │ │ │ ├── paint-brush.svg │ │ │ ├── paper-airplane.svg │ │ │ ├── paper-clip.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pencil-square.svg │ │ │ ├── pencil.svg │ │ │ ├── phone-arrow-down-left.svg │ │ │ ├── phone-arrow-up-right.svg │ │ │ ├── phone-x-mark.svg │ │ │ ├── phone.svg │ │ │ ├── photo.svg │ │ │ ├── play-circle.svg │ │ │ ├── play-pause.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus-small.svg │ │ │ ├── plus.svg │ │ │ ├── power.svg │ │ │ ├── presentation-chart-bar.svg │ │ │ ├── presentation-chart-line.svg │ │ │ ├── printer.svg │ │ │ ├── puzzle-piece.svg │ │ │ ├── qr-code.svg │ │ │ ├── question-mark-circle.svg │ │ │ ├── queue-list.svg │ │ │ ├── radio.svg │ │ │ ├── receipt-percent.svg │ │ │ ├── receipt-refund.svg │ │ │ ├── rectangle-group.svg │ │ │ ├── rectangle-stack.svg │ │ │ ├── rocket-launch.svg │ │ │ ├── rss.svg │ │ │ ├── scale.svg │ │ │ ├── scissors.svg │ │ │ ├── server-stack.svg │ │ │ ├── server.svg │ │ │ ├── share.svg │ │ │ ├── shield-check.svg │ │ │ ├── shield-exclamation.svg │ │ │ ├── shopping-bag.svg │ │ │ ├── shopping-cart.svg │ │ │ ├── signal-slash.svg │ │ │ ├── signal.svg │ │ │ ├── sparkles.svg │ │ │ ├── speaker-wave.svg │ │ │ ├── speaker-x-mark.svg │ │ │ ├── square-2-stack.svg │ │ │ ├── square-3-stack-3d.svg │ │ │ ├── squares-2x2.svg │ │ │ ├── squares-plus.svg │ │ │ ├── star.svg │ │ │ ├── stop-circle.svg │ │ │ ├── stop.svg │ │ │ ├── sun.svg │ │ │ ├── swatch.svg │ │ │ ├── table-cells.svg │ │ │ ├── tag.svg │ │ │ ├── ticket.svg │ │ │ ├── trash.svg │ │ │ ├── trophy.svg │ │ │ ├── truck.svg │ │ │ ├── tv.svg │ │ │ ├── user-circle.svg │ │ │ ├── user-group.svg │ │ │ ├── user-minus.svg │ │ │ ├── user-plus.svg │ │ │ ├── user.svg │ │ │ ├── users.svg │ │ │ ├── variable.svg │ │ │ ├── video-camera-slash.svg │ │ │ ├── video-camera.svg │ │ │ ├── view-columns.svg │ │ │ ├── viewfinder-circle.svg │ │ │ ├── wallet.svg │ │ │ ├── wifi.svg │ │ │ ├── window.svg │ │ │ ├── wrench-screwdriver.svg │ │ │ ├── wrench.svg │ │ │ ├── x-circle.svg │ │ │ └── x-mark.svg │ │ └── 24 │ │ ├── outline │ │ ├── academic-cap.svg │ │ ├── adjustments-horizontal.svg │ │ ├── adjustments-vertical.svg │ │ ├── archive-box-arrow-down.svg │ │ ├── archive-box-x-mark.svg │ │ ├── archive-box.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-on-square-stack.svg │ │ ├── arrow-down-on-square.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down-tray.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left-on-rectangle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-long-down.svg │ │ ├── arrow-long-left.svg │ │ ├── arrow-long-right.svg │ │ ├── arrow-long-up.svg │ │ ├── arrow-path-rounded-square.svg │ │ ├── arrow-path.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right-on-rectangle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-small-down.svg │ │ ├── arrow-small-left.svg │ │ ├── arrow-small-right.svg │ │ ├── arrow-small-up.svg │ │ ├── arrow-top-right-on-square.svg │ │ ├── arrow-trending-down.svg │ │ ├── arrow-trending-up.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-on-square-stack.svg │ │ ├── arrow-up-on-square.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up-tray.svg │ │ ├── arrow-up.svg │ │ ├── arrow-uturn-down.svg │ │ ├── arrow-uturn-left.svg │ │ ├── arrow-uturn-right.svg │ │ ├── arrow-uturn-up.svg │ │ ├── arrows-pointing-in.svg │ │ ├── arrows-pointing-out.svg │ │ ├── arrows-right-left.svg │ │ ├── arrows-up-down.svg │ │ ├── at-symbol.svg │ │ ├── backspace.svg │ │ ├── backward.svg │ │ ├── banknotes.svg │ │ ├── bars-2.svg │ │ ├── bars-3-bottom-left.svg │ │ ├── bars-3-bottom-right.svg │ │ ├── bars-3-center-left.svg │ │ ├── bars-3.svg │ │ ├── bars-4.svg │ │ ├── bars-arrow-down.svg │ │ ├── bars-arrow-up.svg │ │ ├── battery-0.svg │ │ ├── battery-100.svg │ │ ├── battery-50.svg │ │ ├── beaker.svg │ │ ├── bell-alert.svg │ │ ├── bell-slash.svg │ │ ├── bell-snooze.svg │ │ ├── bell.svg │ │ ├── bolt-slash.svg │ │ ├── bolt.svg │ │ ├── book-open.svg │ │ ├── bookmark-slash.svg │ │ ├── bookmark-square.svg │ │ ├── bookmark.svg │ │ ├── briefcase.svg │ │ ├── bug-ant.svg │ │ ├── building-library.svg │ │ ├── building-office-2.svg │ │ ├── building-office.svg │ │ ├── building-storefront.svg │ │ ├── cake.svg │ │ ├── calculator.svg │ │ ├── calendar-days.svg │ │ ├── calendar.svg │ │ ├── camera.svg │ │ ├── chart-bar-square.svg │ │ ├── chart-bar.svg │ │ ├── chart-pie.svg │ │ ├── chat-bubble-bottom-center-text.svg │ │ ├── chat-bubble-bottom-center.svg │ │ ├── chat-bubble-left-ellipsis.svg │ │ ├── chat-bubble-left-right.svg │ │ ├── chat-bubble-left.svg │ │ ├── chat-bubble-oval-left-ellipsis.svg │ │ ├── chat-bubble-oval-left.svg │ │ ├── check-badge.svg │ │ ├── check-circle.svg │ │ ├── check.svg │ │ ├── chevron-double-down.svg │ │ ├── chevron-double-left.svg │ │ ├── chevron-double-right.svg │ │ ├── chevron-double-up.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up-down.svg │ │ ├── chevron-up.svg │ │ ├── circle-stack.svg │ │ ├── clipboard-document-check.svg │ │ ├── clipboard-document-list.svg │ │ ├── clipboard-document.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-arrow-down.svg │ │ ├── cloud-arrow-up.svg │ │ ├── cloud.svg │ │ ├── code-bracket-square.svg │ │ ├── code-bracket.svg │ │ ├── cog-6-tooth.svg │ │ ├── cog-8-tooth.svg │ │ ├── cog.svg │ │ ├── command-line.svg │ │ ├── computer-desktop.svg │ │ ├── cpu-chip.svg │ │ ├── credit-card.svg │ │ ├── cube-transparent.svg │ │ ├── cube.svg │ │ ├── currency-bangladeshi.svg │ │ ├── currency-dollar.svg │ │ ├── currency-euro.svg │ │ ├── currency-pound.svg │ │ ├── currency-rupee.svg │ │ ├── currency-yen.svg │ │ ├── cursor-arrow-rays.svg │ │ ├── cursor-arrow-ripple.svg │ │ ├── device-phone-mobile.svg │ │ ├── device-tablet.svg │ │ ├── document-arrow-down.svg │ │ ├── document-arrow-up.svg │ │ ├── document-chart-bar.svg │ │ ├── document-check.svg │ │ ├── document-duplicate.svg │ │ ├── document-magnifying-glass.svg │ │ ├── document-minus.svg │ │ ├── document-plus.svg │ │ ├── document-text.svg │ │ ├── document.svg │ │ ├── ellipsis-horizontal-circle.svg │ │ ├── ellipsis-horizontal.svg │ │ ├── ellipsis-vertical.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── exclamation-circle.svg │ │ ├── exclamation-triangle.svg │ │ ├── eye-dropper.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── face-frown.svg │ │ ├── face-smile.svg │ │ ├── film.svg │ │ ├── finger-print.svg │ │ ├── fire.svg │ │ ├── flag.svg │ │ ├── folder-arrow-down.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── forward.svg │ │ ├── funnel.svg │ │ ├── gif.svg │ │ ├── gift-top.svg │ │ ├── gift.svg │ │ ├── globe-alt.svg │ │ ├── globe-americas.svg │ │ ├── globe-asia-australia.svg │ │ ├── globe-europe-africa.svg │ │ ├── hand-raised.svg │ │ ├── hand-thumb-down.svg │ │ ├── hand-thumb-up.svg │ │ ├── hashtag.svg │ │ ├── heart.svg │ │ ├── home-modern.svg │ │ ├── home.svg │ │ ├── identification.svg │ │ ├── inbox-arrow-down.svg │ │ ├── inbox-stack.svg │ │ ├── inbox.svg │ │ ├── information-circle.svg │ │ ├── key.svg │ │ ├── language.svg │ │ ├── lifebuoy.svg │ │ ├── light-bulb.svg │ │ ├── link.svg │ │ ├── list-bullet.svg │ │ ├── lock-closed.svg │ │ ├── lock-open.svg │ │ ├── magnifying-glass-circle.svg │ │ ├── magnifying-glass-minus.svg │ │ ├── magnifying-glass-plus.svg │ │ ├── magnifying-glass.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── megaphone.svg │ │ ├── microphone.svg │ │ ├── minus-circle.svg │ │ ├── minus-small.svg │ │ ├── minus.svg │ │ ├── moon.svg │ │ ├── musical-note.svg │ │ ├── newspaper.svg │ │ ├── no-symbol.svg │ │ ├── paint-brush.svg │ │ ├── paper-airplane.svg │ │ ├── paper-clip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pencil-square.svg │ │ ├── pencil.svg │ │ ├── phone-arrow-down-left.svg │ │ ├── phone-arrow-up-right.svg │ │ ├── phone-x-mark.svg │ │ ├── phone.svg │ │ ├── photo.svg │ │ ├── play-circle.svg │ │ ├── play-pause.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-small.svg │ │ ├── plus.svg │ │ ├── power.svg │ │ ├── presentation-chart-bar.svg │ │ ├── presentation-chart-line.svg │ │ ├── printer.svg │ │ ├── puzzle-piece.svg │ │ ├── qr-code.svg │ │ ├── question-mark-circle.svg │ │ ├── queue-list.svg │ │ ├── radio.svg │ │ ├── receipt-percent.svg │ │ ├── receipt-refund.svg │ │ ├── rectangle-group.svg │ │ ├── rectangle-stack.svg │ │ ├── rocket-launch.svg │ │ ├── rss.svg │ │ ├── scale.svg │ │ ├── scissors.svg │ │ ├── server-stack.svg │ │ ├── server.svg │ │ ├── share.svg │ │ ├── shield-check.svg │ │ ├── shield-exclamation.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── signal-slash.svg │ │ ├── signal.svg │ │ ├── sparkles.svg │ │ ├── speaker-wave.svg │ │ ├── speaker-x-mark.svg │ │ ├── square-2-stack.svg │ │ ├── square-3-stack-3d.svg │ │ ├── squares-2x2.svg │ │ ├── squares-plus.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── stop.svg │ │ ├── sun.svg │ │ ├── swatch.svg │ │ ├── table-cells.svg │ │ ├── tag.svg │ │ ├── ticket.svg │ │ ├── trash.svg │ │ ├── trophy.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── user-circle.svg │ │ ├── user-group.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── variable.svg │ │ ├── video-camera-slash.svg │ │ ├── video-camera.svg │ │ ├── view-columns.svg │ │ ├── viewfinder-circle.svg │ │ ├── wallet.svg │ │ ├── wifi.svg │ │ ├── window.svg │ │ ├── wrench-screwdriver.svg │ │ ├── wrench.svg │ │ ├── x-circle.svg │ │ └── x-mark.svg │ │ └── solid │ │ ├── academic-cap.svg │ │ ├── adjustments-horizontal.svg │ │ ├── adjustments-vertical.svg │ │ ├── archive-box-arrow-down.svg │ │ ├── archive-box-x-mark.svg │ │ ├── archive-box.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-on-square-stack.svg │ │ ├── arrow-down-on-square.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down-tray.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left-on-rectangle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-long-down.svg │ │ ├── arrow-long-left.svg │ │ ├── arrow-long-right.svg │ │ ├── arrow-long-up.svg │ │ ├── arrow-path-rounded-square.svg │ │ ├── arrow-path.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right-on-rectangle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-small-down.svg │ │ ├── arrow-small-left.svg │ │ ├── arrow-small-right.svg │ │ ├── arrow-small-up.svg │ │ ├── arrow-top-right-on-square.svg │ │ ├── arrow-trending-down.svg │ │ ├── arrow-trending-up.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-on-square-stack.svg │ │ ├── arrow-up-on-square.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up-tray.svg │ │ ├── arrow-up.svg │ │ ├── arrow-uturn-down.svg │ │ ├── arrow-uturn-left.svg │ │ ├── arrow-uturn-right.svg │ │ ├── arrow-uturn-up.svg │ │ ├── arrows-pointing-in.svg │ │ ├── arrows-pointing-out.svg │ │ ├── arrows-right-left.svg │ │ ├── arrows-up-down.svg │ │ ├── at-symbol.svg │ │ ├── backspace.svg │ │ ├── backward.svg │ │ ├── banknotes.svg │ │ ├── bars-2.svg │ │ ├── bars-3-bottom-left.svg │ │ ├── bars-3-bottom-right.svg │ │ ├── bars-3-center-left.svg │ │ ├── bars-3.svg │ │ ├── bars-4.svg │ │ ├── bars-arrow-down.svg │ │ ├── bars-arrow-up.svg │ │ ├── battery-0.svg │ │ ├── battery-100.svg │ │ ├── battery-50.svg │ │ ├── beaker.svg │ │ ├── bell-alert.svg │ │ ├── bell-slash.svg │ │ ├── bell-snooze.svg │ │ ├── bell.svg │ │ ├── bolt-slash.svg │ │ ├── bolt.svg │ │ ├── book-open.svg │ │ ├── bookmark-slash.svg │ │ ├── bookmark-square.svg │ │ ├── bookmark.svg │ │ ├── briefcase.svg │ │ ├── bug-ant.svg │ │ ├── building-library.svg │ │ ├── building-office-2.svg │ │ ├── building-office.svg │ │ ├── building-storefront.svg │ │ ├── cake.svg │ │ ├── calculator.svg │ │ ├── calendar-days.svg │ │ ├── calendar.svg │ │ ├── camera.svg │ │ ├── chart-bar-square.svg │ │ ├── chart-bar.svg │ │ ├── chart-pie.svg │ │ ├── chat-bubble-bottom-center-text.svg │ │ ├── chat-bubble-bottom-center.svg │ │ ├── chat-bubble-left-ellipsis.svg │ │ ├── chat-bubble-left-right.svg │ │ ├── chat-bubble-left.svg │ │ ├── chat-bubble-oval-left-ellipsis.svg │ │ ├── chat-bubble-oval-left.svg │ │ ├── check-badge.svg │ │ ├── check-circle.svg │ │ ├── check.svg │ │ ├── chevron-double-down.svg │ │ ├── chevron-double-left.svg │ │ ├── chevron-double-right.svg │ │ ├── chevron-double-up.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up-down.svg │ │ ├── chevron-up.svg │ │ ├── circle-stack.svg │ │ ├── clipboard-document-check.svg │ │ ├── clipboard-document-list.svg │ │ ├── clipboard-document.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-arrow-down.svg │ │ ├── cloud-arrow-up.svg │ │ ├── cloud.svg │ │ ├── code-bracket-square.svg │ │ ├── code-bracket.svg │ │ ├── cog-6-tooth.svg │ │ ├── cog-8-tooth.svg │ │ ├── cog.svg │ │ ├── command-line.svg │ │ ├── computer-desktop.svg │ │ ├── cpu-chip.svg │ │ ├── credit-card.svg │ │ ├── cube-transparent.svg │ │ ├── cube.svg │ │ ├── currency-bangladeshi.svg │ │ ├── currency-dollar.svg │ │ ├── currency-euro.svg │ │ ├── currency-pound.svg │ │ ├── currency-rupee.svg │ │ ├── currency-yen.svg │ │ ├── cursor-arrow-rays.svg │ │ ├── cursor-arrow-ripple.svg │ │ ├── device-phone-mobile.svg │ │ ├── device-tablet.svg │ │ ├── document-arrow-down.svg │ │ ├── document-arrow-up.svg │ │ ├── document-chart-bar.svg │ │ ├── document-check.svg │ │ ├── document-duplicate.svg │ │ ├── document-magnifying-glass.svg │ │ ├── document-minus.svg │ │ ├── document-plus.svg │ │ ├── document-text.svg │ │ ├── document.svg │ │ ├── ellipsis-horizontal-circle.svg │ │ ├── ellipsis-horizontal.svg │ │ ├── ellipsis-vertical.svg │ │ ├── envelope-open.svg │ │ ├── envelope.svg │ │ ├── exclamation-circle.svg │ │ ├── exclamation-triangle.svg │ │ ├── eye-dropper.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── face-frown.svg │ │ ├── face-smile.svg │ │ ├── film.svg │ │ ├── finger-print.svg │ │ ├── fire.svg │ │ ├── flag.svg │ │ ├── folder-arrow-down.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── forward.svg │ │ ├── funnel.svg │ │ ├── gif.svg │ │ ├── gift-top.svg │ │ ├── gift.svg │ │ ├── globe-alt.svg │ │ ├── globe-americas.svg │ │ ├── globe-asia-australia.svg │ │ ├── globe-europe-africa.svg │ │ ├── hand-raised.svg │ │ ├── hand-thumb-down.svg │ │ ├── hand-thumb-up.svg │ │ ├── hashtag.svg │ │ ├── heart.svg │ │ ├── home-modern.svg │ │ ├── home.svg │ │ ├── identification.svg │ │ ├── inbox-arrow-down.svg │ │ ├── inbox-stack.svg │ │ ├── inbox.svg │ │ ├── information-circle.svg │ │ ├── key.svg │ │ ├── language.svg │ │ ├── lifebuoy.svg │ │ ├── light-bulb.svg │ │ ├── link.svg │ │ ├── list-bullet.svg │ │ ├── lock-closed.svg │ │ ├── lock-open.svg │ │ ├── magnifying-glass-circle.svg │ │ ├── magnifying-glass-minus.svg │ │ ├── magnifying-glass-plus.svg │ │ ├── magnifying-glass.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── megaphone.svg │ │ ├── microphone.svg │ │ ├── minus-circle.svg │ │ ├── minus-small.svg │ │ ├── minus.svg │ │ ├── moon.svg │ │ ├── musical-note.svg │ │ ├── newspaper.svg │ │ ├── no-symbol.svg │ │ ├── paint-brush.svg │ │ ├── paper-airplane.svg │ │ ├── paper-clip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pencil-square.svg │ │ ├── pencil.svg │ │ ├── phone-arrow-down-left.svg │ │ ├── phone-arrow-up-right.svg │ │ ├── phone-x-mark.svg │ │ ├── phone.svg │ │ ├── photo.svg │ │ ├── play-circle.svg │ │ ├── play-pause.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-small.svg │ │ ├── plus.svg │ │ ├── power.svg │ │ ├── presentation-chart-bar.svg │ │ ├── presentation-chart-line.svg │ │ ├── printer.svg │ │ ├── puzzle-piece.svg │ │ ├── qr-code.svg │ │ ├── question-mark-circle.svg │ │ ├── queue-list.svg │ │ ├── radio.svg │ │ ├── receipt-percent.svg │ │ ├── receipt-refund.svg │ │ ├── rectangle-group.svg │ │ ├── rectangle-stack.svg │ │ ├── rocket-launch.svg │ │ ├── rss.svg │ │ ├── scale.svg │ │ ├── scissors.svg │ │ ├── server-stack.svg │ │ ├── server.svg │ │ ├── share.svg │ │ ├── shield-check.svg │ │ ├── shield-exclamation.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── signal-slash.svg │ │ ├── signal.svg │ │ ├── sparkles.svg │ │ ├── speaker-wave.svg │ │ ├── speaker-x-mark.svg │ │ ├── square-2-stack.svg │ │ ├── square-3-stack-3d.svg │ │ ├── squares-2x2.svg │ │ ├── squares-plus.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── stop.svg │ │ ├── sun.svg │ │ ├── swatch.svg │ │ ├── table-cells.svg │ │ ├── tag.svg │ │ ├── ticket.svg │ │ ├── trash.svg │ │ ├── trophy.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── user-circle.svg │ │ ├── user-group.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── variable.svg │ │ ├── video-camera-slash.svg │ │ ├── video-camera.svg │ │ ├── view-columns.svg │ │ ├── viewfinder-circle.svg │ │ ├── wallet.svg │ │ ├── wifi.svg │ │ ├── window.svg │ │ ├── wrench-screwdriver.svg │ │ ├── wrench.svg │ │ ├── x-circle.svg │ │ └── x-mark.svg │ └── topbar.js ├── config ├── config.exs ├── dev.exs ├── prod.exs ├── runtime.exs └── test.exs ├── coveralls.json ├── docker-compose.yml ├── lib ├── spendable.ex ├── spendable │ ├── api.ex │ ├── application.ex │ ├── behaviours │ │ ├── pubsub.ex │ │ └── tesla.ex │ ├── broadway │ │ └── sync_member │ │ │ ├── sync_member.ex │ │ │ └── sync_member_test.exs │ ├── notifiers │ │ └── sync_member.ex │ ├── plaid │ │ ├── adapter.ex │ │ └── client.ex │ ├── publishers │ │ ├── google_pubsub_client.ex │ │ └── sync_member_request.ex │ ├── registry.ex │ ├── release.ex │ ├── repo.ex │ ├── resources │ │ ├── bank_account.ex │ │ ├── bank_member.ex │ │ ├── bank_member │ │ │ ├── calculations │ │ │ │ ├── plaid_link_token.ex │ │ │ │ └── plaid_link_token_test.exs │ │ │ ├── changes │ │ │ │ └── create_bank_member.ex │ │ │ └── storage.ex │ │ ├── bank_transaction.ex │ │ ├── budget.ex │ │ ├── budget │ │ │ ├── budget_type.ex │ │ │ ├── calculations │ │ │ │ ├── balance.ex │ │ │ │ ├── spent.ex │ │ │ │ └── spent_by_month.ex │ │ │ ├── changes │ │ │ │ └── set_adjustment.ex │ │ │ ├── preparations │ │ │ │ └── sort.ex │ │ │ ├── spent_by_month.ex │ │ │ └── storage.ex │ │ ├── budget_allocation.ex │ │ ├── budget_allocation │ │ │ └── preparations │ │ │ │ └── sort.ex │ │ ├── budget_allocation_template.ex │ │ ├── budget_allocation_template │ │ │ ├── factory.ex │ │ │ └── storage.ex │ │ ├── budget_allocation_template_line.ex │ │ ├── budget_allocation_template_line │ │ │ └── factory.ex │ │ ├── transaction.ex │ │ ├── transactions │ │ │ ├── changes │ │ │ │ └── allocate_spendable.ex │ │ │ └── storage.ex │ │ ├── user.ex │ │ └── user │ │ │ ├── calculations │ │ │ ├── plaid_link_token.ex │ │ │ ├── plaid_link_token_test.exs │ │ │ ├── spendable.ex │ │ │ ├── spendable_test.exs │ │ │ └── spent_by_month.ex │ │ │ └── spent_by_month.ex │ ├── utils.ex │ ├── utils_test.exs │ └── uxid.ex ├── spendable_web.ex ├── spendable_web │ ├── components │ │ ├── core_components.ex │ │ ├── layouts.ex │ │ └── layouts │ │ │ ├── app.html.heex │ │ │ └── root.html.heex │ ├── controllers │ │ ├── auth_controller.ex │ │ ├── auth_controller_test.exs │ │ ├── auth_html.ex │ │ ├── auth_html │ │ │ └── login.html.heex │ │ ├── error_html.ex │ │ ├── error_json.ex │ │ ├── plaid_contoller_test.exs │ │ └── plaid_controller.ex │ ├── endpoint.ex │ ├── gettext.ex │ ├── health_check.ex │ ├── health_check_test.exs │ ├── live │ │ ├── banks.ex │ │ ├── budgets.ex │ │ ├── budgets_test.exs │ │ ├── nav.ex │ │ ├── templates.ex │ │ ├── templates_test.exs │ │ ├── transactions.ex │ │ └── user_auth.ex │ ├── router.ex │ └── telemetry.ex └── test_helper.exs ├── mix.exs ├── mix.lock ├── priv ├── gettext │ ├── en │ │ └── LC_MESSAGES │ │ │ └── errors.po │ └── errors.pot ├── repo │ ├── migrations │ │ ├── .formatter.exs │ │ ├── 20190130044159_add_citext_type.exs │ │ ├── 20190519182039_create_users_table.exs │ │ ├── 20190929041645_bank_setup.exs │ │ ├── 20191119051112_setup_budgets.exs │ │ ├── 20200201053017_budget_allocations.exs │ │ ├── 20200206035726_waitlist.exs │ │ ├── 20200211055900_cleanup_unsued_fields.exs │ │ ├── 20200213042918_apple_identifier.exs │ │ ├── 20200224035931_tags.exs │ │ ├── 20200526033525_add_missing_indexes.exs │ │ ├── 20200926170005_add_user_id_to_template_lines.exs │ │ ├── 20201126155916_add_user_to_allocations.exs │ │ ├── 20201130234539_firebase_auth.exs │ │ ├── 20210809031636_reviewed_transactions.exs │ │ ├── 20210904180221_migrate_resources1.exs │ │ ├── 20210925205455_migrate_resources2.exs │ │ ├── 20210925212313_migrate_resources3.exs │ │ ├── 20210925212905_migrate_resources4.exs │ │ ├── 20210925213252_migrate_resources5.exs │ │ ├── 20210925213550_migrate_resources6.exs │ │ ├── 20210925225714_migrate_resources7.exs │ │ ├── 20210925230814_migrate_resources8.exs │ │ ├── 20210925235124_migrate_resources10.exs │ │ ├── 20210926000555_migrate_resources11.exs │ │ ├── 20210926003106_migrate_resources12.exs │ │ ├── 20211108233236_migrate_resources13.exs │ │ ├── 20211210001640_add_spendable_allocations.exs │ │ ├── 20220608003937_migrate_resources14.exs │ │ ├── 20220609212912_migrate_resources15.exs │ │ ├── 20220610200552_migrate_resources16.exs │ │ ├── 20220610200741_migrate_resources17.exs │ │ ├── 20230701040846_change_firebase_id_to_external_id.exs │ │ ├── 20230701041131_add_provider_to_user.exs │ │ ├── 20230701041159_remove_default_provider.exs │ │ ├── 20230703172844_install_citext_extension.exs │ │ ├── 20230703211426_cistring_transaction.exs │ │ ├── 20230704194108_bank_ci_name.exs │ │ ├── 20230705053446_archive_templates.exs │ │ ├── 20230705063215_install_uuid-ossp_extension.exs │ │ ├── 20230705071349_add_uuid_fields.exs │ │ ├── 20230705071536_add_budget_uuids.exs │ │ ├── 20230705072803_budget_uuid_is_set.exs │ │ ├── 20230705073303_budget_uuid_final.exs │ │ ├── 20230705074116_remove_template_line_id.exs │ │ ├── 20230705074146_rename_template_line_id.exs │ │ ├── 20230705160322_add_user_uuid.exs │ │ ├── 20230705161905_remove_old_user_id.exs │ │ ├── 20230705162453_final_user_uuid.exs │ │ ├── 20230705163605_bank_account_uuid.exs │ │ ├── 20230705164544_bank_member_uuid.exs │ │ ├── 20230705165350_bank_transaction_uuid.exs │ │ ├── 20230705165819_template_uuid.exs │ │ ├── 20230705170319_template_indexes.exs │ │ ├── 20230705170553_allocation_uuid.exs │ │ ├── 20230705171633_transaction_uuid.exs │ │ ├── 20230706040608_budget_archive.exs │ │ ├── 20230724025001_transaction_delete.exs │ │ ├── 20240407014307_budget_amount.exs │ │ ├── 20240407030253_budgeted_amount.exs │ │ ├── 20240407042321_excluded_transactions.exs │ │ ├── 20240407161929_budget_type.exs │ │ ├── 20240407164139_remove_track_spending_only.exs │ │ └── 20240407173348_bank_budget.exs │ └── seeds.exs ├── resource_snapshots │ └── repo │ │ ├── bank_accounts │ │ ├── 20230705164544.json │ │ ├── 20240407014307.json │ │ └── 20240407173348.json │ │ ├── bank_members │ │ └── 20230705164544.json │ │ ├── bank_transactions │ │ └── 20230705165350.json │ │ ├── budget_allocation_template_lines │ │ └── 20230705170319.json │ │ ├── budget_allocation_templates │ │ └── 20230705170319.json │ │ ├── budget_allocations │ │ ├── 20230705171633.json │ │ └── 20230724025001.json │ │ ├── budgets │ │ ├── 20230705165350.json │ │ ├── 20230706040608.json │ │ ├── 20240407014307.json │ │ ├── 20240407030253.json │ │ ├── 20240407161929.json │ │ └── 20240407164139.json │ │ ├── extensions.json │ │ ├── transactions │ │ ├── 20230705171633.json │ │ └── 20240407042321.json │ │ └── users │ │ └── 20230705162453.json └── static │ ├── favicon.svg │ ├── images │ ├── full-logo-white.svg │ ├── full-logo.svg │ ├── logo-pattern.svg │ └── logo.svg │ ├── mask-icon.svg │ └── robots.txt ├── protobuf ├── README.md ├── banks │ └── v1 │ │ └── sync_member_request.proto ├── buf.gen.yaml ├── buf.yaml └── gen │ └── elixir │ ├── .gitignore │ ├── lib │ └── banks │ │ └── v1 │ │ └── sync_member_request.pb.ex │ ├── mix.exs │ └── mix.lock ├── rel ├── env.sh.eex └── vm.args.eex └── test ├── spendable_web └── controllers │ ├── error_html_test.exs │ ├── error_json_test.exs │ └── page_controller_test.exs └── support ├── broadway_ecto_sandbox.ex ├── conn_case.ex ├── data_case.ex ├── factory.ex ├── mocks.ex ├── tesla_helper.ex ├── test_data └── sync_member.ex └── test_utils.ex /.credo.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.credo.exs -------------------------------------------------------------------------------- /.devops/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.devops/deploy.sh -------------------------------------------------------------------------------- /.devops/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.devops/values.yaml -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.dockerignore -------------------------------------------------------------------------------- /.formatter.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.formatter.exs -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [michaelst] 2 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/.prettierrc -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | nodejs 20.12.1 2 | elixir 1.16.2-otp-26 3 | erlang 26.2.2 -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/css/app.css -------------------------------------------------------------------------------- /assets/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/js/app.js -------------------------------------------------------------------------------- /assets/js/plaid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/js/plaid.js -------------------------------------------------------------------------------- /assets/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/tailwind.config.js -------------------------------------------------------------------------------- /assets/vendor/heroicons/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/LICENSE.md -------------------------------------------------------------------------------- /assets/vendor/heroicons/UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/UPGRADE.md -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/academic-cap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/academic-cap.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/archive-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/archive-box.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-down-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-down-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-down-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-down-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-down-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-down-tray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-down-tray.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-left-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-left-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-long-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-long-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-long-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-long-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-long-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-long-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-path.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-small-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-small-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-up-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-up-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-up-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-up-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-up-tray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-up-tray.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrow-uturn-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrow-uturn-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/arrows-up-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/arrows-up-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/at-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/at-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/backspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/backspace.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/backward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/banknotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/banknotes.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bars-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bars-2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bars-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bars-3.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bars-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bars-4.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bars-arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bars-arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/battery-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/battery-0.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/battery-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/battery-100.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/battery-50.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/battery-50.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/beaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/beaker.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bell-alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bell-alert.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bell-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bell-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bell-snooze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bell-snooze.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bell.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bolt-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bolt-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bolt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bolt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/book-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bookmark-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bookmark-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bookmark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/briefcase.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/bug-ant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/bug-ant.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cake.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/calculator.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/calendar-days.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/calendar-days.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/calendar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chart-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chart-bar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chart-pie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chart-pie.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/check-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/check-badge.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/check-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/check-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chevron-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chevron-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chevron-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/chevron-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/circle-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/circle-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/clipboard.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/clock.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cloud-arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cloud-arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cloud.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/code-bracket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/code-bracket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cog-6-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cog-6-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cog-8-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cog-8-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cog.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/command-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/command-line.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cpu-chip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cpu-chip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/credit-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/credit-card.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/cube.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/currency-euro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/currency-euro.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/currency-pound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/currency-pound.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/currency-rupee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/currency-rupee.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/currency-yen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/currency-yen.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/device-tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/device-tablet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/document-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/document-check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/document-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/document-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/document-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/document-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/document-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/document-text.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/document.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/envelope-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/envelope-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/envelope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/envelope.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/eye-dropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/eye-dropper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/eye-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/eye-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/eye.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/face-frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/face-frown.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/face-smile.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/film.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/finger-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/finger-print.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/fire.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/flag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/folder-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/folder-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/folder-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/folder-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/folder-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/folder.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/forward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/funnel.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/gif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/gif.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/gift-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/gift-top.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/gift.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/globe-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/globe-alt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/globe-americas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/globe-americas.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/hand-raised.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/hand-raised.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/hand-thumb-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/hand-thumb-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/hashtag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/hashtag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/heart.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/home-modern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/home-modern.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/home.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/identification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/identification.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/inbox-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/inbox-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/inbox.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/key.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/language.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/lifebuoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/lifebuoy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/light-bulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/light-bulb.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/link.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/list-bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/list-bullet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/lock-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/lock-closed.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/lock-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/map-pin.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/map.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/megaphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/microphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/minus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/minus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/minus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/moon.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/musical-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/musical-note.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/newspaper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/no-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/no-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/paint-brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/paint-brush.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/paper-airplane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/paper-airplane.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/paper-clip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/paper-clip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/pause-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/pencil-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/pencil-square.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/pencil.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/phone-x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/phone-x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/phone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/photo.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/play-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/play-pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/play-pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/play.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/plus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/plus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/plus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/power.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/printer.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/puzzle-piece.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/puzzle-piece.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/qr-code.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/queue-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/queue-list.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/radio.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/receipt-refund.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/receipt-refund.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/rocket-launch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/rocket-launch.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/rss.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/scale.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/scissors.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/server-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/server-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/server.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/share.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/shield-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/shield-check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/shopping-bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/shopping-bag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/shopping-cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/shopping-cart.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/signal-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/signal-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/signal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/signal.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/sparkles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/sparkles.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/speaker-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/speaker-wave.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/speaker-x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/speaker-x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/square-2-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/square-2-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/squares-2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/squares-2x2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/squares-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/squares-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/star.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/stop-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/stop.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/sun.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/swatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/swatch.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/table-cells.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/table-cells.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/tag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/ticket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/ticket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/trash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/trophy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/truck.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/tv.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/user-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/user-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/user-group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/user-group.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/user-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/user-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/user-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/user.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/users.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/variable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/variable.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/video-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/video-camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/view-columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/view-columns.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/wallet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/wifi.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/window.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/wrench.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/x-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/20/solid/x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/20/solid/x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/academic-cap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/academic-cap.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/archive-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/archive-box.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/arrow-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/arrow-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/arrow-path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/arrow-path.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/arrow-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/at-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/at-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/backspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/backspace.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/backward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/banknotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/banknotes.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bars-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bars-2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bars-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bars-3.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bars-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bars-4.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/battery-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/battery-0.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/battery-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/battery-100.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/battery-50.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/battery-50.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/beaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/beaker.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bell-alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bell-alert.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bell-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bell-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bell-snooze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bell-snooze.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bell.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bolt-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bolt-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bolt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bolt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/book-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bookmark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/briefcase.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/bug-ant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/bug-ant.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cake.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/calculator.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/calendar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/chart-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/chart-bar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/chart-pie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/chart-pie.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/check-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/check-badge.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/check-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/check-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/chevron-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/chevron-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/chevron-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/circle-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/circle-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/clipboard.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/clock.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cloud.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/code-bracket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/code-bracket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cog-6-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cog-6-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cog-8-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cog-8-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cog.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/command-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/command-line.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cpu-chip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cpu-chip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/credit-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/credit-card.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/cube.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/currency-yen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/currency-yen.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/document.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/envelope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/envelope.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/eye-dropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/eye-dropper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/eye-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/eye-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/eye.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/face-frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/face-frown.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/face-smile.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/film.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/finger-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/finger-print.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/fire.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/flag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/folder-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/folder-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/folder-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/folder-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/folder-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/folder.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/forward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/funnel.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/gif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/gif.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/gift-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/gift-top.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/gift.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/globe-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/globe-alt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/hand-raised.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/hand-raised.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/hashtag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/hashtag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/heart.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/home-modern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/home-modern.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/home.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/inbox-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/inbox-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/inbox.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/key.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/language.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/lifebuoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/lifebuoy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/light-bulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/light-bulb.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/link.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/list-bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/list-bullet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/lock-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/lock-closed.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/lock-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/map-pin.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/map.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/megaphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/microphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/minus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/minus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/minus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/moon.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/musical-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/musical-note.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/newspaper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/no-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/no-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/paint-brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/paint-brush.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/paper-clip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/paper-clip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/pause-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/pencil.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/phone-x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/phone-x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/phone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/photo.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/play-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/play-pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/play-pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/play.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/plus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/plus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/plus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/power.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/printer.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/puzzle-piece.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/puzzle-piece.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/qr-code.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/queue-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/queue-list.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/radio.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/rss.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/scale.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/scissors.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/server-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/server-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/server.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/share.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/shield-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/shield-check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/shopping-bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/shopping-bag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/signal-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/signal-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/signal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/signal.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/sparkles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/sparkles.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/speaker-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/speaker-wave.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/squares-2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/squares-2x2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/squares-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/squares-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/star.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/stop-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/stop.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/sun.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/swatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/swatch.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/table-cells.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/table-cells.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/tag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/ticket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/ticket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/trash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/trophy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/truck.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/tv.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/user-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/user-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/user-group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/user-group.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/user-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/user-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/user-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/user.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/users.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/variable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/variable.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/video-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/video-camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/view-columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/view-columns.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/wallet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/wifi.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/window.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/wrench.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/x-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/outline/x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/outline/x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/academic-cap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/academic-cap.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/archive-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/archive-box.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-long-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-long-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-path.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-small-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-small-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-up-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-up-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-up-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-up-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-up-tray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-up-tray.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrow-uturn-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrow-uturn-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/arrows-up-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/arrows-up-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/at-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/at-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/backspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/backspace.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/backward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/backward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/banknotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/banknotes.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bars-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bars-2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bars-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bars-3.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bars-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bars-4.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bars-arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bars-arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/battery-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/battery-0.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/battery-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/battery-100.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/battery-50.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/battery-50.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/beaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/beaker.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bell-alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bell-alert.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bell-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bell-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bell-snooze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bell-snooze.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bell.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bolt-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bolt-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bolt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bolt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/book-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bookmark-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bookmark-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bookmark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/briefcase.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/bug-ant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/bug-ant.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cake.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/calculator.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/calendar-days.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/calendar-days.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/calendar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chart-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chart-bar.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chart-pie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chart-pie.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/check-badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/check-badge.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/check-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/check-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chevron-down.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chevron-left.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chevron-right.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/chevron-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/circle-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/circle-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/clipboard.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/clock.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cloud-arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cloud-arrow-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cloud.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/code-bracket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/code-bracket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cog-6-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cog-6-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cog-8-tooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cog-8-tooth.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cog.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/command-line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/command-line.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cpu-chip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cpu-chip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/credit-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/credit-card.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/cube.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/currency-euro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/currency-euro.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/currency-pound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/currency-pound.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/currency-rupee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/currency-rupee.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/currency-yen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/currency-yen.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/device-tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/device-tablet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/document-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/document-check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/document-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/document-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/document-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/document-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/document-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/document-text.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/document.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/envelope-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/envelope-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/envelope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/envelope.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/eye-dropper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/eye-dropper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/eye-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/eye-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/eye.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/face-frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/face-frown.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/face-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/face-smile.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/film.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/finger-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/finger-print.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/fire.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/flag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/folder-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/folder-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/folder-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/folder-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/folder-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/folder-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/folder.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/forward.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/funnel.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/gif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/gif.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/gift-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/gift-top.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/gift.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/globe-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/globe-alt.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/globe-americas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/globe-americas.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/hand-raised.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/hand-raised.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/hand-thumb-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/hand-thumb-up.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/hashtag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/hashtag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/heart.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/home-modern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/home-modern.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/home.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/identification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/identification.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/inbox-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/inbox-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/inbox.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/key.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/language.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/lifebuoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/lifebuoy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/light-bulb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/light-bulb.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/link.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/list-bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/list-bullet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/lock-closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/lock-closed.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/lock-open.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/map-pin.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/map.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/megaphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/microphone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/minus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/minus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/minus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/moon.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/musical-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/musical-note.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/newspaper.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/no-symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/no-symbol.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/paint-brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/paint-brush.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/paper-airplane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/paper-airplane.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/paper-clip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/paper-clip.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/pause-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/pencil-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/pencil-square.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/pencil.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/phone-x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/phone-x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/phone.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/photo.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/play-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/play-pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/play-pause.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/play.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/plus-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/plus-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/plus-small.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/power.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/printer.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/puzzle-piece.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/puzzle-piece.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/qr-code.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/queue-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/queue-list.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/radio.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/receipt-refund.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/receipt-refund.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/rocket-launch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/rocket-launch.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/rss.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/scale.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/scissors.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/server-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/server-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/server.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/share.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/shield-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/shield-check.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/shopping-bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/shopping-bag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/shopping-cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/shopping-cart.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/signal-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/signal-slash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/signal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/signal.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/sparkles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/sparkles.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/speaker-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/speaker-wave.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/speaker-x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/speaker-x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/square-2-stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/square-2-stack.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/squares-2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/squares-2x2.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/squares-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/squares-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/star.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/stop-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/stop.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/sun.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/swatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/swatch.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/table-cells.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/table-cells.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/tag.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/ticket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/ticket.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/trash.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/trophy.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/truck.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/tv.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/user-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/user-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/user-group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/user-group.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/user-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/user-minus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/user-plus.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/user.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/users.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/variable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/variable.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/video-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/video-camera.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/view-columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/view-columns.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/wallet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/wallet.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/wifi.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/window.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/wrench.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/x-circle.svg -------------------------------------------------------------------------------- /assets/vendor/heroicons/optimized/24/solid/x-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/heroicons/optimized/24/solid/x-mark.svg -------------------------------------------------------------------------------- /assets/vendor/topbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/assets/vendor/topbar.js -------------------------------------------------------------------------------- /config/config.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/config/config.exs -------------------------------------------------------------------------------- /config/dev.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/config/dev.exs -------------------------------------------------------------------------------- /config/prod.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/config/prod.exs -------------------------------------------------------------------------------- /config/runtime.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/config/runtime.exs -------------------------------------------------------------------------------- /config/test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/config/test.exs -------------------------------------------------------------------------------- /coveralls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/coveralls.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /lib/spendable.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable.ex -------------------------------------------------------------------------------- /lib/spendable/api.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/api.ex -------------------------------------------------------------------------------- /lib/spendable/application.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/application.ex -------------------------------------------------------------------------------- /lib/spendable/behaviours/pubsub.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/behaviours/pubsub.ex -------------------------------------------------------------------------------- /lib/spendable/behaviours/tesla.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/behaviours/tesla.ex -------------------------------------------------------------------------------- /lib/spendable/broadway/sync_member/sync_member.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/broadway/sync_member/sync_member.ex -------------------------------------------------------------------------------- /lib/spendable/broadway/sync_member/sync_member_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/broadway/sync_member/sync_member_test.exs -------------------------------------------------------------------------------- /lib/spendable/notifiers/sync_member.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/notifiers/sync_member.ex -------------------------------------------------------------------------------- /lib/spendable/plaid/adapter.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/plaid/adapter.ex -------------------------------------------------------------------------------- /lib/spendable/plaid/client.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/plaid/client.ex -------------------------------------------------------------------------------- /lib/spendable/publishers/google_pubsub_client.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/publishers/google_pubsub_client.ex -------------------------------------------------------------------------------- /lib/spendable/publishers/sync_member_request.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/publishers/sync_member_request.ex -------------------------------------------------------------------------------- /lib/spendable/registry.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/registry.ex -------------------------------------------------------------------------------- /lib/spendable/release.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/release.ex -------------------------------------------------------------------------------- /lib/spendable/repo.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/repo.ex -------------------------------------------------------------------------------- /lib/spendable/resources/bank_account.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/bank_account.ex -------------------------------------------------------------------------------- /lib/spendable/resources/bank_member.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/bank_member.ex -------------------------------------------------------------------------------- /lib/spendable/resources/bank_member/storage.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/bank_member/storage.ex -------------------------------------------------------------------------------- /lib/spendable/resources/bank_transaction.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/bank_transaction.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/budget_type.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/budget_type.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/calculations/balance.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/calculations/balance.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/calculations/spent.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/calculations/spent.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/calculations/spent_by_month.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/calculations/spent_by_month.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/changes/set_adjustment.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/changes/set_adjustment.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/preparations/sort.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/preparations/sort.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/spent_by_month.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/spent_by_month.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget/storage.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget/storage.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget_allocation.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget_allocation.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget_allocation_template.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget_allocation_template.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget_allocation_template/factory.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget_allocation_template/factory.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget_allocation_template/storage.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget_allocation_template/storage.ex -------------------------------------------------------------------------------- /lib/spendable/resources/budget_allocation_template_line.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/budget_allocation_template_line.ex -------------------------------------------------------------------------------- /lib/spendable/resources/transaction.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/transaction.ex -------------------------------------------------------------------------------- /lib/spendable/resources/transactions/storage.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/transactions/storage.ex -------------------------------------------------------------------------------- /lib/spendable/resources/user.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user.ex -------------------------------------------------------------------------------- /lib/spendable/resources/user/calculations/plaid_link_token.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user/calculations/plaid_link_token.ex -------------------------------------------------------------------------------- /lib/spendable/resources/user/calculations/spendable.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user/calculations/spendable.ex -------------------------------------------------------------------------------- /lib/spendable/resources/user/calculations/spendable_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user/calculations/spendable_test.exs -------------------------------------------------------------------------------- /lib/spendable/resources/user/calculations/spent_by_month.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user/calculations/spent_by_month.ex -------------------------------------------------------------------------------- /lib/spendable/resources/user/spent_by_month.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/resources/user/spent_by_month.ex -------------------------------------------------------------------------------- /lib/spendable/utils.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/utils.ex -------------------------------------------------------------------------------- /lib/spendable/utils_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/utils_test.exs -------------------------------------------------------------------------------- /lib/spendable/uxid.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable/uxid.ex -------------------------------------------------------------------------------- /lib/spendable_web.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web.ex -------------------------------------------------------------------------------- /lib/spendable_web/components/core_components.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/components/core_components.ex -------------------------------------------------------------------------------- /lib/spendable_web/components/layouts.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/components/layouts.ex -------------------------------------------------------------------------------- /lib/spendable_web/components/layouts/app.html.heex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/components/layouts/app.html.heex -------------------------------------------------------------------------------- /lib/spendable_web/components/layouts/root.html.heex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/components/layouts/root.html.heex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/auth_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/auth_controller.ex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/auth_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/auth_controller_test.exs -------------------------------------------------------------------------------- /lib/spendable_web/controllers/auth_html.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/auth_html.ex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/auth_html/login.html.heex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/auth_html/login.html.heex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/error_html.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/error_html.ex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/error_json.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/error_json.ex -------------------------------------------------------------------------------- /lib/spendable_web/controllers/plaid_contoller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/plaid_contoller_test.exs -------------------------------------------------------------------------------- /lib/spendable_web/controllers/plaid_controller.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/controllers/plaid_controller.ex -------------------------------------------------------------------------------- /lib/spendable_web/endpoint.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/endpoint.ex -------------------------------------------------------------------------------- /lib/spendable_web/gettext.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/gettext.ex -------------------------------------------------------------------------------- /lib/spendable_web/health_check.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/health_check.ex -------------------------------------------------------------------------------- /lib/spendable_web/health_check_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/health_check_test.exs -------------------------------------------------------------------------------- /lib/spendable_web/live/banks.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/banks.ex -------------------------------------------------------------------------------- /lib/spendable_web/live/budgets.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/budgets.ex -------------------------------------------------------------------------------- /lib/spendable_web/live/budgets_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/budgets_test.exs -------------------------------------------------------------------------------- /lib/spendable_web/live/nav.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/nav.ex -------------------------------------------------------------------------------- /lib/spendable_web/live/templates.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/templates.ex -------------------------------------------------------------------------------- /lib/spendable_web/live/templates_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/templates_test.exs -------------------------------------------------------------------------------- /lib/spendable_web/live/transactions.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/transactions.ex -------------------------------------------------------------------------------- /lib/spendable_web/live/user_auth.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/live/user_auth.ex -------------------------------------------------------------------------------- /lib/spendable_web/router.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/router.ex -------------------------------------------------------------------------------- /lib/spendable_web/telemetry.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/spendable_web/telemetry.ex -------------------------------------------------------------------------------- /lib/test_helper.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/lib/test_helper.exs -------------------------------------------------------------------------------- /mix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/mix.exs -------------------------------------------------------------------------------- /mix.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/mix.lock -------------------------------------------------------------------------------- /priv/gettext/en/LC_MESSAGES/errors.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/gettext/en/LC_MESSAGES/errors.po -------------------------------------------------------------------------------- /priv/gettext/errors.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/gettext/errors.pot -------------------------------------------------------------------------------- /priv/repo/migrations/.formatter.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/.formatter.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20190130044159_add_citext_type.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20190130044159_add_citext_type.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20190519182039_create_users_table.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20190519182039_create_users_table.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20190929041645_bank_setup.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20190929041645_bank_setup.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20191119051112_setup_budgets.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20191119051112_setup_budgets.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200201053017_budget_allocations.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200201053017_budget_allocations.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200206035726_waitlist.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200206035726_waitlist.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200211055900_cleanup_unsued_fields.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200211055900_cleanup_unsued_fields.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200213042918_apple_identifier.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200213042918_apple_identifier.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200224035931_tags.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200224035931_tags.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20200526033525_add_missing_indexes.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20200526033525_add_missing_indexes.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20201130234539_firebase_auth.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20201130234539_firebase_auth.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210809031636_reviewed_transactions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210809031636_reviewed_transactions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210904180221_migrate_resources1.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210904180221_migrate_resources1.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925205455_migrate_resources2.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925205455_migrate_resources2.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925212313_migrate_resources3.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925212313_migrate_resources3.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925212905_migrate_resources4.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925212905_migrate_resources4.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925213252_migrate_resources5.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925213252_migrate_resources5.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925213550_migrate_resources6.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925213550_migrate_resources6.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925225714_migrate_resources7.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925225714_migrate_resources7.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925230814_migrate_resources8.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925230814_migrate_resources8.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210925235124_migrate_resources10.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210925235124_migrate_resources10.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210926000555_migrate_resources11.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210926000555_migrate_resources11.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20210926003106_migrate_resources12.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20210926003106_migrate_resources12.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20211108233236_migrate_resources13.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20211108233236_migrate_resources13.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220608003937_migrate_resources14.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20220608003937_migrate_resources14.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220609212912_migrate_resources15.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20220609212912_migrate_resources15.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220610200552_migrate_resources16.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20220610200552_migrate_resources16.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20220610200741_migrate_resources17.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20220610200741_migrate_resources17.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230701041131_add_provider_to_user.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230701041131_add_provider_to_user.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230703211426_cistring_transaction.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230703211426_cistring_transaction.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230704194108_bank_ci_name.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230704194108_bank_ci_name.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705053446_archive_templates.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705053446_archive_templates.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705071349_add_uuid_fields.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705071349_add_uuid_fields.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705071536_add_budget_uuids.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705071536_add_budget_uuids.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705072803_budget_uuid_is_set.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705072803_budget_uuid_is_set.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705073303_budget_uuid_final.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705073303_budget_uuid_final.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705160322_add_user_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705160322_add_user_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705161905_remove_old_user_id.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705161905_remove_old_user_id.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705162453_final_user_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705162453_final_user_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705163605_bank_account_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705163605_bank_account_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705164544_bank_member_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705164544_bank_member_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705165350_bank_transaction_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705165350_bank_transaction_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705165819_template_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705165819_template_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705170319_template_indexes.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705170319_template_indexes.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705170553_allocation_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705170553_allocation_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230705171633_transaction_uuid.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230705171633_transaction_uuid.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230706040608_budget_archive.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230706040608_budget_archive.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20230724025001_transaction_delete.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20230724025001_transaction_delete.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20240407014307_budget_amount.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20240407014307_budget_amount.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20240407030253_budgeted_amount.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20240407030253_budgeted_amount.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20240407042321_excluded_transactions.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20240407042321_excluded_transactions.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20240407161929_budget_type.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20240407161929_budget_type.exs -------------------------------------------------------------------------------- /priv/repo/migrations/20240407173348_bank_budget.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/migrations/20240407173348_bank_budget.exs -------------------------------------------------------------------------------- /priv/repo/seeds.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/repo/seeds.exs -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/bank_members/20230705164544.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/bank_members/20230705164544.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20230705165350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20230705165350.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20230706040608.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20230706040608.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20240407014307.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20240407014307.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20240407030253.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20240407030253.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20240407161929.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20240407161929.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/budgets/20240407164139.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/budgets/20240407164139.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/extensions.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/transactions/20230705171633.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/transactions/20230705171633.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/transactions/20240407042321.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/transactions/20240407042321.json -------------------------------------------------------------------------------- /priv/resource_snapshots/repo/users/20230705162453.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/resource_snapshots/repo/users/20230705162453.json -------------------------------------------------------------------------------- /priv/static/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/favicon.svg -------------------------------------------------------------------------------- /priv/static/images/full-logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/images/full-logo-white.svg -------------------------------------------------------------------------------- /priv/static/images/full-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/images/full-logo.svg -------------------------------------------------------------------------------- /priv/static/images/logo-pattern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/images/logo-pattern.svg -------------------------------------------------------------------------------- /priv/static/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/images/logo.svg -------------------------------------------------------------------------------- /priv/static/mask-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/mask-icon.svg -------------------------------------------------------------------------------- /priv/static/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/priv/static/robots.txt -------------------------------------------------------------------------------- /protobuf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/README.md -------------------------------------------------------------------------------- /protobuf/banks/v1/sync_member_request.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/banks/v1/sync_member_request.proto -------------------------------------------------------------------------------- /protobuf/buf.gen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/buf.gen.yaml -------------------------------------------------------------------------------- /protobuf/buf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/buf.yaml -------------------------------------------------------------------------------- /protobuf/gen/elixir/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/gen/elixir/.gitignore -------------------------------------------------------------------------------- /protobuf/gen/elixir/lib/banks/v1/sync_member_request.pb.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/gen/elixir/lib/banks/v1/sync_member_request.pb.ex -------------------------------------------------------------------------------- /protobuf/gen/elixir/mix.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/gen/elixir/mix.exs -------------------------------------------------------------------------------- /protobuf/gen/elixir/mix.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/protobuf/gen/elixir/mix.lock -------------------------------------------------------------------------------- /rel/env.sh.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/rel/env.sh.eex -------------------------------------------------------------------------------- /rel/vm.args.eex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/rel/vm.args.eex -------------------------------------------------------------------------------- /test/spendable_web/controllers/error_html_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/spendable_web/controllers/error_html_test.exs -------------------------------------------------------------------------------- /test/spendable_web/controllers/error_json_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/spendable_web/controllers/error_json_test.exs -------------------------------------------------------------------------------- /test/spendable_web/controllers/page_controller_test.exs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/spendable_web/controllers/page_controller_test.exs -------------------------------------------------------------------------------- /test/support/broadway_ecto_sandbox.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/broadway_ecto_sandbox.ex -------------------------------------------------------------------------------- /test/support/conn_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/conn_case.ex -------------------------------------------------------------------------------- /test/support/data_case.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/data_case.ex -------------------------------------------------------------------------------- /test/support/factory.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/factory.ex -------------------------------------------------------------------------------- /test/support/mocks.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/mocks.ex -------------------------------------------------------------------------------- /test/support/tesla_helper.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/tesla_helper.ex -------------------------------------------------------------------------------- /test/support/test_data/sync_member.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/test_data/sync_member.ex -------------------------------------------------------------------------------- /test/support/test_utils.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michaelst/spendable/HEAD/test/support/test_utils.ex --------------------------------------------------------------------------------