├── .formatter.exs
├── .gitignore
├── CODE_OF_CONDUCT.md
├── LICENSE
├── README.md
├── bin
├── dialyzer
├── script_builder.exs
└── test
├── examples
├── environment-variable-example.md
├── environment_variable_example
│ ├── .formatter.exs
│ ├── .gitignore
│ ├── README.md
│ ├── assets
│ │ ├── css
│ │ │ └── app.css
│ │ ├── js
│ │ │ └── app.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
│ │ ├── runtime.exs
│ │ └── test.exs
│ ├── lib
│ │ ├── environment_variable_example.ex
│ │ ├── environment_variable_example
│ │ │ └── application.ex
│ │ ├── environment_variable_example_web.ex
│ │ └── environment_variable_example_web
│ │ │ ├── components
│ │ │ ├── core_components.ex
│ │ │ ├── layouts.ex
│ │ │ └── layouts
│ │ │ │ ├── app.html.heex
│ │ │ │ └── root.html.heex
│ │ │ ├── endpoint.ex
│ │ │ ├── gettext.ex
│ │ │ ├── live
│ │ │ └── welcome
│ │ │ │ └── show.ex
│ │ │ ├── router.ex
│ │ │ └── telemetry.ex
│ ├── mix.exs
│ ├── mix.lock
│ ├── priv
│ │ ├── gettext
│ │ │ ├── en
│ │ │ │ └── LC_MESSAGES
│ │ │ │ │ └── errors.po
│ │ │ └── errors.pot
│ │ └── repo
│ │ │ ├── migrations
│ │ │ └── .formatter.exs
│ │ │ └── seeds.exs
│ └── test
│ │ ├── environment_variable_example_web
│ │ └── live
│ │ │ └── welcome_live_test.exs
│ │ ├── support
│ │ └── conn_case.ex
│ │ └── test_helper.exs
└── readme
│ └── readme_examples.ex
├── lib
├── process_tree.ex
└── process_tree
│ └── otp_release.ex
├── mix.exs
├── mix.lock
└── test
├── process_tree_test.exs
├── support
├── elixir_release.ex
├── remote_test_functions.ex
├── test_genserver.ex
└── test_supervisor.ex
└── test_helper.exs
/.formatter.exs:
--------------------------------------------------------------------------------
1 | # Used by "mix format"
2 | [
3 | inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
4 | ]
5 |
--------------------------------------------------------------------------------
/examples/environment-variable-example.md:
--------------------------------------------------------------------------------
1 | environment_variable_example/README.md
--------------------------------------------------------------------------------
/examples/environment_variable_example/.formatter.exs:
--------------------------------------------------------------------------------
1 | [
2 | import_deps: [:ecto, :ecto_sql, :phoenix],
3 | subdirectories: ["priv/*/migrations"],
4 | plugins: [Phoenix.LiveView.HTMLFormatter],
5 | inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
6 | ]
7 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/css/app.css:
--------------------------------------------------------------------------------
1 | @import "tailwindcss/base";
2 | @import "tailwindcss/components";
3 | @import "tailwindcss/utilities";
4 |
5 | /* This file is for your main application CSS */
6 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/UPGRADE.md:
--------------------------------------------------------------------------------
1 | You are running heroicons v2.0.16. To upgrade in place, you can run the following command,
2 | where your `HERO_VSN` export is your desired version:
3 |
4 | export HERO_VSN="2.0.16" ; \
5 | curl -L "https://github.com/tailwindlabs/heroicons/archive/refs/tags/v${HERO_VSN}.tar.gz" | \
6 | tar -xvz --strip-components=1 heroicons-${HERO_VSN}/optimized
7 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/archive-box.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-down-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-down-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-down-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-down-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-long-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-long-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-long-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-long-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-right-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-small-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-small-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-small-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-small-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-up-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-up-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-up-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-up-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-uturn-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-uturn-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-uturn-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/arrow-uturn-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/at-symbol.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/backward.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bars-2.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bars-3-bottom-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bars-3-bottom-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bars-3-center-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bars-3.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/battery-0.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bell.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bolt.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bookmark-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bookmark-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/bookmark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/camera.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chart-bar.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chart-pie.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chat-bubble-oval-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/check-badge.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/check-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/check.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-double-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-double-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-double-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-up-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/chevron-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/clock.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/cloud-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/cloud-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/cloud.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/credit-card.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/cube.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/currency-yen.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/device-tablet.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/document-check.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/document-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/document-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/document-text.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/document.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/ellipsis-horizontal-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/ellipsis-horizontal.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/ellipsis-vertical.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/envelope-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/envelope.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/exclamation-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/exclamation-triangle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/eye.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/face-frown.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/face-smile.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/flag.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/folder-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/folder-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/folder.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/forward.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/hand-raised.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/heart.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/home.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/information-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/key.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/light-bulb.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/lock-closed.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/lock-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/magnifying-glass-circle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/magnifying-glass-minus.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/magnifying-glass.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/microphone.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/minus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/minus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/moon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/no-symbol.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/paint-brush.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/paper-airplane.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/pause-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/pause.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/pencil.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/play-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/play-pause.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/play.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/plus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/plus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/power.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/question-mark-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/queue-list.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/share.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/square-2-stack.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/star.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/stop-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/stop.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/swatch.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/tag.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/tv.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/user-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/user-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/user-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/user.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/video-camera-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/video-camera.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/view-columns.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/x-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/20/solid/x-mark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/adjustments-horizontal.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/adjustments-vertical.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down-tray.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-left-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-left-on-rectangle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-long-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-long-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-long-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-long-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-path.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-right-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-right-on-rectangle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-small-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-small-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-small-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-small-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-top-right-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-trending-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-trending-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up-tray.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-uturn-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-uturn-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-uturn-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrow-uturn-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrows-pointing-in.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrows-pointing-out.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrows-right-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/arrows-up-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/at-symbol.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-2.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-3-bottom-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-3-bottom-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-3-center-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-3.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-4.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bars-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/battery-0.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/battery-100.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/battery-50.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bell-snooze.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bell.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bolt-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bolt.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/book-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bookmark-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bookmark-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/bookmark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/building-library.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/building-office.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/calendar.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chart-bar-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chart-pie.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chat-bubble-oval-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/check-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/check.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-double-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-double-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-double-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-double-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-up-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/chevron-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/clock.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cloud-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cloud-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cloud.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/code-bracket-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/code-bracket.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/command-line.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/credit-card.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cube.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-bangladeshi.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-dollar.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-euro.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-pound.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-rupee.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/currency-yen.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cursor-arrow-rays.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/cursor-arrow-ripple.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/device-phone-mobile.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/device-tablet.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/ellipsis-horizontal-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/ellipsis-horizontal.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/ellipsis-vertical.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/exclamation-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/exclamation-triangle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/flag.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/folder-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/folder-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/folder-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/hashtag.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/heart.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/home.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/information-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/key.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/link.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/lock-closed.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/lock-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/magnifying-glass-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/magnifying-glass-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/magnifying-glass-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/magnifying-glass.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/map-pin.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/microphone.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/minus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/minus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/moon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/no-symbol.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/paper-airplane.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/paper-clip.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/pause-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/pause.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/pencil.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/play-circle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/play-pause.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/play.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/plus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/plus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/power.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/presentation-chart-bar.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/question-mark-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/queue-list.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/receipt-refund.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/rss.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/shield-check.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/shield-exclamation.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/square-2-stack.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/square-3-stack-3d.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/stop-circle.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/stop.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/sun.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/tv.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/user-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/user-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/user-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/user.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/video-camera.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/view-columns.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/viewfinder-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/wifi.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/window.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/x-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/outline/x-mark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-down-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-down-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-down-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-down-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-left-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-long-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-long-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-long-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-long-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-right-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-small-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-small-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-small-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-small-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-up-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-up-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-up-on-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-up-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-uturn-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-uturn-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-uturn-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/arrow-uturn-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/backward.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bars-2.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bars-3-bottom-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bars-3-bottom-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bars-3-center-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bars-3.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/battery-0.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bell.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bolt-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bolt.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bookmark-slash.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bookmark-square.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/bookmark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/calendar.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chart-pie.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/check-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/check.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-double-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-double-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-double-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-double-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-left.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-right.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-up-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/chevron-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/clipboard.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/clock.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/cloud-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/cloud-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/cloud.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/command-line.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/credit-card.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/cube.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/ellipsis-horizontal.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/ellipsis-vertical.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/envelope.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/exclamation-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/exclamation-triangle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/fire.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/folder-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/folder-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/folder-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/folder-plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/folder.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/forward.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/lock-closed.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/lock-open.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/magnifying-glass-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/magnifying-glass.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/microphone.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/minus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/minus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/moon.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/no-symbol.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/paper-airplane.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/pause.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/pencil.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/play-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/play.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/plus-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/plus-small.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/plus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/power.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/queue-list.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/rectangle-stack.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/share.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/square-2-stack.svg:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/stop-circle.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/stop.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/tag.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/user-minus.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/user.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/video-camera.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/view-columns.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/assets/vendor/heroicons/optimized/24/solid/x-mark.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/config/runtime.exs:
--------------------------------------------------------------------------------
1 | import Config
2 |
3 | # Hard coding the cutoff_date to yesterday. This value will be used in
4 | # dev/prod. Tests will override the value using ProcessTree.
5 | config :environment_variable_example, cutoff_date: ~D[2024-01-01]
6 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/lib/environment_variable_example.ex:
--------------------------------------------------------------------------------
1 | defmodule EnvironmentVariableExample do
2 | @moduledoc false
3 | end
4 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/lib/environment_variable_example_web/components/layouts.ex:
--------------------------------------------------------------------------------
1 | defmodule EnvironmentVariableExampleWeb.Layouts do
2 | @moduledoc false
3 |
4 | use EnvironmentVariableExampleWeb, :html
5 |
6 | embed_templates "layouts/*"
7 | end
8 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/lib/environment_variable_example_web/gettext.ex:
--------------------------------------------------------------------------------
1 | defmodule EnvironmentVariableExampleWeb.Gettext do
2 | @moduledoc false
3 |
4 | use Gettext, otp_app: :environment_variable_example
5 | end
6 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/priv/repo/migrations/.formatter.exs:
--------------------------------------------------------------------------------
1 | [
2 | import_deps: [:ecto_sql],
3 | inputs: ["*.exs"]
4 | ]
5 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/priv/repo/seeds.exs:
--------------------------------------------------------------------------------
1 | # Script for populating the database. You can run it as:
2 | #
3 | # mix run priv/repo/seeds.exs
4 | #
5 | # Inside the script, you can read and write to any of your
6 | # repositories directly:
7 | #
8 | # EnvironmentVariableExample.Repo.insert!(%EnvironmentVariableExample.SomeSchema{})
9 | #
10 | # We recommend using the bang functions (`insert!`, `update!`
11 | # and so on) as they will fail if something goes wrong.
12 |
--------------------------------------------------------------------------------
/examples/environment_variable_example/test/test_helper.exs:
--------------------------------------------------------------------------------
1 | ExUnit.start()
2 |
--------------------------------------------------------------------------------
/examples/readme/readme_examples.ex:
--------------------------------------------------------------------------------
1 |
2 | test "before cutoff date" do
3 | now = DateTime.now()
4 | Process.put(:cutoff_date, DateTime.add(now, -1))
5 |
6 |
7 | end
8 |
--------------------------------------------------------------------------------
/test/test_helper.exs:
--------------------------------------------------------------------------------
1 | case ProcessTree.OtpRelease.major_version() < 25 do
2 | true ->
3 | ExUnit.configure(exclude: [otp25_or_later: true])
4 |
5 | false ->
6 | ExUnit.configure(exclude: [pre_otp25: true])
7 | end
8 |
9 | ExUnit.start()
10 |
--------------------------------------------------------------------------------