├── .credo.exs ├── .dockerignore ├── .formatter.exs ├── .github └── workflows │ ├── cd.yml │ └── test.yml ├── .gitignore ├── .iex.exs ├── .tool-versions ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── assets ├── css │ └── app.css ├── js │ ├── app.js │ └── hooks │ │ ├── events │ │ ├── handler.ts │ │ ├── listener.ts │ │ └── listener │ │ │ └── process.ts │ │ ├── index.ts │ │ ├── mapping.json │ │ ├── node.ts │ │ ├── store.ts │ │ ├── tree.ts │ │ └── types.ts ├── tailwind.config.js └── vendor │ ├── phosphor │ ├── .DS_Store │ ├── bold │ │ ├── acorn-bold.svg │ │ ├── address-book-bold.svg │ │ ├── address-book-tabs-bold.svg │ │ ├── air-traffic-control-bold.svg │ │ ├── airplane-bold.svg │ │ ├── airplane-in-flight-bold.svg │ │ ├── airplane-landing-bold.svg │ │ ├── airplane-takeoff-bold.svg │ │ ├── airplane-taxiing-bold.svg │ │ ├── airplane-tilt-bold.svg │ │ ├── airplay-bold.svg │ │ ├── alarm-bold.svg │ │ ├── alien-bold.svg │ │ ├── align-bottom-bold.svg │ │ ├── align-bottom-simple-bold.svg │ │ ├── align-center-horizontal-bold.svg │ │ ├── align-center-horizontal-simple-bold.svg │ │ ├── align-center-vertical-bold.svg │ │ ├── align-center-vertical-simple-bold.svg │ │ ├── align-left-bold.svg │ │ ├── align-left-simple-bold.svg │ │ ├── align-right-bold.svg │ │ ├── align-right-simple-bold.svg │ │ ├── align-top-bold.svg │ │ ├── align-top-simple-bold.svg │ │ ├── amazon-logo-bold.svg │ │ ├── ambulance-bold.svg │ │ ├── anchor-bold.svg │ │ ├── anchor-simple-bold.svg │ │ ├── android-logo-bold.svg │ │ ├── angle-bold.svg │ │ ├── angular-logo-bold.svg │ │ ├── aperture-bold.svg │ │ ├── app-store-logo-bold.svg │ │ ├── app-window-bold.svg │ │ ├── apple-logo-bold.svg │ │ ├── apple-podcasts-logo-bold.svg │ │ ├── approximate-equals-bold.svg │ │ ├── archive-bold.svg │ │ ├── armchair-bold.svg │ │ ├── arrow-arc-left-bold.svg │ │ ├── arrow-arc-right-bold.svg │ │ ├── arrow-bend-double-up-left-bold.svg │ │ ├── arrow-bend-double-up-right-bold.svg │ │ ├── arrow-bend-down-left-bold.svg │ │ ├── arrow-bend-down-right-bold.svg │ │ ├── arrow-bend-left-down-bold.svg │ │ ├── arrow-bend-left-up-bold.svg │ │ ├── arrow-bend-right-down-bold.svg │ │ ├── arrow-bend-right-up-bold.svg │ │ ├── arrow-bend-up-left-bold.svg │ │ ├── arrow-bend-up-right-bold.svg │ │ ├── arrow-circle-down-bold.svg │ │ ├── arrow-circle-down-left-bold.svg │ │ ├── arrow-circle-down-right-bold.svg │ │ ├── arrow-circle-left-bold.svg │ │ ├── arrow-circle-right-bold.svg │ │ ├── arrow-circle-up-bold.svg │ │ ├── arrow-circle-up-left-bold.svg │ │ ├── arrow-circle-up-right-bold.svg │ │ ├── arrow-clockwise-bold.svg │ │ ├── arrow-counter-clockwise-bold.svg │ │ ├── arrow-down-bold.svg │ │ ├── arrow-down-left-bold.svg │ │ ├── arrow-down-right-bold.svg │ │ ├── arrow-elbow-down-left-bold.svg │ │ ├── arrow-elbow-down-right-bold.svg │ │ ├── arrow-elbow-left-bold.svg │ │ ├── arrow-elbow-left-down-bold.svg │ │ ├── arrow-elbow-left-up-bold.svg │ │ ├── arrow-elbow-right-bold.svg │ │ ├── arrow-elbow-right-down-bold.svg │ │ ├── arrow-elbow-right-up-bold.svg │ │ ├── arrow-elbow-up-left-bold.svg │ │ ├── arrow-elbow-up-right-bold.svg │ │ ├── arrow-fat-down-bold.svg │ │ ├── arrow-fat-left-bold.svg │ │ ├── arrow-fat-line-down-bold.svg │ │ ├── arrow-fat-line-left-bold.svg │ │ ├── arrow-fat-line-right-bold.svg │ │ ├── arrow-fat-line-up-bold.svg │ │ ├── arrow-fat-lines-down-bold.svg │ │ ├── arrow-fat-lines-left-bold.svg │ │ ├── arrow-fat-lines-right-bold.svg │ │ ├── arrow-fat-lines-up-bold.svg │ │ ├── arrow-fat-right-bold.svg │ │ ├── arrow-fat-up-bold.svg │ │ ├── arrow-left-bold.svg │ │ ├── arrow-line-down-bold.svg │ │ ├── arrow-line-down-left-bold.svg │ │ ├── arrow-line-down-right-bold.svg │ │ ├── arrow-line-left-bold.svg │ │ ├── arrow-line-right-bold.svg │ │ ├── arrow-line-up-bold.svg │ │ ├── arrow-line-up-left-bold.svg │ │ ├── arrow-line-up-right-bold.svg │ │ ├── arrow-right-bold.svg │ │ ├── arrow-square-down-bold.svg │ │ ├── arrow-square-down-left-bold.svg │ │ ├── arrow-square-down-right-bold.svg │ │ ├── arrow-square-in-bold.svg │ │ ├── arrow-square-left-bold.svg │ │ ├── arrow-square-out-bold.svg │ │ ├── arrow-square-right-bold.svg │ │ ├── arrow-square-up-bold.svg │ │ ├── arrow-square-up-left-bold.svg │ │ ├── arrow-square-up-right-bold.svg │ │ ├── arrow-u-down-left-bold.svg │ │ ├── arrow-u-down-right-bold.svg │ │ ├── arrow-u-left-down-bold.svg │ │ ├── arrow-u-left-up-bold.svg │ │ ├── arrow-u-right-down-bold.svg │ │ ├── arrow-u-right-up-bold.svg │ │ ├── arrow-u-up-left-bold.svg │ │ ├── arrow-u-up-right-bold.svg │ │ ├── arrow-up-bold.svg │ │ ├── arrow-up-left-bold.svg │ │ ├── arrow-up-right-bold.svg │ │ ├── arrows-clockwise-bold.svg │ │ ├── arrows-counter-clockwise-bold.svg │ │ ├── arrows-down-up-bold.svg │ │ ├── arrows-horizontal-bold.svg │ │ ├── arrows-in-bold.svg │ │ ├── arrows-in-cardinal-bold.svg │ │ ├── arrows-in-line-horizontal-bold.svg │ │ ├── arrows-in-line-vertical-bold.svg │ │ ├── arrows-in-simple-bold.svg │ │ ├── arrows-left-right-bold.svg │ │ ├── arrows-merge-bold.svg │ │ ├── arrows-out-bold.svg │ │ ├── arrows-out-cardinal-bold.svg │ │ ├── arrows-out-line-horizontal-bold.svg │ │ ├── arrows-out-line-vertical-bold.svg │ │ ├── arrows-out-simple-bold.svg │ │ ├── arrows-split-bold.svg │ │ ├── arrows-vertical-bold.svg │ │ ├── article-bold.svg │ │ ├── article-medium-bold.svg │ │ ├── article-ny-times-bold.svg │ │ ├── asclepius-bold.svg │ │ ├── asterisk-bold.svg │ │ ├── asterisk-simple-bold.svg │ │ ├── at-bold.svg │ │ ├── atom-bold.svg │ │ ├── avocado-bold.svg │ │ ├── axe-bold.svg │ │ ├── baby-bold.svg │ │ ├── baby-carriage-bold.svg │ │ ├── backpack-bold.svg │ │ ├── backspace-bold.svg │ │ ├── bag-bold.svg │ │ ├── bag-simple-bold.svg │ │ ├── balloon-bold.svg │ │ ├── bandaids-bold.svg │ │ ├── bank-bold.svg │ │ ├── barbell-bold.svg │ │ ├── barcode-bold.svg │ │ ├── barn-bold.svg │ │ ├── barricade-bold.svg │ │ ├── baseball-bold.svg │ │ ├── baseball-cap-bold.svg │ │ ├── baseball-helmet-bold.svg │ │ ├── basket-bold.svg │ │ ├── basketball-bold.svg │ │ ├── bathtub-bold.svg │ │ ├── battery-charging-bold.svg │ │ ├── battery-charging-vertical-bold.svg │ │ ├── battery-empty-bold.svg │ │ ├── battery-full-bold.svg │ │ ├── battery-high-bold.svg │ │ ├── battery-low-bold.svg │ │ ├── battery-medium-bold.svg │ │ ├── battery-plus-bold.svg │ │ ├── battery-plus-vertical-bold.svg │ │ ├── battery-vertical-empty-bold.svg │ │ ├── battery-vertical-full-bold.svg │ │ ├── battery-vertical-high-bold.svg │ │ ├── battery-vertical-low-bold.svg │ │ ├── battery-vertical-medium-bold.svg │ │ ├── battery-warning-bold.svg │ │ ├── battery-warning-vertical-bold.svg │ │ ├── beach-ball-bold.svg │ │ ├── beanie-bold.svg │ │ ├── bed-bold.svg │ │ ├── beer-bottle-bold.svg │ │ ├── beer-stein-bold.svg │ │ ├── behance-logo-bold.svg │ │ ├── bell-bold.svg │ │ ├── bell-ringing-bold.svg │ │ ├── bell-simple-bold.svg │ │ ├── bell-simple-ringing-bold.svg │ │ ├── bell-simple-slash-bold.svg │ │ ├── bell-simple-z-bold.svg │ │ ├── bell-slash-bold.svg │ │ ├── bell-z-bold.svg │ │ ├── belt-bold.svg │ │ ├── bezier-curve-bold.svg │ │ ├── bicycle-bold.svg │ │ ├── binary-bold.svg │ │ ├── binoculars-bold.svg │ │ ├── biohazard-bold.svg │ │ ├── bird-bold.svg │ │ ├── blueprint-bold.svg │ │ ├── bluetooth-bold.svg │ │ ├── bluetooth-connected-bold.svg │ │ ├── bluetooth-slash-bold.svg │ │ ├── bluetooth-x-bold.svg │ │ ├── boat-bold.svg │ │ ├── bomb-bold.svg │ │ ├── bone-bold.svg │ │ ├── book-bold.svg │ │ ├── book-bookmark-bold.svg │ │ ├── book-open-bold.svg │ │ ├── book-open-text-bold.svg │ │ ├── book-user-bold.svg │ │ ├── bookmark-bold.svg │ │ ├── bookmark-simple-bold.svg │ │ ├── bookmarks-bold.svg │ │ ├── bookmarks-simple-bold.svg │ │ ├── books-bold.svg │ │ ├── boot-bold.svg │ │ ├── boules-bold.svg │ │ ├── bounding-box-bold.svg │ │ ├── bowl-food-bold.svg │ │ ├── bowl-steam-bold.svg │ │ ├── bowling-ball-bold.svg │ │ ├── box-arrow-down-bold.svg │ │ ├── box-arrow-up-bold.svg │ │ ├── boxing-glove-bold.svg │ │ ├── brackets-angle-bold.svg │ │ ├── brackets-curly-bold.svg │ │ ├── brackets-round-bold.svg │ │ ├── brackets-square-bold.svg │ │ ├── brain-bold.svg │ │ ├── brandy-bold.svg │ │ ├── bread-bold.svg │ │ ├── bridge-bold.svg │ │ ├── briefcase-bold.svg │ │ ├── briefcase-metal-bold.svg │ │ ├── broadcast-bold.svg │ │ ├── broom-bold.svg │ │ ├── browser-bold.svg │ │ ├── browsers-bold.svg │ │ ├── bug-beetle-bold.svg │ │ ├── bug-bold.svg │ │ ├── bug-droid-bold.svg │ │ ├── building-apartment-bold.svg │ │ ├── building-bold.svg │ │ ├── building-office-bold.svg │ │ ├── buildings-bold.svg │ │ ├── bulldozer-bold.svg │ │ ├── bus-bold.svg │ │ ├── butterfly-bold.svg │ │ ├── cable-car-bold.svg │ │ ├── cactus-bold.svg │ │ ├── cake-bold.svg │ │ ├── calculator-bold.svg │ │ ├── calendar-blank-bold.svg │ │ ├── calendar-bold.svg │ │ ├── calendar-check-bold.svg │ │ ├── calendar-dot-bold.svg │ │ ├── calendar-dots-bold.svg │ │ ├── calendar-heart-bold.svg │ │ ├── calendar-minus-bold.svg │ │ ├── calendar-plus-bold.svg │ │ ├── calendar-slash-bold.svg │ │ ├── calendar-star-bold.svg │ │ ├── calendar-x-bold.svg │ │ ├── call-bell-bold.svg │ │ ├── camera-bold.svg │ │ ├── camera-plus-bold.svg │ │ ├── camera-rotate-bold.svg │ │ ├── camera-slash-bold.svg │ │ ├── campfire-bold.svg │ │ ├── car-battery-bold.svg │ │ ├── car-bold.svg │ │ ├── car-profile-bold.svg │ │ ├── car-simple-bold.svg │ │ ├── cardholder-bold.svg │ │ ├── cards-bold.svg │ │ ├── cards-three-bold.svg │ │ ├── caret-circle-double-down-bold.svg │ │ ├── caret-circle-double-left-bold.svg │ │ ├── caret-circle-double-right-bold.svg │ │ ├── caret-circle-double-up-bold.svg │ │ ├── caret-circle-down-bold.svg │ │ ├── caret-circle-left-bold.svg │ │ ├── caret-circle-right-bold.svg │ │ ├── caret-circle-up-bold.svg │ │ ├── caret-circle-up-down-bold.svg │ │ ├── caret-double-down-bold.svg │ │ ├── caret-double-left-bold.svg │ │ ├── caret-double-right-bold.svg │ │ ├── caret-double-up-bold.svg │ │ ├── caret-down-bold.svg │ │ ├── caret-left-bold.svg │ │ ├── caret-line-down-bold.svg │ │ ├── caret-line-left-bold.svg │ │ ├── caret-line-right-bold.svg │ │ ├── caret-line-up-bold.svg │ │ ├── caret-right-bold.svg │ │ ├── caret-up-bold.svg │ │ ├── caret-up-down-bold.svg │ │ ├── carrot-bold.svg │ │ ├── cash-register-bold.svg │ │ ├── cassette-tape-bold.svg │ │ ├── castle-turret-bold.svg │ │ ├── cat-bold.svg │ │ ├── cell-signal-full-bold.svg │ │ ├── cell-signal-high-bold.svg │ │ ├── cell-signal-low-bold.svg │ │ ├── cell-signal-medium-bold.svg │ │ ├── cell-signal-none-bold.svg │ │ ├── cell-signal-slash-bold.svg │ │ ├── cell-signal-x-bold.svg │ │ ├── cell-tower-bold.svg │ │ ├── certificate-bold.svg │ │ ├── chair-bold.svg │ │ ├── chalkboard-bold.svg │ │ ├── chalkboard-simple-bold.svg │ │ ├── chalkboard-teacher-bold.svg │ │ ├── champagne-bold.svg │ │ ├── charging-station-bold.svg │ │ ├── chart-bar-bold.svg │ │ ├── chart-bar-horizontal-bold.svg │ │ ├── chart-donut-bold.svg │ │ ├── chart-line-bold.svg │ │ ├── chart-line-down-bold.svg │ │ ├── chart-line-up-bold.svg │ │ ├── chart-pie-bold.svg │ │ ├── chart-pie-slice-bold.svg │ │ ├── chart-polar-bold.svg │ │ ├── chart-scatter-bold.svg │ │ ├── chat-bold.svg │ │ ├── chat-centered-bold.svg │ │ ├── chat-centered-dots-bold.svg │ │ ├── chat-centered-slash-bold.svg │ │ ├── chat-centered-text-bold.svg │ │ ├── chat-circle-bold.svg │ │ ├── chat-circle-dots-bold.svg │ │ ├── chat-circle-slash-bold.svg │ │ ├── chat-circle-text-bold.svg │ │ ├── chat-dots-bold.svg │ │ ├── chat-slash-bold.svg │ │ ├── chat-teardrop-bold.svg │ │ ├── chat-teardrop-dots-bold.svg │ │ ├── chat-teardrop-slash-bold.svg │ │ ├── chat-teardrop-text-bold.svg │ │ ├── chat-text-bold.svg │ │ ├── chats-bold.svg │ │ ├── chats-circle-bold.svg │ │ ├── chats-teardrop-bold.svg │ │ ├── check-bold.svg │ │ ├── check-circle-bold.svg │ │ ├── check-fat-bold.svg │ │ ├── check-square-bold.svg │ │ ├── check-square-offset-bold.svg │ │ ├── checkerboard-bold.svg │ │ ├── checks-bold.svg │ │ ├── cheers-bold.svg │ │ ├── cheese-bold.svg │ │ ├── chef-hat-bold.svg │ │ ├── cherries-bold.svg │ │ ├── church-bold.svg │ │ ├── cigarette-bold.svg │ │ ├── cigarette-slash-bold.svg │ │ ├── circle-bold.svg │ │ ├── circle-dashed-bold.svg │ │ ├── circle-half-bold.svg │ │ ├── circle-half-tilt-bold.svg │ │ ├── circle-notch-bold.svg │ │ ├── circles-four-bold.svg │ │ ├── circles-three-bold.svg │ │ ├── circles-three-plus-bold.svg │ │ ├── circuitry-bold.svg │ │ ├── city-bold.svg │ │ ├── clipboard-bold.svg │ │ ├── clipboard-text-bold.svg │ │ ├── clock-afternoon-bold.svg │ │ ├── clock-bold.svg │ │ ├── clock-clockwise-bold.svg │ │ ├── clock-countdown-bold.svg │ │ ├── clock-counter-clockwise-bold.svg │ │ ├── clock-user-bold.svg │ │ ├── closed-captioning-bold.svg │ │ ├── cloud-arrow-down-bold.svg │ │ ├── cloud-arrow-up-bold.svg │ │ ├── cloud-bold.svg │ │ ├── cloud-check-bold.svg │ │ ├── cloud-fog-bold.svg │ │ ├── cloud-lightning-bold.svg │ │ ├── cloud-moon-bold.svg │ │ ├── cloud-rain-bold.svg │ │ ├── cloud-slash-bold.svg │ │ ├── cloud-snow-bold.svg │ │ ├── cloud-sun-bold.svg │ │ ├── cloud-warning-bold.svg │ │ ├── cloud-x-bold.svg │ │ ├── clover-bold.svg │ │ ├── club-bold.svg │ │ ├── coat-hanger-bold.svg │ │ ├── coda-logo-bold.svg │ │ ├── code-block-bold.svg │ │ ├── code-bold.svg │ │ ├── code-simple-bold.svg │ │ ├── codepen-logo-bold.svg │ │ ├── codesandbox-logo-bold.svg │ │ ├── coffee-bean-bold.svg │ │ ├── coffee-bold.svg │ │ ├── coin-bold.svg │ │ ├── coin-vertical-bold.svg │ │ ├── coins-bold.svg │ │ ├── columns-bold.svg │ │ ├── columns-plus-left-bold.svg │ │ ├── columns-plus-right-bold.svg │ │ ├── command-bold.svg │ │ ├── compass-bold.svg │ │ ├── compass-rose-bold.svg │ │ ├── compass-tool-bold.svg │ │ ├── computer-tower-bold.svg │ │ ├── confetti-bold.svg │ │ ├── contactless-payment-bold.svg │ │ ├── control-bold.svg │ │ ├── cookie-bold.svg │ │ ├── cooking-pot-bold.svg │ │ ├── copy-bold.svg │ │ ├── copy-simple-bold.svg │ │ ├── copyleft-bold.svg │ │ ├── copyright-bold.svg │ │ ├── corners-in-bold.svg │ │ ├── corners-out-bold.svg │ │ ├── couch-bold.svg │ │ ├── court-basketball-bold.svg │ │ ├── cow-bold.svg │ │ ├── cowboy-hat-bold.svg │ │ ├── cpu-bold.svg │ │ ├── crane-bold.svg │ │ ├── crane-tower-bold.svg │ │ ├── credit-card-bold.svg │ │ ├── cricket-bold.svg │ │ ├── crop-bold.svg │ │ ├── cross-bold.svg │ │ ├── crosshair-bold.svg │ │ ├── crosshair-simple-bold.svg │ │ ├── crown-bold.svg │ │ ├── crown-cross-bold.svg │ │ ├── crown-simple-bold.svg │ │ ├── cube-bold.svg │ │ ├── cube-focus-bold.svg │ │ ├── cube-transparent-bold.svg │ │ ├── currency-btc-bold.svg │ │ ├── currency-circle-dollar-bold.svg │ │ ├── currency-cny-bold.svg │ │ ├── currency-dollar-bold.svg │ │ ├── currency-dollar-simple-bold.svg │ │ ├── currency-eth-bold.svg │ │ ├── currency-eur-bold.svg │ │ ├── currency-gbp-bold.svg │ │ ├── currency-inr-bold.svg │ │ ├── currency-jpy-bold.svg │ │ ├── currency-krw-bold.svg │ │ ├── currency-kzt-bold.svg │ │ ├── currency-ngn-bold.svg │ │ ├── currency-rub-bold.svg │ │ ├── cursor-bold.svg │ │ ├── cursor-click-bold.svg │ │ ├── cursor-text-bold.svg │ │ ├── cylinder-bold.svg │ │ ├── database-bold.svg │ │ ├── desk-bold.svg │ │ ├── desktop-bold.svg │ │ ├── desktop-tower-bold.svg │ │ ├── detective-bold.svg │ │ ├── dev-to-logo-bold.svg │ │ ├── device-mobile-bold.svg │ │ ├── device-mobile-camera-bold.svg │ │ ├── device-mobile-slash-bold.svg │ │ ├── device-mobile-speaker-bold.svg │ │ ├── device-rotate-bold.svg │ │ ├── device-tablet-bold.svg │ │ ├── device-tablet-camera-bold.svg │ │ ├── device-tablet-speaker-bold.svg │ │ ├── devices-bold.svg │ │ ├── diamond-bold.svg │ │ ├── diamonds-four-bold.svg │ │ ├── dice-five-bold.svg │ │ ├── dice-four-bold.svg │ │ ├── dice-one-bold.svg │ │ ├── dice-six-bold.svg │ │ ├── dice-three-bold.svg │ │ ├── dice-two-bold.svg │ │ ├── disc-bold.svg │ │ ├── disco-ball-bold.svg │ │ ├── discord-logo-bold.svg │ │ ├── divide-bold.svg │ │ ├── dna-bold.svg │ │ ├── dog-bold.svg │ │ ├── door-bold.svg │ │ ├── door-open-bold.svg │ │ ├── dot-bold.svg │ │ ├── dot-outline-bold.svg │ │ ├── dots-nine-bold.svg │ │ ├── dots-six-bold.svg │ │ ├── dots-six-vertical-bold.svg │ │ ├── dots-three-bold.svg │ │ ├── dots-three-circle-bold.svg │ │ ├── dots-three-circle-vertical-bold.svg │ │ ├── dots-three-outline-bold.svg │ │ ├── dots-three-outline-vertical-bold.svg │ │ ├── dots-three-vertical-bold.svg │ │ ├── download-bold.svg │ │ ├── download-simple-bold.svg │ │ ├── dress-bold.svg │ │ ├── dresser-bold.svg │ │ ├── dribbble-logo-bold.svg │ │ ├── drone-bold.svg │ │ ├── drop-bold.svg │ │ ├── drop-half-bold.svg │ │ ├── drop-half-bottom-bold.svg │ │ ├── drop-simple-bold.svg │ │ ├── drop-slash-bold.svg │ │ ├── dropbox-logo-bold.svg │ │ ├── ear-bold.svg │ │ ├── ear-slash-bold.svg │ │ ├── egg-bold.svg │ │ ├── egg-crack-bold.svg │ │ ├── eject-bold.svg │ │ ├── eject-simple-bold.svg │ │ ├── elevator-bold.svg │ │ ├── empty-bold.svg │ │ ├── engine-bold.svg │ │ ├── envelope-bold.svg │ │ ├── envelope-open-bold.svg │ │ ├── envelope-simple-bold.svg │ │ ├── envelope-simple-open-bold.svg │ │ ├── equalizer-bold.svg │ │ ├── equals-bold.svg │ │ ├── eraser-bold.svg │ │ ├── escalator-down-bold.svg │ │ ├── escalator-up-bold.svg │ │ ├── exam-bold.svg │ │ ├── exclamation-mark-bold.svg │ │ ├── exclude-bold.svg │ │ ├── exclude-square-bold.svg │ │ ├── export-bold.svg │ │ ├── eye-bold.svg │ │ ├── eye-closed-bold.svg │ │ ├── eye-slash-bold.svg │ │ ├── eyedropper-bold.svg │ │ ├── eyedropper-sample-bold.svg │ │ ├── eyeglasses-bold.svg │ │ ├── eyes-bold.svg │ │ ├── face-mask-bold.svg │ │ ├── facebook-logo-bold.svg │ │ ├── factory-bold.svg │ │ ├── faders-bold.svg │ │ ├── faders-horizontal-bold.svg │ │ ├── fallout-shelter-bold.svg │ │ ├── fan-bold.svg │ │ ├── farm-bold.svg │ │ ├── fast-forward-bold.svg │ │ ├── fast-forward-circle-bold.svg │ │ ├── feather-bold.svg │ │ ├── fediverse-logo-bold.svg │ │ ├── figma-logo-bold.svg │ │ ├── file-archive-bold.svg │ │ ├── file-arrow-down-bold.svg │ │ ├── file-arrow-up-bold.svg │ │ ├── file-audio-bold.svg │ │ ├── file-bold.svg │ │ ├── file-c-bold.svg │ │ ├── file-c-sharp-bold.svg │ │ ├── file-cloud-bold.svg │ │ ├── file-code-bold.svg │ │ ├── file-cpp-bold.svg │ │ ├── file-css-bold.svg │ │ ├── file-csv-bold.svg │ │ ├── file-dashed-bold.svg │ │ ├── file-doc-bold.svg │ │ ├── file-html-bold.svg │ │ ├── file-image-bold.svg │ │ ├── file-ini-bold.svg │ │ ├── file-jpg-bold.svg │ │ ├── file-js-bold.svg │ │ ├── file-jsx-bold.svg │ │ ├── file-lock-bold.svg │ │ ├── file-magnifying-glass-bold.svg │ │ ├── file-md-bold.svg │ │ ├── file-minus-bold.svg │ │ ├── file-pdf-bold.svg │ │ ├── file-plus-bold.svg │ │ ├── file-png-bold.svg │ │ ├── file-ppt-bold.svg │ │ ├── file-py-bold.svg │ │ ├── file-rs-bold.svg │ │ ├── file-sql-bold.svg │ │ ├── file-svg-bold.svg │ │ ├── file-text-bold.svg │ │ ├── file-ts-bold.svg │ │ ├── file-tsx-bold.svg │ │ ├── file-txt-bold.svg │ │ ├── file-video-bold.svg │ │ ├── file-vue-bold.svg │ │ ├── file-x-bold.svg │ │ ├── file-xls-bold.svg │ │ ├── file-zip-bold.svg │ │ ├── files-bold.svg │ │ ├── film-reel-bold.svg │ │ ├── film-script-bold.svg │ │ ├── film-slate-bold.svg │ │ ├── film-strip-bold.svg │ │ ├── fingerprint-bold.svg │ │ ├── fingerprint-simple-bold.svg │ │ ├── finn-the-human-bold.svg │ │ ├── fire-bold.svg │ │ ├── fire-extinguisher-bold.svg │ │ ├── fire-simple-bold.svg │ │ ├── fire-truck-bold.svg │ │ ├── first-aid-bold.svg │ │ ├── first-aid-kit-bold.svg │ │ ├── fish-bold.svg │ │ ├── fish-simple-bold.svg │ │ ├── flag-banner-bold.svg │ │ ├── flag-banner-fold-bold.svg │ │ ├── flag-bold.svg │ │ ├── flag-checkered-bold.svg │ │ ├── flag-pennant-bold.svg │ │ ├── flame-bold.svg │ │ ├── flashlight-bold.svg │ │ ├── flask-bold.svg │ │ ├── flip-horizontal-bold.svg │ │ ├── flip-vertical-bold.svg │ │ ├── floppy-disk-back-bold.svg │ │ ├── floppy-disk-bold.svg │ │ ├── flow-arrow-bold.svg │ │ ├── flower-bold.svg │ │ ├── flower-lotus-bold.svg │ │ ├── flower-tulip-bold.svg │ │ ├── flying-saucer-bold.svg │ │ ├── folder-bold.svg │ │ ├── folder-dashed-bold.svg │ │ ├── folder-lock-bold.svg │ │ ├── folder-minus-bold.svg │ │ ├── folder-open-bold.svg │ │ ├── folder-plus-bold.svg │ │ ├── folder-simple-bold.svg │ │ ├── folder-simple-dashed-bold.svg │ │ ├── folder-simple-lock-bold.svg │ │ ├── folder-simple-minus-bold.svg │ │ ├── folder-simple-plus-bold.svg │ │ ├── folder-simple-star-bold.svg │ │ ├── folder-simple-user-bold.svg │ │ ├── folder-star-bold.svg │ │ ├── folder-user-bold.svg │ │ ├── folders-bold.svg │ │ ├── football-bold.svg │ │ ├── football-helmet-bold.svg │ │ ├── footprints-bold.svg │ │ ├── fork-knife-bold.svg │ │ ├── four-k-bold.svg │ │ ├── frame-corners-bold.svg │ │ ├── framer-logo-bold.svg │ │ ├── function-bold.svg │ │ ├── funnel-bold.svg │ │ ├── funnel-simple-bold.svg │ │ ├── funnel-simple-x-bold.svg │ │ ├── funnel-x-bold.svg │ │ ├── game-controller-bold.svg │ │ ├── garage-bold.svg │ │ ├── gas-can-bold.svg │ │ ├── gas-pump-bold.svg │ │ ├── gauge-bold.svg │ │ ├── gavel-bold.svg │ │ ├── gear-bold.svg │ │ ├── gear-fine-bold.svg │ │ ├── gear-six-bold.svg │ │ ├── gender-female-bold.svg │ │ ├── gender-intersex-bold.svg │ │ ├── gender-male-bold.svg │ │ ├── gender-neuter-bold.svg │ │ ├── gender-nonbinary-bold.svg │ │ ├── gender-transgender-bold.svg │ │ ├── ghost-bold.svg │ │ ├── gif-bold.svg │ │ ├── gift-bold.svg │ │ ├── git-branch-bold.svg │ │ ├── git-commit-bold.svg │ │ ├── git-diff-bold.svg │ │ ├── git-fork-bold.svg │ │ ├── git-merge-bold.svg │ │ ├── git-pull-request-bold.svg │ │ ├── github-logo-bold.svg │ │ ├── gitlab-logo-bold.svg │ │ ├── gitlab-logo-simple-bold.svg │ │ ├── globe-bold.svg │ │ ├── globe-hemisphere-east-bold.svg │ │ ├── globe-hemisphere-west-bold.svg │ │ ├── globe-simple-bold.svg │ │ ├── globe-simple-x-bold.svg │ │ ├── globe-stand-bold.svg │ │ ├── globe-x-bold.svg │ │ ├── goggles-bold.svg │ │ ├── golf-bold.svg │ │ ├── goodreads-logo-bold.svg │ │ ├── google-cardboard-logo-bold.svg │ │ ├── google-chrome-logo-bold.svg │ │ ├── google-drive-logo-bold.svg │ │ ├── google-logo-bold.svg │ │ ├── google-photos-logo-bold.svg │ │ ├── google-play-logo-bold.svg │ │ ├── google-podcasts-logo-bold.svg │ │ ├── gps-bold.svg │ │ ├── gps-fix-bold.svg │ │ ├── gps-slash-bold.svg │ │ ├── gradient-bold.svg │ │ ├── graduation-cap-bold.svg │ │ ├── grains-bold.svg │ │ ├── grains-slash-bold.svg │ │ ├── graph-bold.svg │ │ ├── graphics-card-bold.svg │ │ ├── greater-than-bold.svg │ │ ├── greater-than-or-equal-bold.svg │ │ ├── grid-four-bold.svg │ │ ├── grid-nine-bold.svg │ │ ├── guitar-bold.svg │ │ ├── hair-dryer-bold.svg │ │ ├── hamburger-bold.svg │ │ ├── hammer-bold.svg │ │ ├── hand-arrow-down-bold.svg │ │ ├── hand-arrow-up-bold.svg │ │ ├── hand-bold.svg │ │ ├── hand-coins-bold.svg │ │ ├── hand-deposit-bold.svg │ │ ├── hand-eye-bold.svg │ │ ├── hand-fist-bold.svg │ │ ├── hand-grabbing-bold.svg │ │ ├── hand-heart-bold.svg │ │ ├── hand-palm-bold.svg │ │ ├── hand-peace-bold.svg │ │ ├── hand-pointing-bold.svg │ │ ├── hand-soap-bold.svg │ │ ├── hand-swipe-left-bold.svg │ │ ├── hand-swipe-right-bold.svg │ │ ├── hand-tap-bold.svg │ │ ├── hand-waving-bold.svg │ │ ├── hand-withdraw-bold.svg │ │ ├── handbag-bold.svg │ │ ├── handbag-simple-bold.svg │ │ ├── hands-clapping-bold.svg │ │ ├── hands-praying-bold.svg │ │ ├── handshake-bold.svg │ │ ├── hard-drive-bold.svg │ │ ├── hard-drives-bold.svg │ │ ├── hard-hat-bold.svg │ │ ├── hash-bold.svg │ │ ├── hash-straight-bold.svg │ │ ├── head-circuit-bold.svg │ │ ├── headlights-bold.svg │ │ ├── headphones-bold.svg │ │ ├── headset-bold.svg │ │ ├── heart-bold.svg │ │ ├── heart-break-bold.svg │ │ ├── heart-half-bold.svg │ │ ├── heart-straight-bold.svg │ │ ├── heart-straight-break-bold.svg │ │ ├── heartbeat-bold.svg │ │ ├── hexagon-bold.svg │ │ ├── high-definition-bold.svg │ │ ├── high-heel-bold.svg │ │ ├── highlighter-bold.svg │ │ ├── highlighter-circle-bold.svg │ │ ├── hockey-bold.svg │ │ ├── hoodie-bold.svg │ │ ├── horse-bold.svg │ │ ├── hospital-bold.svg │ │ ├── hourglass-bold.svg │ │ ├── hourglass-high-bold.svg │ │ ├── hourglass-low-bold.svg │ │ ├── hourglass-medium-bold.svg │ │ ├── hourglass-simple-bold.svg │ │ ├── hourglass-simple-high-bold.svg │ │ ├── hourglass-simple-low-bold.svg │ │ ├── hourglass-simple-medium-bold.svg │ │ ├── house-bold.svg │ │ ├── house-line-bold.svg │ │ ├── house-simple-bold.svg │ │ ├── hurricane-bold.svg │ │ ├── ice-cream-bold.svg │ │ ├── identification-badge-bold.svg │ │ ├── identification-card-bold.svg │ │ ├── image-bold.svg │ │ ├── image-broken-bold.svg │ │ ├── image-square-bold.svg │ │ ├── images-bold.svg │ │ ├── images-square-bold.svg │ │ ├── infinity-bold.svg │ │ ├── info-bold.svg │ │ ├── instagram-logo-bold.svg │ │ ├── intersect-bold.svg │ │ ├── intersect-square-bold.svg │ │ ├── intersect-three-bold.svg │ │ ├── intersection-bold.svg │ │ ├── invoice-bold.svg │ │ ├── island-bold.svg │ │ ├── jar-bold.svg │ │ ├── jar-label-bold.svg │ │ ├── jeep-bold.svg │ │ ├── joystick-bold.svg │ │ ├── kanban-bold.svg │ │ ├── key-bold.svg │ │ ├── key-return-bold.svg │ │ ├── keyboard-bold.svg │ │ ├── keyhole-bold.svg │ │ ├── knife-bold.svg │ │ ├── ladder-bold.svg │ │ ├── ladder-simple-bold.svg │ │ ├── lamp-bold.svg │ │ ├── lamp-pendant-bold.svg │ │ ├── laptop-bold.svg │ │ ├── lasso-bold.svg │ │ ├── lastfm-logo-bold.svg │ │ ├── layout-bold.svg │ │ ├── leaf-bold.svg │ │ ├── lectern-bold.svg │ │ ├── lego-bold.svg │ │ ├── lego-smiley-bold.svg │ │ ├── less-than-bold.svg │ │ ├── less-than-or-equal-bold.svg │ │ ├── letter-circle-h-bold.svg │ │ ├── letter-circle-p-bold.svg │ │ ├── letter-circle-v-bold.svg │ │ ├── lifebuoy-bold.svg │ │ ├── lightbulb-bold.svg │ │ ├── lightbulb-filament-bold.svg │ │ ├── lighthouse-bold.svg │ │ ├── lightning-a-bold.svg │ │ ├── lightning-bold.svg │ │ ├── lightning-slash-bold.svg │ │ ├── line-segment-bold.svg │ │ ├── line-segments-bold.svg │ │ ├── line-vertical-bold.svg │ │ ├── link-bold.svg │ │ ├── link-break-bold.svg │ │ ├── link-simple-bold.svg │ │ ├── link-simple-break-bold.svg │ │ ├── link-simple-horizontal-bold.svg │ │ ├── link-simple-horizontal-break-bold.svg │ │ ├── linkedin-logo-bold.svg │ │ ├── linktree-logo-bold.svg │ │ ├── linux-logo-bold.svg │ │ ├── list-bold.svg │ │ ├── list-bullets-bold.svg │ │ ├── list-checks-bold.svg │ │ ├── list-dashes-bold.svg │ │ ├── list-heart-bold.svg │ │ ├── list-magnifying-glass-bold.svg │ │ ├── list-numbers-bold.svg │ │ ├── list-plus-bold.svg │ │ ├── list-star-bold.svg │ │ ├── lock-bold.svg │ │ ├── lock-key-bold.svg │ │ ├── lock-key-open-bold.svg │ │ ├── lock-laminated-bold.svg │ │ ├── lock-laminated-open-bold.svg │ │ ├── lock-open-bold.svg │ │ ├── lock-simple-bold.svg │ │ ├── lock-simple-open-bold.svg │ │ ├── lockers-bold.svg │ │ ├── log-bold.svg │ │ ├── magic-wand-bold.svg │ │ ├── magnet-bold.svg │ │ ├── magnet-straight-bold.svg │ │ ├── magnifying-glass-bold.svg │ │ ├── magnifying-glass-minus-bold.svg │ │ ├── magnifying-glass-plus-bold.svg │ │ ├── mailbox-bold.svg │ │ ├── map-pin-area-bold.svg │ │ ├── map-pin-bold.svg │ │ ├── map-pin-line-bold.svg │ │ ├── map-pin-plus-bold.svg │ │ ├── map-pin-simple-area-bold.svg │ │ ├── map-pin-simple-bold.svg │ │ ├── map-pin-simple-line-bold.svg │ │ ├── map-trifold-bold.svg │ │ ├── markdown-logo-bold.svg │ │ ├── marker-circle-bold.svg │ │ ├── martini-bold.svg │ │ ├── mask-happy-bold.svg │ │ ├── mask-sad-bold.svg │ │ ├── mastodon-logo-bold.svg │ │ ├── math-operations-bold.svg │ │ ├── matrix-logo-bold.svg │ │ ├── medal-bold.svg │ │ ├── medal-military-bold.svg │ │ ├── medium-logo-bold.svg │ │ ├── megaphone-bold.svg │ │ ├── megaphone-simple-bold.svg │ │ ├── member-of-bold.svg │ │ ├── memory-bold.svg │ │ ├── messenger-logo-bold.svg │ │ ├── meta-logo-bold.svg │ │ ├── meteor-bold.svg │ │ ├── metronome-bold.svg │ │ ├── microphone-bold.svg │ │ ├── microphone-slash-bold.svg │ │ ├── microphone-stage-bold.svg │ │ ├── microscope-bold.svg │ │ ├── microsoft-excel-logo-bold.svg │ │ ├── microsoft-outlook-logo-bold.svg │ │ ├── microsoft-powerpoint-logo-bold.svg │ │ ├── microsoft-teams-logo-bold.svg │ │ ├── microsoft-word-logo-bold.svg │ │ ├── minus-bold.svg │ │ ├── minus-circle-bold.svg │ │ ├── minus-square-bold.svg │ │ ├── money-bold.svg │ │ ├── money-wavy-bold.svg │ │ ├── monitor-arrow-up-bold.svg │ │ ├── monitor-bold.svg │ │ ├── monitor-play-bold.svg │ │ ├── moon-bold.svg │ │ ├── moon-stars-bold.svg │ │ ├── moped-bold.svg │ │ ├── moped-front-bold.svg │ │ ├── mosque-bold.svg │ │ ├── motorcycle-bold.svg │ │ ├── mountains-bold.svg │ │ ├── mouse-bold.svg │ │ ├── mouse-left-click-bold.svg │ │ ├── mouse-middle-click-bold.svg │ │ ├── mouse-right-click-bold.svg │ │ ├── mouse-scroll-bold.svg │ │ ├── mouse-simple-bold.svg │ │ ├── music-note-bold.svg │ │ ├── music-note-simple-bold.svg │ │ ├── music-notes-bold.svg │ │ ├── music-notes-minus-bold.svg │ │ ├── music-notes-plus-bold.svg │ │ ├── music-notes-simple-bold.svg │ │ ├── navigation-arrow-bold.svg │ │ ├── needle-bold.svg │ │ ├── network-bold.svg │ │ ├── network-slash-bold.svg │ │ ├── network-x-bold.svg │ │ ├── newspaper-bold.svg │ │ ├── newspaper-clipping-bold.svg │ │ ├── not-equals-bold.svg │ │ ├── not-member-of-bold.svg │ │ ├── not-subset-of-bold.svg │ │ ├── not-superset-of-bold.svg │ │ ├── notches-bold.svg │ │ ├── note-blank-bold.svg │ │ ├── note-bold.svg │ │ ├── note-pencil-bold.svg │ │ ├── notebook-bold.svg │ │ ├── notepad-bold.svg │ │ ├── notification-bold.svg │ │ ├── notion-logo-bold.svg │ │ ├── nuclear-plant-bold.svg │ │ ├── number-circle-eight-bold.svg │ │ ├── number-circle-five-bold.svg │ │ ├── number-circle-four-bold.svg │ │ ├── number-circle-nine-bold.svg │ │ ├── number-circle-one-bold.svg │ │ ├── number-circle-seven-bold.svg │ │ ├── number-circle-six-bold.svg │ │ ├── number-circle-three-bold.svg │ │ ├── number-circle-two-bold.svg │ │ ├── number-circle-zero-bold.svg │ │ ├── number-eight-bold.svg │ │ ├── number-five-bold.svg │ │ ├── number-four-bold.svg │ │ ├── number-nine-bold.svg │ │ ├── number-one-bold.svg │ │ ├── number-seven-bold.svg │ │ ├── number-six-bold.svg │ │ ├── number-square-eight-bold.svg │ │ ├── number-square-five-bold.svg │ │ ├── number-square-four-bold.svg │ │ ├── number-square-nine-bold.svg │ │ ├── number-square-one-bold.svg │ │ ├── number-square-seven-bold.svg │ │ ├── number-square-six-bold.svg │ │ ├── number-square-three-bold.svg │ │ ├── number-square-two-bold.svg │ │ ├── number-square-zero-bold.svg │ │ ├── number-three-bold.svg │ │ ├── number-two-bold.svg │ │ ├── number-zero-bold.svg │ │ ├── numpad-bold.svg │ │ ├── nut-bold.svg │ │ ├── ny-times-logo-bold.svg │ │ ├── octagon-bold.svg │ │ ├── office-chair-bold.svg │ │ ├── onigiri-bold.svg │ │ ├── open-ai-logo-bold.svg │ │ ├── option-bold.svg │ │ ├── orange-bold.svg │ │ ├── orange-slice-bold.svg │ │ ├── oven-bold.svg │ │ ├── package-bold.svg │ │ ├── paint-brush-bold.svg │ │ ├── paint-brush-broad-bold.svg │ │ ├── paint-brush-household-bold.svg │ │ ├── paint-bucket-bold.svg │ │ ├── paint-roller-bold.svg │ │ ├── palette-bold.svg │ │ ├── panorama-bold.svg │ │ ├── pants-bold.svg │ │ ├── paper-plane-bold.svg │ │ ├── paper-plane-right-bold.svg │ │ ├── paper-plane-tilt-bold.svg │ │ ├── paperclip-bold.svg │ │ ├── paperclip-horizontal-bold.svg │ │ ├── parachute-bold.svg │ │ ├── paragraph-bold.svg │ │ ├── parallelogram-bold.svg │ │ ├── park-bold.svg │ │ ├── password-bold.svg │ │ ├── path-bold.svg │ │ ├── patreon-logo-bold.svg │ │ ├── pause-bold.svg │ │ ├── pause-circle-bold.svg │ │ ├── paw-print-bold.svg │ │ ├── paypal-logo-bold.svg │ │ ├── peace-bold.svg │ │ ├── pen-bold.svg │ │ ├── pen-nib-bold.svg │ │ ├── pen-nib-straight-bold.svg │ │ ├── pencil-bold.svg │ │ ├── pencil-circle-bold.svg │ │ ├── pencil-line-bold.svg │ │ ├── pencil-ruler-bold.svg │ │ ├── pencil-simple-bold.svg │ │ ├── pencil-simple-line-bold.svg │ │ ├── pencil-simple-slash-bold.svg │ │ ├── pencil-slash-bold.svg │ │ ├── pentagon-bold.svg │ │ ├── pentagram-bold.svg │ │ ├── pepper-bold.svg │ │ ├── percent-bold.svg │ │ ├── person-arms-spread-bold.svg │ │ ├── person-bold.svg │ │ ├── person-simple-bike-bold.svg │ │ ├── person-simple-bold.svg │ │ ├── person-simple-circle-bold.svg │ │ ├── person-simple-hike-bold.svg │ │ ├── person-simple-run-bold.svg │ │ ├── person-simple-ski-bold.svg │ │ ├── person-simple-snowboard-bold.svg │ │ ├── person-simple-swim-bold.svg │ │ ├── person-simple-tai-chi-bold.svg │ │ ├── person-simple-throw-bold.svg │ │ ├── person-simple-walk-bold.svg │ │ ├── perspective-bold.svg │ │ ├── phone-bold.svg │ │ ├── phone-call-bold.svg │ │ ├── phone-disconnect-bold.svg │ │ ├── phone-incoming-bold.svg │ │ ├── phone-list-bold.svg │ │ ├── phone-outgoing-bold.svg │ │ ├── phone-pause-bold.svg │ │ ├── phone-plus-bold.svg │ │ ├── phone-slash-bold.svg │ │ ├── phone-transfer-bold.svg │ │ ├── phone-x-bold.svg │ │ ├── phosphor-logo-bold.svg │ │ ├── pi-bold.svg │ │ ├── piano-keys-bold.svg │ │ ├── picnic-table-bold.svg │ │ ├── picture-in-picture-bold.svg │ │ ├── piggy-bank-bold.svg │ │ ├── pill-bold.svg │ │ ├── ping-pong-bold.svg │ │ ├── pint-glass-bold.svg │ │ ├── pinterest-logo-bold.svg │ │ ├── pinwheel-bold.svg │ │ ├── pipe-bold.svg │ │ ├── pipe-wrench-bold.svg │ │ ├── pix-logo-bold.svg │ │ ├── pizza-bold.svg │ │ ├── placeholder-bold.svg │ │ ├── planet-bold.svg │ │ ├── plant-bold.svg │ │ ├── play-bold.svg │ │ ├── play-circle-bold.svg │ │ ├── play-pause-bold.svg │ │ ├── playlist-bold.svg │ │ ├── plug-bold.svg │ │ ├── plug-charging-bold.svg │ │ ├── plugs-bold.svg │ │ ├── plugs-connected-bold.svg │ │ ├── plus-bold.svg │ │ ├── plus-circle-bold.svg │ │ ├── plus-minus-bold.svg │ │ ├── plus-square-bold.svg │ │ ├── poker-chip-bold.svg │ │ ├── police-car-bold.svg │ │ ├── polygon-bold.svg │ │ ├── popcorn-bold.svg │ │ ├── popsicle-bold.svg │ │ ├── potted-plant-bold.svg │ │ ├── power-bold.svg │ │ ├── prescription-bold.svg │ │ ├── presentation-bold.svg │ │ ├── presentation-chart-bold.svg │ │ ├── printer-bold.svg │ │ ├── prohibit-bold.svg │ │ ├── prohibit-inset-bold.svg │ │ ├── projector-screen-bold.svg │ │ ├── projector-screen-chart-bold.svg │ │ ├── pulse-bold.svg │ │ ├── push-pin-bold.svg │ │ ├── push-pin-simple-bold.svg │ │ ├── push-pin-simple-slash-bold.svg │ │ ├── push-pin-slash-bold.svg │ │ ├── puzzle-piece-bold.svg │ │ ├── qr-code-bold.svg │ │ ├── question-bold.svg │ │ ├── question-mark-bold.svg │ │ ├── queue-bold.svg │ │ ├── quotes-bold.svg │ │ ├── rabbit-bold.svg │ │ ├── racquet-bold.svg │ │ ├── radical-bold.svg │ │ ├── radio-bold.svg │ │ ├── radio-button-bold.svg │ │ ├── radioactive-bold.svg │ │ ├── rainbow-bold.svg │ │ ├── rainbow-cloud-bold.svg │ │ ├── ranking-bold.svg │ │ ├── read-cv-logo-bold.svg │ │ ├── receipt-bold.svg │ │ ├── receipt-x-bold.svg │ │ ├── record-bold.svg │ │ ├── rectangle-bold.svg │ │ ├── rectangle-dashed-bold.svg │ │ ├── recycle-bold.svg │ │ ├── reddit-logo-bold.svg │ │ ├── repeat-bold.svg │ │ ├── repeat-once-bold.svg │ │ ├── replit-logo-bold.svg │ │ ├── resize-bold.svg │ │ ├── rewind-bold.svg │ │ ├── rewind-circle-bold.svg │ │ ├── road-horizon-bold.svg │ │ ├── robot-bold.svg │ │ ├── rocket-bold.svg │ │ ├── rocket-launch-bold.svg │ │ ├── rows-bold.svg │ │ ├── rows-plus-bottom-bold.svg │ │ ├── rows-plus-top-bold.svg │ │ ├── rss-bold.svg │ │ ├── rss-simple-bold.svg │ │ ├── rug-bold.svg │ │ ├── ruler-bold.svg │ │ ├── sailboat-bold.svg │ │ ├── scales-bold.svg │ │ ├── scan-bold.svg │ │ ├── scan-smiley-bold.svg │ │ ├── scissors-bold.svg │ │ ├── scooter-bold.svg │ │ ├── screencast-bold.svg │ │ ├── screwdriver-bold.svg │ │ ├── scribble-bold.svg │ │ ├── scribble-loop-bold.svg │ │ ├── scroll-bold.svg │ │ ├── seal-bold.svg │ │ ├── seal-check-bold.svg │ │ ├── seal-percent-bold.svg │ │ ├── seal-question-bold.svg │ │ ├── seal-warning-bold.svg │ │ ├── seat-bold.svg │ │ ├── seatbelt-bold.svg │ │ ├── security-camera-bold.svg │ │ ├── selection-all-bold.svg │ │ ├── selection-background-bold.svg │ │ ├── selection-bold.svg │ │ ├── selection-foreground-bold.svg │ │ ├── selection-inverse-bold.svg │ │ ├── selection-plus-bold.svg │ │ ├── selection-slash-bold.svg │ │ ├── shapes-bold.svg │ │ ├── share-bold.svg │ │ ├── share-fat-bold.svg │ │ ├── share-network-bold.svg │ │ ├── shield-bold.svg │ │ ├── shield-check-bold.svg │ │ ├── shield-checkered-bold.svg │ │ ├── shield-chevron-bold.svg │ │ ├── shield-plus-bold.svg │ │ ├── shield-slash-bold.svg │ │ ├── shield-star-bold.svg │ │ ├── shield-warning-bold.svg │ │ ├── shipping-container-bold.svg │ │ ├── shirt-folded-bold.svg │ │ ├── shooting-star-bold.svg │ │ ├── shopping-bag-bold.svg │ │ ├── shopping-bag-open-bold.svg │ │ ├── shopping-cart-bold.svg │ │ ├── shopping-cart-simple-bold.svg │ │ ├── shovel-bold.svg │ │ ├── shower-bold.svg │ │ ├── shrimp-bold.svg │ │ ├── shuffle-angular-bold.svg │ │ ├── shuffle-bold.svg │ │ ├── shuffle-simple-bold.svg │ │ ├── sidebar-bold.svg │ │ ├── sidebar-simple-bold.svg │ │ ├── sigma-bold.svg │ │ ├── sign-in-bold.svg │ │ ├── sign-out-bold.svg │ │ ├── signature-bold.svg │ │ ├── signpost-bold.svg │ │ ├── sim-card-bold.svg │ │ ├── siren-bold.svg │ │ ├── sketch-logo-bold.svg │ │ ├── skip-back-bold.svg │ │ ├── skip-back-circle-bold.svg │ │ ├── skip-forward-bold.svg │ │ ├── skip-forward-circle-bold.svg │ │ ├── skull-bold.svg │ │ ├── skype-logo-bold.svg │ │ ├── slack-logo-bold.svg │ │ ├── sliders-bold.svg │ │ ├── sliders-horizontal-bold.svg │ │ ├── slideshow-bold.svg │ │ ├── smiley-angry-bold.svg │ │ ├── smiley-blank-bold.svg │ │ ├── smiley-bold.svg │ │ ├── smiley-meh-bold.svg │ │ ├── smiley-melting-bold.svg │ │ ├── smiley-nervous-bold.svg │ │ ├── smiley-sad-bold.svg │ │ ├── smiley-sticker-bold.svg │ │ ├── smiley-wink-bold.svg │ │ ├── smiley-x-eyes-bold.svg │ │ ├── snapchat-logo-bold.svg │ │ ├── sneaker-bold.svg │ │ ├── sneaker-move-bold.svg │ │ ├── snowflake-bold.svg │ │ ├── soccer-ball-bold.svg │ │ ├── sock-bold.svg │ │ ├── solar-panel-bold.svg │ │ ├── solar-roof-bold.svg │ │ ├── sort-ascending-bold.svg │ │ ├── sort-descending-bold.svg │ │ ├── soundcloud-logo-bold.svg │ │ ├── spade-bold.svg │ │ ├── sparkle-bold.svg │ │ ├── speaker-hifi-bold.svg │ │ ├── speaker-high-bold.svg │ │ ├── speaker-low-bold.svg │ │ ├── speaker-none-bold.svg │ │ ├── speaker-simple-high-bold.svg │ │ ├── speaker-simple-low-bold.svg │ │ ├── speaker-simple-none-bold.svg │ │ ├── speaker-simple-slash-bold.svg │ │ ├── speaker-simple-x-bold.svg │ │ ├── speaker-slash-bold.svg │ │ ├── speaker-x-bold.svg │ │ ├── speedometer-bold.svg │ │ ├── sphere-bold.svg │ │ ├── spinner-ball-bold.svg │ │ ├── spinner-bold.svg │ │ ├── spinner-gap-bold.svg │ │ ├── spiral-bold.svg │ │ ├── split-horizontal-bold.svg │ │ ├── split-vertical-bold.svg │ │ ├── spotify-logo-bold.svg │ │ ├── spray-bottle-bold.svg │ │ ├── square-bold.svg │ │ ├── square-half-bold.svg │ │ ├── square-half-bottom-bold.svg │ │ ├── square-logo-bold.svg │ │ ├── square-split-horizontal-bold.svg │ │ ├── square-split-vertical-bold.svg │ │ ├── squares-four-bold.svg │ │ ├── stack-bold.svg │ │ ├── stack-minus-bold.svg │ │ ├── stack-overflow-logo-bold.svg │ │ ├── stack-plus-bold.svg │ │ ├── stack-simple-bold.svg │ │ ├── stairs-bold.svg │ │ ├── stamp-bold.svg │ │ ├── standard-definition-bold.svg │ │ ├── star-and-crescent-bold.svg │ │ ├── star-bold.svg │ │ ├── star-four-bold.svg │ │ ├── star-half-bold.svg │ │ ├── star-of-david-bold.svg │ │ ├── steam-logo-bold.svg │ │ ├── steering-wheel-bold.svg │ │ ├── steps-bold.svg │ │ ├── stethoscope-bold.svg │ │ ├── sticker-bold.svg │ │ ├── stool-bold.svg │ │ ├── stop-bold.svg │ │ ├── stop-circle-bold.svg │ │ ├── storefront-bold.svg │ │ ├── strategy-bold.svg │ │ ├── stripe-logo-bold.svg │ │ ├── student-bold.svg │ │ ├── subset-of-bold.svg │ │ ├── subset-proper-of-bold.svg │ │ ├── subtitles-bold.svg │ │ ├── subtitles-slash-bold.svg │ │ ├── subtract-bold.svg │ │ ├── subtract-square-bold.svg │ │ ├── subway-bold.svg │ │ ├── suitcase-bold.svg │ │ ├── suitcase-rolling-bold.svg │ │ ├── suitcase-simple-bold.svg │ │ ├── sun-bold.svg │ │ ├── sun-dim-bold.svg │ │ ├── sun-horizon-bold.svg │ │ ├── sunglasses-bold.svg │ │ ├── superset-of-bold.svg │ │ ├── superset-proper-of-bold.svg │ │ ├── swap-bold.svg │ │ ├── swatches-bold.svg │ │ ├── swimming-pool-bold.svg │ │ ├── sword-bold.svg │ │ ├── synagogue-bold.svg │ │ ├── syringe-bold.svg │ │ ├── t-shirt-bold.svg │ │ ├── table-bold.svg │ │ ├── tabs-bold.svg │ │ ├── tag-bold.svg │ │ ├── tag-chevron-bold.svg │ │ ├── tag-simple-bold.svg │ │ ├── target-bold.svg │ │ ├── taxi-bold.svg │ │ ├── tea-bag-bold.svg │ │ ├── telegram-logo-bold.svg │ │ ├── television-bold.svg │ │ ├── television-simple-bold.svg │ │ ├── tennis-ball-bold.svg │ │ ├── tent-bold.svg │ │ ├── terminal-bold.svg │ │ ├── terminal-window-bold.svg │ │ ├── test-tube-bold.svg │ │ ├── text-a-underline-bold.svg │ │ ├── text-aa-bold.svg │ │ ├── text-align-center-bold.svg │ │ ├── text-align-justify-bold.svg │ │ ├── text-align-left-bold.svg │ │ ├── text-align-right-bold.svg │ │ ├── text-b-bold.svg │ │ ├── text-columns-bold.svg │ │ ├── text-h-bold.svg │ │ ├── text-h-five-bold.svg │ │ ├── text-h-four-bold.svg │ │ ├── text-h-one-bold.svg │ │ ├── text-h-six-bold.svg │ │ ├── text-h-three-bold.svg │ │ ├── text-h-two-bold.svg │ │ ├── text-indent-bold.svg │ │ ├── text-italic-bold.svg │ │ ├── text-outdent-bold.svg │ │ ├── text-strikethrough-bold.svg │ │ ├── text-subscript-bold.svg │ │ ├── text-superscript-bold.svg │ │ ├── text-t-bold.svg │ │ ├── text-t-slash-bold.svg │ │ ├── text-underline-bold.svg │ │ ├── textbox-bold.svg │ │ ├── thermometer-bold.svg │ │ ├── thermometer-cold-bold.svg │ │ ├── thermometer-hot-bold.svg │ │ ├── thermometer-simple-bold.svg │ │ ├── threads-logo-bold.svg │ │ ├── three-d-bold.svg │ │ ├── thumbs-down-bold.svg │ │ ├── thumbs-up-bold.svg │ │ ├── ticket-bold.svg │ │ ├── tidal-logo-bold.svg │ │ ├── tiktok-logo-bold.svg │ │ ├── tilde-bold.svg │ │ ├── timer-bold.svg │ │ ├── tip-jar-bold.svg │ │ ├── tipi-bold.svg │ │ ├── tire-bold.svg │ │ ├── toggle-left-bold.svg │ │ ├── toggle-right-bold.svg │ │ ├── toilet-bold.svg │ │ ├── toilet-paper-bold.svg │ │ ├── toolbox-bold.svg │ │ ├── tooth-bold.svg │ │ ├── tornado-bold.svg │ │ ├── tote-bold.svg │ │ ├── tote-simple-bold.svg │ │ ├── towel-bold.svg │ │ ├── tractor-bold.svg │ │ ├── trademark-bold.svg │ │ ├── trademark-registered-bold.svg │ │ ├── traffic-cone-bold.svg │ │ ├── traffic-sign-bold.svg │ │ ├── traffic-signal-bold.svg │ │ ├── train-bold.svg │ │ ├── train-regional-bold.svg │ │ ├── train-simple-bold.svg │ │ ├── tram-bold.svg │ │ ├── translate-bold.svg │ │ ├── trash-bold.svg │ │ ├── trash-simple-bold.svg │ │ ├── tray-arrow-down-bold.svg │ │ ├── tray-arrow-up-bold.svg │ │ ├── tray-bold.svg │ │ ├── treasure-chest-bold.svg │ │ ├── tree-bold.svg │ │ ├── tree-evergreen-bold.svg │ │ ├── tree-palm-bold.svg │ │ ├── tree-structure-bold.svg │ │ ├── tree-view-bold.svg │ │ ├── trend-down-bold.svg │ │ ├── trend-up-bold.svg │ │ ├── triangle-bold.svg │ │ ├── triangle-dashed-bold.svg │ │ ├── trolley-bold.svg │ │ ├── trolley-suitcase-bold.svg │ │ ├── trophy-bold.svg │ │ ├── truck-bold.svg │ │ ├── truck-trailer-bold.svg │ │ ├── tumblr-logo-bold.svg │ │ ├── twitch-logo-bold.svg │ │ ├── twitter-logo-bold.svg │ │ ├── umbrella-bold.svg │ │ ├── umbrella-simple-bold.svg │ │ ├── union-bold.svg │ │ ├── unite-bold.svg │ │ ├── unite-square-bold.svg │ │ ├── upload-bold.svg │ │ ├── upload-simple-bold.svg │ │ ├── usb-bold.svg │ │ ├── user-bold.svg │ │ ├── user-check-bold.svg │ │ ├── user-circle-bold.svg │ │ ├── user-circle-check-bold.svg │ │ ├── user-circle-dashed-bold.svg │ │ ├── user-circle-gear-bold.svg │ │ ├── user-circle-minus-bold.svg │ │ ├── user-circle-plus-bold.svg │ │ ├── user-focus-bold.svg │ │ ├── user-gear-bold.svg │ │ ├── user-list-bold.svg │ │ ├── user-minus-bold.svg │ │ ├── user-plus-bold.svg │ │ ├── user-rectangle-bold.svg │ │ ├── user-sound-bold.svg │ │ ├── user-square-bold.svg │ │ ├── user-switch-bold.svg │ │ ├── users-bold.svg │ │ ├── users-four-bold.svg │ │ ├── users-three-bold.svg │ │ ├── van-bold.svg │ │ ├── vault-bold.svg │ │ ├── vector-three-bold.svg │ │ ├── vector-two-bold.svg │ │ ├── vibrate-bold.svg │ │ ├── video-bold.svg │ │ ├── video-camera-bold.svg │ │ ├── video-camera-slash-bold.svg │ │ ├── video-conference-bold.svg │ │ ├── vignette-bold.svg │ │ ├── vinyl-record-bold.svg │ │ ├── virtual-reality-bold.svg │ │ ├── virus-bold.svg │ │ ├── visor-bold.svg │ │ ├── voicemail-bold.svg │ │ ├── volleyball-bold.svg │ │ ├── wall-bold.svg │ │ ├── wallet-bold.svg │ │ ├── warehouse-bold.svg │ │ ├── warning-bold.svg │ │ ├── warning-circle-bold.svg │ │ ├── warning-diamond-bold.svg │ │ ├── warning-octagon-bold.svg │ │ ├── washing-machine-bold.svg │ │ ├── watch-bold.svg │ │ ├── wave-sawtooth-bold.svg │ │ ├── wave-sine-bold.svg │ │ ├── wave-square-bold.svg │ │ ├── wave-triangle-bold.svg │ │ ├── waveform-bold.svg │ │ ├── waveform-slash-bold.svg │ │ ├── waves-bold.svg │ │ ├── webcam-bold.svg │ │ ├── webcam-slash-bold.svg │ │ ├── webhooks-logo-bold.svg │ │ ├── wechat-logo-bold.svg │ │ ├── whatsapp-logo-bold.svg │ │ ├── wheelchair-bold.svg │ │ ├── wheelchair-motion-bold.svg │ │ ├── wifi-high-bold.svg │ │ ├── wifi-low-bold.svg │ │ ├── wifi-medium-bold.svg │ │ ├── wifi-none-bold.svg │ │ ├── wifi-slash-bold.svg │ │ ├── wifi-x-bold.svg │ │ ├── wind-bold.svg │ │ ├── windmill-bold.svg │ │ ├── windows-logo-bold.svg │ │ ├── wine-bold.svg │ │ ├── wrench-bold.svg │ │ ├── x-bold.svg │ │ ├── x-circle-bold.svg │ │ ├── x-logo-bold.svg │ │ ├── x-square-bold.svg │ │ ├── yarn-bold.svg │ │ ├── yin-yang-bold.svg │ │ └── youtube-logo-bold.svg │ ├── duotone │ │ ├── acorn-duotone.svg │ │ ├── address-book-duotone.svg │ │ ├── address-book-tabs-duotone.svg │ │ ├── air-traffic-control-duotone.svg │ │ ├── airplane-duotone.svg │ │ ├── airplane-in-flight-duotone.svg │ │ ├── airplane-landing-duotone.svg │ │ ├── airplane-takeoff-duotone.svg │ │ ├── airplane-taxiing-duotone.svg │ │ ├── airplane-tilt-duotone.svg │ │ ├── airplay-duotone.svg │ │ ├── alarm-duotone.svg │ │ ├── alien-duotone.svg │ │ ├── align-bottom-duotone.svg │ │ ├── align-bottom-simple-duotone.svg │ │ ├── align-center-horizontal-duotone.svg │ │ ├── align-center-horizontal-simple-duotone.svg │ │ ├── align-center-vertical-duotone.svg │ │ ├── align-center-vertical-simple-duotone.svg │ │ ├── align-left-duotone.svg │ │ ├── align-left-simple-duotone.svg │ │ ├── align-right-duotone.svg │ │ ├── align-right-simple-duotone.svg │ │ ├── align-top-duotone.svg │ │ ├── align-top-simple-duotone.svg │ │ ├── amazon-logo-duotone.svg │ │ ├── ambulance-duotone.svg │ │ ├── anchor-duotone.svg │ │ ├── anchor-simple-duotone.svg │ │ ├── android-logo-duotone.svg │ │ ├── angle-duotone.svg │ │ ├── angular-logo-duotone.svg │ │ ├── aperture-duotone.svg │ │ ├── app-store-logo-duotone.svg │ │ ├── app-window-duotone.svg │ │ ├── apple-logo-duotone.svg │ │ ├── apple-podcasts-logo-duotone.svg │ │ ├── approximate-equals-duotone.svg │ │ ├── archive-duotone.svg │ │ ├── armchair-duotone.svg │ │ ├── arrow-arc-left-duotone.svg │ │ ├── arrow-arc-right-duotone.svg │ │ ├── arrow-bend-double-up-left-duotone.svg │ │ ├── arrow-bend-double-up-right-duotone.svg │ │ ├── arrow-bend-down-left-duotone.svg │ │ ├── arrow-bend-down-right-duotone.svg │ │ ├── arrow-bend-left-down-duotone.svg │ │ ├── arrow-bend-left-up-duotone.svg │ │ ├── arrow-bend-right-down-duotone.svg │ │ ├── arrow-bend-right-up-duotone.svg │ │ ├── arrow-bend-up-left-duotone.svg │ │ ├── arrow-bend-up-right-duotone.svg │ │ ├── arrow-circle-down-duotone.svg │ │ ├── arrow-circle-down-left-duotone.svg │ │ ├── arrow-circle-down-right-duotone.svg │ │ ├── arrow-circle-left-duotone.svg │ │ ├── arrow-circle-right-duotone.svg │ │ ├── arrow-circle-up-duotone.svg │ │ ├── arrow-circle-up-left-duotone.svg │ │ ├── arrow-circle-up-right-duotone.svg │ │ ├── arrow-clockwise-duotone.svg │ │ ├── arrow-counter-clockwise-duotone.svg │ │ ├── arrow-down-duotone.svg │ │ ├── arrow-down-left-duotone.svg │ │ ├── arrow-down-right-duotone.svg │ │ ├── arrow-elbow-down-left-duotone.svg │ │ ├── arrow-elbow-down-right-duotone.svg │ │ ├── arrow-elbow-left-down-duotone.svg │ │ ├── arrow-elbow-left-duotone.svg │ │ ├── arrow-elbow-left-up-duotone.svg │ │ ├── arrow-elbow-right-down-duotone.svg │ │ ├── arrow-elbow-right-duotone.svg │ │ ├── arrow-elbow-right-up-duotone.svg │ │ ├── arrow-elbow-up-left-duotone.svg │ │ ├── arrow-elbow-up-right-duotone.svg │ │ ├── arrow-fat-down-duotone.svg │ │ ├── arrow-fat-left-duotone.svg │ │ ├── arrow-fat-line-down-duotone.svg │ │ ├── arrow-fat-line-left-duotone.svg │ │ ├── arrow-fat-line-right-duotone.svg │ │ ├── arrow-fat-line-up-duotone.svg │ │ ├── arrow-fat-lines-down-duotone.svg │ │ ├── arrow-fat-lines-left-duotone.svg │ │ ├── arrow-fat-lines-right-duotone.svg │ │ ├── arrow-fat-lines-up-duotone.svg │ │ ├── arrow-fat-right-duotone.svg │ │ ├── arrow-fat-up-duotone.svg │ │ ├── arrow-left-duotone.svg │ │ ├── arrow-line-down-duotone.svg │ │ ├── arrow-line-down-left-duotone.svg │ │ ├── arrow-line-down-right-duotone.svg │ │ ├── arrow-line-left-duotone.svg │ │ ├── arrow-line-right-duotone.svg │ │ ├── arrow-line-up-duotone.svg │ │ ├── arrow-line-up-left-duotone.svg │ │ ├── arrow-line-up-right-duotone.svg │ │ ├── arrow-right-duotone.svg │ │ ├── arrow-square-down-duotone.svg │ │ ├── arrow-square-down-left-duotone.svg │ │ ├── arrow-square-down-right-duotone.svg │ │ ├── arrow-square-in-duotone.svg │ │ ├── arrow-square-left-duotone.svg │ │ ├── arrow-square-out-duotone.svg │ │ ├── arrow-square-right-duotone.svg │ │ ├── arrow-square-up-duotone.svg │ │ ├── arrow-square-up-left-duotone.svg │ │ ├── arrow-square-up-right-duotone.svg │ │ ├── arrow-u-down-left-duotone.svg │ │ ├── arrow-u-down-right-duotone.svg │ │ ├── arrow-u-left-down-duotone.svg │ │ ├── arrow-u-left-up-duotone.svg │ │ ├── arrow-u-right-down-duotone.svg │ │ ├── arrow-u-right-up-duotone.svg │ │ ├── arrow-u-up-left-duotone.svg │ │ ├── arrow-u-up-right-duotone.svg │ │ ├── arrow-up-duotone.svg │ │ ├── arrow-up-left-duotone.svg │ │ ├── arrow-up-right-duotone.svg │ │ ├── arrows-clockwise-duotone.svg │ │ ├── arrows-counter-clockwise-duotone.svg │ │ ├── arrows-down-up-duotone.svg │ │ ├── arrows-horizontal-duotone.svg │ │ ├── arrows-in-cardinal-duotone.svg │ │ ├── arrows-in-duotone.svg │ │ ├── arrows-in-line-horizontal-duotone.svg │ │ ├── arrows-in-line-vertical-duotone.svg │ │ ├── arrows-in-simple-duotone.svg │ │ ├── arrows-left-right-duotone.svg │ │ ├── arrows-merge-duotone.svg │ │ ├── arrows-out-cardinal-duotone.svg │ │ ├── arrows-out-duotone.svg │ │ ├── arrows-out-line-horizontal-duotone.svg │ │ ├── arrows-out-line-vertical-duotone.svg │ │ ├── arrows-out-simple-duotone.svg │ │ ├── arrows-split-duotone.svg │ │ ├── arrows-vertical-duotone.svg │ │ ├── article-duotone.svg │ │ ├── article-medium-duotone.svg │ │ ├── article-ny-times-duotone.svg │ │ ├── asclepius-duotone.svg │ │ ├── asterisk-duotone.svg │ │ ├── asterisk-simple-duotone.svg │ │ ├── at-duotone.svg │ │ ├── atom-duotone.svg │ │ ├── avocado-duotone.svg │ │ ├── axe-duotone.svg │ │ ├── baby-carriage-duotone.svg │ │ ├── baby-duotone.svg │ │ ├── backpack-duotone.svg │ │ ├── backspace-duotone.svg │ │ ├── bag-duotone.svg │ │ ├── bag-simple-duotone.svg │ │ ├── balloon-duotone.svg │ │ ├── bandaids-duotone.svg │ │ ├── bank-duotone.svg │ │ ├── barbell-duotone.svg │ │ ├── barcode-duotone.svg │ │ ├── barn-duotone.svg │ │ ├── barricade-duotone.svg │ │ ├── baseball-cap-duotone.svg │ │ ├── baseball-duotone.svg │ │ ├── baseball-helmet-duotone.svg │ │ ├── basket-duotone.svg │ │ ├── basketball-duotone.svg │ │ ├── bathtub-duotone.svg │ │ ├── battery-charging-duotone.svg │ │ ├── battery-charging-vertical-duotone.svg │ │ ├── battery-empty-duotone.svg │ │ ├── battery-full-duotone.svg │ │ ├── battery-high-duotone.svg │ │ ├── battery-low-duotone.svg │ │ ├── battery-medium-duotone.svg │ │ ├── battery-plus-duotone.svg │ │ ├── battery-plus-vertical-duotone.svg │ │ ├── battery-vertical-empty-duotone.svg │ │ ├── battery-vertical-full-duotone.svg │ │ ├── battery-vertical-high-duotone.svg │ │ ├── battery-vertical-low-duotone.svg │ │ ├── battery-vertical-medium-duotone.svg │ │ ├── battery-warning-duotone.svg │ │ ├── battery-warning-vertical-duotone.svg │ │ ├── beach-ball-duotone.svg │ │ ├── beanie-duotone.svg │ │ ├── bed-duotone.svg │ │ ├── beer-bottle-duotone.svg │ │ ├── beer-stein-duotone.svg │ │ ├── behance-logo-duotone.svg │ │ ├── bell-duotone.svg │ │ ├── bell-ringing-duotone.svg │ │ ├── bell-simple-duotone.svg │ │ ├── bell-simple-ringing-duotone.svg │ │ ├── bell-simple-slash-duotone.svg │ │ ├── bell-simple-z-duotone.svg │ │ ├── bell-slash-duotone.svg │ │ ├── bell-z-duotone.svg │ │ ├── belt-duotone.svg │ │ ├── bezier-curve-duotone.svg │ │ ├── bicycle-duotone.svg │ │ ├── binary-duotone.svg │ │ ├── binoculars-duotone.svg │ │ ├── biohazard-duotone.svg │ │ ├── bird-duotone.svg │ │ ├── blueprint-duotone.svg │ │ ├── bluetooth-connected-duotone.svg │ │ ├── bluetooth-duotone.svg │ │ ├── bluetooth-slash-duotone.svg │ │ ├── bluetooth-x-duotone.svg │ │ ├── boat-duotone.svg │ │ ├── bomb-duotone.svg │ │ ├── bone-duotone.svg │ │ ├── book-bookmark-duotone.svg │ │ ├── book-duotone.svg │ │ ├── book-open-duotone.svg │ │ ├── book-open-text-duotone.svg │ │ ├── book-user-duotone.svg │ │ ├── bookmark-duotone.svg │ │ ├── bookmark-simple-duotone.svg │ │ ├── bookmarks-duotone.svg │ │ ├── bookmarks-simple-duotone.svg │ │ ├── books-duotone.svg │ │ ├── boot-duotone.svg │ │ ├── boules-duotone.svg │ │ ├── bounding-box-duotone.svg │ │ ├── bowl-food-duotone.svg │ │ ├── bowl-steam-duotone.svg │ │ ├── bowling-ball-duotone.svg │ │ ├── box-arrow-down-duotone.svg │ │ ├── box-arrow-up-duotone.svg │ │ ├── boxing-glove-duotone.svg │ │ ├── brackets-angle-duotone.svg │ │ ├── brackets-curly-duotone.svg │ │ ├── brackets-round-duotone.svg │ │ ├── brackets-square-duotone.svg │ │ ├── brain-duotone.svg │ │ ├── brandy-duotone.svg │ │ ├── bread-duotone.svg │ │ ├── bridge-duotone.svg │ │ ├── briefcase-duotone.svg │ │ ├── briefcase-metal-duotone.svg │ │ ├── broadcast-duotone.svg │ │ ├── broom-duotone.svg │ │ ├── browser-duotone.svg │ │ ├── browsers-duotone.svg │ │ ├── bug-beetle-duotone.svg │ │ ├── bug-droid-duotone.svg │ │ ├── bug-duotone.svg │ │ ├── building-apartment-duotone.svg │ │ ├── building-duotone.svg │ │ ├── building-office-duotone.svg │ │ ├── buildings-duotone.svg │ │ ├── bulldozer-duotone.svg │ │ ├── bus-duotone.svg │ │ ├── butterfly-duotone.svg │ │ ├── cable-car-duotone.svg │ │ ├── cactus-duotone.svg │ │ ├── cake-duotone.svg │ │ ├── calculator-duotone.svg │ │ ├── calendar-blank-duotone.svg │ │ ├── calendar-check-duotone.svg │ │ ├── calendar-dot-duotone.svg │ │ ├── calendar-dots-duotone.svg │ │ ├── calendar-duotone.svg │ │ ├── calendar-heart-duotone.svg │ │ ├── calendar-minus-duotone.svg │ │ ├── calendar-plus-duotone.svg │ │ ├── calendar-slash-duotone.svg │ │ ├── calendar-star-duotone.svg │ │ ├── calendar-x-duotone.svg │ │ ├── call-bell-duotone.svg │ │ ├── camera-duotone.svg │ │ ├── camera-plus-duotone.svg │ │ ├── camera-rotate-duotone.svg │ │ ├── camera-slash-duotone.svg │ │ ├── campfire-duotone.svg │ │ ├── car-battery-duotone.svg │ │ ├── car-duotone.svg │ │ ├── car-profile-duotone.svg │ │ ├── car-simple-duotone.svg │ │ ├── cardholder-duotone.svg │ │ ├── cards-duotone.svg │ │ ├── cards-three-duotone.svg │ │ ├── caret-circle-double-down-duotone.svg │ │ ├── caret-circle-double-left-duotone.svg │ │ ├── caret-circle-double-right-duotone.svg │ │ ├── caret-circle-double-up-duotone.svg │ │ ├── caret-circle-down-duotone.svg │ │ ├── caret-circle-left-duotone.svg │ │ ├── caret-circle-right-duotone.svg │ │ ├── caret-circle-up-down-duotone.svg │ │ ├── caret-circle-up-duotone.svg │ │ ├── caret-double-down-duotone.svg │ │ ├── caret-double-left-duotone.svg │ │ ├── caret-double-right-duotone.svg │ │ ├── caret-double-up-duotone.svg │ │ ├── caret-down-duotone.svg │ │ ├── caret-left-duotone.svg │ │ ├── caret-line-down-duotone.svg │ │ ├── caret-line-left-duotone.svg │ │ ├── caret-line-right-duotone.svg │ │ ├── caret-line-up-duotone.svg │ │ ├── caret-right-duotone.svg │ │ ├── caret-up-down-duotone.svg │ │ ├── caret-up-duotone.svg │ │ ├── carrot-duotone.svg │ │ ├── cash-register-duotone.svg │ │ ├── cassette-tape-duotone.svg │ │ ├── castle-turret-duotone.svg │ │ ├── cat-duotone.svg │ │ ├── cell-signal-full-duotone.svg │ │ ├── cell-signal-high-duotone.svg │ │ ├── cell-signal-low-duotone.svg │ │ ├── cell-signal-medium-duotone.svg │ │ ├── cell-signal-none-duotone.svg │ │ ├── cell-signal-slash-duotone.svg │ │ ├── cell-signal-x-duotone.svg │ │ ├── cell-tower-duotone.svg │ │ ├── certificate-duotone.svg │ │ ├── chair-duotone.svg │ │ ├── chalkboard-duotone.svg │ │ ├── chalkboard-simple-duotone.svg │ │ ├── chalkboard-teacher-duotone.svg │ │ ├── champagne-duotone.svg │ │ ├── charging-station-duotone.svg │ │ ├── chart-bar-duotone.svg │ │ ├── chart-bar-horizontal-duotone.svg │ │ ├── chart-donut-duotone.svg │ │ ├── chart-line-down-duotone.svg │ │ ├── chart-line-duotone.svg │ │ ├── chart-line-up-duotone.svg │ │ ├── chart-pie-duotone.svg │ │ ├── chart-pie-slice-duotone.svg │ │ ├── chart-polar-duotone.svg │ │ ├── chart-scatter-duotone.svg │ │ ├── chat-centered-dots-duotone.svg │ │ ├── chat-centered-duotone.svg │ │ ├── chat-centered-slash-duotone.svg │ │ ├── chat-centered-text-duotone.svg │ │ ├── chat-circle-dots-duotone.svg │ │ ├── chat-circle-duotone.svg │ │ ├── chat-circle-slash-duotone.svg │ │ ├── chat-circle-text-duotone.svg │ │ ├── chat-dots-duotone.svg │ │ ├── chat-duotone.svg │ │ ├── chat-slash-duotone.svg │ │ ├── chat-teardrop-dots-duotone.svg │ │ ├── chat-teardrop-duotone.svg │ │ ├── chat-teardrop-slash-duotone.svg │ │ ├── chat-teardrop-text-duotone.svg │ │ ├── chat-text-duotone.svg │ │ ├── chats-circle-duotone.svg │ │ ├── chats-duotone.svg │ │ ├── chats-teardrop-duotone.svg │ │ ├── check-circle-duotone.svg │ │ ├── check-duotone.svg │ │ ├── check-fat-duotone.svg │ │ ├── check-square-duotone.svg │ │ ├── check-square-offset-duotone.svg │ │ ├── checkerboard-duotone.svg │ │ ├── checks-duotone.svg │ │ ├── cheers-duotone.svg │ │ ├── cheese-duotone.svg │ │ ├── chef-hat-duotone.svg │ │ ├── cherries-duotone.svg │ │ ├── church-duotone.svg │ │ ├── cigarette-duotone.svg │ │ ├── cigarette-slash-duotone.svg │ │ ├── circle-dashed-duotone.svg │ │ ├── circle-duotone.svg │ │ ├── circle-half-duotone.svg │ │ ├── circle-half-tilt-duotone.svg │ │ ├── circle-notch-duotone.svg │ │ ├── circles-four-duotone.svg │ │ ├── circles-three-duotone.svg │ │ ├── circles-three-plus-duotone.svg │ │ ├── circuitry-duotone.svg │ │ ├── city-duotone.svg │ │ ├── clipboard-duotone.svg │ │ ├── clipboard-text-duotone.svg │ │ ├── clock-afternoon-duotone.svg │ │ ├── clock-clockwise-duotone.svg │ │ ├── clock-countdown-duotone.svg │ │ ├── clock-counter-clockwise-duotone.svg │ │ ├── clock-duotone.svg │ │ ├── clock-user-duotone.svg │ │ ├── closed-captioning-duotone.svg │ │ ├── cloud-arrow-down-duotone.svg │ │ ├── cloud-arrow-up-duotone.svg │ │ ├── cloud-check-duotone.svg │ │ ├── cloud-duotone.svg │ │ ├── cloud-fog-duotone.svg │ │ ├── cloud-lightning-duotone.svg │ │ ├── cloud-moon-duotone.svg │ │ ├── cloud-rain-duotone.svg │ │ ├── cloud-slash-duotone.svg │ │ ├── cloud-snow-duotone.svg │ │ ├── cloud-sun-duotone.svg │ │ ├── cloud-warning-duotone.svg │ │ ├── cloud-x-duotone.svg │ │ ├── clover-duotone.svg │ │ ├── club-duotone.svg │ │ ├── coat-hanger-duotone.svg │ │ ├── coda-logo-duotone.svg │ │ ├── code-block-duotone.svg │ │ ├── code-duotone.svg │ │ ├── code-simple-duotone.svg │ │ ├── codepen-logo-duotone.svg │ │ ├── codesandbox-logo-duotone.svg │ │ ├── coffee-bean-duotone.svg │ │ ├── coffee-duotone.svg │ │ ├── coin-duotone.svg │ │ ├── coin-vertical-duotone.svg │ │ ├── coins-duotone.svg │ │ ├── columns-duotone.svg │ │ ├── columns-plus-left-duotone.svg │ │ ├── columns-plus-right-duotone.svg │ │ ├── command-duotone.svg │ │ ├── compass-duotone.svg │ │ ├── compass-rose-duotone.svg │ │ ├── compass-tool-duotone.svg │ │ ├── computer-tower-duotone.svg │ │ ├── confetti-duotone.svg │ │ ├── contactless-payment-duotone.svg │ │ ├── control-duotone.svg │ │ ├── cookie-duotone.svg │ │ ├── cooking-pot-duotone.svg │ │ ├── copy-duotone.svg │ │ ├── copy-simple-duotone.svg │ │ ├── copyleft-duotone.svg │ │ ├── copyright-duotone.svg │ │ ├── corners-in-duotone.svg │ │ ├── corners-out-duotone.svg │ │ ├── couch-duotone.svg │ │ ├── court-basketball-duotone.svg │ │ ├── cow-duotone.svg │ │ ├── cowboy-hat-duotone.svg │ │ ├── cpu-duotone.svg │ │ ├── crane-duotone.svg │ │ ├── crane-tower-duotone.svg │ │ ├── credit-card-duotone.svg │ │ ├── cricket-duotone.svg │ │ ├── crop-duotone.svg │ │ ├── cross-duotone.svg │ │ ├── crosshair-duotone.svg │ │ ├── crosshair-simple-duotone.svg │ │ ├── crown-cross-duotone.svg │ │ ├── crown-duotone.svg │ │ ├── crown-simple-duotone.svg │ │ ├── cube-duotone.svg │ │ ├── cube-focus-duotone.svg │ │ ├── cube-transparent-duotone.svg │ │ ├── currency-btc-duotone.svg │ │ ├── currency-circle-dollar-duotone.svg │ │ ├── currency-cny-duotone.svg │ │ ├── currency-dollar-duotone.svg │ │ ├── currency-dollar-simple-duotone.svg │ │ ├── currency-eth-duotone.svg │ │ ├── currency-eur-duotone.svg │ │ ├── currency-gbp-duotone.svg │ │ ├── currency-inr-duotone.svg │ │ ├── currency-jpy-duotone.svg │ │ ├── currency-krw-duotone.svg │ │ ├── currency-kzt-duotone.svg │ │ ├── currency-ngn-duotone.svg │ │ ├── currency-rub-duotone.svg │ │ ├── cursor-click-duotone.svg │ │ ├── cursor-duotone.svg │ │ ├── cursor-text-duotone.svg │ │ ├── cylinder-duotone.svg │ │ ├── database-duotone.svg │ │ ├── desk-duotone.svg │ │ ├── desktop-duotone.svg │ │ ├── desktop-tower-duotone.svg │ │ ├── detective-duotone.svg │ │ ├── dev-to-logo-duotone.svg │ │ ├── device-mobile-camera-duotone.svg │ │ ├── device-mobile-duotone.svg │ │ ├── device-mobile-slash-duotone.svg │ │ ├── device-mobile-speaker-duotone.svg │ │ ├── device-rotate-duotone.svg │ │ ├── device-tablet-camera-duotone.svg │ │ ├── device-tablet-duotone.svg │ │ ├── device-tablet-speaker-duotone.svg │ │ ├── devices-duotone.svg │ │ ├── diamond-duotone.svg │ │ ├── diamonds-four-duotone.svg │ │ ├── dice-five-duotone.svg │ │ ├── dice-four-duotone.svg │ │ ├── dice-one-duotone.svg │ │ ├── dice-six-duotone.svg │ │ ├── dice-three-duotone.svg │ │ ├── dice-two-duotone.svg │ │ ├── disc-duotone.svg │ │ ├── disco-ball-duotone.svg │ │ ├── discord-logo-duotone.svg │ │ ├── divide-duotone.svg │ │ ├── dna-duotone.svg │ │ ├── dog-duotone.svg │ │ ├── door-duotone.svg │ │ ├── door-open-duotone.svg │ │ ├── dot-duotone.svg │ │ ├── dot-outline-duotone.svg │ │ ├── dots-nine-duotone.svg │ │ ├── dots-six-duotone.svg │ │ ├── dots-six-vertical-duotone.svg │ │ ├── dots-three-circle-duotone.svg │ │ ├── dots-three-circle-vertical-duotone.svg │ │ ├── dots-three-duotone.svg │ │ ├── dots-three-outline-duotone.svg │ │ ├── dots-three-outline-vertical-duotone.svg │ │ ├── dots-three-vertical-duotone.svg │ │ ├── download-duotone.svg │ │ ├── download-simple-duotone.svg │ │ ├── dress-duotone.svg │ │ ├── dresser-duotone.svg │ │ ├── dribbble-logo-duotone.svg │ │ ├── drone-duotone.svg │ │ ├── drop-duotone.svg │ │ ├── drop-half-bottom-duotone.svg │ │ ├── drop-half-duotone.svg │ │ ├── drop-simple-duotone.svg │ │ ├── drop-slash-duotone.svg │ │ ├── dropbox-logo-duotone.svg │ │ ├── ear-duotone.svg │ │ ├── ear-slash-duotone.svg │ │ ├── egg-crack-duotone.svg │ │ ├── egg-duotone.svg │ │ ├── eject-duotone.svg │ │ ├── eject-simple-duotone.svg │ │ ├── elevator-duotone.svg │ │ ├── empty-duotone.svg │ │ ├── engine-duotone.svg │ │ ├── envelope-duotone.svg │ │ ├── envelope-open-duotone.svg │ │ ├── envelope-simple-duotone.svg │ │ ├── envelope-simple-open-duotone.svg │ │ ├── equalizer-duotone.svg │ │ ├── equals-duotone.svg │ │ ├── eraser-duotone.svg │ │ ├── escalator-down-duotone.svg │ │ ├── escalator-up-duotone.svg │ │ ├── exam-duotone.svg │ │ ├── exclamation-mark-duotone.svg │ │ ├── exclude-duotone.svg │ │ ├── exclude-square-duotone.svg │ │ ├── export-duotone.svg │ │ ├── eye-closed-duotone.svg │ │ ├── eye-duotone.svg │ │ ├── eye-slash-duotone.svg │ │ ├── eyedropper-duotone.svg │ │ ├── eyedropper-sample-duotone.svg │ │ ├── eyeglasses-duotone.svg │ │ ├── eyes-duotone.svg │ │ ├── face-mask-duotone.svg │ │ ├── facebook-logo-duotone.svg │ │ ├── factory-duotone.svg │ │ ├── faders-duotone.svg │ │ ├── faders-horizontal-duotone.svg │ │ ├── fallout-shelter-duotone.svg │ │ ├── fan-duotone.svg │ │ ├── farm-duotone.svg │ │ ├── fast-forward-circle-duotone.svg │ │ ├── fast-forward-duotone.svg │ │ ├── feather-duotone.svg │ │ ├── fediverse-logo-duotone.svg │ │ ├── figma-logo-duotone.svg │ │ ├── file-archive-duotone.svg │ │ ├── file-arrow-down-duotone.svg │ │ ├── file-arrow-up-duotone.svg │ │ ├── file-audio-duotone.svg │ │ ├── file-c-duotone.svg │ │ ├── file-c-sharp-duotone.svg │ │ ├── file-cloud-duotone.svg │ │ ├── file-code-duotone.svg │ │ ├── file-cpp-duotone.svg │ │ ├── file-css-duotone.svg │ │ ├── file-csv-duotone.svg │ │ ├── file-dashed-duotone.svg │ │ ├── file-doc-duotone.svg │ │ ├── file-duotone.svg │ │ ├── file-html-duotone.svg │ │ ├── file-image-duotone.svg │ │ ├── file-ini-duotone.svg │ │ ├── file-jpg-duotone.svg │ │ ├── file-js-duotone.svg │ │ ├── file-jsx-duotone.svg │ │ ├── file-lock-duotone.svg │ │ ├── file-magnifying-glass-duotone.svg │ │ ├── file-md-duotone.svg │ │ ├── file-minus-duotone.svg │ │ ├── file-pdf-duotone.svg │ │ ├── file-plus-duotone.svg │ │ ├── file-png-duotone.svg │ │ ├── file-ppt-duotone.svg │ │ ├── file-py-duotone.svg │ │ ├── file-rs-duotone.svg │ │ ├── file-sql-duotone.svg │ │ ├── file-svg-duotone.svg │ │ ├── file-text-duotone.svg │ │ ├── file-ts-duotone.svg │ │ ├── file-tsx-duotone.svg │ │ ├── file-txt-duotone.svg │ │ ├── file-video-duotone.svg │ │ ├── file-vue-duotone.svg │ │ ├── file-x-duotone.svg │ │ ├── file-xls-duotone.svg │ │ ├── file-zip-duotone.svg │ │ ├── files-duotone.svg │ │ ├── film-reel-duotone.svg │ │ ├── film-script-duotone.svg │ │ ├── film-slate-duotone.svg │ │ ├── film-strip-duotone.svg │ │ ├── fingerprint-duotone.svg │ │ ├── fingerprint-simple-duotone.svg │ │ ├── finn-the-human-duotone.svg │ │ ├── fire-duotone.svg │ │ ├── fire-extinguisher-duotone.svg │ │ ├── fire-simple-duotone.svg │ │ ├── fire-truck-duotone.svg │ │ ├── first-aid-duotone.svg │ │ ├── first-aid-kit-duotone.svg │ │ ├── fish-duotone.svg │ │ ├── fish-simple-duotone.svg │ │ ├── flag-banner-duotone.svg │ │ ├── flag-banner-fold-duotone.svg │ │ ├── flag-checkered-duotone.svg │ │ ├── flag-duotone.svg │ │ ├── flag-pennant-duotone.svg │ │ ├── flame-duotone.svg │ │ ├── flashlight-duotone.svg │ │ ├── flask-duotone.svg │ │ ├── flip-horizontal-duotone.svg │ │ ├── flip-vertical-duotone.svg │ │ ├── floppy-disk-back-duotone.svg │ │ ├── floppy-disk-duotone.svg │ │ ├── flow-arrow-duotone.svg │ │ ├── flower-duotone.svg │ │ ├── flower-lotus-duotone.svg │ │ ├── flower-tulip-duotone.svg │ │ ├── flying-saucer-duotone.svg │ │ ├── folder-dashed-duotone.svg │ │ ├── folder-duotone.svg │ │ ├── folder-lock-duotone.svg │ │ ├── folder-minus-duotone.svg │ │ ├── folder-open-duotone.svg │ │ ├── folder-plus-duotone.svg │ │ ├── folder-simple-dashed-duotone.svg │ │ ├── folder-simple-duotone.svg │ │ ├── folder-simple-lock-duotone.svg │ │ ├── folder-simple-minus-duotone.svg │ │ ├── folder-simple-plus-duotone.svg │ │ ├── folder-simple-star-duotone.svg │ │ ├── folder-simple-user-duotone.svg │ │ ├── folder-star-duotone.svg │ │ ├── folder-user-duotone.svg │ │ ├── folders-duotone.svg │ │ ├── football-duotone.svg │ │ ├── football-helmet-duotone.svg │ │ ├── footprints-duotone.svg │ │ ├── fork-knife-duotone.svg │ │ ├── four-k-duotone.svg │ │ ├── frame-corners-duotone.svg │ │ ├── framer-logo-duotone.svg │ │ ├── function-duotone.svg │ │ ├── funnel-duotone.svg │ │ ├── funnel-simple-duotone.svg │ │ ├── funnel-simple-x-duotone.svg │ │ ├── funnel-x-duotone.svg │ │ ├── game-controller-duotone.svg │ │ ├── garage-duotone.svg │ │ ├── gas-can-duotone.svg │ │ ├── gas-pump-duotone.svg │ │ ├── gauge-duotone.svg │ │ ├── gavel-duotone.svg │ │ ├── gear-duotone.svg │ │ ├── gear-fine-duotone.svg │ │ ├── gear-six-duotone.svg │ │ ├── gender-female-duotone.svg │ │ ├── gender-intersex-duotone.svg │ │ ├── gender-male-duotone.svg │ │ ├── gender-neuter-duotone.svg │ │ ├── gender-nonbinary-duotone.svg │ │ ├── gender-transgender-duotone.svg │ │ ├── ghost-duotone.svg │ │ ├── gif-duotone.svg │ │ ├── gift-duotone.svg │ │ ├── git-branch-duotone.svg │ │ ├── git-commit-duotone.svg │ │ ├── git-diff-duotone.svg │ │ ├── git-fork-duotone.svg │ │ ├── git-merge-duotone.svg │ │ ├── git-pull-request-duotone.svg │ │ ├── github-logo-duotone.svg │ │ ├── gitlab-logo-duotone.svg │ │ ├── gitlab-logo-simple-duotone.svg │ │ ├── globe-duotone.svg │ │ ├── globe-hemisphere-east-duotone.svg │ │ ├── globe-hemisphere-west-duotone.svg │ │ ├── globe-simple-duotone.svg │ │ ├── globe-simple-x-duotone.svg │ │ ├── globe-stand-duotone.svg │ │ ├── globe-x-duotone.svg │ │ ├── goggles-duotone.svg │ │ ├── golf-duotone.svg │ │ ├── goodreads-logo-duotone.svg │ │ ├── google-cardboard-logo-duotone.svg │ │ ├── google-chrome-logo-duotone.svg │ │ ├── google-drive-logo-duotone.svg │ │ ├── google-logo-duotone.svg │ │ ├── google-photos-logo-duotone.svg │ │ ├── google-play-logo-duotone.svg │ │ ├── google-podcasts-logo-duotone.svg │ │ ├── gps-duotone.svg │ │ ├── gps-fix-duotone.svg │ │ ├── gps-slash-duotone.svg │ │ ├── gradient-duotone.svg │ │ ├── graduation-cap-duotone.svg │ │ ├── grains-duotone.svg │ │ ├── grains-slash-duotone.svg │ │ ├── graph-duotone.svg │ │ ├── graphics-card-duotone.svg │ │ ├── greater-than-duotone.svg │ │ ├── greater-than-or-equal-duotone.svg │ │ ├── grid-four-duotone.svg │ │ ├── grid-nine-duotone.svg │ │ ├── guitar-duotone.svg │ │ ├── hair-dryer-duotone.svg │ │ ├── hamburger-duotone.svg │ │ ├── hammer-duotone.svg │ │ ├── hand-arrow-down-duotone.svg │ │ ├── hand-arrow-up-duotone.svg │ │ ├── hand-coins-duotone.svg │ │ ├── hand-deposit-duotone.svg │ │ ├── hand-duotone.svg │ │ ├── hand-eye-duotone.svg │ │ ├── hand-fist-duotone.svg │ │ ├── hand-grabbing-duotone.svg │ │ ├── hand-heart-duotone.svg │ │ ├── hand-palm-duotone.svg │ │ ├── hand-peace-duotone.svg │ │ ├── hand-pointing-duotone.svg │ │ ├── hand-soap-duotone.svg │ │ ├── hand-swipe-left-duotone.svg │ │ ├── hand-swipe-right-duotone.svg │ │ ├── hand-tap-duotone.svg │ │ ├── hand-waving-duotone.svg │ │ ├── hand-withdraw-duotone.svg │ │ ├── handbag-duotone.svg │ │ ├── handbag-simple-duotone.svg │ │ ├── hands-clapping-duotone.svg │ │ ├── hands-praying-duotone.svg │ │ ├── handshake-duotone.svg │ │ ├── hard-drive-duotone.svg │ │ ├── hard-drives-duotone.svg │ │ ├── hard-hat-duotone.svg │ │ ├── hash-duotone.svg │ │ ├── hash-straight-duotone.svg │ │ ├── head-circuit-duotone.svg │ │ ├── headlights-duotone.svg │ │ ├── headphones-duotone.svg │ │ ├── headset-duotone.svg │ │ ├── heart-break-duotone.svg │ │ ├── heart-duotone.svg │ │ ├── heart-half-duotone.svg │ │ ├── heart-straight-break-duotone.svg │ │ ├── heart-straight-duotone.svg │ │ ├── heartbeat-duotone.svg │ │ ├── hexagon-duotone.svg │ │ ├── high-definition-duotone.svg │ │ ├── high-heel-duotone.svg │ │ ├── highlighter-circle-duotone.svg │ │ ├── highlighter-duotone.svg │ │ ├── hockey-duotone.svg │ │ ├── hoodie-duotone.svg │ │ ├── horse-duotone.svg │ │ ├── hospital-duotone.svg │ │ ├── hourglass-duotone.svg │ │ ├── hourglass-high-duotone.svg │ │ ├── hourglass-low-duotone.svg │ │ ├── hourglass-medium-duotone.svg │ │ ├── hourglass-simple-duotone.svg │ │ ├── hourglass-simple-high-duotone.svg │ │ ├── hourglass-simple-low-duotone.svg │ │ ├── hourglass-simple-medium-duotone.svg │ │ ├── house-duotone.svg │ │ ├── house-line-duotone.svg │ │ ├── house-simple-duotone.svg │ │ ├── hurricane-duotone.svg │ │ ├── ice-cream-duotone.svg │ │ ├── identification-badge-duotone.svg │ │ ├── identification-card-duotone.svg │ │ ├── image-broken-duotone.svg │ │ ├── image-duotone.svg │ │ ├── image-square-duotone.svg │ │ ├── images-duotone.svg │ │ ├── images-square-duotone.svg │ │ ├── infinity-duotone.svg │ │ ├── info-duotone.svg │ │ ├── instagram-logo-duotone.svg │ │ ├── intersect-duotone.svg │ │ ├── intersect-square-duotone.svg │ │ ├── intersect-three-duotone.svg │ │ ├── intersection-duotone.svg │ │ ├── invoice-duotone.svg │ │ ├── island-duotone.svg │ │ ├── jar-duotone.svg │ │ ├── jar-label-duotone.svg │ │ ├── jeep-duotone.svg │ │ ├── joystick-duotone.svg │ │ ├── kanban-duotone.svg │ │ ├── key-duotone.svg │ │ ├── key-return-duotone.svg │ │ ├── keyboard-duotone.svg │ │ ├── keyhole-duotone.svg │ │ ├── knife-duotone.svg │ │ ├── ladder-duotone.svg │ │ ├── ladder-simple-duotone.svg │ │ ├── lamp-duotone.svg │ │ ├── lamp-pendant-duotone.svg │ │ ├── laptop-duotone.svg │ │ ├── lasso-duotone.svg │ │ ├── lastfm-logo-duotone.svg │ │ ├── layout-duotone.svg │ │ ├── leaf-duotone.svg │ │ ├── lectern-duotone.svg │ │ ├── lego-duotone.svg │ │ ├── lego-smiley-duotone.svg │ │ ├── less-than-duotone.svg │ │ ├── less-than-or-equal-duotone.svg │ │ ├── letter-circle-h-duotone.svg │ │ ├── letter-circle-p-duotone.svg │ │ ├── letter-circle-v-duotone.svg │ │ ├── lifebuoy-duotone.svg │ │ ├── lightbulb-duotone.svg │ │ ├── lightbulb-filament-duotone.svg │ │ ├── lighthouse-duotone.svg │ │ ├── lightning-a-duotone.svg │ │ ├── lightning-duotone.svg │ │ ├── lightning-slash-duotone.svg │ │ ├── line-segment-duotone.svg │ │ ├── line-segments-duotone.svg │ │ ├── line-vertical-duotone.svg │ │ ├── link-break-duotone.svg │ │ ├── link-duotone.svg │ │ ├── link-simple-break-duotone.svg │ │ ├── link-simple-duotone.svg │ │ ├── link-simple-horizontal-break-duotone.svg │ │ ├── link-simple-horizontal-duotone.svg │ │ ├── linkedin-logo-duotone.svg │ │ ├── linktree-logo-duotone.svg │ │ ├── linux-logo-duotone.svg │ │ ├── list-bullets-duotone.svg │ │ ├── list-checks-duotone.svg │ │ ├── list-dashes-duotone.svg │ │ ├── list-duotone.svg │ │ ├── list-heart-duotone.svg │ │ ├── list-magnifying-glass-duotone.svg │ │ ├── list-numbers-duotone.svg │ │ ├── list-plus-duotone.svg │ │ ├── list-star-duotone.svg │ │ ├── lock-duotone.svg │ │ ├── lock-key-duotone.svg │ │ ├── lock-key-open-duotone.svg │ │ ├── lock-laminated-duotone.svg │ │ ├── lock-laminated-open-duotone.svg │ │ ├── lock-open-duotone.svg │ │ ├── lock-simple-duotone.svg │ │ ├── lock-simple-open-duotone.svg │ │ ├── lockers-duotone.svg │ │ ├── log-duotone.svg │ │ ├── magic-wand-duotone.svg │ │ ├── magnet-duotone.svg │ │ ├── magnet-straight-duotone.svg │ │ ├── magnifying-glass-duotone.svg │ │ ├── magnifying-glass-minus-duotone.svg │ │ ├── magnifying-glass-plus-duotone.svg │ │ ├── mailbox-duotone.svg │ │ ├── map-pin-area-duotone.svg │ │ ├── map-pin-duotone.svg │ │ ├── map-pin-line-duotone.svg │ │ ├── map-pin-plus-duotone.svg │ │ ├── map-pin-simple-area-duotone.svg │ │ ├── map-pin-simple-duotone.svg │ │ ├── map-pin-simple-line-duotone.svg │ │ ├── map-trifold-duotone.svg │ │ ├── markdown-logo-duotone.svg │ │ ├── marker-circle-duotone.svg │ │ ├── martini-duotone.svg │ │ ├── mask-happy-duotone.svg │ │ ├── mask-sad-duotone.svg │ │ ├── mastodon-logo-duotone.svg │ │ ├── math-operations-duotone.svg │ │ ├── matrix-logo-duotone.svg │ │ ├── medal-duotone.svg │ │ ├── medal-military-duotone.svg │ │ ├── medium-logo-duotone.svg │ │ ├── megaphone-duotone.svg │ │ ├── megaphone-simple-duotone.svg │ │ ├── member-of-duotone.svg │ │ ├── memory-duotone.svg │ │ ├── messenger-logo-duotone.svg │ │ ├── meta-logo-duotone.svg │ │ ├── meteor-duotone.svg │ │ ├── metronome-duotone.svg │ │ ├── microphone-duotone.svg │ │ ├── microphone-slash-duotone.svg │ │ ├── microphone-stage-duotone.svg │ │ ├── microscope-duotone.svg │ │ ├── microsoft-excel-logo-duotone.svg │ │ ├── microsoft-outlook-logo-duotone.svg │ │ ├── microsoft-powerpoint-logo-duotone.svg │ │ ├── microsoft-teams-logo-duotone.svg │ │ ├── microsoft-word-logo-duotone.svg │ │ ├── minus-circle-duotone.svg │ │ ├── minus-duotone.svg │ │ ├── minus-square-duotone.svg │ │ ├── money-duotone.svg │ │ ├── money-wavy-duotone.svg │ │ ├── monitor-arrow-up-duotone.svg │ │ ├── monitor-duotone.svg │ │ ├── monitor-play-duotone.svg │ │ ├── moon-duotone.svg │ │ ├── moon-stars-duotone.svg │ │ ├── moped-duotone.svg │ │ ├── moped-front-duotone.svg │ │ ├── mosque-duotone.svg │ │ ├── motorcycle-duotone.svg │ │ ├── mountains-duotone.svg │ │ ├── mouse-duotone.svg │ │ ├── mouse-left-click-duotone.svg │ │ ├── mouse-middle-click-duotone.svg │ │ ├── mouse-right-click-duotone.svg │ │ ├── mouse-scroll-duotone.svg │ │ ├── mouse-simple-duotone.svg │ │ ├── music-note-duotone.svg │ │ ├── music-note-simple-duotone.svg │ │ ├── music-notes-duotone.svg │ │ ├── music-notes-minus-duotone.svg │ │ ├── music-notes-plus-duotone.svg │ │ ├── music-notes-simple-duotone.svg │ │ ├── navigation-arrow-duotone.svg │ │ ├── needle-duotone.svg │ │ ├── network-duotone.svg │ │ ├── network-slash-duotone.svg │ │ ├── network-x-duotone.svg │ │ ├── newspaper-clipping-duotone.svg │ │ ├── newspaper-duotone.svg │ │ ├── not-equals-duotone.svg │ │ ├── not-member-of-duotone.svg │ │ ├── not-subset-of-duotone.svg │ │ ├── not-superset-of-duotone.svg │ │ ├── notches-duotone.svg │ │ ├── note-blank-duotone.svg │ │ ├── note-duotone.svg │ │ ├── note-pencil-duotone.svg │ │ ├── notebook-duotone.svg │ │ ├── notepad-duotone.svg │ │ ├── notification-duotone.svg │ │ ├── notion-logo-duotone.svg │ │ ├── nuclear-plant-duotone.svg │ │ ├── number-circle-eight-duotone.svg │ │ ├── number-circle-five-duotone.svg │ │ ├── number-circle-four-duotone.svg │ │ ├── number-circle-nine-duotone.svg │ │ ├── number-circle-one-duotone.svg │ │ ├── number-circle-seven-duotone.svg │ │ ├── number-circle-six-duotone.svg │ │ ├── number-circle-three-duotone.svg │ │ ├── number-circle-two-duotone.svg │ │ ├── number-circle-zero-duotone.svg │ │ ├── number-eight-duotone.svg │ │ ├── number-five-duotone.svg │ │ ├── number-four-duotone.svg │ │ ├── number-nine-duotone.svg │ │ ├── number-one-duotone.svg │ │ ├── number-seven-duotone.svg │ │ ├── number-six-duotone.svg │ │ ├── number-square-eight-duotone.svg │ │ ├── number-square-five-duotone.svg │ │ ├── number-square-four-duotone.svg │ │ ├── number-square-nine-duotone.svg │ │ ├── number-square-one-duotone.svg │ │ ├── number-square-seven-duotone.svg │ │ ├── number-square-six-duotone.svg │ │ ├── number-square-three-duotone.svg │ │ ├── number-square-two-duotone.svg │ │ ├── number-square-zero-duotone.svg │ │ ├── number-three-duotone.svg │ │ ├── number-two-duotone.svg │ │ ├── number-zero-duotone.svg │ │ ├── numpad-duotone.svg │ │ ├── nut-duotone.svg │ │ ├── ny-times-logo-duotone.svg │ │ ├── octagon-duotone.svg │ │ ├── office-chair-duotone.svg │ │ ├── onigiri-duotone.svg │ │ ├── open-ai-logo-duotone.svg │ │ ├── option-duotone.svg │ │ ├── orange-duotone.svg │ │ ├── orange-slice-duotone.svg │ │ ├── oven-duotone.svg │ │ ├── package-duotone.svg │ │ ├── paint-brush-broad-duotone.svg │ │ ├── paint-brush-duotone.svg │ │ ├── paint-brush-household-duotone.svg │ │ ├── paint-bucket-duotone.svg │ │ ├── paint-roller-duotone.svg │ │ ├── palette-duotone.svg │ │ ├── panorama-duotone.svg │ │ ├── pants-duotone.svg │ │ ├── paper-plane-duotone.svg │ │ ├── paper-plane-right-duotone.svg │ │ ├── paper-plane-tilt-duotone.svg │ │ ├── paperclip-duotone.svg │ │ ├── paperclip-horizontal-duotone.svg │ │ ├── parachute-duotone.svg │ │ ├── paragraph-duotone.svg │ │ ├── parallelogram-duotone.svg │ │ ├── park-duotone.svg │ │ ├── password-duotone.svg │ │ ├── path-duotone.svg │ │ ├── patreon-logo-duotone.svg │ │ ├── pause-circle-duotone.svg │ │ ├── pause-duotone.svg │ │ ├── paw-print-duotone.svg │ │ ├── paypal-logo-duotone.svg │ │ ├── peace-duotone.svg │ │ ├── pen-duotone.svg │ │ ├── pen-nib-duotone.svg │ │ ├── pen-nib-straight-duotone.svg │ │ ├── pencil-circle-duotone.svg │ │ ├── pencil-duotone.svg │ │ ├── pencil-line-duotone.svg │ │ ├── pencil-ruler-duotone.svg │ │ ├── pencil-simple-duotone.svg │ │ ├── pencil-simple-line-duotone.svg │ │ ├── pencil-simple-slash-duotone.svg │ │ ├── pencil-slash-duotone.svg │ │ ├── pentagon-duotone.svg │ │ ├── pentagram-duotone.svg │ │ ├── pepper-duotone.svg │ │ ├── percent-duotone.svg │ │ ├── person-arms-spread-duotone.svg │ │ ├── person-duotone.svg │ │ ├── person-simple-bike-duotone.svg │ │ ├── person-simple-circle-duotone.svg │ │ ├── person-simple-duotone.svg │ │ ├── person-simple-hike-duotone.svg │ │ ├── person-simple-run-duotone.svg │ │ ├── person-simple-ski-duotone.svg │ │ ├── person-simple-snowboard-duotone.svg │ │ ├── person-simple-swim-duotone.svg │ │ ├── person-simple-tai-chi-duotone.svg │ │ ├── person-simple-throw-duotone.svg │ │ ├── person-simple-walk-duotone.svg │ │ ├── perspective-duotone.svg │ │ ├── phone-call-duotone.svg │ │ ├── phone-disconnect-duotone.svg │ │ ├── phone-duotone.svg │ │ ├── phone-incoming-duotone.svg │ │ ├── phone-list-duotone.svg │ │ ├── phone-outgoing-duotone.svg │ │ ├── phone-pause-duotone.svg │ │ ├── phone-plus-duotone.svg │ │ ├── phone-slash-duotone.svg │ │ ├── phone-transfer-duotone.svg │ │ ├── phone-x-duotone.svg │ │ ├── phosphor-logo-duotone.svg │ │ ├── pi-duotone.svg │ │ ├── piano-keys-duotone.svg │ │ ├── picnic-table-duotone.svg │ │ ├── picture-in-picture-duotone.svg │ │ ├── piggy-bank-duotone.svg │ │ ├── pill-duotone.svg │ │ ├── ping-pong-duotone.svg │ │ ├── pint-glass-duotone.svg │ │ ├── pinterest-logo-duotone.svg │ │ ├── pinwheel-duotone.svg │ │ ├── pipe-duotone.svg │ │ ├── pipe-wrench-duotone.svg │ │ ├── pix-logo-duotone.svg │ │ ├── pizza-duotone.svg │ │ ├── placeholder-duotone.svg │ │ ├── planet-duotone.svg │ │ ├── plant-duotone.svg │ │ ├── play-circle-duotone.svg │ │ ├── play-duotone.svg │ │ ├── play-pause-duotone.svg │ │ ├── playlist-duotone.svg │ │ ├── plug-charging-duotone.svg │ │ ├── plug-duotone.svg │ │ ├── plugs-connected-duotone.svg │ │ ├── plugs-duotone.svg │ │ ├── plus-circle-duotone.svg │ │ ├── plus-duotone.svg │ │ ├── plus-minus-duotone.svg │ │ ├── plus-square-duotone.svg │ │ ├── poker-chip-duotone.svg │ │ ├── police-car-duotone.svg │ │ ├── polygon-duotone.svg │ │ ├── popcorn-duotone.svg │ │ ├── popsicle-duotone.svg │ │ ├── potted-plant-duotone.svg │ │ ├── power-duotone.svg │ │ ├── prescription-duotone.svg │ │ ├── presentation-chart-duotone.svg │ │ ├── presentation-duotone.svg │ │ ├── printer-duotone.svg │ │ ├── prohibit-duotone.svg │ │ ├── prohibit-inset-duotone.svg │ │ ├── projector-screen-chart-duotone.svg │ │ ├── projector-screen-duotone.svg │ │ ├── pulse-duotone.svg │ │ ├── push-pin-duotone.svg │ │ ├── push-pin-simple-duotone.svg │ │ ├── push-pin-simple-slash-duotone.svg │ │ ├── push-pin-slash-duotone.svg │ │ ├── puzzle-piece-duotone.svg │ │ ├── qr-code-duotone.svg │ │ ├── question-duotone.svg │ │ ├── question-mark-duotone.svg │ │ ├── queue-duotone.svg │ │ ├── quotes-duotone.svg │ │ ├── rabbit-duotone.svg │ │ ├── racquet-duotone.svg │ │ ├── radical-duotone.svg │ │ ├── radio-button-duotone.svg │ │ ├── radio-duotone.svg │ │ ├── radioactive-duotone.svg │ │ ├── rainbow-cloud-duotone.svg │ │ ├── rainbow-duotone.svg │ │ ├── ranking-duotone.svg │ │ ├── read-cv-logo-duotone.svg │ │ ├── receipt-duotone.svg │ │ ├── receipt-x-duotone.svg │ │ ├── record-duotone.svg │ │ ├── rectangle-dashed-duotone.svg │ │ ├── rectangle-duotone.svg │ │ ├── recycle-duotone.svg │ │ ├── reddit-logo-duotone.svg │ │ ├── repeat-duotone.svg │ │ ├── repeat-once-duotone.svg │ │ ├── replit-logo-duotone.svg │ │ ├── resize-duotone.svg │ │ ├── rewind-circle-duotone.svg │ │ ├── rewind-duotone.svg │ │ ├── road-horizon-duotone.svg │ │ ├── robot-duotone.svg │ │ ├── rocket-duotone.svg │ │ ├── rocket-launch-duotone.svg │ │ ├── rows-duotone.svg │ │ ├── rows-plus-bottom-duotone.svg │ │ ├── rows-plus-top-duotone.svg │ │ ├── rss-duotone.svg │ │ ├── rss-simple-duotone.svg │ │ ├── rug-duotone.svg │ │ ├── ruler-duotone.svg │ │ ├── sailboat-duotone.svg │ │ ├── scales-duotone.svg │ │ ├── scan-duotone.svg │ │ ├── scan-smiley-duotone.svg │ │ ├── scissors-duotone.svg │ │ ├── scooter-duotone.svg │ │ ├── screencast-duotone.svg │ │ ├── screwdriver-duotone.svg │ │ ├── scribble-duotone.svg │ │ ├── scribble-loop-duotone.svg │ │ ├── scroll-duotone.svg │ │ ├── seal-check-duotone.svg │ │ ├── seal-duotone.svg │ │ ├── seal-percent-duotone.svg │ │ ├── seal-question-duotone.svg │ │ ├── seal-warning-duotone.svg │ │ ├── seat-duotone.svg │ │ ├── seatbelt-duotone.svg │ │ ├── security-camera-duotone.svg │ │ ├── selection-all-duotone.svg │ │ ├── selection-background-duotone.svg │ │ ├── selection-duotone.svg │ │ ├── selection-foreground-duotone.svg │ │ ├── selection-inverse-duotone.svg │ │ ├── selection-plus-duotone.svg │ │ ├── selection-slash-duotone.svg │ │ ├── shapes-duotone.svg │ │ ├── share-duotone.svg │ │ ├── share-fat-duotone.svg │ │ ├── share-network-duotone.svg │ │ ├── shield-check-duotone.svg │ │ ├── shield-checkered-duotone.svg │ │ ├── shield-chevron-duotone.svg │ │ ├── shield-duotone.svg │ │ ├── shield-plus-duotone.svg │ │ ├── shield-slash-duotone.svg │ │ ├── shield-star-duotone.svg │ │ ├── shield-warning-duotone.svg │ │ ├── shipping-container-duotone.svg │ │ ├── shirt-folded-duotone.svg │ │ ├── shooting-star-duotone.svg │ │ ├── shopping-bag-duotone.svg │ │ ├── shopping-bag-open-duotone.svg │ │ ├── shopping-cart-duotone.svg │ │ ├── shopping-cart-simple-duotone.svg │ │ ├── shovel-duotone.svg │ │ ├── shower-duotone.svg │ │ ├── shrimp-duotone.svg │ │ ├── shuffle-angular-duotone.svg │ │ ├── shuffle-duotone.svg │ │ ├── shuffle-simple-duotone.svg │ │ ├── sidebar-duotone.svg │ │ ├── sidebar-simple-duotone.svg │ │ ├── sigma-duotone.svg │ │ ├── sign-in-duotone.svg │ │ ├── sign-out-duotone.svg │ │ ├── signature-duotone.svg │ │ ├── signpost-duotone.svg │ │ ├── sim-card-duotone.svg │ │ ├── siren-duotone.svg │ │ ├── sketch-logo-duotone.svg │ │ ├── skip-back-circle-duotone.svg │ │ ├── skip-back-duotone.svg │ │ ├── skip-forward-circle-duotone.svg │ │ ├── skip-forward-duotone.svg │ │ ├── skull-duotone.svg │ │ ├── skype-logo-duotone.svg │ │ ├── slack-logo-duotone.svg │ │ ├── sliders-duotone.svg │ │ ├── sliders-horizontal-duotone.svg │ │ ├── slideshow-duotone.svg │ │ ├── smiley-angry-duotone.svg │ │ ├── smiley-blank-duotone.svg │ │ ├── smiley-duotone.svg │ │ ├── smiley-meh-duotone.svg │ │ ├── smiley-melting-duotone.svg │ │ ├── smiley-nervous-duotone.svg │ │ ├── smiley-sad-duotone.svg │ │ ├── smiley-sticker-duotone.svg │ │ ├── smiley-wink-duotone.svg │ │ ├── smiley-x-eyes-duotone.svg │ │ ├── snapchat-logo-duotone.svg │ │ ├── sneaker-duotone.svg │ │ ├── sneaker-move-duotone.svg │ │ ├── snowflake-duotone.svg │ │ ├── soccer-ball-duotone.svg │ │ ├── sock-duotone.svg │ │ ├── solar-panel-duotone.svg │ │ ├── solar-roof-duotone.svg │ │ ├── sort-ascending-duotone.svg │ │ ├── sort-descending-duotone.svg │ │ ├── soundcloud-logo-duotone.svg │ │ ├── spade-duotone.svg │ │ ├── sparkle-duotone.svg │ │ ├── speaker-hifi-duotone.svg │ │ ├── speaker-high-duotone.svg │ │ ├── speaker-low-duotone.svg │ │ ├── speaker-none-duotone.svg │ │ ├── speaker-simple-high-duotone.svg │ │ ├── speaker-simple-low-duotone.svg │ │ ├── speaker-simple-none-duotone.svg │ │ ├── speaker-simple-slash-duotone.svg │ │ ├── speaker-simple-x-duotone.svg │ │ ├── speaker-slash-duotone.svg │ │ ├── speaker-x-duotone.svg │ │ ├── speedometer-duotone.svg │ │ ├── sphere-duotone.svg │ │ ├── spinner-ball-duotone.svg │ │ ├── spinner-duotone.svg │ │ ├── spinner-gap-duotone.svg │ │ ├── spiral-duotone.svg │ │ ├── split-horizontal-duotone.svg │ │ ├── split-vertical-duotone.svg │ │ ├── spotify-logo-duotone.svg │ │ ├── spray-bottle-duotone.svg │ │ ├── square-duotone.svg │ │ ├── square-half-bottom-duotone.svg │ │ ├── square-half-duotone.svg │ │ ├── square-logo-duotone.svg │ │ ├── square-split-horizontal-duotone.svg │ │ ├── square-split-vertical-duotone.svg │ │ ├── squares-four-duotone.svg │ │ ├── stack-duotone.svg │ │ ├── stack-minus-duotone.svg │ │ ├── stack-overflow-logo-duotone.svg │ │ ├── stack-plus-duotone.svg │ │ ├── stack-simple-duotone.svg │ │ ├── stairs-duotone.svg │ │ ├── stamp-duotone.svg │ │ ├── standard-definition-duotone.svg │ │ ├── star-and-crescent-duotone.svg │ │ ├── star-duotone.svg │ │ ├── star-four-duotone.svg │ │ ├── star-half-duotone.svg │ │ ├── star-of-david-duotone.svg │ │ ├── steam-logo-duotone.svg │ │ ├── steering-wheel-duotone.svg │ │ ├── steps-duotone.svg │ │ ├── stethoscope-duotone.svg │ │ ├── sticker-duotone.svg │ │ ├── stool-duotone.svg │ │ ├── stop-circle-duotone.svg │ │ ├── stop-duotone.svg │ │ ├── storefront-duotone.svg │ │ ├── strategy-duotone.svg │ │ ├── stripe-logo-duotone.svg │ │ ├── student-duotone.svg │ │ ├── subset-of-duotone.svg │ │ ├── subset-proper-of-duotone.svg │ │ ├── subtitles-duotone.svg │ │ ├── subtitles-slash-duotone.svg │ │ ├── subtract-duotone.svg │ │ ├── subtract-square-duotone.svg │ │ ├── subway-duotone.svg │ │ ├── suitcase-duotone.svg │ │ ├── suitcase-rolling-duotone.svg │ │ ├── suitcase-simple-duotone.svg │ │ ├── sun-dim-duotone.svg │ │ ├── sun-duotone.svg │ │ ├── sun-horizon-duotone.svg │ │ ├── sunglasses-duotone.svg │ │ ├── superset-of-duotone.svg │ │ ├── superset-proper-of-duotone.svg │ │ ├── swap-duotone.svg │ │ ├── swatches-duotone.svg │ │ ├── swimming-pool-duotone.svg │ │ ├── sword-duotone.svg │ │ ├── synagogue-duotone.svg │ │ ├── syringe-duotone.svg │ │ ├── t-shirt-duotone.svg │ │ ├── table-duotone.svg │ │ ├── tabs-duotone.svg │ │ ├── tag-chevron-duotone.svg │ │ ├── tag-duotone.svg │ │ ├── tag-simple-duotone.svg │ │ ├── target-duotone.svg │ │ ├── taxi-duotone.svg │ │ ├── tea-bag-duotone.svg │ │ ├── telegram-logo-duotone.svg │ │ ├── television-duotone.svg │ │ ├── television-simple-duotone.svg │ │ ├── tennis-ball-duotone.svg │ │ ├── tent-duotone.svg │ │ ├── terminal-duotone.svg │ │ ├── terminal-window-duotone.svg │ │ ├── test-tube-duotone.svg │ │ ├── text-a-underline-duotone.svg │ │ ├── text-aa-duotone.svg │ │ ├── text-align-center-duotone.svg │ │ ├── text-align-justify-duotone.svg │ │ ├── text-align-left-duotone.svg │ │ ├── text-align-right-duotone.svg │ │ ├── text-b-duotone.svg │ │ ├── text-columns-duotone.svg │ │ ├── text-h-duotone.svg │ │ ├── text-h-five-duotone.svg │ │ ├── text-h-four-duotone.svg │ │ ├── text-h-one-duotone.svg │ │ ├── text-h-six-duotone.svg │ │ ├── text-h-three-duotone.svg │ │ ├── text-h-two-duotone.svg │ │ ├── text-indent-duotone.svg │ │ ├── text-italic-duotone.svg │ │ ├── text-outdent-duotone.svg │ │ ├── text-strikethrough-duotone.svg │ │ ├── text-subscript-duotone.svg │ │ ├── text-superscript-duotone.svg │ │ ├── text-t-duotone.svg │ │ ├── text-t-slash-duotone.svg │ │ ├── text-underline-duotone.svg │ │ ├── textbox-duotone.svg │ │ ├── thermometer-cold-duotone.svg │ │ ├── thermometer-duotone.svg │ │ ├── thermometer-hot-duotone.svg │ │ ├── thermometer-simple-duotone.svg │ │ ├── threads-logo-duotone.svg │ │ ├── three-d-duotone.svg │ │ ├── thumbs-down-duotone.svg │ │ ├── thumbs-up-duotone.svg │ │ ├── ticket-duotone.svg │ │ ├── tidal-logo-duotone.svg │ │ ├── tiktok-logo-duotone.svg │ │ ├── tilde-duotone.svg │ │ ├── timer-duotone.svg │ │ ├── tip-jar-duotone.svg │ │ ├── tipi-duotone.svg │ │ ├── tire-duotone.svg │ │ ├── toggle-left-duotone.svg │ │ ├── toggle-right-duotone.svg │ │ ├── toilet-duotone.svg │ │ ├── toilet-paper-duotone.svg │ │ ├── toolbox-duotone.svg │ │ ├── tooth-duotone.svg │ │ ├── tornado-duotone.svg │ │ ├── tote-duotone.svg │ │ ├── tote-simple-duotone.svg │ │ ├── towel-duotone.svg │ │ ├── tractor-duotone.svg │ │ ├── trademark-duotone.svg │ │ ├── trademark-registered-duotone.svg │ │ ├── traffic-cone-duotone.svg │ │ ├── traffic-sign-duotone.svg │ │ ├── traffic-signal-duotone.svg │ │ ├── train-duotone.svg │ │ ├── train-regional-duotone.svg │ │ ├── train-simple-duotone.svg │ │ ├── tram-duotone.svg │ │ ├── translate-duotone.svg │ │ ├── trash-duotone.svg │ │ ├── trash-simple-duotone.svg │ │ ├── tray-arrow-down-duotone.svg │ │ ├── tray-arrow-up-duotone.svg │ │ ├── tray-duotone.svg │ │ ├── treasure-chest-duotone.svg │ │ ├── tree-duotone.svg │ │ ├── tree-evergreen-duotone.svg │ │ ├── tree-palm-duotone.svg │ │ ├── tree-structure-duotone.svg │ │ ├── tree-view-duotone.svg │ │ ├── trend-down-duotone.svg │ │ ├── trend-up-duotone.svg │ │ ├── triangle-dashed-duotone.svg │ │ ├── triangle-duotone.svg │ │ ├── trolley-duotone.svg │ │ ├── trolley-suitcase-duotone.svg │ │ ├── trophy-duotone.svg │ │ ├── truck-duotone.svg │ │ ├── truck-trailer-duotone.svg │ │ ├── tumblr-logo-duotone.svg │ │ ├── twitch-logo-duotone.svg │ │ ├── twitter-logo-duotone.svg │ │ ├── umbrella-duotone.svg │ │ ├── umbrella-simple-duotone.svg │ │ ├── union-duotone.svg │ │ ├── unite-duotone.svg │ │ ├── unite-square-duotone.svg │ │ ├── upload-duotone.svg │ │ ├── upload-simple-duotone.svg │ │ ├── usb-duotone.svg │ │ ├── user-check-duotone.svg │ │ ├── user-circle-check-duotone.svg │ │ ├── user-circle-dashed-duotone.svg │ │ ├── user-circle-duotone.svg │ │ ├── user-circle-gear-duotone.svg │ │ ├── user-circle-minus-duotone.svg │ │ ├── user-circle-plus-duotone.svg │ │ ├── user-duotone.svg │ │ ├── user-focus-duotone.svg │ │ ├── user-gear-duotone.svg │ │ ├── user-list-duotone.svg │ │ ├── user-minus-duotone.svg │ │ ├── user-plus-duotone.svg │ │ ├── user-rectangle-duotone.svg │ │ ├── user-sound-duotone.svg │ │ ├── user-square-duotone.svg │ │ ├── user-switch-duotone.svg │ │ ├── users-duotone.svg │ │ ├── users-four-duotone.svg │ │ ├── users-three-duotone.svg │ │ ├── van-duotone.svg │ │ ├── vault-duotone.svg │ │ ├── vector-three-duotone.svg │ │ ├── vector-two-duotone.svg │ │ ├── vibrate-duotone.svg │ │ ├── video-camera-duotone.svg │ │ ├── video-camera-slash-duotone.svg │ │ ├── video-conference-duotone.svg │ │ ├── video-duotone.svg │ │ ├── vignette-duotone.svg │ │ ├── vinyl-record-duotone.svg │ │ ├── virtual-reality-duotone.svg │ │ ├── virus-duotone.svg │ │ ├── visor-duotone.svg │ │ ├── voicemail-duotone.svg │ │ ├── volleyball-duotone.svg │ │ ├── wall-duotone.svg │ │ ├── wallet-duotone.svg │ │ ├── warehouse-duotone.svg │ │ ├── warning-circle-duotone.svg │ │ ├── warning-diamond-duotone.svg │ │ ├── warning-duotone.svg │ │ ├── warning-octagon-duotone.svg │ │ ├── washing-machine-duotone.svg │ │ ├── watch-duotone.svg │ │ ├── wave-sawtooth-duotone.svg │ │ ├── wave-sine-duotone.svg │ │ ├── wave-square-duotone.svg │ │ ├── wave-triangle-duotone.svg │ │ ├── waveform-duotone.svg │ │ ├── waveform-slash-duotone.svg │ │ ├── waves-duotone.svg │ │ ├── webcam-duotone.svg │ │ ├── webcam-slash-duotone.svg │ │ ├── webhooks-logo-duotone.svg │ │ ├── wechat-logo-duotone.svg │ │ ├── whatsapp-logo-duotone.svg │ │ ├── wheelchair-duotone.svg │ │ ├── wheelchair-motion-duotone.svg │ │ ├── wifi-high-duotone.svg │ │ ├── wifi-low-duotone.svg │ │ ├── wifi-medium-duotone.svg │ │ ├── wifi-none-duotone.svg │ │ ├── wifi-slash-duotone.svg │ │ ├── wifi-x-duotone.svg │ │ ├── wind-duotone.svg │ │ ├── windmill-duotone.svg │ │ ├── windows-logo-duotone.svg │ │ ├── wine-duotone.svg │ │ ├── wrench-duotone.svg │ │ ├── x-circle-duotone.svg │ │ ├── x-duotone.svg │ │ ├── x-logo-duotone.svg │ │ ├── x-square-duotone.svg │ │ ├── yarn-duotone.svg │ │ ├── yin-yang-duotone.svg │ │ └── youtube-logo-duotone.svg │ ├── fill │ │ ├── acorn-fill.svg │ │ ├── address-book-fill.svg │ │ ├── address-book-tabs-fill.svg │ │ ├── air-traffic-control-fill.svg │ │ ├── airplane-fill.svg │ │ ├── airplane-in-flight-fill.svg │ │ ├── airplane-landing-fill.svg │ │ ├── airplane-takeoff-fill.svg │ │ ├── airplane-taxiing-fill.svg │ │ ├── airplane-tilt-fill.svg │ │ ├── airplay-fill.svg │ │ ├── alarm-fill.svg │ │ ├── alien-fill.svg │ │ ├── align-bottom-fill.svg │ │ ├── align-bottom-simple-fill.svg │ │ ├── align-center-horizontal-fill.svg │ │ ├── align-center-horizontal-simple-fill.svg │ │ ├── align-center-vertical-fill.svg │ │ ├── align-center-vertical-simple-fill.svg │ │ ├── align-left-fill.svg │ │ ├── align-left-simple-fill.svg │ │ ├── align-right-fill.svg │ │ ├── align-right-simple-fill.svg │ │ ├── align-top-fill.svg │ │ ├── align-top-simple-fill.svg │ │ ├── amazon-logo-fill.svg │ │ ├── ambulance-fill.svg │ │ ├── anchor-fill.svg │ │ ├── anchor-simple-fill.svg │ │ ├── android-logo-fill.svg │ │ ├── angle-fill.svg │ │ ├── angular-logo-fill.svg │ │ ├── aperture-fill.svg │ │ ├── app-store-logo-fill.svg │ │ ├── app-window-fill.svg │ │ ├── apple-logo-fill.svg │ │ ├── apple-podcasts-logo-fill.svg │ │ ├── approximate-equals-fill.svg │ │ ├── archive-fill.svg │ │ ├── armchair-fill.svg │ │ ├── arrow-arc-left-fill.svg │ │ ├── arrow-arc-right-fill.svg │ │ ├── arrow-bend-double-up-left-fill.svg │ │ ├── arrow-bend-double-up-right-fill.svg │ │ ├── arrow-bend-down-left-fill.svg │ │ ├── arrow-bend-down-right-fill.svg │ │ ├── arrow-bend-left-down-fill.svg │ │ ├── arrow-bend-left-up-fill.svg │ │ ├── arrow-bend-right-down-fill.svg │ │ ├── arrow-bend-right-up-fill.svg │ │ ├── arrow-bend-up-left-fill.svg │ │ ├── arrow-bend-up-right-fill.svg │ │ ├── arrow-circle-down-fill.svg │ │ ├── arrow-circle-down-left-fill.svg │ │ ├── arrow-circle-down-right-fill.svg │ │ ├── arrow-circle-left-fill.svg │ │ ├── arrow-circle-right-fill.svg │ │ ├── arrow-circle-up-fill.svg │ │ ├── arrow-circle-up-left-fill.svg │ │ ├── arrow-circle-up-right-fill.svg │ │ ├── arrow-clockwise-fill.svg │ │ ├── arrow-counter-clockwise-fill.svg │ │ ├── arrow-down-fill.svg │ │ ├── arrow-down-left-fill.svg │ │ ├── arrow-down-right-fill.svg │ │ ├── arrow-elbow-down-left-fill.svg │ │ ├── arrow-elbow-down-right-fill.svg │ │ ├── arrow-elbow-left-down-fill.svg │ │ ├── arrow-elbow-left-fill.svg │ │ ├── arrow-elbow-left-up-fill.svg │ │ ├── arrow-elbow-right-down-fill.svg │ │ ├── arrow-elbow-right-fill.svg │ │ ├── arrow-elbow-right-up-fill.svg │ │ ├── arrow-elbow-up-left-fill.svg │ │ ├── arrow-elbow-up-right-fill.svg │ │ ├── arrow-fat-down-fill.svg │ │ ├── arrow-fat-left-fill.svg │ │ ├── arrow-fat-line-down-fill.svg │ │ ├── arrow-fat-line-left-fill.svg │ │ ├── arrow-fat-line-right-fill.svg │ │ ├── arrow-fat-line-up-fill.svg │ │ ├── arrow-fat-lines-down-fill.svg │ │ ├── arrow-fat-lines-left-fill.svg │ │ ├── arrow-fat-lines-right-fill.svg │ │ ├── arrow-fat-lines-up-fill.svg │ │ ├── arrow-fat-right-fill.svg │ │ ├── arrow-fat-up-fill.svg │ │ ├── arrow-left-fill.svg │ │ ├── arrow-line-down-fill.svg │ │ ├── arrow-line-down-left-fill.svg │ │ ├── arrow-line-down-right-fill.svg │ │ ├── arrow-line-left-fill.svg │ │ ├── arrow-line-right-fill.svg │ │ ├── arrow-line-up-fill.svg │ │ ├── arrow-line-up-left-fill.svg │ │ ├── arrow-line-up-right-fill.svg │ │ ├── arrow-right-fill.svg │ │ ├── arrow-square-down-fill.svg │ │ ├── arrow-square-down-left-fill.svg │ │ ├── arrow-square-down-right-fill.svg │ │ ├── arrow-square-in-fill.svg │ │ ├── arrow-square-left-fill.svg │ │ ├── arrow-square-out-fill.svg │ │ ├── arrow-square-right-fill.svg │ │ ├── arrow-square-up-fill.svg │ │ ├── arrow-square-up-left-fill.svg │ │ ├── arrow-square-up-right-fill.svg │ │ ├── arrow-u-down-left-fill.svg │ │ ├── arrow-u-down-right-fill.svg │ │ ├── arrow-u-left-down-fill.svg │ │ ├── arrow-u-left-up-fill.svg │ │ ├── arrow-u-right-down-fill.svg │ │ ├── arrow-u-right-up-fill.svg │ │ ├── arrow-u-up-left-fill.svg │ │ ├── arrow-u-up-right-fill.svg │ │ ├── arrow-up-fill.svg │ │ ├── arrow-up-left-fill.svg │ │ ├── arrow-up-right-fill.svg │ │ ├── arrows-clockwise-fill.svg │ │ ├── arrows-counter-clockwise-fill.svg │ │ ├── arrows-down-up-fill.svg │ │ ├── arrows-horizontal-fill.svg │ │ ├── arrows-in-cardinal-fill.svg │ │ ├── arrows-in-fill.svg │ │ ├── arrows-in-line-horizontal-fill.svg │ │ ├── arrows-in-line-vertical-fill.svg │ │ ├── arrows-in-simple-fill.svg │ │ ├── arrows-left-right-fill.svg │ │ ├── arrows-merge-fill.svg │ │ ├── arrows-out-cardinal-fill.svg │ │ ├── arrows-out-fill.svg │ │ ├── arrows-out-line-horizontal-fill.svg │ │ ├── arrows-out-line-vertical-fill.svg │ │ ├── arrows-out-simple-fill.svg │ │ ├── arrows-split-fill.svg │ │ ├── arrows-vertical-fill.svg │ │ ├── article-fill.svg │ │ ├── article-medium-fill.svg │ │ ├── article-ny-times-fill.svg │ │ ├── asclepius-fill.svg │ │ ├── asterisk-fill.svg │ │ ├── asterisk-simple-fill.svg │ │ ├── at-fill.svg │ │ ├── atom-fill.svg │ │ ├── avocado-fill.svg │ │ ├── axe-fill.svg │ │ ├── baby-carriage-fill.svg │ │ ├── baby-fill.svg │ │ ├── backpack-fill.svg │ │ ├── backspace-fill.svg │ │ ├── bag-fill.svg │ │ ├── bag-simple-fill.svg │ │ ├── balloon-fill.svg │ │ ├── bandaids-fill.svg │ │ ├── bank-fill.svg │ │ ├── barbell-fill.svg │ │ ├── barcode-fill.svg │ │ ├── barn-fill.svg │ │ ├── barricade-fill.svg │ │ ├── baseball-cap-fill.svg │ │ ├── baseball-fill.svg │ │ ├── baseball-helmet-fill.svg │ │ ├── basket-fill.svg │ │ ├── basketball-fill.svg │ │ ├── bathtub-fill.svg │ │ ├── battery-charging-fill.svg │ │ ├── battery-charging-vertical-fill.svg │ │ ├── battery-empty-fill.svg │ │ ├── battery-full-fill.svg │ │ ├── battery-high-fill.svg │ │ ├── battery-low-fill.svg │ │ ├── battery-medium-fill.svg │ │ ├── battery-plus-fill.svg │ │ ├── battery-plus-vertical-fill.svg │ │ ├── battery-vertical-empty-fill.svg │ │ ├── battery-vertical-full-fill.svg │ │ ├── battery-vertical-high-fill.svg │ │ ├── battery-vertical-low-fill.svg │ │ ├── battery-vertical-medium-fill.svg │ │ ├── battery-warning-fill.svg │ │ ├── battery-warning-vertical-fill.svg │ │ ├── beach-ball-fill.svg │ │ ├── beanie-fill.svg │ │ ├── bed-fill.svg │ │ ├── beer-bottle-fill.svg │ │ ├── beer-stein-fill.svg │ │ ├── behance-logo-fill.svg │ │ ├── bell-fill.svg │ │ ├── bell-ringing-fill.svg │ │ ├── bell-simple-fill.svg │ │ ├── bell-simple-ringing-fill.svg │ │ ├── bell-simple-slash-fill.svg │ │ ├── bell-simple-z-fill.svg │ │ ├── bell-slash-fill.svg │ │ ├── bell-z-fill.svg │ │ ├── belt-fill.svg │ │ ├── bezier-curve-fill.svg │ │ ├── bicycle-fill.svg │ │ ├── binary-fill.svg │ │ ├── binoculars-fill.svg │ │ ├── biohazard-fill.svg │ │ ├── bird-fill.svg │ │ ├── blueprint-fill.svg │ │ ├── bluetooth-connected-fill.svg │ │ ├── bluetooth-fill.svg │ │ ├── bluetooth-slash-fill.svg │ │ ├── bluetooth-x-fill.svg │ │ ├── boat-fill.svg │ │ ├── bomb-fill.svg │ │ ├── bone-fill.svg │ │ ├── book-bookmark-fill.svg │ │ ├── book-fill.svg │ │ ├── book-open-fill.svg │ │ ├── book-open-text-fill.svg │ │ ├── book-user-fill.svg │ │ ├── bookmark-fill.svg │ │ ├── bookmark-simple-fill.svg │ │ ├── bookmarks-fill.svg │ │ ├── bookmarks-simple-fill.svg │ │ ├── books-fill.svg │ │ ├── boot-fill.svg │ │ ├── boules-fill.svg │ │ ├── bounding-box-fill.svg │ │ ├── bowl-food-fill.svg │ │ ├── bowl-steam-fill.svg │ │ ├── bowling-ball-fill.svg │ │ ├── box-arrow-down-fill.svg │ │ ├── box-arrow-up-fill.svg │ │ ├── boxing-glove-fill.svg │ │ ├── brackets-angle-fill.svg │ │ ├── brackets-curly-fill.svg │ │ ├── brackets-round-fill.svg │ │ ├── brackets-square-fill.svg │ │ ├── brain-fill.svg │ │ ├── brandy-fill.svg │ │ ├── bread-fill.svg │ │ ├── bridge-fill.svg │ │ ├── briefcase-fill.svg │ │ ├── briefcase-metal-fill.svg │ │ ├── broadcast-fill.svg │ │ ├── broom-fill.svg │ │ ├── browser-fill.svg │ │ ├── browsers-fill.svg │ │ ├── bug-beetle-fill.svg │ │ ├── bug-droid-fill.svg │ │ ├── bug-fill.svg │ │ ├── building-apartment-fill.svg │ │ ├── building-fill.svg │ │ ├── building-office-fill.svg │ │ ├── buildings-fill.svg │ │ ├── bulldozer-fill.svg │ │ ├── bus-fill.svg │ │ ├── butterfly-fill.svg │ │ ├── cable-car-fill.svg │ │ ├── cactus-fill.svg │ │ ├── cake-fill.svg │ │ ├── calculator-fill.svg │ │ ├── calendar-blank-fill.svg │ │ ├── calendar-check-fill.svg │ │ ├── calendar-dot-fill.svg │ │ ├── calendar-dots-fill.svg │ │ ├── calendar-fill.svg │ │ ├── calendar-heart-fill.svg │ │ ├── calendar-minus-fill.svg │ │ ├── calendar-plus-fill.svg │ │ ├── calendar-slash-fill.svg │ │ ├── calendar-star-fill.svg │ │ ├── calendar-x-fill.svg │ │ ├── call-bell-fill.svg │ │ ├── camera-fill.svg │ │ ├── camera-plus-fill.svg │ │ ├── camera-rotate-fill.svg │ │ ├── camera-slash-fill.svg │ │ ├── campfire-fill.svg │ │ ├── car-battery-fill.svg │ │ ├── car-fill.svg │ │ ├── car-profile-fill.svg │ │ ├── car-simple-fill.svg │ │ ├── cardholder-fill.svg │ │ ├── cards-fill.svg │ │ ├── cards-three-fill.svg │ │ ├── caret-circle-double-down-fill.svg │ │ ├── caret-circle-double-left-fill.svg │ │ ├── caret-circle-double-right-fill.svg │ │ ├── caret-circle-double-up-fill.svg │ │ ├── caret-circle-down-fill.svg │ │ ├── caret-circle-left-fill.svg │ │ ├── caret-circle-right-fill.svg │ │ ├── caret-circle-up-down-fill.svg │ │ ├── caret-circle-up-fill.svg │ │ ├── caret-double-down-fill.svg │ │ ├── caret-double-left-fill.svg │ │ ├── caret-double-right-fill.svg │ │ ├── caret-double-up-fill.svg │ │ ├── caret-down-fill.svg │ │ ├── caret-left-fill.svg │ │ ├── caret-line-down-fill.svg │ │ ├── caret-line-left-fill.svg │ │ ├── caret-line-right-fill.svg │ │ ├── caret-line-up-fill.svg │ │ ├── caret-right-fill.svg │ │ ├── caret-up-down-fill.svg │ │ ├── caret-up-fill.svg │ │ ├── carrot-fill.svg │ │ ├── cash-register-fill.svg │ │ ├── cassette-tape-fill.svg │ │ ├── castle-turret-fill.svg │ │ ├── cat-fill.svg │ │ ├── cell-signal-full-fill.svg │ │ ├── cell-signal-high-fill.svg │ │ ├── cell-signal-low-fill.svg │ │ ├── cell-signal-medium-fill.svg │ │ ├── cell-signal-none-fill.svg │ │ ├── cell-signal-slash-fill.svg │ │ ├── cell-signal-x-fill.svg │ │ ├── cell-tower-fill.svg │ │ ├── certificate-fill.svg │ │ ├── chair-fill.svg │ │ ├── chalkboard-fill.svg │ │ ├── chalkboard-simple-fill.svg │ │ ├── chalkboard-teacher-fill.svg │ │ ├── champagne-fill.svg │ │ ├── charging-station-fill.svg │ │ ├── chart-bar-fill.svg │ │ ├── chart-bar-horizontal-fill.svg │ │ ├── chart-donut-fill.svg │ │ ├── chart-line-down-fill.svg │ │ ├── chart-line-fill.svg │ │ ├── chart-line-up-fill.svg │ │ ├── chart-pie-fill.svg │ │ ├── chart-pie-slice-fill.svg │ │ ├── chart-polar-fill.svg │ │ ├── chart-scatter-fill.svg │ │ ├── chat-centered-dots-fill.svg │ │ ├── chat-centered-fill.svg │ │ ├── chat-centered-slash-fill.svg │ │ ├── chat-centered-text-fill.svg │ │ ├── chat-circle-dots-fill.svg │ │ ├── chat-circle-fill.svg │ │ ├── chat-circle-slash-fill.svg │ │ ├── chat-circle-text-fill.svg │ │ ├── chat-dots-fill.svg │ │ ├── chat-fill.svg │ │ ├── chat-slash-fill.svg │ │ ├── chat-teardrop-dots-fill.svg │ │ ├── chat-teardrop-fill.svg │ │ ├── chat-teardrop-slash-fill.svg │ │ ├── chat-teardrop-text-fill.svg │ │ ├── chat-text-fill.svg │ │ ├── chats-circle-fill.svg │ │ ├── chats-fill.svg │ │ ├── chats-teardrop-fill.svg │ │ ├── check-circle-fill.svg │ │ ├── check-fat-fill.svg │ │ ├── check-fill.svg │ │ ├── check-square-fill.svg │ │ ├── check-square-offset-fill.svg │ │ ├── checkerboard-fill.svg │ │ ├── checks-fill.svg │ │ ├── cheers-fill.svg │ │ ├── cheese-fill.svg │ │ ├── chef-hat-fill.svg │ │ ├── cherries-fill.svg │ │ ├── church-fill.svg │ │ ├── cigarette-fill.svg │ │ ├── cigarette-slash-fill.svg │ │ ├── circle-dashed-fill.svg │ │ ├── circle-fill.svg │ │ ├── circle-half-fill.svg │ │ ├── circle-half-tilt-fill.svg │ │ ├── circle-notch-fill.svg │ │ ├── circles-four-fill.svg │ │ ├── circles-three-fill.svg │ │ ├── circles-three-plus-fill.svg │ │ ├── circuitry-fill.svg │ │ ├── city-fill.svg │ │ ├── clipboard-fill.svg │ │ ├── clipboard-text-fill.svg │ │ ├── clock-afternoon-fill.svg │ │ ├── clock-clockwise-fill.svg │ │ ├── clock-countdown-fill.svg │ │ ├── clock-counter-clockwise-fill.svg │ │ ├── clock-fill.svg │ │ ├── clock-user-fill.svg │ │ ├── closed-captioning-fill.svg │ │ ├── cloud-arrow-down-fill.svg │ │ ├── cloud-arrow-up-fill.svg │ │ ├── cloud-check-fill.svg │ │ ├── cloud-fill.svg │ │ ├── cloud-fog-fill.svg │ │ ├── cloud-lightning-fill.svg │ │ ├── cloud-moon-fill.svg │ │ ├── cloud-rain-fill.svg │ │ ├── cloud-slash-fill.svg │ │ ├── cloud-snow-fill.svg │ │ ├── cloud-sun-fill.svg │ │ ├── cloud-warning-fill.svg │ │ ├── cloud-x-fill.svg │ │ ├── clover-fill.svg │ │ ├── club-fill.svg │ │ ├── coat-hanger-fill.svg │ │ ├── coda-logo-fill.svg │ │ ├── code-block-fill.svg │ │ ├── code-fill.svg │ │ ├── code-simple-fill.svg │ │ ├── codepen-logo-fill.svg │ │ ├── codesandbox-logo-fill.svg │ │ ├── coffee-bean-fill.svg │ │ ├── coffee-fill.svg │ │ ├── coin-fill.svg │ │ ├── coin-vertical-fill.svg │ │ ├── coins-fill.svg │ │ ├── columns-fill.svg │ │ ├── columns-plus-left-fill.svg │ │ ├── columns-plus-right-fill.svg │ │ ├── command-fill.svg │ │ ├── compass-fill.svg │ │ ├── compass-rose-fill.svg │ │ ├── compass-tool-fill.svg │ │ ├── computer-tower-fill.svg │ │ ├── confetti-fill.svg │ │ ├── contactless-payment-fill.svg │ │ ├── control-fill.svg │ │ ├── cookie-fill.svg │ │ ├── cooking-pot-fill.svg │ │ ├── copy-fill.svg │ │ ├── copy-simple-fill.svg │ │ ├── copyleft-fill.svg │ │ ├── copyright-fill.svg │ │ ├── corners-in-fill.svg │ │ ├── corners-out-fill.svg │ │ ├── couch-fill.svg │ │ ├── court-basketball-fill.svg │ │ ├── cow-fill.svg │ │ ├── cowboy-hat-fill.svg │ │ ├── cpu-fill.svg │ │ ├── crane-fill.svg │ │ ├── crane-tower-fill.svg │ │ ├── credit-card-fill.svg │ │ ├── cricket-fill.svg │ │ ├── crop-fill.svg │ │ ├── cross-fill.svg │ │ ├── crosshair-fill.svg │ │ ├── crosshair-simple-fill.svg │ │ ├── crown-cross-fill.svg │ │ ├── crown-fill.svg │ │ ├── crown-simple-fill.svg │ │ ├── cube-fill.svg │ │ ├── cube-focus-fill.svg │ │ ├── cube-transparent-fill.svg │ │ ├── currency-btc-fill.svg │ │ ├── currency-circle-dollar-fill.svg │ │ ├── currency-cny-fill.svg │ │ ├── currency-dollar-fill.svg │ │ ├── currency-dollar-simple-fill.svg │ │ ├── currency-eth-fill.svg │ │ ├── currency-eur-fill.svg │ │ ├── currency-gbp-fill.svg │ │ ├── currency-inr-fill.svg │ │ ├── currency-jpy-fill.svg │ │ ├── currency-krw-fill.svg │ │ ├── currency-kzt-fill.svg │ │ ├── currency-ngn-fill.svg │ │ ├── currency-rub-fill.svg │ │ ├── cursor-click-fill.svg │ │ ├── cursor-fill.svg │ │ ├── cursor-text-fill.svg │ │ ├── cylinder-fill.svg │ │ ├── database-fill.svg │ │ ├── desk-fill.svg │ │ ├── desktop-fill.svg │ │ ├── desktop-tower-fill.svg │ │ ├── detective-fill.svg │ │ ├── dev-to-logo-fill.svg │ │ ├── device-mobile-camera-fill.svg │ │ ├── device-mobile-fill.svg │ │ ├── device-mobile-slash-fill.svg │ │ ├── device-mobile-speaker-fill.svg │ │ ├── device-rotate-fill.svg │ │ ├── device-tablet-camera-fill.svg │ │ ├── device-tablet-fill.svg │ │ ├── device-tablet-speaker-fill.svg │ │ ├── devices-fill.svg │ │ ├── diamond-fill.svg │ │ ├── diamonds-four-fill.svg │ │ ├── dice-five-fill.svg │ │ ├── dice-four-fill.svg │ │ ├── dice-one-fill.svg │ │ ├── dice-six-fill.svg │ │ ├── dice-three-fill.svg │ │ ├── dice-two-fill.svg │ │ ├── disc-fill.svg │ │ ├── disco-ball-fill.svg │ │ ├── discord-logo-fill.svg │ │ ├── divide-fill.svg │ │ ├── dna-fill.svg │ │ ├── dog-fill.svg │ │ ├── door-fill.svg │ │ ├── door-open-fill.svg │ │ ├── dot-fill.svg │ │ ├── dot-outline-fill.svg │ │ ├── dots-nine-fill.svg │ │ ├── dots-six-fill.svg │ │ ├── dots-six-vertical-fill.svg │ │ ├── dots-three-circle-fill.svg │ │ ├── dots-three-circle-vertical-fill.svg │ │ ├── dots-three-fill.svg │ │ ├── dots-three-outline-fill.svg │ │ ├── dots-three-outline-vertical-fill.svg │ │ ├── dots-three-vertical-fill.svg │ │ ├── download-fill.svg │ │ ├── download-simple-fill.svg │ │ ├── dress-fill.svg │ │ ├── dresser-fill.svg │ │ ├── dribbble-logo-fill.svg │ │ ├── drone-fill.svg │ │ ├── drop-fill.svg │ │ ├── drop-half-bottom-fill.svg │ │ ├── drop-half-fill.svg │ │ ├── drop-simple-fill.svg │ │ ├── drop-slash-fill.svg │ │ ├── dropbox-logo-fill.svg │ │ ├── ear-fill.svg │ │ ├── ear-slash-fill.svg │ │ ├── egg-crack-fill.svg │ │ ├── egg-fill.svg │ │ ├── eject-fill.svg │ │ ├── eject-simple-fill.svg │ │ ├── elevator-fill.svg │ │ ├── empty-fill.svg │ │ ├── engine-fill.svg │ │ ├── envelope-fill.svg │ │ ├── envelope-open-fill.svg │ │ ├── envelope-simple-fill.svg │ │ ├── envelope-simple-open-fill.svg │ │ ├── equalizer-fill.svg │ │ ├── equals-fill.svg │ │ ├── eraser-fill.svg │ │ ├── escalator-down-fill.svg │ │ ├── escalator-up-fill.svg │ │ ├── exam-fill.svg │ │ ├── exclamation-mark-fill.svg │ │ ├── exclude-fill.svg │ │ ├── exclude-square-fill.svg │ │ ├── export-fill.svg │ │ ├── eye-closed-fill.svg │ │ ├── eye-fill.svg │ │ ├── eye-slash-fill.svg │ │ ├── eyedropper-fill.svg │ │ ├── eyedropper-sample-fill.svg │ │ ├── eyeglasses-fill.svg │ │ ├── eyes-fill.svg │ │ ├── face-mask-fill.svg │ │ ├── facebook-logo-fill.svg │ │ ├── factory-fill.svg │ │ ├── faders-fill.svg │ │ ├── faders-horizontal-fill.svg │ │ ├── fallout-shelter-fill.svg │ │ ├── fan-fill.svg │ │ ├── farm-fill.svg │ │ ├── fast-forward-circle-fill.svg │ │ ├── fast-forward-fill.svg │ │ ├── feather-fill.svg │ │ ├── fediverse-logo-fill.svg │ │ ├── figma-logo-fill.svg │ │ ├── file-archive-fill.svg │ │ ├── file-arrow-down-fill.svg │ │ ├── file-arrow-up-fill.svg │ │ ├── file-audio-fill.svg │ │ ├── file-c-fill.svg │ │ ├── file-c-sharp-fill.svg │ │ ├── file-cloud-fill.svg │ │ ├── file-code-fill.svg │ │ ├── file-cpp-fill.svg │ │ ├── file-css-fill.svg │ │ ├── file-csv-fill.svg │ │ ├── file-dashed-fill.svg │ │ ├── file-doc-fill.svg │ │ ├── file-fill.svg │ │ ├── file-html-fill.svg │ │ ├── file-image-fill.svg │ │ ├── file-ini-fill.svg │ │ ├── file-jpg-fill.svg │ │ ├── file-js-fill.svg │ │ ├── file-jsx-fill.svg │ │ ├── file-lock-fill.svg │ │ ├── file-magnifying-glass-fill.svg │ │ ├── file-md-fill.svg │ │ ├── file-minus-fill.svg │ │ ├── file-pdf-fill.svg │ │ ├── file-plus-fill.svg │ │ ├── file-png-fill.svg │ │ ├── file-ppt-fill.svg │ │ ├── file-py-fill.svg │ │ ├── file-rs-fill.svg │ │ ├── file-sql-fill.svg │ │ ├── file-svg-fill.svg │ │ ├── file-text-fill.svg │ │ ├── file-ts-fill.svg │ │ ├── file-tsx-fill.svg │ │ ├── file-txt-fill.svg │ │ ├── file-video-fill.svg │ │ ├── file-vue-fill.svg │ │ ├── file-x-fill.svg │ │ ├── file-xls-fill.svg │ │ ├── file-zip-fill.svg │ │ ├── files-fill.svg │ │ ├── film-reel-fill.svg │ │ ├── film-script-fill.svg │ │ ├── film-slate-fill.svg │ │ ├── film-strip-fill.svg │ │ ├── fingerprint-fill.svg │ │ ├── fingerprint-simple-fill.svg │ │ ├── finn-the-human-fill.svg │ │ ├── fire-extinguisher-fill.svg │ │ ├── fire-fill.svg │ │ ├── fire-simple-fill.svg │ │ ├── fire-truck-fill.svg │ │ ├── first-aid-fill.svg │ │ ├── first-aid-kit-fill.svg │ │ ├── fish-fill.svg │ │ ├── fish-simple-fill.svg │ │ ├── flag-banner-fill.svg │ │ ├── flag-banner-fold-fill.svg │ │ ├── flag-checkered-fill.svg │ │ ├── flag-fill.svg │ │ ├── flag-pennant-fill.svg │ │ ├── flame-fill.svg │ │ ├── flashlight-fill.svg │ │ ├── flask-fill.svg │ │ ├── flip-horizontal-fill.svg │ │ ├── flip-vertical-fill.svg │ │ ├── floppy-disk-back-fill.svg │ │ ├── floppy-disk-fill.svg │ │ ├── flow-arrow-fill.svg │ │ ├── flower-fill.svg │ │ ├── flower-lotus-fill.svg │ │ ├── flower-tulip-fill.svg │ │ ├── flying-saucer-fill.svg │ │ ├── folder-dashed-fill.svg │ │ ├── folder-fill.svg │ │ ├── folder-lock-fill.svg │ │ ├── folder-minus-fill.svg │ │ ├── folder-open-fill.svg │ │ ├── folder-plus-fill.svg │ │ ├── folder-simple-dashed-fill.svg │ │ ├── folder-simple-fill.svg │ │ ├── folder-simple-lock-fill.svg │ │ ├── folder-simple-minus-fill.svg │ │ ├── folder-simple-plus-fill.svg │ │ ├── folder-simple-star-fill.svg │ │ ├── folder-simple-user-fill.svg │ │ ├── folder-star-fill.svg │ │ ├── folder-user-fill.svg │ │ ├── folders-fill.svg │ │ ├── football-fill.svg │ │ ├── football-helmet-fill.svg │ │ ├── footprints-fill.svg │ │ ├── fork-knife-fill.svg │ │ ├── four-k-fill.svg │ │ ├── frame-corners-fill.svg │ │ ├── framer-logo-fill.svg │ │ ├── function-fill.svg │ │ ├── funnel-fill.svg │ │ ├── funnel-simple-fill.svg │ │ ├── funnel-simple-x-fill.svg │ │ ├── funnel-x-fill.svg │ │ ├── game-controller-fill.svg │ │ ├── garage-fill.svg │ │ ├── gas-can-fill.svg │ │ ├── gas-pump-fill.svg │ │ ├── gauge-fill.svg │ │ ├── gavel-fill.svg │ │ ├── gear-fill.svg │ │ ├── gear-fine-fill.svg │ │ ├── gear-six-fill.svg │ │ ├── gender-female-fill.svg │ │ ├── gender-intersex-fill.svg │ │ ├── gender-male-fill.svg │ │ ├── gender-neuter-fill.svg │ │ ├── gender-nonbinary-fill.svg │ │ ├── gender-transgender-fill.svg │ │ ├── ghost-fill.svg │ │ ├── gif-fill.svg │ │ ├── gift-fill.svg │ │ ├── git-branch-fill.svg │ │ ├── git-commit-fill.svg │ │ ├── git-diff-fill.svg │ │ ├── git-fork-fill.svg │ │ ├── git-merge-fill.svg │ │ ├── git-pull-request-fill.svg │ │ ├── github-logo-fill.svg │ │ ├── gitlab-logo-fill.svg │ │ ├── gitlab-logo-simple-fill.svg │ │ ├── globe-fill.svg │ │ ├── globe-hemisphere-east-fill.svg │ │ ├── globe-hemisphere-west-fill.svg │ │ ├── globe-simple-fill.svg │ │ ├── globe-simple-x-fill.svg │ │ ├── globe-stand-fill.svg │ │ ├── globe-x-fill.svg │ │ ├── goggles-fill.svg │ │ ├── golf-fill.svg │ │ ├── goodreads-logo-fill.svg │ │ ├── google-cardboard-logo-fill.svg │ │ ├── google-chrome-logo-fill.svg │ │ ├── google-drive-logo-fill.svg │ │ ├── google-logo-fill.svg │ │ ├── google-photos-logo-fill.svg │ │ ├── google-play-logo-fill.svg │ │ ├── google-podcasts-logo-fill.svg │ │ ├── gps-fill.svg │ │ ├── gps-fix-fill.svg │ │ ├── gps-slash-fill.svg │ │ ├── gradient-fill.svg │ │ ├── graduation-cap-fill.svg │ │ ├── grains-fill.svg │ │ ├── grains-slash-fill.svg │ │ ├── graph-fill.svg │ │ ├── graphics-card-fill.svg │ │ ├── greater-than-fill.svg │ │ ├── greater-than-or-equal-fill.svg │ │ ├── grid-four-fill.svg │ │ ├── grid-nine-fill.svg │ │ ├── guitar-fill.svg │ │ ├── hair-dryer-fill.svg │ │ ├── hamburger-fill.svg │ │ ├── hammer-fill.svg │ │ ├── hand-arrow-down-fill.svg │ │ ├── hand-arrow-up-fill.svg │ │ ├── hand-coins-fill.svg │ │ ├── hand-deposit-fill.svg │ │ ├── hand-eye-fill.svg │ │ ├── hand-fill.svg │ │ ├── hand-fist-fill.svg │ │ ├── hand-grabbing-fill.svg │ │ ├── hand-heart-fill.svg │ │ ├── hand-palm-fill.svg │ │ ├── hand-peace-fill.svg │ │ ├── hand-pointing-fill.svg │ │ ├── hand-soap-fill.svg │ │ ├── hand-swipe-left-fill.svg │ │ ├── hand-swipe-right-fill.svg │ │ ├── hand-tap-fill.svg │ │ ├── hand-waving-fill.svg │ │ ├── hand-withdraw-fill.svg │ │ ├── handbag-fill.svg │ │ ├── handbag-simple-fill.svg │ │ ├── hands-clapping-fill.svg │ │ ├── hands-praying-fill.svg │ │ ├── handshake-fill.svg │ │ ├── hard-drive-fill.svg │ │ ├── hard-drives-fill.svg │ │ ├── hard-hat-fill.svg │ │ ├── hash-fill.svg │ │ ├── hash-straight-fill.svg │ │ ├── head-circuit-fill.svg │ │ ├── headlights-fill.svg │ │ ├── headphones-fill.svg │ │ ├── headset-fill.svg │ │ ├── heart-break-fill.svg │ │ ├── heart-fill.svg │ │ ├── heart-half-fill.svg │ │ ├── heart-straight-break-fill.svg │ │ ├── heart-straight-fill.svg │ │ ├── heartbeat-fill.svg │ │ ├── hexagon-fill.svg │ │ ├── high-definition-fill.svg │ │ ├── high-heel-fill.svg │ │ ├── highlighter-circle-fill.svg │ │ ├── highlighter-fill.svg │ │ ├── hockey-fill.svg │ │ ├── hoodie-fill.svg │ │ ├── horse-fill.svg │ │ ├── hospital-fill.svg │ │ ├── hourglass-fill.svg │ │ ├── hourglass-high-fill.svg │ │ ├── hourglass-low-fill.svg │ │ ├── hourglass-medium-fill.svg │ │ ├── hourglass-simple-fill.svg │ │ ├── hourglass-simple-high-fill.svg │ │ ├── hourglass-simple-low-fill.svg │ │ ├── hourglass-simple-medium-fill.svg │ │ ├── house-fill.svg │ │ ├── house-line-fill.svg │ │ ├── house-simple-fill.svg │ │ ├── hurricane-fill.svg │ │ ├── ice-cream-fill.svg │ │ ├── identification-badge-fill.svg │ │ ├── identification-card-fill.svg │ │ ├── image-broken-fill.svg │ │ ├── image-fill.svg │ │ ├── image-square-fill.svg │ │ ├── images-fill.svg │ │ ├── images-square-fill.svg │ │ ├── infinity-fill.svg │ │ ├── info-fill.svg │ │ ├── instagram-logo-fill.svg │ │ ├── intersect-fill.svg │ │ ├── intersect-square-fill.svg │ │ ├── intersect-three-fill.svg │ │ ├── intersection-fill.svg │ │ ├── invoice-fill.svg │ │ ├── island-fill.svg │ │ ├── jar-fill.svg │ │ ├── jar-label-fill.svg │ │ ├── jeep-fill.svg │ │ ├── joystick-fill.svg │ │ ├── kanban-fill.svg │ │ ├── key-fill.svg │ │ ├── key-return-fill.svg │ │ ├── keyboard-fill.svg │ │ ├── keyhole-fill.svg │ │ ├── knife-fill.svg │ │ ├── ladder-fill.svg │ │ ├── ladder-simple-fill.svg │ │ ├── lamp-fill.svg │ │ ├── lamp-pendant-fill.svg │ │ ├── laptop-fill.svg │ │ ├── lasso-fill.svg │ │ ├── lastfm-logo-fill.svg │ │ ├── layout-fill.svg │ │ ├── leaf-fill.svg │ │ ├── lectern-fill.svg │ │ ├── lego-fill.svg │ │ ├── lego-smiley-fill.svg │ │ ├── less-than-fill.svg │ │ ├── less-than-or-equal-fill.svg │ │ ├── letter-circle-h-fill.svg │ │ ├── letter-circle-p-fill.svg │ │ ├── letter-circle-v-fill.svg │ │ ├── lifebuoy-fill.svg │ │ ├── lightbulb-filament-fill.svg │ │ ├── lightbulb-fill.svg │ │ ├── lighthouse-fill.svg │ │ ├── lightning-a-fill.svg │ │ ├── lightning-fill.svg │ │ ├── lightning-slash-fill.svg │ │ ├── line-segment-fill.svg │ │ ├── line-segments-fill.svg │ │ ├── line-vertical-fill.svg │ │ ├── link-break-fill.svg │ │ ├── link-fill.svg │ │ ├── link-simple-break-fill.svg │ │ ├── link-simple-fill.svg │ │ ├── link-simple-horizontal-break-fill.svg │ │ ├── link-simple-horizontal-fill.svg │ │ ├── linkedin-logo-fill.svg │ │ ├── linktree-logo-fill.svg │ │ ├── linux-logo-fill.svg │ │ ├── list-bullets-fill.svg │ │ ├── list-checks-fill.svg │ │ ├── list-dashes-fill.svg │ │ ├── list-fill.svg │ │ ├── list-heart-fill.svg │ │ ├── list-magnifying-glass-fill.svg │ │ ├── list-numbers-fill.svg │ │ ├── list-plus-fill.svg │ │ ├── list-star-fill.svg │ │ ├── lock-fill.svg │ │ ├── lock-key-fill.svg │ │ ├── lock-key-open-fill.svg │ │ ├── lock-laminated-fill.svg │ │ ├── lock-laminated-open-fill.svg │ │ ├── lock-open-fill.svg │ │ ├── lock-simple-fill.svg │ │ ├── lock-simple-open-fill.svg │ │ ├── lockers-fill.svg │ │ ├── log-fill.svg │ │ ├── magic-wand-fill.svg │ │ ├── magnet-fill.svg │ │ ├── magnet-straight-fill.svg │ │ ├── magnifying-glass-fill.svg │ │ ├── magnifying-glass-minus-fill.svg │ │ ├── magnifying-glass-plus-fill.svg │ │ ├── mailbox-fill.svg │ │ ├── map-pin-area-fill.svg │ │ ├── map-pin-fill.svg │ │ ├── map-pin-line-fill.svg │ │ ├── map-pin-plus-fill.svg │ │ ├── map-pin-simple-area-fill.svg │ │ ├── map-pin-simple-fill.svg │ │ ├── map-pin-simple-line-fill.svg │ │ ├── map-trifold-fill.svg │ │ ├── markdown-logo-fill.svg │ │ ├── marker-circle-fill.svg │ │ ├── martini-fill.svg │ │ ├── mask-happy-fill.svg │ │ ├── mask-sad-fill.svg │ │ ├── mastodon-logo-fill.svg │ │ ├── math-operations-fill.svg │ │ ├── matrix-logo-fill.svg │ │ ├── medal-fill.svg │ │ ├── medal-military-fill.svg │ │ ├── medium-logo-fill.svg │ │ ├── megaphone-fill.svg │ │ ├── megaphone-simple-fill.svg │ │ ├── member-of-fill.svg │ │ ├── memory-fill.svg │ │ ├── messenger-logo-fill.svg │ │ ├── meta-logo-fill.svg │ │ ├── meteor-fill.svg │ │ ├── metronome-fill.svg │ │ ├── microphone-fill.svg │ │ ├── microphone-slash-fill.svg │ │ ├── microphone-stage-fill.svg │ │ ├── microscope-fill.svg │ │ ├── microsoft-excel-logo-fill.svg │ │ ├── microsoft-outlook-logo-fill.svg │ │ ├── microsoft-powerpoint-logo-fill.svg │ │ ├── microsoft-teams-logo-fill.svg │ │ ├── microsoft-word-logo-fill.svg │ │ ├── minus-circle-fill.svg │ │ ├── minus-fill.svg │ │ ├── minus-square-fill.svg │ │ ├── money-fill.svg │ │ ├── money-wavy-fill.svg │ │ ├── monitor-arrow-up-fill.svg │ │ ├── monitor-fill.svg │ │ ├── monitor-play-fill.svg │ │ ├── moon-fill.svg │ │ ├── moon-stars-fill.svg │ │ ├── moped-fill.svg │ │ ├── moped-front-fill.svg │ │ ├── mosque-fill.svg │ │ ├── motorcycle-fill.svg │ │ ├── mountains-fill.svg │ │ ├── mouse-fill.svg │ │ ├── mouse-left-click-fill.svg │ │ ├── mouse-middle-click-fill.svg │ │ ├── mouse-right-click-fill.svg │ │ ├── mouse-scroll-fill.svg │ │ ├── mouse-simple-fill.svg │ │ ├── music-note-fill.svg │ │ ├── music-note-simple-fill.svg │ │ ├── music-notes-fill.svg │ │ ├── music-notes-minus-fill.svg │ │ ├── music-notes-plus-fill.svg │ │ ├── music-notes-simple-fill.svg │ │ ├── navigation-arrow-fill.svg │ │ ├── needle-fill.svg │ │ ├── network-fill.svg │ │ ├── network-slash-fill.svg │ │ ├── network-x-fill.svg │ │ ├── newspaper-clipping-fill.svg │ │ ├── newspaper-fill.svg │ │ ├── not-equals-fill.svg │ │ ├── not-member-of-fill.svg │ │ ├── not-subset-of-fill.svg │ │ ├── not-superset-of-fill.svg │ │ ├── notches-fill.svg │ │ ├── note-blank-fill.svg │ │ ├── note-fill.svg │ │ ├── note-pencil-fill.svg │ │ ├── notebook-fill.svg │ │ ├── notepad-fill.svg │ │ ├── notification-fill.svg │ │ ├── notion-logo-fill.svg │ │ ├── nuclear-plant-fill.svg │ │ ├── number-circle-eight-fill.svg │ │ ├── number-circle-five-fill.svg │ │ ├── number-circle-four-fill.svg │ │ ├── number-circle-nine-fill.svg │ │ ├── number-circle-one-fill.svg │ │ ├── number-circle-seven-fill.svg │ │ ├── number-circle-six-fill.svg │ │ ├── number-circle-three-fill.svg │ │ ├── number-circle-two-fill.svg │ │ ├── number-circle-zero-fill.svg │ │ ├── number-eight-fill.svg │ │ ├── number-five-fill.svg │ │ ├── number-four-fill.svg │ │ ├── number-nine-fill.svg │ │ ├── number-one-fill.svg │ │ ├── number-seven-fill.svg │ │ ├── number-six-fill.svg │ │ ├── number-square-eight-fill.svg │ │ ├── number-square-five-fill.svg │ │ ├── number-square-four-fill.svg │ │ ├── number-square-nine-fill.svg │ │ ├── number-square-one-fill.svg │ │ ├── number-square-seven-fill.svg │ │ ├── number-square-six-fill.svg │ │ ├── number-square-three-fill.svg │ │ ├── number-square-two-fill.svg │ │ ├── number-square-zero-fill.svg │ │ ├── number-three-fill.svg │ │ ├── number-two-fill.svg │ │ ├── number-zero-fill.svg │ │ ├── numpad-fill.svg │ │ ├── nut-fill.svg │ │ ├── ny-times-logo-fill.svg │ │ ├── octagon-fill.svg │ │ ├── office-chair-fill.svg │ │ ├── onigiri-fill.svg │ │ ├── open-ai-logo-fill.svg │ │ ├── option-fill.svg │ │ ├── orange-fill.svg │ │ ├── orange-slice-fill.svg │ │ ├── oven-fill.svg │ │ ├── package-fill.svg │ │ ├── paint-brush-broad-fill.svg │ │ ├── paint-brush-fill.svg │ │ ├── paint-brush-household-fill.svg │ │ ├── paint-bucket-fill.svg │ │ ├── paint-roller-fill.svg │ │ ├── palette-fill.svg │ │ ├── panorama-fill.svg │ │ ├── pants-fill.svg │ │ ├── paper-plane-fill.svg │ │ ├── paper-plane-right-fill.svg │ │ ├── paper-plane-tilt-fill.svg │ │ ├── paperclip-fill.svg │ │ ├── paperclip-horizontal-fill.svg │ │ ├── parachute-fill.svg │ │ ├── paragraph-fill.svg │ │ ├── parallelogram-fill.svg │ │ ├── park-fill.svg │ │ ├── password-fill.svg │ │ ├── path-fill.svg │ │ ├── patreon-logo-fill.svg │ │ ├── pause-circle-fill.svg │ │ ├── pause-fill.svg │ │ ├── paw-print-fill.svg │ │ ├── paypal-logo-fill.svg │ │ ├── peace-fill.svg │ │ ├── pen-fill.svg │ │ ├── pen-nib-fill.svg │ │ ├── pen-nib-straight-fill.svg │ │ ├── pencil-circle-fill.svg │ │ ├── pencil-fill.svg │ │ ├── pencil-line-fill.svg │ │ ├── pencil-ruler-fill.svg │ │ ├── pencil-simple-fill.svg │ │ ├── pencil-simple-line-fill.svg │ │ ├── pencil-simple-slash-fill.svg │ │ ├── pencil-slash-fill.svg │ │ ├── pentagon-fill.svg │ │ ├── pentagram-fill.svg │ │ ├── pepper-fill.svg │ │ ├── percent-fill.svg │ │ ├── person-arms-spread-fill.svg │ │ ├── person-fill.svg │ │ ├── person-simple-bike-fill.svg │ │ ├── person-simple-circle-fill.svg │ │ ├── person-simple-fill.svg │ │ ├── person-simple-hike-fill.svg │ │ ├── person-simple-run-fill.svg │ │ ├── person-simple-ski-fill.svg │ │ ├── person-simple-snowboard-fill.svg │ │ ├── person-simple-swim-fill.svg │ │ ├── person-simple-tai-chi-fill.svg │ │ ├── person-simple-throw-fill.svg │ │ ├── person-simple-walk-fill.svg │ │ ├── perspective-fill.svg │ │ ├── phone-call-fill.svg │ │ ├── phone-disconnect-fill.svg │ │ ├── phone-fill.svg │ │ ├── phone-incoming-fill.svg │ │ ├── phone-list-fill.svg │ │ ├── phone-outgoing-fill.svg │ │ ├── phone-pause-fill.svg │ │ ├── phone-plus-fill.svg │ │ ├── phone-slash-fill.svg │ │ ├── phone-transfer-fill.svg │ │ ├── phone-x-fill.svg │ │ ├── phosphor-logo-fill.svg │ │ ├── pi-fill.svg │ │ ├── piano-keys-fill.svg │ │ ├── picnic-table-fill.svg │ │ ├── picture-in-picture-fill.svg │ │ ├── piggy-bank-fill.svg │ │ ├── pill-fill.svg │ │ ├── ping-pong-fill.svg │ │ ├── pint-glass-fill.svg │ │ ├── pinterest-logo-fill.svg │ │ ├── pinwheel-fill.svg │ │ ├── pipe-fill.svg │ │ ├── pipe-wrench-fill.svg │ │ ├── pix-logo-fill.svg │ │ ├── pizza-fill.svg │ │ ├── placeholder-fill.svg │ │ ├── planet-fill.svg │ │ ├── plant-fill.svg │ │ ├── play-circle-fill.svg │ │ ├── play-fill.svg │ │ ├── play-pause-fill.svg │ │ ├── playlist-fill.svg │ │ ├── plug-charging-fill.svg │ │ ├── plug-fill.svg │ │ ├── plugs-connected-fill.svg │ │ ├── plugs-fill.svg │ │ ├── plus-circle-fill.svg │ │ ├── plus-fill.svg │ │ ├── plus-minus-fill.svg │ │ ├── plus-square-fill.svg │ │ ├── poker-chip-fill.svg │ │ ├── police-car-fill.svg │ │ ├── polygon-fill.svg │ │ ├── popcorn-fill.svg │ │ ├── popsicle-fill.svg │ │ ├── potted-plant-fill.svg │ │ ├── power-fill.svg │ │ ├── prescription-fill.svg │ │ ├── presentation-chart-fill.svg │ │ ├── presentation-fill.svg │ │ ├── printer-fill.svg │ │ ├── prohibit-fill.svg │ │ ├── prohibit-inset-fill.svg │ │ ├── projector-screen-chart-fill.svg │ │ ├── projector-screen-fill.svg │ │ ├── pulse-fill.svg │ │ ├── push-pin-fill.svg │ │ ├── push-pin-simple-fill.svg │ │ ├── push-pin-simple-slash-fill.svg │ │ ├── push-pin-slash-fill.svg │ │ ├── puzzle-piece-fill.svg │ │ ├── qr-code-fill.svg │ │ ├── question-fill.svg │ │ ├── question-mark-fill.svg │ │ ├── queue-fill.svg │ │ ├── quotes-fill.svg │ │ ├── rabbit-fill.svg │ │ ├── racquet-fill.svg │ │ ├── radical-fill.svg │ │ ├── radio-button-fill.svg │ │ ├── radio-fill.svg │ │ ├── radioactive-fill.svg │ │ ├── rainbow-cloud-fill.svg │ │ ├── rainbow-fill.svg │ │ ├── ranking-fill.svg │ │ ├── read-cv-logo-fill.svg │ │ ├── receipt-fill.svg │ │ ├── receipt-x-fill.svg │ │ ├── record-fill.svg │ │ ├── rectangle-dashed-fill.svg │ │ ├── rectangle-fill.svg │ │ ├── recycle-fill.svg │ │ ├── reddit-logo-fill.svg │ │ ├── repeat-fill.svg │ │ ├── repeat-once-fill.svg │ │ ├── replit-logo-fill.svg │ │ ├── resize-fill.svg │ │ ├── rewind-circle-fill.svg │ │ ├── rewind-fill.svg │ │ ├── road-horizon-fill.svg │ │ ├── robot-fill.svg │ │ ├── rocket-fill.svg │ │ ├── rocket-launch-fill.svg │ │ ├── rows-fill.svg │ │ ├── rows-plus-bottom-fill.svg │ │ ├── rows-plus-top-fill.svg │ │ ├── rss-fill.svg │ │ ├── rss-simple-fill.svg │ │ ├── rug-fill.svg │ │ ├── ruler-fill.svg │ │ ├── sailboat-fill.svg │ │ ├── scales-fill.svg │ │ ├── scan-fill.svg │ │ ├── scan-smiley-fill.svg │ │ ├── scissors-fill.svg │ │ ├── scooter-fill.svg │ │ ├── screencast-fill.svg │ │ ├── screwdriver-fill.svg │ │ ├── scribble-fill.svg │ │ ├── scribble-loop-fill.svg │ │ ├── scroll-fill.svg │ │ ├── seal-check-fill.svg │ │ ├── seal-fill.svg │ │ ├── seal-percent-fill.svg │ │ ├── seal-question-fill.svg │ │ ├── seal-warning-fill.svg │ │ ├── seat-fill.svg │ │ ├── seatbelt-fill.svg │ │ ├── security-camera-fill.svg │ │ ├── selection-all-fill.svg │ │ ├── selection-background-fill.svg │ │ ├── selection-fill.svg │ │ ├── selection-foreground-fill.svg │ │ ├── selection-inverse-fill.svg │ │ ├── selection-plus-fill.svg │ │ ├── selection-slash-fill.svg │ │ ├── shapes-fill.svg │ │ ├── share-fat-fill.svg │ │ ├── share-fill.svg │ │ ├── share-network-fill.svg │ │ ├── shield-check-fill.svg │ │ ├── shield-checkered-fill.svg │ │ ├── shield-chevron-fill.svg │ │ ├── shield-fill.svg │ │ ├── shield-plus-fill.svg │ │ ├── shield-slash-fill.svg │ │ ├── shield-star-fill.svg │ │ ├── shield-warning-fill.svg │ │ ├── shipping-container-fill.svg │ │ ├── shirt-folded-fill.svg │ │ ├── shooting-star-fill.svg │ │ ├── shopping-bag-fill.svg │ │ ├── shopping-bag-open-fill.svg │ │ ├── shopping-cart-fill.svg │ │ ├── shopping-cart-simple-fill.svg │ │ ├── shovel-fill.svg │ │ ├── shower-fill.svg │ │ ├── shrimp-fill.svg │ │ ├── shuffle-angular-fill.svg │ │ ├── shuffle-fill.svg │ │ ├── shuffle-simple-fill.svg │ │ ├── sidebar-fill.svg │ │ ├── sidebar-simple-fill.svg │ │ ├── sigma-fill.svg │ │ ├── sign-in-fill.svg │ │ ├── sign-out-fill.svg │ │ ├── signature-fill.svg │ │ ├── signpost-fill.svg │ │ ├── sim-card-fill.svg │ │ ├── siren-fill.svg │ │ ├── sketch-logo-fill.svg │ │ ├── skip-back-circle-fill.svg │ │ ├── skip-back-fill.svg │ │ ├── skip-forward-circle-fill.svg │ │ ├── skip-forward-fill.svg │ │ ├── skull-fill.svg │ │ ├── skype-logo-fill.svg │ │ ├── slack-logo-fill.svg │ │ ├── sliders-fill.svg │ │ ├── sliders-horizontal-fill.svg │ │ ├── slideshow-fill.svg │ │ ├── smiley-angry-fill.svg │ │ ├── smiley-blank-fill.svg │ │ ├── smiley-fill.svg │ │ ├── smiley-meh-fill.svg │ │ ├── smiley-melting-fill.svg │ │ ├── smiley-nervous-fill.svg │ │ ├── smiley-sad-fill.svg │ │ ├── smiley-sticker-fill.svg │ │ ├── smiley-wink-fill.svg │ │ ├── smiley-x-eyes-fill.svg │ │ ├── snapchat-logo-fill.svg │ │ ├── sneaker-fill.svg │ │ ├── sneaker-move-fill.svg │ │ ├── snowflake-fill.svg │ │ ├── soccer-ball-fill.svg │ │ ├── sock-fill.svg │ │ ├── solar-panel-fill.svg │ │ ├── solar-roof-fill.svg │ │ ├── sort-ascending-fill.svg │ │ ├── sort-descending-fill.svg │ │ ├── soundcloud-logo-fill.svg │ │ ├── spade-fill.svg │ │ ├── sparkle-fill.svg │ │ ├── speaker-hifi-fill.svg │ │ ├── speaker-high-fill.svg │ │ ├── speaker-low-fill.svg │ │ ├── speaker-none-fill.svg │ │ ├── speaker-simple-high-fill.svg │ │ ├── speaker-simple-low-fill.svg │ │ ├── speaker-simple-none-fill.svg │ │ ├── speaker-simple-slash-fill.svg │ │ ├── speaker-simple-x-fill.svg │ │ ├── speaker-slash-fill.svg │ │ ├── speaker-x-fill.svg │ │ ├── speedometer-fill.svg │ │ ├── sphere-fill.svg │ │ ├── spinner-ball-fill.svg │ │ ├── spinner-fill.svg │ │ ├── spinner-gap-fill.svg │ │ ├── spiral-fill.svg │ │ ├── split-horizontal-fill.svg │ │ ├── split-vertical-fill.svg │ │ ├── spotify-logo-fill.svg │ │ ├── spray-bottle-fill.svg │ │ ├── square-fill.svg │ │ ├── square-half-bottom-fill.svg │ │ ├── square-half-fill.svg │ │ ├── square-logo-fill.svg │ │ ├── square-split-horizontal-fill.svg │ │ ├── square-split-vertical-fill.svg │ │ ├── squares-four-fill.svg │ │ ├── stack-fill.svg │ │ ├── stack-minus-fill.svg │ │ ├── stack-overflow-logo-fill.svg │ │ ├── stack-plus-fill.svg │ │ ├── stack-simple-fill.svg │ │ ├── stairs-fill.svg │ │ ├── stamp-fill.svg │ │ ├── standard-definition-fill.svg │ │ ├── star-and-crescent-fill.svg │ │ ├── star-fill.svg │ │ ├── star-four-fill.svg │ │ ├── star-half-fill.svg │ │ ├── star-of-david-fill.svg │ │ ├── steam-logo-fill.svg │ │ ├── steering-wheel-fill.svg │ │ ├── steps-fill.svg │ │ ├── stethoscope-fill.svg │ │ ├── sticker-fill.svg │ │ ├── stool-fill.svg │ │ ├── stop-circle-fill.svg │ │ ├── stop-fill.svg │ │ ├── storefront-fill.svg │ │ ├── strategy-fill.svg │ │ ├── stripe-logo-fill.svg │ │ ├── student-fill.svg │ │ ├── subset-of-fill.svg │ │ ├── subset-proper-of-fill.svg │ │ ├── subtitles-fill.svg │ │ ├── subtitles-slash-fill.svg │ │ ├── subtract-fill.svg │ │ ├── subtract-square-fill.svg │ │ ├── subway-fill.svg │ │ ├── suitcase-fill.svg │ │ ├── suitcase-rolling-fill.svg │ │ ├── suitcase-simple-fill.svg │ │ ├── sun-dim-fill.svg │ │ ├── sun-fill.svg │ │ ├── sun-horizon-fill.svg │ │ ├── sunglasses-fill.svg │ │ ├── superset-of-fill.svg │ │ ├── superset-proper-of-fill.svg │ │ ├── swap-fill.svg │ │ ├── swatches-fill.svg │ │ ├── swimming-pool-fill.svg │ │ ├── sword-fill.svg │ │ ├── synagogue-fill.svg │ │ ├── syringe-fill.svg │ │ ├── t-shirt-fill.svg │ │ ├── table-fill.svg │ │ ├── tabs-fill.svg │ │ ├── tag-chevron-fill.svg │ │ ├── tag-fill.svg │ │ ├── tag-simple-fill.svg │ │ ├── target-fill.svg │ │ ├── taxi-fill.svg │ │ ├── tea-bag-fill.svg │ │ ├── telegram-logo-fill.svg │ │ ├── television-fill.svg │ │ ├── television-simple-fill.svg │ │ ├── tennis-ball-fill.svg │ │ ├── tent-fill.svg │ │ ├── terminal-fill.svg │ │ ├── terminal-window-fill.svg │ │ ├── test-tube-fill.svg │ │ ├── text-a-underline-fill.svg │ │ ├── text-aa-fill.svg │ │ ├── text-align-center-fill.svg │ │ ├── text-align-justify-fill.svg │ │ ├── text-align-left-fill.svg │ │ ├── text-align-right-fill.svg │ │ ├── text-b-fill.svg │ │ ├── text-columns-fill.svg │ │ ├── text-h-fill.svg │ │ ├── text-h-five-fill.svg │ │ ├── text-h-four-fill.svg │ │ ├── text-h-one-fill.svg │ │ ├── text-h-six-fill.svg │ │ ├── text-h-three-fill.svg │ │ ├── text-h-two-fill.svg │ │ ├── text-indent-fill.svg │ │ ├── text-italic-fill.svg │ │ ├── text-outdent-fill.svg │ │ ├── text-strikethrough-fill.svg │ │ ├── text-subscript-fill.svg │ │ ├── text-superscript-fill.svg │ │ ├── text-t-fill.svg │ │ ├── text-t-slash-fill.svg │ │ ├── text-underline-fill.svg │ │ ├── textbox-fill.svg │ │ ├── thermometer-cold-fill.svg │ │ ├── thermometer-fill.svg │ │ ├── thermometer-hot-fill.svg │ │ ├── thermometer-simple-fill.svg │ │ ├── threads-logo-fill.svg │ │ ├── three-d-fill.svg │ │ ├── thumbs-down-fill.svg │ │ ├── thumbs-up-fill.svg │ │ ├── ticket-fill.svg │ │ ├── tidal-logo-fill.svg │ │ ├── tiktok-logo-fill.svg │ │ ├── tilde-fill.svg │ │ ├── timer-fill.svg │ │ ├── tip-jar-fill.svg │ │ ├── tipi-fill.svg │ │ ├── tire-fill.svg │ │ ├── toggle-left-fill.svg │ │ ├── toggle-right-fill.svg │ │ ├── toilet-fill.svg │ │ ├── toilet-paper-fill.svg │ │ ├── toolbox-fill.svg │ │ ├── tooth-fill.svg │ │ ├── tornado-fill.svg │ │ ├── tote-fill.svg │ │ ├── tote-simple-fill.svg │ │ ├── towel-fill.svg │ │ ├── tractor-fill.svg │ │ ├── trademark-fill.svg │ │ ├── trademark-registered-fill.svg │ │ ├── traffic-cone-fill.svg │ │ ├── traffic-sign-fill.svg │ │ ├── traffic-signal-fill.svg │ │ ├── train-fill.svg │ │ ├── train-regional-fill.svg │ │ ├── train-simple-fill.svg │ │ ├── tram-fill.svg │ │ ├── translate-fill.svg │ │ ├── trash-fill.svg │ │ ├── trash-simple-fill.svg │ │ ├── tray-arrow-down-fill.svg │ │ ├── tray-arrow-up-fill.svg │ │ ├── tray-fill.svg │ │ ├── treasure-chest-fill.svg │ │ ├── tree-evergreen-fill.svg │ │ ├── tree-fill.svg │ │ ├── tree-palm-fill.svg │ │ ├── tree-structure-fill.svg │ │ ├── tree-view-fill.svg │ │ ├── trend-down-fill.svg │ │ ├── trend-up-fill.svg │ │ ├── triangle-dashed-fill.svg │ │ ├── triangle-fill.svg │ │ ├── trolley-fill.svg │ │ ├── trolley-suitcase-fill.svg │ │ ├── trophy-fill.svg │ │ ├── truck-fill.svg │ │ ├── truck-trailer-fill.svg │ │ ├── tumblr-logo-fill.svg │ │ ├── twitch-logo-fill.svg │ │ ├── twitter-logo-fill.svg │ │ ├── umbrella-fill.svg │ │ ├── umbrella-simple-fill.svg │ │ ├── union-fill.svg │ │ ├── unite-fill.svg │ │ ├── unite-square-fill.svg │ │ ├── upload-fill.svg │ │ ├── upload-simple-fill.svg │ │ ├── usb-fill.svg │ │ ├── user-check-fill.svg │ │ ├── user-circle-check-fill.svg │ │ ├── user-circle-dashed-fill.svg │ │ ├── user-circle-fill.svg │ │ ├── user-circle-gear-fill.svg │ │ ├── user-circle-minus-fill.svg │ │ ├── user-circle-plus-fill.svg │ │ ├── user-fill.svg │ │ ├── user-focus-fill.svg │ │ ├── user-gear-fill.svg │ │ ├── user-list-fill.svg │ │ ├── user-minus-fill.svg │ │ ├── user-plus-fill.svg │ │ ├── user-rectangle-fill.svg │ │ ├── user-sound-fill.svg │ │ ├── user-square-fill.svg │ │ ├── user-switch-fill.svg │ │ ├── users-fill.svg │ │ ├── users-four-fill.svg │ │ ├── users-three-fill.svg │ │ ├── van-fill.svg │ │ ├── vault-fill.svg │ │ ├── vector-three-fill.svg │ │ ├── vector-two-fill.svg │ │ ├── vibrate-fill.svg │ │ ├── video-camera-fill.svg │ │ ├── video-camera-slash-fill.svg │ │ ├── video-conference-fill.svg │ │ ├── video-fill.svg │ │ ├── vignette-fill.svg │ │ ├── vinyl-record-fill.svg │ │ ├── virtual-reality-fill.svg │ │ ├── virus-fill.svg │ │ ├── visor-fill.svg │ │ ├── voicemail-fill.svg │ │ ├── volleyball-fill.svg │ │ ├── wall-fill.svg │ │ ├── wallet-fill.svg │ │ ├── warehouse-fill.svg │ │ ├── warning-circle-fill.svg │ │ ├── warning-diamond-fill.svg │ │ ├── warning-fill.svg │ │ ├── warning-octagon-fill.svg │ │ ├── washing-machine-fill.svg │ │ ├── watch-fill.svg │ │ ├── wave-sawtooth-fill.svg │ │ ├── wave-sine-fill.svg │ │ ├── wave-square-fill.svg │ │ ├── wave-triangle-fill.svg │ │ ├── waveform-fill.svg │ │ ├── waveform-slash-fill.svg │ │ ├── waves-fill.svg │ │ ├── webcam-fill.svg │ │ ├── webcam-slash-fill.svg │ │ ├── webhooks-logo-fill.svg │ │ ├── wechat-logo-fill.svg │ │ ├── whatsapp-logo-fill.svg │ │ ├── wheelchair-fill.svg │ │ ├── wheelchair-motion-fill.svg │ │ ├── wifi-high-fill.svg │ │ ├── wifi-low-fill.svg │ │ ├── wifi-medium-fill.svg │ │ ├── wifi-none-fill.svg │ │ ├── wifi-slash-fill.svg │ │ ├── wifi-x-fill.svg │ │ ├── wind-fill.svg │ │ ├── windmill-fill.svg │ │ ├── windows-logo-fill.svg │ │ ├── wine-fill.svg │ │ ├── wrench-fill.svg │ │ ├── x-circle-fill.svg │ │ ├── x-fill.svg │ │ ├── x-logo-fill.svg │ │ ├── x-square-fill.svg │ │ ├── yarn-fill.svg │ │ ├── yin-yang-fill.svg │ │ └── youtube-logo-fill.svg │ ├── light │ │ ├── acorn-light.svg │ │ ├── address-book-light.svg │ │ ├── address-book-tabs-light.svg │ │ ├── air-traffic-control-light.svg │ │ ├── airplane-in-flight-light.svg │ │ ├── airplane-landing-light.svg │ │ ├── airplane-light.svg │ │ ├── airplane-takeoff-light.svg │ │ ├── airplane-taxiing-light.svg │ │ ├── airplane-tilt-light.svg │ │ ├── airplay-light.svg │ │ ├── alarm-light.svg │ │ ├── alien-light.svg │ │ ├── align-bottom-light.svg │ │ ├── align-bottom-simple-light.svg │ │ ├── align-center-horizontal-light.svg │ │ ├── align-center-horizontal-simple-light.svg │ │ ├── align-center-vertical-light.svg │ │ ├── align-center-vertical-simple-light.svg │ │ ├── align-left-light.svg │ │ ├── align-left-simple-light.svg │ │ ├── align-right-light.svg │ │ ├── align-right-simple-light.svg │ │ ├── align-top-light.svg │ │ ├── align-top-simple-light.svg │ │ ├── amazon-logo-light.svg │ │ ├── ambulance-light.svg │ │ ├── anchor-light.svg │ │ ├── anchor-simple-light.svg │ │ ├── android-logo-light.svg │ │ ├── angle-light.svg │ │ ├── angular-logo-light.svg │ │ ├── aperture-light.svg │ │ ├── app-store-logo-light.svg │ │ ├── app-window-light.svg │ │ ├── apple-logo-light.svg │ │ ├── apple-podcasts-logo-light.svg │ │ ├── approximate-equals-light.svg │ │ ├── archive-light.svg │ │ ├── armchair-light.svg │ │ ├── arrow-arc-left-light.svg │ │ ├── arrow-arc-right-light.svg │ │ ├── arrow-bend-double-up-left-light.svg │ │ ├── arrow-bend-double-up-right-light.svg │ │ ├── arrow-bend-down-left-light.svg │ │ ├── arrow-bend-down-right-light.svg │ │ ├── arrow-bend-left-down-light.svg │ │ ├── arrow-bend-left-up-light.svg │ │ ├── arrow-bend-right-down-light.svg │ │ ├── arrow-bend-right-up-light.svg │ │ ├── arrow-bend-up-left-light.svg │ │ ├── arrow-bend-up-right-light.svg │ │ ├── arrow-circle-down-left-light.svg │ │ ├── arrow-circle-down-light.svg │ │ ├── arrow-circle-down-right-light.svg │ │ ├── arrow-circle-left-light.svg │ │ ├── arrow-circle-right-light.svg │ │ ├── arrow-circle-up-left-light.svg │ │ ├── arrow-circle-up-light.svg │ │ ├── arrow-circle-up-right-light.svg │ │ ├── arrow-clockwise-light.svg │ │ ├── arrow-counter-clockwise-light.svg │ │ ├── arrow-down-left-light.svg │ │ ├── arrow-down-light.svg │ │ ├── arrow-down-right-light.svg │ │ ├── arrow-elbow-down-left-light.svg │ │ ├── arrow-elbow-down-right-light.svg │ │ ├── arrow-elbow-left-down-light.svg │ │ ├── arrow-elbow-left-light.svg │ │ ├── arrow-elbow-left-up-light.svg │ │ ├── arrow-elbow-right-down-light.svg │ │ ├── arrow-elbow-right-light.svg │ │ ├── arrow-elbow-right-up-light.svg │ │ ├── arrow-elbow-up-left-light.svg │ │ ├── arrow-elbow-up-right-light.svg │ │ ├── arrow-fat-down-light.svg │ │ ├── arrow-fat-left-light.svg │ │ ├── arrow-fat-line-down-light.svg │ │ ├── arrow-fat-line-left-light.svg │ │ ├── arrow-fat-line-right-light.svg │ │ ├── arrow-fat-line-up-light.svg │ │ ├── arrow-fat-lines-down-light.svg │ │ ├── arrow-fat-lines-left-light.svg │ │ ├── arrow-fat-lines-right-light.svg │ │ ├── arrow-fat-lines-up-light.svg │ │ ├── arrow-fat-right-light.svg │ │ ├── arrow-fat-up-light.svg │ │ ├── arrow-left-light.svg │ │ ├── arrow-line-down-left-light.svg │ │ ├── arrow-line-down-light.svg │ │ ├── arrow-line-down-right-light.svg │ │ ├── arrow-line-left-light.svg │ │ ├── arrow-line-right-light.svg │ │ ├── arrow-line-up-left-light.svg │ │ ├── arrow-line-up-light.svg │ │ ├── arrow-line-up-right-light.svg │ │ ├── arrow-right-light.svg │ │ ├── arrow-square-down-left-light.svg │ │ ├── arrow-square-down-light.svg │ │ ├── arrow-square-down-right-light.svg │ │ ├── arrow-square-in-light.svg │ │ ├── arrow-square-left-light.svg │ │ ├── arrow-square-out-light.svg │ │ ├── arrow-square-right-light.svg │ │ ├── arrow-square-up-left-light.svg │ │ ├── arrow-square-up-light.svg │ │ ├── arrow-square-up-right-light.svg │ │ ├── arrow-u-down-left-light.svg │ │ ├── arrow-u-down-right-light.svg │ │ ├── arrow-u-left-down-light.svg │ │ ├── arrow-u-left-up-light.svg │ │ ├── arrow-u-right-down-light.svg │ │ ├── arrow-u-right-up-light.svg │ │ ├── arrow-u-up-left-light.svg │ │ ├── arrow-u-up-right-light.svg │ │ ├── arrow-up-left-light.svg │ │ ├── arrow-up-light.svg │ │ ├── arrow-up-right-light.svg │ │ ├── arrows-clockwise-light.svg │ │ ├── arrows-counter-clockwise-light.svg │ │ ├── arrows-down-up-light.svg │ │ ├── arrows-horizontal-light.svg │ │ ├── arrows-in-cardinal-light.svg │ │ ├── arrows-in-light.svg │ │ ├── arrows-in-line-horizontal-light.svg │ │ ├── arrows-in-line-vertical-light.svg │ │ ├── arrows-in-simple-light.svg │ │ ├── arrows-left-right-light.svg │ │ ├── arrows-merge-light.svg │ │ ├── arrows-out-cardinal-light.svg │ │ ├── arrows-out-light.svg │ │ ├── arrows-out-line-horizontal-light.svg │ │ ├── arrows-out-line-vertical-light.svg │ │ ├── arrows-out-simple-light.svg │ │ ├── arrows-split-light.svg │ │ ├── arrows-vertical-light.svg │ │ ├── article-light.svg │ │ ├── article-medium-light.svg │ │ ├── article-ny-times-light.svg │ │ ├── asclepius-light.svg │ │ ├── asterisk-light.svg │ │ ├── asterisk-simple-light.svg │ │ ├── at-light.svg │ │ ├── atom-light.svg │ │ ├── avocado-light.svg │ │ ├── axe-light.svg │ │ ├── baby-carriage-light.svg │ │ ├── baby-light.svg │ │ ├── backpack-light.svg │ │ ├── backspace-light.svg │ │ ├── bag-light.svg │ │ ├── bag-simple-light.svg │ │ ├── balloon-light.svg │ │ ├── bandaids-light.svg │ │ ├── bank-light.svg │ │ ├── barbell-light.svg │ │ ├── barcode-light.svg │ │ ├── barn-light.svg │ │ ├── barricade-light.svg │ │ ├── baseball-cap-light.svg │ │ ├── baseball-helmet-light.svg │ │ ├── baseball-light.svg │ │ ├── basket-light.svg │ │ ├── basketball-light.svg │ │ ├── bathtub-light.svg │ │ ├── battery-charging-light.svg │ │ ├── battery-charging-vertical-light.svg │ │ ├── battery-empty-light.svg │ │ ├── battery-full-light.svg │ │ ├── battery-high-light.svg │ │ ├── battery-low-light.svg │ │ ├── battery-medium-light.svg │ │ ├── battery-plus-light.svg │ │ ├── battery-plus-vertical-light.svg │ │ ├── battery-vertical-empty-light.svg │ │ ├── battery-vertical-full-light.svg │ │ ├── battery-vertical-high-light.svg │ │ ├── battery-vertical-low-light.svg │ │ ├── battery-vertical-medium-light.svg │ │ ├── battery-warning-light.svg │ │ ├── battery-warning-vertical-light.svg │ │ ├── beach-ball-light.svg │ │ ├── beanie-light.svg │ │ ├── bed-light.svg │ │ ├── beer-bottle-light.svg │ │ ├── beer-stein-light.svg │ │ ├── behance-logo-light.svg │ │ ├── bell-light.svg │ │ ├── bell-ringing-light.svg │ │ ├── bell-simple-light.svg │ │ ├── bell-simple-ringing-light.svg │ │ ├── bell-simple-slash-light.svg │ │ ├── bell-simple-z-light.svg │ │ ├── bell-slash-light.svg │ │ ├── bell-z-light.svg │ │ ├── belt-light.svg │ │ ├── bezier-curve-light.svg │ │ ├── bicycle-light.svg │ │ ├── binary-light.svg │ │ ├── binoculars-light.svg │ │ ├── biohazard-light.svg │ │ ├── bird-light.svg │ │ ├── blueprint-light.svg │ │ ├── bluetooth-connected-light.svg │ │ ├── bluetooth-light.svg │ │ ├── bluetooth-slash-light.svg │ │ ├── bluetooth-x-light.svg │ │ ├── boat-light.svg │ │ ├── bomb-light.svg │ │ ├── bone-light.svg │ │ ├── book-bookmark-light.svg │ │ ├── book-light.svg │ │ ├── book-open-light.svg │ │ ├── book-open-text-light.svg │ │ ├── book-user-light.svg │ │ ├── bookmark-light.svg │ │ ├── bookmark-simple-light.svg │ │ ├── bookmarks-light.svg │ │ ├── bookmarks-simple-light.svg │ │ ├── books-light.svg │ │ ├── boot-light.svg │ │ ├── boules-light.svg │ │ ├── bounding-box-light.svg │ │ ├── bowl-food-light.svg │ │ ├── bowl-steam-light.svg │ │ ├── bowling-ball-light.svg │ │ ├── box-arrow-down-light.svg │ │ ├── box-arrow-up-light.svg │ │ ├── boxing-glove-light.svg │ │ ├── brackets-angle-light.svg │ │ ├── brackets-curly-light.svg │ │ ├── brackets-round-light.svg │ │ ├── brackets-square-light.svg │ │ ├── brain-light.svg │ │ ├── brandy-light.svg │ │ ├── bread-light.svg │ │ ├── bridge-light.svg │ │ ├── briefcase-light.svg │ │ ├── briefcase-metal-light.svg │ │ ├── broadcast-light.svg │ │ ├── broom-light.svg │ │ ├── browser-light.svg │ │ ├── browsers-light.svg │ │ ├── bug-beetle-light.svg │ │ ├── bug-droid-light.svg │ │ ├── bug-light.svg │ │ ├── building-apartment-light.svg │ │ ├── building-light.svg │ │ ├── building-office-light.svg │ │ ├── buildings-light.svg │ │ ├── bulldozer-light.svg │ │ ├── bus-light.svg │ │ ├── butterfly-light.svg │ │ ├── cable-car-light.svg │ │ ├── cactus-light.svg │ │ ├── cake-light.svg │ │ ├── calculator-light.svg │ │ ├── calendar-blank-light.svg │ │ ├── calendar-check-light.svg │ │ ├── calendar-dot-light.svg │ │ ├── calendar-dots-light.svg │ │ ├── calendar-heart-light.svg │ │ ├── calendar-light.svg │ │ ├── calendar-minus-light.svg │ │ ├── calendar-plus-light.svg │ │ ├── calendar-slash-light.svg │ │ ├── calendar-star-light.svg │ │ ├── calendar-x-light.svg │ │ ├── call-bell-light.svg │ │ ├── camera-light.svg │ │ ├── camera-plus-light.svg │ │ ├── camera-rotate-light.svg │ │ ├── camera-slash-light.svg │ │ ├── campfire-light.svg │ │ ├── car-battery-light.svg │ │ ├── car-light.svg │ │ ├── car-profile-light.svg │ │ ├── car-simple-light.svg │ │ ├── cardholder-light.svg │ │ ├── cards-light.svg │ │ ├── cards-three-light.svg │ │ ├── caret-circle-double-down-light.svg │ │ ├── caret-circle-double-left-light.svg │ │ ├── caret-circle-double-right-light.svg │ │ ├── caret-circle-double-up-light.svg │ │ ├── caret-circle-down-light.svg │ │ ├── caret-circle-left-light.svg │ │ ├── caret-circle-right-light.svg │ │ ├── caret-circle-up-down-light.svg │ │ ├── caret-circle-up-light.svg │ │ ├── caret-double-down-light.svg │ │ ├── caret-double-left-light.svg │ │ ├── caret-double-right-light.svg │ │ ├── caret-double-up-light.svg │ │ ├── caret-down-light.svg │ │ ├── caret-left-light.svg │ │ ├── caret-line-down-light.svg │ │ ├── caret-line-left-light.svg │ │ ├── caret-line-right-light.svg │ │ ├── caret-line-up-light.svg │ │ ├── caret-right-light.svg │ │ ├── caret-up-down-light.svg │ │ ├── caret-up-light.svg │ │ ├── carrot-light.svg │ │ ├── cash-register-light.svg │ │ ├── cassette-tape-light.svg │ │ ├── castle-turret-light.svg │ │ ├── cat-light.svg │ │ ├── cell-signal-full-light.svg │ │ ├── cell-signal-high-light.svg │ │ ├── cell-signal-low-light.svg │ │ ├── cell-signal-medium-light.svg │ │ ├── cell-signal-none-light.svg │ │ ├── cell-signal-slash-light.svg │ │ ├── cell-signal-x-light.svg │ │ ├── cell-tower-light.svg │ │ ├── certificate-light.svg │ │ ├── chair-light.svg │ │ ├── chalkboard-light.svg │ │ ├── chalkboard-simple-light.svg │ │ ├── chalkboard-teacher-light.svg │ │ ├── champagne-light.svg │ │ ├── charging-station-light.svg │ │ ├── chart-bar-horizontal-light.svg │ │ ├── chart-bar-light.svg │ │ ├── chart-donut-light.svg │ │ ├── chart-line-down-light.svg │ │ ├── chart-line-light.svg │ │ ├── chart-line-up-light.svg │ │ ├── chart-pie-light.svg │ │ ├── chart-pie-slice-light.svg │ │ ├── chart-polar-light.svg │ │ ├── chart-scatter-light.svg │ │ ├── chat-centered-dots-light.svg │ │ ├── chat-centered-light.svg │ │ ├── chat-centered-slash-light.svg │ │ ├── chat-centered-text-light.svg │ │ ├── chat-circle-dots-light.svg │ │ ├── chat-circle-light.svg │ │ ├── chat-circle-slash-light.svg │ │ ├── chat-circle-text-light.svg │ │ ├── chat-dots-light.svg │ │ ├── chat-light.svg │ │ ├── chat-slash-light.svg │ │ ├── chat-teardrop-dots-light.svg │ │ ├── chat-teardrop-light.svg │ │ ├── chat-teardrop-slash-light.svg │ │ ├── chat-teardrop-text-light.svg │ │ ├── chat-text-light.svg │ │ ├── chats-circle-light.svg │ │ ├── chats-light.svg │ │ ├── chats-teardrop-light.svg │ │ ├── check-circle-light.svg │ │ ├── check-fat-light.svg │ │ ├── check-light.svg │ │ ├── check-square-light.svg │ │ ├── check-square-offset-light.svg │ │ ├── checkerboard-light.svg │ │ ├── checks-light.svg │ │ ├── cheers-light.svg │ │ ├── cheese-light.svg │ │ ├── chef-hat-light.svg │ │ ├── cherries-light.svg │ │ ├── church-light.svg │ │ ├── cigarette-light.svg │ │ ├── cigarette-slash-light.svg │ │ ├── circle-dashed-light.svg │ │ ├── circle-half-light.svg │ │ ├── circle-half-tilt-light.svg │ │ ├── circle-light.svg │ │ ├── circle-notch-light.svg │ │ ├── circles-four-light.svg │ │ ├── circles-three-light.svg │ │ ├── circles-three-plus-light.svg │ │ ├── circuitry-light.svg │ │ ├── city-light.svg │ │ ├── clipboard-light.svg │ │ ├── clipboard-text-light.svg │ │ ├── clock-afternoon-light.svg │ │ ├── clock-clockwise-light.svg │ │ ├── clock-countdown-light.svg │ │ ├── clock-counter-clockwise-light.svg │ │ ├── clock-light.svg │ │ ├── clock-user-light.svg │ │ ├── closed-captioning-light.svg │ │ ├── cloud-arrow-down-light.svg │ │ ├── cloud-arrow-up-light.svg │ │ ├── cloud-check-light.svg │ │ ├── cloud-fog-light.svg │ │ ├── cloud-light.svg │ │ ├── cloud-lightning-light.svg │ │ ├── cloud-moon-light.svg │ │ ├── cloud-rain-light.svg │ │ ├── cloud-slash-light.svg │ │ ├── cloud-snow-light.svg │ │ ├── cloud-sun-light.svg │ │ ├── cloud-warning-light.svg │ │ ├── cloud-x-light.svg │ │ ├── clover-light.svg │ │ ├── club-light.svg │ │ ├── coat-hanger-light.svg │ │ ├── coda-logo-light.svg │ │ ├── code-block-light.svg │ │ ├── code-light.svg │ │ ├── code-simple-light.svg │ │ ├── codepen-logo-light.svg │ │ ├── codesandbox-logo-light.svg │ │ ├── coffee-bean-light.svg │ │ ├── coffee-light.svg │ │ ├── coin-light.svg │ │ ├── coin-vertical-light.svg │ │ ├── coins-light.svg │ │ ├── columns-light.svg │ │ ├── columns-plus-left-light.svg │ │ ├── columns-plus-right-light.svg │ │ ├── command-light.svg │ │ ├── compass-light.svg │ │ ├── compass-rose-light.svg │ │ ├── compass-tool-light.svg │ │ ├── computer-tower-light.svg │ │ ├── confetti-light.svg │ │ ├── contactless-payment-light.svg │ │ ├── control-light.svg │ │ ├── cookie-light.svg │ │ ├── cooking-pot-light.svg │ │ ├── copy-light.svg │ │ ├── copy-simple-light.svg │ │ ├── copyleft-light.svg │ │ ├── copyright-light.svg │ │ ├── corners-in-light.svg │ │ ├── corners-out-light.svg │ │ ├── couch-light.svg │ │ ├── court-basketball-light.svg │ │ ├── cow-light.svg │ │ ├── cowboy-hat-light.svg │ │ ├── cpu-light.svg │ │ ├── crane-light.svg │ │ ├── crane-tower-light.svg │ │ ├── credit-card-light.svg │ │ ├── cricket-light.svg │ │ ├── crop-light.svg │ │ ├── cross-light.svg │ │ ├── crosshair-light.svg │ │ ├── crosshair-simple-light.svg │ │ ├── crown-cross-light.svg │ │ ├── crown-light.svg │ │ ├── crown-simple-light.svg │ │ ├── cube-focus-light.svg │ │ ├── cube-light.svg │ │ ├── cube-transparent-light.svg │ │ ├── currency-btc-light.svg │ │ ├── currency-circle-dollar-light.svg │ │ ├── currency-cny-light.svg │ │ ├── currency-dollar-light.svg │ │ ├── currency-dollar-simple-light.svg │ │ ├── currency-eth-light.svg │ │ ├── currency-eur-light.svg │ │ ├── currency-gbp-light.svg │ │ ├── currency-inr-light.svg │ │ ├── currency-jpy-light.svg │ │ ├── currency-krw-light.svg │ │ ├── currency-kzt-light.svg │ │ ├── currency-ngn-light.svg │ │ ├── currency-rub-light.svg │ │ ├── cursor-click-light.svg │ │ ├── cursor-light.svg │ │ ├── cursor-text-light.svg │ │ ├── cylinder-light.svg │ │ ├── database-light.svg │ │ ├── desk-light.svg │ │ ├── desktop-light.svg │ │ ├── desktop-tower-light.svg │ │ ├── detective-light.svg │ │ ├── dev-to-logo-light.svg │ │ ├── device-mobile-camera-light.svg │ │ ├── device-mobile-light.svg │ │ ├── device-mobile-slash-light.svg │ │ ├── device-mobile-speaker-light.svg │ │ ├── device-rotate-light.svg │ │ ├── device-tablet-camera-light.svg │ │ ├── device-tablet-light.svg │ │ ├── device-tablet-speaker-light.svg │ │ ├── devices-light.svg │ │ ├── diamond-light.svg │ │ ├── diamonds-four-light.svg │ │ ├── dice-five-light.svg │ │ ├── dice-four-light.svg │ │ ├── dice-one-light.svg │ │ ├── dice-six-light.svg │ │ ├── dice-three-light.svg │ │ ├── dice-two-light.svg │ │ ├── disc-light.svg │ │ ├── disco-ball-light.svg │ │ ├── discord-logo-light.svg │ │ ├── divide-light.svg │ │ ├── dna-light.svg │ │ ├── dog-light.svg │ │ ├── door-light.svg │ │ ├── door-open-light.svg │ │ ├── dot-light.svg │ │ ├── dot-outline-light.svg │ │ ├── dots-nine-light.svg │ │ ├── dots-six-light.svg │ │ ├── dots-six-vertical-light.svg │ │ ├── dots-three-circle-light.svg │ │ ├── dots-three-circle-vertical-light.svg │ │ ├── dots-three-light.svg │ │ ├── dots-three-outline-light.svg │ │ ├── dots-three-outline-vertical-light.svg │ │ ├── dots-three-vertical-light.svg │ │ ├── download-light.svg │ │ ├── download-simple-light.svg │ │ ├── dress-light.svg │ │ ├── dresser-light.svg │ │ ├── dribbble-logo-light.svg │ │ ├── drone-light.svg │ │ ├── drop-half-bottom-light.svg │ │ ├── drop-half-light.svg │ │ ├── drop-light.svg │ │ ├── drop-simple-light.svg │ │ ├── drop-slash-light.svg │ │ ├── dropbox-logo-light.svg │ │ ├── ear-light.svg │ │ ├── ear-slash-light.svg │ │ ├── egg-crack-light.svg │ │ ├── egg-light.svg │ │ ├── eject-light.svg │ │ ├── eject-simple-light.svg │ │ ├── elevator-light.svg │ │ ├── empty-light.svg │ │ ├── engine-light.svg │ │ ├── envelope-light.svg │ │ ├── envelope-open-light.svg │ │ ├── envelope-simple-light.svg │ │ ├── envelope-simple-open-light.svg │ │ ├── equalizer-light.svg │ │ ├── equals-light.svg │ │ ├── eraser-light.svg │ │ ├── escalator-down-light.svg │ │ ├── escalator-up-light.svg │ │ ├── exam-light.svg │ │ ├── exclamation-mark-light.svg │ │ ├── exclude-light.svg │ │ ├── exclude-square-light.svg │ │ ├── export-light.svg │ │ ├── eye-closed-light.svg │ │ ├── eye-light.svg │ │ ├── eye-slash-light.svg │ │ ├── eyedropper-light.svg │ │ ├── eyedropper-sample-light.svg │ │ ├── eyeglasses-light.svg │ │ ├── eyes-light.svg │ │ ├── face-mask-light.svg │ │ ├── facebook-logo-light.svg │ │ ├── factory-light.svg │ │ ├── faders-horizontal-light.svg │ │ ├── faders-light.svg │ │ ├── fallout-shelter-light.svg │ │ ├── fan-light.svg │ │ ├── farm-light.svg │ │ ├── fast-forward-circle-light.svg │ │ ├── fast-forward-light.svg │ │ ├── feather-light.svg │ │ ├── fediverse-logo-light.svg │ │ ├── figma-logo-light.svg │ │ ├── file-archive-light.svg │ │ ├── file-arrow-down-light.svg │ │ ├── file-arrow-up-light.svg │ │ ├── file-audio-light.svg │ │ ├── file-c-light.svg │ │ ├── file-c-sharp-light.svg │ │ ├── file-cloud-light.svg │ │ ├── file-code-light.svg │ │ ├── file-cpp-light.svg │ │ ├── file-css-light.svg │ │ ├── file-csv-light.svg │ │ ├── file-dashed-light.svg │ │ ├── file-doc-light.svg │ │ ├── file-html-light.svg │ │ ├── file-image-light.svg │ │ ├── file-ini-light.svg │ │ ├── file-jpg-light.svg │ │ ├── file-js-light.svg │ │ ├── file-jsx-light.svg │ │ ├── file-light.svg │ │ ├── file-lock-light.svg │ │ ├── file-magnifying-glass-light.svg │ │ ├── file-md-light.svg │ │ ├── file-minus-light.svg │ │ ├── file-pdf-light.svg │ │ ├── file-plus-light.svg │ │ ├── file-png-light.svg │ │ ├── file-ppt-light.svg │ │ ├── file-py-light.svg │ │ ├── file-rs-light.svg │ │ ├── file-sql-light.svg │ │ ├── file-svg-light.svg │ │ ├── file-text-light.svg │ │ ├── file-ts-light.svg │ │ ├── file-tsx-light.svg │ │ ├── file-txt-light.svg │ │ ├── file-video-light.svg │ │ ├── file-vue-light.svg │ │ ├── file-x-light.svg │ │ ├── file-xls-light.svg │ │ ├── file-zip-light.svg │ │ ├── files-light.svg │ │ ├── film-reel-light.svg │ │ ├── film-script-light.svg │ │ ├── film-slate-light.svg │ │ ├── film-strip-light.svg │ │ ├── fingerprint-light.svg │ │ ├── fingerprint-simple-light.svg │ │ ├── finn-the-human-light.svg │ │ ├── fire-extinguisher-light.svg │ │ ├── fire-light.svg │ │ ├── fire-simple-light.svg │ │ ├── fire-truck-light.svg │ │ ├── first-aid-kit-light.svg │ │ ├── first-aid-light.svg │ │ ├── fish-light.svg │ │ ├── fish-simple-light.svg │ │ ├── flag-banner-fold-light.svg │ │ ├── flag-banner-light.svg │ │ ├── flag-checkered-light.svg │ │ ├── flag-light.svg │ │ ├── flag-pennant-light.svg │ │ ├── flame-light.svg │ │ ├── flashlight-light.svg │ │ ├── flask-light.svg │ │ ├── flip-horizontal-light.svg │ │ ├── flip-vertical-light.svg │ │ ├── floppy-disk-back-light.svg │ │ ├── floppy-disk-light.svg │ │ ├── flow-arrow-light.svg │ │ ├── flower-light.svg │ │ ├── flower-lotus-light.svg │ │ ├── flower-tulip-light.svg │ │ ├── flying-saucer-light.svg │ │ ├── folder-dashed-light.svg │ │ ├── folder-light.svg │ │ ├── folder-lock-light.svg │ │ ├── folder-minus-light.svg │ │ ├── folder-open-light.svg │ │ ├── folder-plus-light.svg │ │ ├── folder-simple-dashed-light.svg │ │ ├── folder-simple-light.svg │ │ ├── folder-simple-lock-light.svg │ │ ├── folder-simple-minus-light.svg │ │ ├── folder-simple-plus-light.svg │ │ ├── folder-simple-star-light.svg │ │ ├── folder-simple-user-light.svg │ │ ├── folder-star-light.svg │ │ ├── folder-user-light.svg │ │ ├── folders-light.svg │ │ ├── football-helmet-light.svg │ │ ├── football-light.svg │ │ ├── footprints-light.svg │ │ ├── fork-knife-light.svg │ │ ├── four-k-light.svg │ │ ├── frame-corners-light.svg │ │ ├── framer-logo-light.svg │ │ ├── function-light.svg │ │ ├── funnel-light.svg │ │ ├── funnel-simple-light.svg │ │ ├── funnel-simple-x-light.svg │ │ ├── funnel-x-light.svg │ │ ├── game-controller-light.svg │ │ ├── garage-light.svg │ │ ├── gas-can-light.svg │ │ ├── gas-pump-light.svg │ │ ├── gauge-light.svg │ │ ├── gavel-light.svg │ │ ├── gear-fine-light.svg │ │ ├── gear-light.svg │ │ ├── gear-six-light.svg │ │ ├── gender-female-light.svg │ │ ├── gender-intersex-light.svg │ │ ├── gender-male-light.svg │ │ ├── gender-neuter-light.svg │ │ ├── gender-nonbinary-light.svg │ │ ├── gender-transgender-light.svg │ │ ├── ghost-light.svg │ │ ├── gif-light.svg │ │ ├── gift-light.svg │ │ ├── git-branch-light.svg │ │ ├── git-commit-light.svg │ │ ├── git-diff-light.svg │ │ ├── git-fork-light.svg │ │ ├── git-merge-light.svg │ │ ├── git-pull-request-light.svg │ │ ├── github-logo-light.svg │ │ ├── gitlab-logo-light.svg │ │ ├── gitlab-logo-simple-light.svg │ │ ├── globe-hemisphere-east-light.svg │ │ ├── globe-hemisphere-west-light.svg │ │ ├── globe-light.svg │ │ ├── globe-simple-light.svg │ │ ├── globe-simple-x-light.svg │ │ ├── globe-stand-light.svg │ │ ├── globe-x-light.svg │ │ ├── goggles-light.svg │ │ ├── golf-light.svg │ │ ├── goodreads-logo-light.svg │ │ ├── google-cardboard-logo-light.svg │ │ ├── google-chrome-logo-light.svg │ │ ├── google-drive-logo-light.svg │ │ ├── google-logo-light.svg │ │ ├── google-photos-logo-light.svg │ │ ├── google-play-logo-light.svg │ │ ├── google-podcasts-logo-light.svg │ │ ├── gps-fix-light.svg │ │ ├── gps-light.svg │ │ ├── gps-slash-light.svg │ │ ├── gradient-light.svg │ │ ├── graduation-cap-light.svg │ │ ├── grains-light.svg │ │ ├── grains-slash-light.svg │ │ ├── graph-light.svg │ │ ├── graphics-card-light.svg │ │ ├── greater-than-light.svg │ │ ├── greater-than-or-equal-light.svg │ │ ├── grid-four-light.svg │ │ ├── grid-nine-light.svg │ │ ├── guitar-light.svg │ │ ├── hair-dryer-light.svg │ │ ├── hamburger-light.svg │ │ ├── hammer-light.svg │ │ ├── hand-arrow-down-light.svg │ │ ├── hand-arrow-up-light.svg │ │ ├── hand-coins-light.svg │ │ ├── hand-deposit-light.svg │ │ ├── hand-eye-light.svg │ │ ├── hand-fist-light.svg │ │ ├── hand-grabbing-light.svg │ │ ├── hand-heart-light.svg │ │ ├── hand-light.svg │ │ ├── hand-palm-light.svg │ │ ├── hand-peace-light.svg │ │ ├── hand-pointing-light.svg │ │ ├── hand-soap-light.svg │ │ ├── hand-swipe-left-light.svg │ │ ├── hand-swipe-right-light.svg │ │ ├── hand-tap-light.svg │ │ ├── hand-waving-light.svg │ │ ├── hand-withdraw-light.svg │ │ ├── handbag-light.svg │ │ ├── handbag-simple-light.svg │ │ ├── hands-clapping-light.svg │ │ ├── hands-praying-light.svg │ │ ├── handshake-light.svg │ │ ├── hard-drive-light.svg │ │ ├── hard-drives-light.svg │ │ ├── hard-hat-light.svg │ │ ├── hash-light.svg │ │ ├── hash-straight-light.svg │ │ ├── head-circuit-light.svg │ │ ├── headlights-light.svg │ │ ├── headphones-light.svg │ │ ├── headset-light.svg │ │ ├── heart-break-light.svg │ │ ├── heart-half-light.svg │ │ ├── heart-light.svg │ │ ├── heart-straight-break-light.svg │ │ ├── heart-straight-light.svg │ │ ├── heartbeat-light.svg │ │ ├── hexagon-light.svg │ │ ├── high-definition-light.svg │ │ ├── high-heel-light.svg │ │ ├── highlighter-circle-light.svg │ │ ├── highlighter-light.svg │ │ ├── hockey-light.svg │ │ ├── hoodie-light.svg │ │ ├── horse-light.svg │ │ ├── hospital-light.svg │ │ ├── hourglass-high-light.svg │ │ ├── hourglass-light.svg │ │ ├── hourglass-low-light.svg │ │ ├── hourglass-medium-light.svg │ │ ├── hourglass-simple-high-light.svg │ │ ├── hourglass-simple-light.svg │ │ ├── hourglass-simple-low-light.svg │ │ ├── hourglass-simple-medium-light.svg │ │ ├── house-light.svg │ │ ├── house-line-light.svg │ │ ├── house-simple-light.svg │ │ ├── hurricane-light.svg │ │ ├── ice-cream-light.svg │ │ ├── identification-badge-light.svg │ │ ├── identification-card-light.svg │ │ ├── image-broken-light.svg │ │ ├── image-light.svg │ │ ├── image-square-light.svg │ │ ├── images-light.svg │ │ ├── images-square-light.svg │ │ ├── infinity-light.svg │ │ ├── info-light.svg │ │ ├── instagram-logo-light.svg │ │ ├── intersect-light.svg │ │ ├── intersect-square-light.svg │ │ ├── intersect-three-light.svg │ │ ├── intersection-light.svg │ │ ├── invoice-light.svg │ │ ├── island-light.svg │ │ ├── jar-label-light.svg │ │ ├── jar-light.svg │ │ ├── jeep-light.svg │ │ ├── joystick-light.svg │ │ ├── kanban-light.svg │ │ ├── key-light.svg │ │ ├── key-return-light.svg │ │ ├── keyboard-light.svg │ │ ├── keyhole-light.svg │ │ ├── knife-light.svg │ │ ├── ladder-light.svg │ │ ├── ladder-simple-light.svg │ │ ├── lamp-light.svg │ │ ├── lamp-pendant-light.svg │ │ ├── laptop-light.svg │ │ ├── lasso-light.svg │ │ ├── lastfm-logo-light.svg │ │ ├── layout-light.svg │ │ ├── leaf-light.svg │ │ ├── lectern-light.svg │ │ ├── lego-light.svg │ │ ├── lego-smiley-light.svg │ │ ├── less-than-light.svg │ │ ├── less-than-or-equal-light.svg │ │ ├── letter-circle-h-light.svg │ │ ├── letter-circle-p-light.svg │ │ ├── letter-circle-v-light.svg │ │ ├── lifebuoy-light.svg │ │ ├── lightbulb-filament-light.svg │ │ ├── lightbulb-light.svg │ │ ├── lighthouse-light.svg │ │ ├── lightning-a-light.svg │ │ ├── lightning-light.svg │ │ ├── lightning-slash-light.svg │ │ ├── line-segment-light.svg │ │ ├── line-segments-light.svg │ │ ├── line-vertical-light.svg │ │ ├── link-break-light.svg │ │ ├── link-light.svg │ │ ├── link-simple-break-light.svg │ │ ├── link-simple-horizontal-break-light.svg │ │ ├── link-simple-horizontal-light.svg │ │ ├── link-simple-light.svg │ │ ├── linkedin-logo-light.svg │ │ ├── linktree-logo-light.svg │ │ ├── linux-logo-light.svg │ │ ├── list-bullets-light.svg │ │ ├── list-checks-light.svg │ │ ├── list-dashes-light.svg │ │ ├── list-heart-light.svg │ │ ├── list-light.svg │ │ ├── list-magnifying-glass-light.svg │ │ ├── list-numbers-light.svg │ │ ├── list-plus-light.svg │ │ ├── list-star-light.svg │ │ ├── lock-key-light.svg │ │ ├── lock-key-open-light.svg │ │ ├── lock-laminated-light.svg │ │ ├── lock-laminated-open-light.svg │ │ ├── lock-light.svg │ │ ├── lock-open-light.svg │ │ ├── lock-simple-light.svg │ │ ├── lock-simple-open-light.svg │ │ ├── lockers-light.svg │ │ ├── log-light.svg │ │ ├── magic-wand-light.svg │ │ ├── magnet-light.svg │ │ ├── magnet-straight-light.svg │ │ ├── magnifying-glass-light.svg │ │ ├── magnifying-glass-minus-light.svg │ │ ├── magnifying-glass-plus-light.svg │ │ ├── mailbox-light.svg │ │ ├── map-pin-area-light.svg │ │ ├── map-pin-light.svg │ │ ├── map-pin-line-light.svg │ │ ├── map-pin-plus-light.svg │ │ ├── map-pin-simple-area-light.svg │ │ ├── map-pin-simple-light.svg │ │ ├── map-pin-simple-line-light.svg │ │ ├── map-trifold-light.svg │ │ ├── markdown-logo-light.svg │ │ ├── marker-circle-light.svg │ │ ├── martini-light.svg │ │ ├── mask-happy-light.svg │ │ ├── mask-sad-light.svg │ │ ├── mastodon-logo-light.svg │ │ ├── math-operations-light.svg │ │ ├── matrix-logo-light.svg │ │ ├── medal-light.svg │ │ ├── medal-military-light.svg │ │ ├── medium-logo-light.svg │ │ ├── megaphone-light.svg │ │ ├── megaphone-simple-light.svg │ │ ├── member-of-light.svg │ │ ├── memory-light.svg │ │ ├── messenger-logo-light.svg │ │ ├── meta-logo-light.svg │ │ ├── meteor-light.svg │ │ ├── metronome-light.svg │ │ ├── microphone-light.svg │ │ ├── microphone-slash-light.svg │ │ ├── microphone-stage-light.svg │ │ ├── microscope-light.svg │ │ ├── microsoft-excel-logo-light.svg │ │ ├── microsoft-outlook-logo-light.svg │ │ ├── microsoft-powerpoint-logo-light.svg │ │ ├── microsoft-teams-logo-light.svg │ │ ├── microsoft-word-logo-light.svg │ │ ├── minus-circle-light.svg │ │ ├── minus-light.svg │ │ ├── minus-square-light.svg │ │ ├── money-light.svg │ │ ├── money-wavy-light.svg │ │ ├── monitor-arrow-up-light.svg │ │ ├── monitor-light.svg │ │ ├── monitor-play-light.svg │ │ ├── moon-light.svg │ │ ├── moon-stars-light.svg │ │ ├── moped-front-light.svg │ │ ├── moped-light.svg │ │ ├── mosque-light.svg │ │ ├── motorcycle-light.svg │ │ ├── mountains-light.svg │ │ ├── mouse-left-click-light.svg │ │ ├── mouse-light.svg │ │ ├── mouse-middle-click-light.svg │ │ ├── mouse-right-click-light.svg │ │ ├── mouse-scroll-light.svg │ │ ├── mouse-simple-light.svg │ │ ├── music-note-light.svg │ │ ├── music-note-simple-light.svg │ │ ├── music-notes-light.svg │ │ ├── music-notes-minus-light.svg │ │ ├── music-notes-plus-light.svg │ │ ├── music-notes-simple-light.svg │ │ ├── navigation-arrow-light.svg │ │ ├── needle-light.svg │ │ ├── network-light.svg │ │ ├── network-slash-light.svg │ │ ├── network-x-light.svg │ │ ├── newspaper-clipping-light.svg │ │ ├── newspaper-light.svg │ │ ├── not-equals-light.svg │ │ ├── not-member-of-light.svg │ │ ├── not-subset-of-light.svg │ │ ├── not-superset-of-light.svg │ │ ├── notches-light.svg │ │ ├── note-blank-light.svg │ │ ├── note-light.svg │ │ ├── note-pencil-light.svg │ │ ├── notebook-light.svg │ │ ├── notepad-light.svg │ │ ├── notification-light.svg │ │ ├── notion-logo-light.svg │ │ ├── nuclear-plant-light.svg │ │ ├── number-circle-eight-light.svg │ │ ├── number-circle-five-light.svg │ │ ├── number-circle-four-light.svg │ │ ├── number-circle-nine-light.svg │ │ ├── number-circle-one-light.svg │ │ ├── number-circle-seven-light.svg │ │ ├── number-circle-six-light.svg │ │ ├── number-circle-three-light.svg │ │ ├── number-circle-two-light.svg │ │ ├── number-circle-zero-light.svg │ │ ├── number-eight-light.svg │ │ ├── number-five-light.svg │ │ ├── number-four-light.svg │ │ ├── number-nine-light.svg │ │ ├── number-one-light.svg │ │ ├── number-seven-light.svg │ │ ├── number-six-light.svg │ │ ├── number-square-eight-light.svg │ │ ├── number-square-five-light.svg │ │ ├── number-square-four-light.svg │ │ ├── number-square-nine-light.svg │ │ ├── number-square-one-light.svg │ │ ├── number-square-seven-light.svg │ │ ├── number-square-six-light.svg │ │ ├── number-square-three-light.svg │ │ ├── number-square-two-light.svg │ │ ├── number-square-zero-light.svg │ │ ├── number-three-light.svg │ │ ├── number-two-light.svg │ │ ├── number-zero-light.svg │ │ ├── numpad-light.svg │ │ ├── nut-light.svg │ │ ├── ny-times-logo-light.svg │ │ ├── octagon-light.svg │ │ ├── office-chair-light.svg │ │ ├── onigiri-light.svg │ │ ├── open-ai-logo-light.svg │ │ ├── option-light.svg │ │ ├── orange-light.svg │ │ ├── orange-slice-light.svg │ │ ├── oven-light.svg │ │ ├── package-light.svg │ │ ├── paint-brush-broad-light.svg │ │ ├── paint-brush-household-light.svg │ │ ├── paint-brush-light.svg │ │ ├── paint-bucket-light.svg │ │ ├── paint-roller-light.svg │ │ ├── palette-light.svg │ │ ├── panorama-light.svg │ │ ├── pants-light.svg │ │ ├── paper-plane-light.svg │ │ ├── paper-plane-right-light.svg │ │ ├── paper-plane-tilt-light.svg │ │ ├── paperclip-horizontal-light.svg │ │ ├── paperclip-light.svg │ │ ├── parachute-light.svg │ │ ├── paragraph-light.svg │ │ ├── parallelogram-light.svg │ │ ├── park-light.svg │ │ ├── password-light.svg │ │ ├── path-light.svg │ │ ├── patreon-logo-light.svg │ │ ├── pause-circle-light.svg │ │ ├── pause-light.svg │ │ ├── paw-print-light.svg │ │ ├── paypal-logo-light.svg │ │ ├── peace-light.svg │ │ ├── pen-light.svg │ │ ├── pen-nib-light.svg │ │ ├── pen-nib-straight-light.svg │ │ ├── pencil-circle-light.svg │ │ ├── pencil-light.svg │ │ ├── pencil-line-light.svg │ │ ├── pencil-ruler-light.svg │ │ ├── pencil-simple-light.svg │ │ ├── pencil-simple-line-light.svg │ │ ├── pencil-simple-slash-light.svg │ │ ├── pencil-slash-light.svg │ │ ├── pentagon-light.svg │ │ ├── pentagram-light.svg │ │ ├── pepper-light.svg │ │ ├── percent-light.svg │ │ ├── person-arms-spread-light.svg │ │ ├── person-light.svg │ │ ├── person-simple-bike-light.svg │ │ ├── person-simple-circle-light.svg │ │ ├── person-simple-hike-light.svg │ │ ├── person-simple-light.svg │ │ ├── person-simple-run-light.svg │ │ ├── person-simple-ski-light.svg │ │ ├── person-simple-snowboard-light.svg │ │ ├── person-simple-swim-light.svg │ │ ├── person-simple-tai-chi-light.svg │ │ ├── person-simple-throw-light.svg │ │ ├── person-simple-walk-light.svg │ │ ├── perspective-light.svg │ │ ├── phone-call-light.svg │ │ ├── phone-disconnect-light.svg │ │ ├── phone-incoming-light.svg │ │ ├── phone-light.svg │ │ ├── phone-list-light.svg │ │ ├── phone-outgoing-light.svg │ │ ├── phone-pause-light.svg │ │ ├── phone-plus-light.svg │ │ ├── phone-slash-light.svg │ │ ├── phone-transfer-light.svg │ │ ├── phone-x-light.svg │ │ ├── phosphor-logo-light.svg │ │ ├── pi-light.svg │ │ ├── piano-keys-light.svg │ │ ├── picnic-table-light.svg │ │ ├── picture-in-picture-light.svg │ │ ├── piggy-bank-light.svg │ │ ├── pill-light.svg │ │ ├── ping-pong-light.svg │ │ ├── pint-glass-light.svg │ │ ├── pinterest-logo-light.svg │ │ ├── pinwheel-light.svg │ │ ├── pipe-light.svg │ │ ├── pipe-wrench-light.svg │ │ ├── pix-logo-light.svg │ │ ├── pizza-light.svg │ │ ├── placeholder-light.svg │ │ ├── planet-light.svg │ │ ├── plant-light.svg │ │ ├── play-circle-light.svg │ │ ├── play-light.svg │ │ ├── play-pause-light.svg │ │ ├── playlist-light.svg │ │ ├── plug-charging-light.svg │ │ ├── plug-light.svg │ │ ├── plugs-connected-light.svg │ │ ├── plugs-light.svg │ │ ├── plus-circle-light.svg │ │ ├── plus-light.svg │ │ ├── plus-minus-light.svg │ │ ├── plus-square-light.svg │ │ ├── poker-chip-light.svg │ │ ├── police-car-light.svg │ │ ├── polygon-light.svg │ │ ├── popcorn-light.svg │ │ ├── popsicle-light.svg │ │ ├── potted-plant-light.svg │ │ ├── power-light.svg │ │ ├── prescription-light.svg │ │ ├── presentation-chart-light.svg │ │ ├── presentation-light.svg │ │ ├── printer-light.svg │ │ ├── prohibit-inset-light.svg │ │ ├── prohibit-light.svg │ │ ├── projector-screen-chart-light.svg │ │ ├── projector-screen-light.svg │ │ ├── pulse-light.svg │ │ ├── push-pin-light.svg │ │ ├── push-pin-simple-light.svg │ │ ├── push-pin-simple-slash-light.svg │ │ ├── push-pin-slash-light.svg │ │ ├── puzzle-piece-light.svg │ │ ├── qr-code-light.svg │ │ ├── question-light.svg │ │ ├── question-mark-light.svg │ │ ├── queue-light.svg │ │ ├── quotes-light.svg │ │ ├── rabbit-light.svg │ │ ├── racquet-light.svg │ │ ├── radical-light.svg │ │ ├── radio-button-light.svg │ │ ├── radio-light.svg │ │ ├── radioactive-light.svg │ │ ├── rainbow-cloud-light.svg │ │ ├── rainbow-light.svg │ │ ├── ranking-light.svg │ │ ├── read-cv-logo-light.svg │ │ ├── receipt-light.svg │ │ ├── receipt-x-light.svg │ │ ├── record-light.svg │ │ ├── rectangle-dashed-light.svg │ │ ├── rectangle-light.svg │ │ ├── recycle-light.svg │ │ ├── reddit-logo-light.svg │ │ ├── repeat-light.svg │ │ ├── repeat-once-light.svg │ │ ├── replit-logo-light.svg │ │ ├── resize-light.svg │ │ ├── rewind-circle-light.svg │ │ ├── rewind-light.svg │ │ ├── road-horizon-light.svg │ │ ├── robot-light.svg │ │ ├── rocket-launch-light.svg │ │ ├── rocket-light.svg │ │ ├── rows-light.svg │ │ ├── rows-plus-bottom-light.svg │ │ ├── rows-plus-top-light.svg │ │ ├── rss-light.svg │ │ ├── rss-simple-light.svg │ │ ├── rug-light.svg │ │ ├── ruler-light.svg │ │ ├── sailboat-light.svg │ │ ├── scales-light.svg │ │ ├── scan-light.svg │ │ ├── scan-smiley-light.svg │ │ ├── scissors-light.svg │ │ ├── scooter-light.svg │ │ ├── screencast-light.svg │ │ ├── screwdriver-light.svg │ │ ├── scribble-light.svg │ │ ├── scribble-loop-light.svg │ │ ├── scroll-light.svg │ │ ├── seal-check-light.svg │ │ ├── seal-light.svg │ │ ├── seal-percent-light.svg │ │ ├── seal-question-light.svg │ │ ├── seal-warning-light.svg │ │ ├── seat-light.svg │ │ ├── seatbelt-light.svg │ │ ├── security-camera-light.svg │ │ ├── selection-all-light.svg │ │ ├── selection-background-light.svg │ │ ├── selection-foreground-light.svg │ │ ├── selection-inverse-light.svg │ │ ├── selection-light.svg │ │ ├── selection-plus-light.svg │ │ ├── selection-slash-light.svg │ │ ├── shapes-light.svg │ │ ├── share-fat-light.svg │ │ ├── share-light.svg │ │ ├── share-network-light.svg │ │ ├── shield-check-light.svg │ │ ├── shield-checkered-light.svg │ │ ├── shield-chevron-light.svg │ │ ├── shield-light.svg │ │ ├── shield-plus-light.svg │ │ ├── shield-slash-light.svg │ │ ├── shield-star-light.svg │ │ ├── shield-warning-light.svg │ │ ├── shipping-container-light.svg │ │ ├── shirt-folded-light.svg │ │ ├── shooting-star-light.svg │ │ ├── shopping-bag-light.svg │ │ ├── shopping-bag-open-light.svg │ │ ├── shopping-cart-light.svg │ │ ├── shopping-cart-simple-light.svg │ │ ├── shovel-light.svg │ │ ├── shower-light.svg │ │ ├── shrimp-light.svg │ │ ├── shuffle-angular-light.svg │ │ ├── shuffle-light.svg │ │ ├── shuffle-simple-light.svg │ │ ├── sidebar-light.svg │ │ ├── sidebar-simple-light.svg │ │ ├── sigma-light.svg │ │ ├── sign-in-light.svg │ │ ├── sign-out-light.svg │ │ ├── signature-light.svg │ │ ├── signpost-light.svg │ │ ├── sim-card-light.svg │ │ ├── siren-light.svg │ │ ├── sketch-logo-light.svg │ │ ├── skip-back-circle-light.svg │ │ ├── skip-back-light.svg │ │ ├── skip-forward-circle-light.svg │ │ ├── skip-forward-light.svg │ │ ├── skull-light.svg │ │ ├── skype-logo-light.svg │ │ ├── slack-logo-light.svg │ │ ├── sliders-horizontal-light.svg │ │ ├── sliders-light.svg │ │ ├── slideshow-light.svg │ │ ├── smiley-angry-light.svg │ │ ├── smiley-blank-light.svg │ │ ├── smiley-light.svg │ │ ├── smiley-meh-light.svg │ │ ├── smiley-melting-light.svg │ │ ├── smiley-nervous-light.svg │ │ ├── smiley-sad-light.svg │ │ ├── smiley-sticker-light.svg │ │ ├── smiley-wink-light.svg │ │ ├── smiley-x-eyes-light.svg │ │ ├── snapchat-logo-light.svg │ │ ├── sneaker-light.svg │ │ ├── sneaker-move-light.svg │ │ ├── snowflake-light.svg │ │ ├── soccer-ball-light.svg │ │ ├── sock-light.svg │ │ ├── solar-panel-light.svg │ │ ├── solar-roof-light.svg │ │ ├── sort-ascending-light.svg │ │ ├── sort-descending-light.svg │ │ ├── soundcloud-logo-light.svg │ │ ├── spade-light.svg │ │ ├── sparkle-light.svg │ │ ├── speaker-hifi-light.svg │ │ ├── speaker-high-light.svg │ │ ├── speaker-low-light.svg │ │ ├── speaker-none-light.svg │ │ ├── speaker-simple-high-light.svg │ │ ├── speaker-simple-low-light.svg │ │ ├── speaker-simple-none-light.svg │ │ ├── speaker-simple-slash-light.svg │ │ ├── speaker-simple-x-light.svg │ │ ├── speaker-slash-light.svg │ │ ├── speaker-x-light.svg │ │ ├── speedometer-light.svg │ │ ├── sphere-light.svg │ │ ├── spinner-ball-light.svg │ │ ├── spinner-gap-light.svg │ │ ├── spinner-light.svg │ │ ├── spiral-light.svg │ │ ├── split-horizontal-light.svg │ │ ├── split-vertical-light.svg │ │ ├── spotify-logo-light.svg │ │ ├── spray-bottle-light.svg │ │ ├── square-half-bottom-light.svg │ │ ├── square-half-light.svg │ │ ├── square-light.svg │ │ ├── square-logo-light.svg │ │ ├── square-split-horizontal-light.svg │ │ ├── square-split-vertical-light.svg │ │ ├── squares-four-light.svg │ │ ├── stack-light.svg │ │ ├── stack-minus-light.svg │ │ ├── stack-overflow-logo-light.svg │ │ ├── stack-plus-light.svg │ │ ├── stack-simple-light.svg │ │ ├── stairs-light.svg │ │ ├── stamp-light.svg │ │ ├── standard-definition-light.svg │ │ ├── star-and-crescent-light.svg │ │ ├── star-four-light.svg │ │ ├── star-half-light.svg │ │ ├── star-light.svg │ │ ├── star-of-david-light.svg │ │ ├── steam-logo-light.svg │ │ ├── steering-wheel-light.svg │ │ ├── steps-light.svg │ │ ├── stethoscope-light.svg │ │ ├── sticker-light.svg │ │ ├── stool-light.svg │ │ ├── stop-circle-light.svg │ │ ├── stop-light.svg │ │ ├── storefront-light.svg │ │ ├── strategy-light.svg │ │ ├── stripe-logo-light.svg │ │ ├── student-light.svg │ │ ├── subset-of-light.svg │ │ ├── subset-proper-of-light.svg │ │ ├── subtitles-light.svg │ │ ├── subtitles-slash-light.svg │ │ ├── subtract-light.svg │ │ ├── subtract-square-light.svg │ │ ├── subway-light.svg │ │ ├── suitcase-light.svg │ │ ├── suitcase-rolling-light.svg │ │ ├── suitcase-simple-light.svg │ │ ├── sun-dim-light.svg │ │ ├── sun-horizon-light.svg │ │ ├── sun-light.svg │ │ ├── sunglasses-light.svg │ │ ├── superset-of-light.svg │ │ ├── superset-proper-of-light.svg │ │ ├── swap-light.svg │ │ ├── swatches-light.svg │ │ ├── swimming-pool-light.svg │ │ ├── sword-light.svg │ │ ├── synagogue-light.svg │ │ ├── syringe-light.svg │ │ ├── t-shirt-light.svg │ │ ├── table-light.svg │ │ ├── tabs-light.svg │ │ ├── tag-chevron-light.svg │ │ ├── tag-light.svg │ │ ├── tag-simple-light.svg │ │ ├── target-light.svg │ │ ├── taxi-light.svg │ │ ├── tea-bag-light.svg │ │ ├── telegram-logo-light.svg │ │ ├── television-light.svg │ │ ├── television-simple-light.svg │ │ ├── tennis-ball-light.svg │ │ ├── tent-light.svg │ │ ├── terminal-light.svg │ │ ├── terminal-window-light.svg │ │ ├── test-tube-light.svg │ │ ├── text-a-underline-light.svg │ │ ├── text-aa-light.svg │ │ ├── text-align-center-light.svg │ │ ├── text-align-justify-light.svg │ │ ├── text-align-left-light.svg │ │ ├── text-align-right-light.svg │ │ ├── text-b-light.svg │ │ ├── text-columns-light.svg │ │ ├── text-h-five-light.svg │ │ ├── text-h-four-light.svg │ │ ├── text-h-light.svg │ │ ├── text-h-one-light.svg │ │ ├── text-h-six-light.svg │ │ ├── text-h-three-light.svg │ │ ├── text-h-two-light.svg │ │ ├── text-indent-light.svg │ │ ├── text-italic-light.svg │ │ ├── text-outdent-light.svg │ │ ├── text-strikethrough-light.svg │ │ ├── text-subscript-light.svg │ │ ├── text-superscript-light.svg │ │ ├── text-t-light.svg │ │ ├── text-t-slash-light.svg │ │ ├── text-underline-light.svg │ │ ├── textbox-light.svg │ │ ├── thermometer-cold-light.svg │ │ ├── thermometer-hot-light.svg │ │ ├── thermometer-light.svg │ │ ├── thermometer-simple-light.svg │ │ ├── threads-logo-light.svg │ │ ├── three-d-light.svg │ │ ├── thumbs-down-light.svg │ │ ├── thumbs-up-light.svg │ │ ├── ticket-light.svg │ │ ├── tidal-logo-light.svg │ │ ├── tiktok-logo-light.svg │ │ ├── tilde-light.svg │ │ ├── timer-light.svg │ │ ├── tip-jar-light.svg │ │ ├── tipi-light.svg │ │ ├── tire-light.svg │ │ ├── toggle-left-light.svg │ │ ├── toggle-right-light.svg │ │ ├── toilet-light.svg │ │ ├── toilet-paper-light.svg │ │ ├── toolbox-light.svg │ │ ├── tooth-light.svg │ │ ├── tornado-light.svg │ │ ├── tote-light.svg │ │ ├── tote-simple-light.svg │ │ ├── towel-light.svg │ │ ├── tractor-light.svg │ │ ├── trademark-light.svg │ │ ├── trademark-registered-light.svg │ │ ├── traffic-cone-light.svg │ │ ├── traffic-sign-light.svg │ │ ├── traffic-signal-light.svg │ │ ├── train-light.svg │ │ ├── train-regional-light.svg │ │ ├── train-simple-light.svg │ │ ├── tram-light.svg │ │ ├── translate-light.svg │ │ ├── trash-light.svg │ │ ├── trash-simple-light.svg │ │ ├── tray-arrow-down-light.svg │ │ ├── tray-arrow-up-light.svg │ │ ├── tray-light.svg │ │ ├── treasure-chest-light.svg │ │ ├── tree-evergreen-light.svg │ │ ├── tree-light.svg │ │ ├── tree-palm-light.svg │ │ ├── tree-structure-light.svg │ │ ├── tree-view-light.svg │ │ ├── trend-down-light.svg │ │ ├── trend-up-light.svg │ │ ├── triangle-dashed-light.svg │ │ ├── triangle-light.svg │ │ ├── trolley-light.svg │ │ ├── trolley-suitcase-light.svg │ │ ├── trophy-light.svg │ │ ├── truck-light.svg │ │ ├── truck-trailer-light.svg │ │ ├── tumblr-logo-light.svg │ │ ├── twitch-logo-light.svg │ │ ├── twitter-logo-light.svg │ │ ├── umbrella-light.svg │ │ ├── umbrella-simple-light.svg │ │ ├── union-light.svg │ │ ├── unite-light.svg │ │ ├── unite-square-light.svg │ │ ├── upload-light.svg │ │ ├── upload-simple-light.svg │ │ ├── usb-light.svg │ │ ├── user-check-light.svg │ │ ├── user-circle-check-light.svg │ │ ├── user-circle-dashed-light.svg │ │ ├── user-circle-gear-light.svg │ │ ├── user-circle-light.svg │ │ ├── user-circle-minus-light.svg │ │ ├── user-circle-plus-light.svg │ │ ├── user-focus-light.svg │ │ ├── user-gear-light.svg │ │ ├── user-light.svg │ │ ├── user-list-light.svg │ │ ├── user-minus-light.svg │ │ ├── user-plus-light.svg │ │ ├── user-rectangle-light.svg │ │ ├── user-sound-light.svg │ │ ├── user-square-light.svg │ │ ├── user-switch-light.svg │ │ ├── users-four-light.svg │ │ ├── users-light.svg │ │ ├── users-three-light.svg │ │ ├── van-light.svg │ │ ├── vault-light.svg │ │ ├── vector-three-light.svg │ │ ├── vector-two-light.svg │ │ ├── vibrate-light.svg │ │ ├── video-camera-light.svg │ │ ├── video-camera-slash-light.svg │ │ ├── video-conference-light.svg │ │ ├── video-light.svg │ │ ├── vignette-light.svg │ │ ├── vinyl-record-light.svg │ │ ├── virtual-reality-light.svg │ │ ├── virus-light.svg │ │ ├── visor-light.svg │ │ ├── voicemail-light.svg │ │ ├── volleyball-light.svg │ │ ├── wall-light.svg │ │ ├── wallet-light.svg │ │ ├── warehouse-light.svg │ │ ├── warning-circle-light.svg │ │ ├── warning-diamond-light.svg │ │ ├── warning-light.svg │ │ ├── warning-octagon-light.svg │ │ ├── washing-machine-light.svg │ │ ├── watch-light.svg │ │ ├── wave-sawtooth-light.svg │ │ ├── wave-sine-light.svg │ │ ├── wave-square-light.svg │ │ ├── wave-triangle-light.svg │ │ ├── waveform-light.svg │ │ ├── waveform-slash-light.svg │ │ ├── waves-light.svg │ │ ├── webcam-light.svg │ │ ├── webcam-slash-light.svg │ │ ├── webhooks-logo-light.svg │ │ ├── wechat-logo-light.svg │ │ ├── whatsapp-logo-light.svg │ │ ├── wheelchair-light.svg │ │ ├── wheelchair-motion-light.svg │ │ ├── wifi-high-light.svg │ │ ├── wifi-low-light.svg │ │ ├── wifi-medium-light.svg │ │ ├── wifi-none-light.svg │ │ ├── wifi-slash-light.svg │ │ ├── wifi-x-light.svg │ │ ├── wind-light.svg │ │ ├── windmill-light.svg │ │ ├── windows-logo-light.svg │ │ ├── wine-light.svg │ │ ├── wrench-light.svg │ │ ├── x-circle-light.svg │ │ ├── x-light.svg │ │ ├── x-logo-light.svg │ │ ├── x-square-light.svg │ │ ├── yarn-light.svg │ │ ├── yin-yang-light.svg │ │ └── youtube-logo-light.svg │ ├── regular │ │ ├── acorn.svg │ │ ├── address-book-tabs.svg │ │ ├── address-book.svg │ │ ├── air-traffic-control.svg │ │ ├── airplane-in-flight.svg │ │ ├── airplane-landing.svg │ │ ├── airplane-takeoff.svg │ │ ├── airplane-taxiing.svg │ │ ├── airplane-tilt.svg │ │ ├── airplane.svg │ │ ├── airplay.svg │ │ ├── alarm.svg │ │ ├── alien.svg │ │ ├── align-bottom-simple.svg │ │ ├── align-bottom.svg │ │ ├── align-center-horizontal-simple.svg │ │ ├── align-center-horizontal.svg │ │ ├── align-center-vertical-simple.svg │ │ ├── align-center-vertical.svg │ │ ├── align-left-simple.svg │ │ ├── align-left.svg │ │ ├── align-right-simple.svg │ │ ├── align-right.svg │ │ ├── align-top-simple.svg │ │ ├── align-top.svg │ │ ├── amazon-logo.svg │ │ ├── ambulance.svg │ │ ├── anchor-simple.svg │ │ ├── anchor.svg │ │ ├── android-logo.svg │ │ ├── angle.svg │ │ ├── angular-logo.svg │ │ ├── aperture.svg │ │ ├── app-store-logo.svg │ │ ├── app-window.svg │ │ ├── apple-logo.svg │ │ ├── apple-podcasts-logo.svg │ │ ├── approximate-equals.svg │ │ ├── archive.svg │ │ ├── armchair.svg │ │ ├── arrow-arc-left.svg │ │ ├── arrow-arc-right.svg │ │ ├── arrow-bend-double-up-left.svg │ │ ├── arrow-bend-double-up-right.svg │ │ ├── arrow-bend-down-left.svg │ │ ├── arrow-bend-down-right.svg │ │ ├── arrow-bend-left-down.svg │ │ ├── arrow-bend-left-up.svg │ │ ├── arrow-bend-right-down.svg │ │ ├── arrow-bend-right-up.svg │ │ ├── arrow-bend-up-left.svg │ │ ├── arrow-bend-up-right.svg │ │ ├── arrow-circle-down-left.svg │ │ ├── arrow-circle-down-right.svg │ │ ├── arrow-circle-down.svg │ │ ├── arrow-circle-left.svg │ │ ├── arrow-circle-right.svg │ │ ├── arrow-circle-up-left.svg │ │ ├── arrow-circle-up-right.svg │ │ ├── arrow-circle-up.svg │ │ ├── arrow-clockwise.svg │ │ ├── arrow-counter-clockwise.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-elbow-down-left.svg │ │ ├── arrow-elbow-down-right.svg │ │ ├── arrow-elbow-left-down.svg │ │ ├── arrow-elbow-left-up.svg │ │ ├── arrow-elbow-left.svg │ │ ├── arrow-elbow-right-down.svg │ │ ├── arrow-elbow-right-up.svg │ │ ├── arrow-elbow-right.svg │ │ ├── arrow-elbow-up-left.svg │ │ ├── arrow-elbow-up-right.svg │ │ ├── arrow-fat-down.svg │ │ ├── arrow-fat-left.svg │ │ ├── arrow-fat-line-down.svg │ │ ├── arrow-fat-line-left.svg │ │ ├── arrow-fat-line-right.svg │ │ ├── arrow-fat-line-up.svg │ │ ├── arrow-fat-lines-down.svg │ │ ├── arrow-fat-lines-left.svg │ │ ├── arrow-fat-lines-right.svg │ │ ├── arrow-fat-lines-up.svg │ │ ├── arrow-fat-right.svg │ │ ├── arrow-fat-up.svg │ │ ├── arrow-left.svg │ │ ├── arrow-line-down-left.svg │ │ ├── arrow-line-down-right.svg │ │ ├── arrow-line-down.svg │ │ ├── arrow-line-left.svg │ │ ├── arrow-line-right.svg │ │ ├── arrow-line-up-left.svg │ │ ├── arrow-line-up-right.svg │ │ ├── arrow-line-up.svg │ │ ├── arrow-right.svg │ │ ├── arrow-square-down-left.svg │ │ ├── arrow-square-down-right.svg │ │ ├── arrow-square-down.svg │ │ ├── arrow-square-in.svg │ │ ├── arrow-square-left.svg │ │ ├── arrow-square-out.svg │ │ ├── arrow-square-right.svg │ │ ├── arrow-square-up-left.svg │ │ ├── arrow-square-up-right.svg │ │ ├── arrow-square-up.svg │ │ ├── arrow-u-down-left.svg │ │ ├── arrow-u-down-right.svg │ │ ├── arrow-u-left-down.svg │ │ ├── arrow-u-left-up.svg │ │ ├── arrow-u-right-down.svg │ │ ├── arrow-u-right-up.svg │ │ ├── arrow-u-up-left.svg │ │ ├── arrow-u-up-right.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── arrows-clockwise.svg │ │ ├── arrows-counter-clockwise.svg │ │ ├── arrows-down-up.svg │ │ ├── arrows-horizontal.svg │ │ ├── arrows-in-cardinal.svg │ │ ├── arrows-in-line-horizontal.svg │ │ ├── arrows-in-line-vertical.svg │ │ ├── arrows-in-simple.svg │ │ ├── arrows-in.svg │ │ ├── arrows-left-right.svg │ │ ├── arrows-merge.svg │ │ ├── arrows-out-cardinal.svg │ │ ├── arrows-out-line-horizontal.svg │ │ ├── arrows-out-line-vertical.svg │ │ ├── arrows-out-simple.svg │ │ ├── arrows-out.svg │ │ ├── arrows-split.svg │ │ ├── arrows-vertical.svg │ │ ├── article-medium.svg │ │ ├── article-ny-times.svg │ │ ├── article.svg │ │ ├── asclepius.svg │ │ ├── asterisk-simple.svg │ │ ├── asterisk.svg │ │ ├── at.svg │ │ ├── atom.svg │ │ ├── avocado.svg │ │ ├── axe.svg │ │ ├── baby-carriage.svg │ │ ├── baby.svg │ │ ├── backpack.svg │ │ ├── backspace.svg │ │ ├── bag-simple.svg │ │ ├── bag.svg │ │ ├── balloon.svg │ │ ├── bandaids.svg │ │ ├── bank.svg │ │ ├── barbell.svg │ │ ├── barcode.svg │ │ ├── barn.svg │ │ ├── barricade.svg │ │ ├── baseball-cap.svg │ │ ├── baseball-helmet.svg │ │ ├── baseball.svg │ │ ├── basket.svg │ │ ├── basketball.svg │ │ ├── bathtub.svg │ │ ├── battery-charging-vertical.svg │ │ ├── battery-charging.svg │ │ ├── battery-empty.svg │ │ ├── battery-full.svg │ │ ├── battery-high.svg │ │ ├── battery-low.svg │ │ ├── battery-medium.svg │ │ ├── battery-plus-vertical.svg │ │ ├── battery-plus.svg │ │ ├── battery-vertical-empty.svg │ │ ├── battery-vertical-full.svg │ │ ├── battery-vertical-high.svg │ │ ├── battery-vertical-low.svg │ │ ├── battery-vertical-medium.svg │ │ ├── battery-warning-vertical.svg │ │ ├── battery-warning.svg │ │ ├── beach-ball.svg │ │ ├── beanie.svg │ │ ├── bed.svg │ │ ├── beer-bottle.svg │ │ ├── beer-stein.svg │ │ ├── behance-logo.svg │ │ ├── bell-ringing.svg │ │ ├── bell-simple-ringing.svg │ │ ├── bell-simple-slash.svg │ │ ├── bell-simple-z.svg │ │ ├── bell-simple.svg │ │ ├── bell-slash.svg │ │ ├── bell-z.svg │ │ ├── bell.svg │ │ ├── belt.svg │ │ ├── bezier-curve.svg │ │ ├── bicycle.svg │ │ ├── binary.svg │ │ ├── binoculars.svg │ │ ├── biohazard.svg │ │ ├── bird.svg │ │ ├── blueprint.svg │ │ ├── bluetooth-connected.svg │ │ ├── bluetooth-slash.svg │ │ ├── bluetooth-x.svg │ │ ├── bluetooth.svg │ │ ├── boat.svg │ │ ├── bomb.svg │ │ ├── bone.svg │ │ ├── book-bookmark.svg │ │ ├── book-open-text.svg │ │ ├── book-open.svg │ │ ├── book-user.svg │ │ ├── book.svg │ │ ├── bookmark-simple.svg │ │ ├── bookmark.svg │ │ ├── bookmarks-simple.svg │ │ ├── bookmarks.svg │ │ ├── books.svg │ │ ├── boot.svg │ │ ├── boules.svg │ │ ├── bounding-box.svg │ │ ├── bowl-food.svg │ │ ├── bowl-steam.svg │ │ ├── bowling-ball.svg │ │ ├── box-arrow-down.svg │ │ ├── box-arrow-up.svg │ │ ├── boxing-glove.svg │ │ ├── brackets-angle.svg │ │ ├── brackets-curly.svg │ │ ├── brackets-round.svg │ │ ├── brackets-square.svg │ │ ├── brain.svg │ │ ├── brandy.svg │ │ ├── bread.svg │ │ ├── bridge.svg │ │ ├── briefcase-metal.svg │ │ ├── briefcase.svg │ │ ├── broadcast.svg │ │ ├── broom.svg │ │ ├── browser.svg │ │ ├── browsers.svg │ │ ├── bug-beetle.svg │ │ ├── bug-droid.svg │ │ ├── bug.svg │ │ ├── building-apartment.svg │ │ ├── building-office.svg │ │ ├── building.svg │ │ ├── buildings.svg │ │ ├── bulldozer.svg │ │ ├── bus.svg │ │ ├── butterfly.svg │ │ ├── cable-car.svg │ │ ├── cactus.svg │ │ ├── cake.svg │ │ ├── calculator.svg │ │ ├── calendar-blank.svg │ │ ├── calendar-check.svg │ │ ├── calendar-dot.svg │ │ ├── calendar-dots.svg │ │ ├── calendar-heart.svg │ │ ├── calendar-minus.svg │ │ ├── calendar-plus.svg │ │ ├── calendar-slash.svg │ │ ├── calendar-star.svg │ │ ├── calendar-x.svg │ │ ├── calendar.svg │ │ ├── call-bell.svg │ │ ├── camera-plus.svg │ │ ├── camera-rotate.svg │ │ ├── camera-slash.svg │ │ ├── camera.svg │ │ ├── campfire.svg │ │ ├── car-battery.svg │ │ ├── car-profile.svg │ │ ├── car-simple.svg │ │ ├── car.svg │ │ ├── cardholder.svg │ │ ├── cards-three.svg │ │ ├── cards.svg │ │ ├── caret-circle-double-down.svg │ │ ├── caret-circle-double-left.svg │ │ ├── caret-circle-double-right.svg │ │ ├── caret-circle-double-up.svg │ │ ├── caret-circle-down.svg │ │ ├── caret-circle-left.svg │ │ ├── caret-circle-right.svg │ │ ├── caret-circle-up-down.svg │ │ ├── caret-circle-up.svg │ │ ├── caret-double-down.svg │ │ ├── caret-double-left.svg │ │ ├── caret-double-right.svg │ │ ├── caret-double-up.svg │ │ ├── caret-down.svg │ │ ├── caret-left.svg │ │ ├── caret-line-down.svg │ │ ├── caret-line-left.svg │ │ ├── caret-line-right.svg │ │ ├── caret-line-up.svg │ │ ├── caret-right.svg │ │ ├── caret-up-down.svg │ │ ├── caret-up.svg │ │ ├── carrot.svg │ │ ├── cash-register.svg │ │ ├── cassette-tape.svg │ │ ├── castle-turret.svg │ │ ├── cat.svg │ │ ├── cell-signal-full.svg │ │ ├── cell-signal-high.svg │ │ ├── cell-signal-low.svg │ │ ├── cell-signal-medium.svg │ │ ├── cell-signal-none.svg │ │ ├── cell-signal-slash.svg │ │ ├── cell-signal-x.svg │ │ ├── cell-tower.svg │ │ ├── certificate.svg │ │ ├── chair.svg │ │ ├── chalkboard-simple.svg │ │ ├── chalkboard-teacher.svg │ │ ├── chalkboard.svg │ │ ├── champagne.svg │ │ ├── charging-station.svg │ │ ├── chart-bar-horizontal.svg │ │ ├── chart-bar.svg │ │ ├── chart-donut.svg │ │ ├── chart-line-down.svg │ │ ├── chart-line-up.svg │ │ ├── chart-line.svg │ │ ├── chart-pie-slice.svg │ │ ├── chart-pie.svg │ │ ├── chart-polar.svg │ │ ├── chart-scatter.svg │ │ ├── chat-centered-dots.svg │ │ ├── chat-centered-slash.svg │ │ ├── chat-centered-text.svg │ │ ├── chat-centered.svg │ │ ├── chat-circle-dots.svg │ │ ├── chat-circle-slash.svg │ │ ├── chat-circle-text.svg │ │ ├── chat-circle.svg │ │ ├── chat-dots.svg │ │ ├── chat-slash.svg │ │ ├── chat-teardrop-dots.svg │ │ ├── chat-teardrop-slash.svg │ │ ├── chat-teardrop-text.svg │ │ ├── chat-teardrop.svg │ │ ├── chat-text.svg │ │ ├── chat.svg │ │ ├── chats-circle.svg │ │ ├── chats-teardrop.svg │ │ ├── chats.svg │ │ ├── check-circle.svg │ │ ├── check-fat.svg │ │ ├── check-square-offset.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── checkerboard.svg │ │ ├── checks.svg │ │ ├── cheers.svg │ │ ├── cheese.svg │ │ ├── chef-hat.svg │ │ ├── cherries.svg │ │ ├── church.svg │ │ ├── cigarette-slash.svg │ │ ├── cigarette.svg │ │ ├── circle-dashed.svg │ │ ├── circle-half-tilt.svg │ │ ├── circle-half.svg │ │ ├── circle-notch.svg │ │ ├── circle.svg │ │ ├── circles-four.svg │ │ ├── circles-three-plus.svg │ │ ├── circles-three.svg │ │ ├── circuitry.svg │ │ ├── city.svg │ │ ├── clipboard-text.svg │ │ ├── clipboard.svg │ │ ├── clock-afternoon.svg │ │ ├── clock-clockwise.svg │ │ ├── clock-countdown.svg │ │ ├── clock-counter-clockwise.svg │ │ ├── clock-user.svg │ │ ├── clock.svg │ │ ├── closed-captioning.svg │ │ ├── cloud-arrow-down.svg │ │ ├── cloud-arrow-up.svg │ │ ├── cloud-check.svg │ │ ├── cloud-fog.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-moon.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-slash.svg │ │ ├── cloud-snow.svg │ │ ├── cloud-sun.svg │ │ ├── cloud-warning.svg │ │ ├── cloud-x.svg │ │ ├── cloud.svg │ │ ├── clover.svg │ │ ├── club.svg │ │ ├── coat-hanger.svg │ │ ├── coda-logo.svg │ │ ├── code-block.svg │ │ ├── code-simple.svg │ │ ├── code.svg │ │ ├── codepen-logo.svg │ │ ├── codesandbox-logo.svg │ │ ├── coffee-bean.svg │ │ ├── coffee.svg │ │ ├── coin-vertical.svg │ │ ├── coin.svg │ │ ├── coins.svg │ │ ├── columns-plus-left.svg │ │ ├── columns-plus-right.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass-rose.svg │ │ ├── compass-tool.svg │ │ ├── compass.svg │ │ ├── computer-tower.svg │ │ ├── confetti.svg │ │ ├── contactless-payment.svg │ │ ├── control.svg │ │ ├── cookie.svg │ │ ├── cooking-pot.svg │ │ ├── copy-simple.svg │ │ ├── copy.svg │ │ ├── copyleft.svg │ │ ├── copyright.svg │ │ ├── corners-in.svg │ │ ├── corners-out.svg │ │ ├── couch.svg │ │ ├── court-basketball.svg │ │ ├── cow.svg │ │ ├── cowboy-hat.svg │ │ ├── cpu.svg │ │ ├── crane-tower.svg │ │ ├── crane.svg │ │ ├── credit-card.svg │ │ ├── cricket.svg │ │ ├── crop.svg │ │ ├── cross.svg │ │ ├── crosshair-simple.svg │ │ ├── crosshair.svg │ │ ├── crown-cross.svg │ │ ├── crown-simple.svg │ │ ├── crown.svg │ │ ├── cube-focus.svg │ │ ├── cube-transparent.svg │ │ ├── cube.svg │ │ ├── currency-btc.svg │ │ ├── currency-circle-dollar.svg │ │ ├── currency-cny.svg │ │ ├── currency-dollar-simple.svg │ │ ├── currency-dollar.svg │ │ ├── currency-eth.svg │ │ ├── currency-eur.svg │ │ ├── currency-gbp.svg │ │ ├── currency-inr.svg │ │ ├── currency-jpy.svg │ │ ├── currency-krw.svg │ │ ├── currency-kzt.svg │ │ ├── currency-ngn.svg │ │ ├── currency-rub.svg │ │ ├── cursor-click.svg │ │ ├── cursor-text.svg │ │ ├── cursor.svg │ │ ├── cylinder.svg │ │ ├── database.svg │ │ ├── desk.svg │ │ ├── desktop-tower.svg │ │ ├── desktop.svg │ │ ├── detective.svg │ │ ├── dev-to-logo.svg │ │ ├── device-mobile-camera.svg │ │ ├── device-mobile-slash.svg │ │ ├── device-mobile-speaker.svg │ │ ├── device-mobile.svg │ │ ├── device-rotate.svg │ │ ├── device-tablet-camera.svg │ │ ├── device-tablet-speaker.svg │ │ ├── device-tablet.svg │ │ ├── devices.svg │ │ ├── diamond.svg │ │ ├── diamonds-four.svg │ │ ├── dice-five.svg │ │ ├── dice-four.svg │ │ ├── dice-one.svg │ │ ├── dice-six.svg │ │ ├── dice-three.svg │ │ ├── dice-two.svg │ │ ├── disc.svg │ │ ├── disco-ball.svg │ │ ├── discord-logo.svg │ │ ├── divide.svg │ │ ├── dna.svg │ │ ├── dog.svg │ │ ├── door-open.svg │ │ ├── door.svg │ │ ├── dot-outline.svg │ │ ├── dot.svg │ │ ├── dots-nine.svg │ │ ├── dots-six-vertical.svg │ │ ├── dots-six.svg │ │ ├── dots-three-circle-vertical.svg │ │ ├── dots-three-circle.svg │ │ ├── dots-three-outline-vertical.svg │ │ ├── dots-three-outline.svg │ │ ├── dots-three-vertical.svg │ │ ├── dots-three.svg │ │ ├── download-simple.svg │ │ ├── download.svg │ │ ├── dress.svg │ │ ├── dresser.svg │ │ ├── dribbble-logo.svg │ │ ├── drone.svg │ │ ├── drop-half-bottom.svg │ │ ├── drop-half.svg │ │ ├── drop-simple.svg │ │ ├── drop-slash.svg │ │ ├── drop.svg │ │ ├── dropbox-logo.svg │ │ ├── ear-slash.svg │ │ ├── ear.svg │ │ ├── egg-crack.svg │ │ ├── egg.svg │ │ ├── eject-simple.svg │ │ ├── eject.svg │ │ ├── elevator.svg │ │ ├── empty.svg │ │ ├── engine.svg │ │ ├── envelope-open.svg │ │ ├── envelope-simple-open.svg │ │ ├── envelope-simple.svg │ │ ├── envelope.svg │ │ ├── equalizer.svg │ │ ├── equals.svg │ │ ├── eraser.svg │ │ ├── escalator-down.svg │ │ ├── escalator-up.svg │ │ ├── exam.svg │ │ ├── exclamation-mark.svg │ │ ├── exclude-square.svg │ │ ├── exclude.svg │ │ ├── export.svg │ │ ├── eye-closed.svg │ │ ├── eye-slash.svg │ │ ├── eye.svg │ │ ├── eyedropper-sample.svg │ │ ├── eyedropper.svg │ │ ├── eyeglasses.svg │ │ ├── eyes.svg │ │ ├── face-mask.svg │ │ ├── facebook-logo.svg │ │ ├── factory.svg │ │ ├── faders-horizontal.svg │ │ ├── faders.svg │ │ ├── fallout-shelter.svg │ │ ├── fan.svg │ │ ├── farm.svg │ │ ├── fast-forward-circle.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── fediverse-logo.svg │ │ ├── figma-logo.svg │ │ ├── file-archive.svg │ │ ├── file-arrow-down.svg │ │ ├── file-arrow-up.svg │ │ ├── file-audio.svg │ │ ├── file-c-sharp.svg │ │ ├── file-c.svg │ │ ├── file-cloud.svg │ │ ├── file-code.svg │ │ ├── file-cpp.svg │ │ ├── file-css.svg │ │ ├── file-csv.svg │ │ ├── file-dashed.svg │ │ ├── file-doc.svg │ │ ├── file-html.svg │ │ ├── file-image.svg │ │ ├── file-ini.svg │ │ ├── file-jpg.svg │ │ ├── file-js.svg │ │ ├── file-jsx.svg │ │ ├── file-lock.svg │ │ ├── file-magnifying-glass.svg │ │ ├── file-md.svg │ │ ├── file-minus.svg │ │ ├── file-pdf.svg │ │ ├── file-plus.svg │ │ ├── file-png.svg │ │ ├── file-ppt.svg │ │ ├── file-py.svg │ │ ├── file-rs.svg │ │ ├── file-sql.svg │ │ ├── file-svg.svg │ │ ├── file-text.svg │ │ ├── file-ts.svg │ │ ├── file-tsx.svg │ │ ├── file-txt.svg │ │ ├── file-video.svg │ │ ├── file-vue.svg │ │ ├── file-x.svg │ │ ├── file-xls.svg │ │ ├── file-zip.svg │ │ ├── file.svg │ │ ├── files.svg │ │ ├── film-reel.svg │ │ ├── film-script.svg │ │ ├── film-slate.svg │ │ ├── film-strip.svg │ │ ├── fingerprint-simple.svg │ │ ├── fingerprint.svg │ │ ├── finn-the-human.svg │ │ ├── fire-extinguisher.svg │ │ ├── fire-simple.svg │ │ ├── fire-truck.svg │ │ ├── fire.svg │ │ ├── first-aid-kit.svg │ │ ├── first-aid.svg │ │ ├── fish-simple.svg │ │ ├── fish.svg │ │ ├── flag-banner-fold.svg │ │ ├── flag-banner.svg │ │ ├── flag-checkered.svg │ │ ├── flag-pennant.svg │ │ ├── flag.svg │ │ ├── flame.svg │ │ ├── flashlight.svg │ │ ├── flask.svg │ │ ├── flip-horizontal.svg │ │ ├── flip-vertical.svg │ │ ├── floppy-disk-back.svg │ │ ├── floppy-disk.svg │ │ ├── flow-arrow.svg │ │ ├── flower-lotus.svg │ │ ├── flower-tulip.svg │ │ ├── flower.svg │ │ ├── flying-saucer.svg │ │ ├── folder-dashed.svg │ │ ├── folder-lock.svg │ │ ├── folder-minus.svg │ │ ├── folder-open.svg │ │ ├── folder-plus.svg │ │ ├── folder-simple-dashed.svg │ │ ├── folder-simple-lock.svg │ │ ├── folder-simple-minus.svg │ │ ├── folder-simple-plus.svg │ │ ├── folder-simple-star.svg │ │ ├── folder-simple-user.svg │ │ ├── folder-simple.svg │ │ ├── folder-star.svg │ │ ├── folder-user.svg │ │ ├── folder.svg │ │ ├── folders.svg │ │ ├── football-helmet.svg │ │ ├── football.svg │ │ ├── footprints.svg │ │ ├── fork-knife.svg │ │ ├── four-k.svg │ │ ├── frame-corners.svg │ │ ├── framer-logo.svg │ │ ├── function.svg │ │ ├── funnel-simple-x.svg │ │ ├── funnel-simple.svg │ │ ├── funnel-x.svg │ │ ├── funnel.svg │ │ ├── game-controller.svg │ │ ├── garage.svg │ │ ├── gas-can.svg │ │ ├── gas-pump.svg │ │ ├── gauge.svg │ │ ├── gavel.svg │ │ ├── gear-fine.svg │ │ ├── gear-six.svg │ │ ├── gear.svg │ │ ├── gender-female.svg │ │ ├── gender-intersex.svg │ │ ├── gender-male.svg │ │ ├── gender-neuter.svg │ │ ├── gender-nonbinary.svg │ │ ├── gender-transgender.svg │ │ ├── ghost.svg │ │ ├── gif.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-diff.svg │ │ ├── git-fork.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github-logo.svg │ │ ├── gitlab-logo-simple.svg │ │ ├── gitlab-logo.svg │ │ ├── globe-hemisphere-east.svg │ │ ├── globe-hemisphere-west.svg │ │ ├── globe-simple-x.svg │ │ ├── globe-simple.svg │ │ ├── globe-stand.svg │ │ ├── globe-x.svg │ │ ├── globe.svg │ │ ├── goggles.svg │ │ ├── golf.svg │ │ ├── goodreads-logo.svg │ │ ├── google-cardboard-logo.svg │ │ ├── google-chrome-logo.svg │ │ ├── google-drive-logo.svg │ │ ├── google-logo.svg │ │ ├── google-photos-logo.svg │ │ ├── google-play-logo.svg │ │ ├── google-podcasts-logo.svg │ │ ├── gps-fix.svg │ │ ├── gps-slash.svg │ │ ├── gps.svg │ │ ├── gradient.svg │ │ ├── graduation-cap.svg │ │ ├── grains-slash.svg │ │ ├── grains.svg │ │ ├── graph.svg │ │ ├── graphics-card.svg │ │ ├── greater-than-or-equal.svg │ │ ├── greater-than.svg │ │ ├── grid-four.svg │ │ ├── grid-nine.svg │ │ ├── guitar.svg │ │ ├── hair-dryer.svg │ │ ├── hamburger.svg │ │ ├── hammer.svg │ │ ├── hand-arrow-down.svg │ │ ├── hand-arrow-up.svg │ │ ├── hand-coins.svg │ │ ├── hand-deposit.svg │ │ ├── hand-eye.svg │ │ ├── hand-fist.svg │ │ ├── hand-grabbing.svg │ │ ├── hand-heart.svg │ │ ├── hand-palm.svg │ │ ├── hand-peace.svg │ │ ├── hand-pointing.svg │ │ ├── hand-soap.svg │ │ ├── hand-swipe-left.svg │ │ ├── hand-swipe-right.svg │ │ ├── hand-tap.svg │ │ ├── hand-waving.svg │ │ ├── hand-withdraw.svg │ │ ├── hand.svg │ │ ├── handbag-simple.svg │ │ ├── handbag.svg │ │ ├── hands-clapping.svg │ │ ├── hands-praying.svg │ │ ├── handshake.svg │ │ ├── hard-drive.svg │ │ ├── hard-drives.svg │ │ ├── hard-hat.svg │ │ ├── hash-straight.svg │ │ ├── hash.svg │ │ ├── head-circuit.svg │ │ ├── headlights.svg │ │ ├── headphones.svg │ │ ├── headset.svg │ │ ├── heart-break.svg │ │ ├── heart-half.svg │ │ ├── heart-straight-break.svg │ │ ├── heart-straight.svg │ │ ├── heart.svg │ │ ├── heartbeat.svg │ │ ├── hexagon.svg │ │ ├── high-definition.svg │ │ ├── high-heel.svg │ │ ├── highlighter-circle.svg │ │ ├── highlighter.svg │ │ ├── hockey.svg │ │ ├── hoodie.svg │ │ ├── horse.svg │ │ ├── hospital.svg │ │ ├── hourglass-high.svg │ │ ├── hourglass-low.svg │ │ ├── hourglass-medium.svg │ │ ├── hourglass-simple-high.svg │ │ ├── hourglass-simple-low.svg │ │ ├── hourglass-simple-medium.svg │ │ ├── hourglass-simple.svg │ │ ├── hourglass.svg │ │ ├── house-line.svg │ │ ├── house-simple.svg │ │ ├── house.svg │ │ ├── hurricane.svg │ │ ├── ice-cream.svg │ │ ├── identification-badge.svg │ │ ├── identification-card.svg │ │ ├── image-broken.svg │ │ ├── image-square.svg │ │ ├── image.svg │ │ ├── images-square.svg │ │ ├── images.svg │ │ ├── infinity.svg │ │ ├── info.svg │ │ ├── instagram-logo.svg │ │ ├── intersect-square.svg │ │ ├── intersect-three.svg │ │ ├── intersect.svg │ │ ├── intersection.svg │ │ ├── invoice.svg │ │ ├── island.svg │ │ ├── jar-label.svg │ │ ├── jar.svg │ │ ├── jeep.svg │ │ ├── joystick.svg │ │ ├── kanban.svg │ │ ├── key-return.svg │ │ ├── key.svg │ │ ├── keyboard.svg │ │ ├── keyhole.svg │ │ ├── knife.svg │ │ ├── ladder-simple.svg │ │ ├── ladder.svg │ │ ├── lamp-pendant.svg │ │ ├── lamp.svg │ │ ├── laptop.svg │ │ ├── lasso.svg │ │ ├── lastfm-logo.svg │ │ ├── layout.svg │ │ ├── leaf.svg │ │ ├── lectern.svg │ │ ├── lego-smiley.svg │ │ ├── lego.svg │ │ ├── less-than-or-equal.svg │ │ ├── less-than.svg │ │ ├── letter-circle-h.svg │ │ ├── letter-circle-p.svg │ │ ├── letter-circle-v.svg │ │ ├── lifebuoy.svg │ │ ├── lightbulb-filament.svg │ │ ├── lightbulb.svg │ │ ├── lighthouse.svg │ │ ├── lightning-a.svg │ │ ├── lightning-slash.svg │ │ ├── lightning.svg │ │ ├── line-segment.svg │ │ ├── line-segments.svg │ │ ├── line-vertical.svg │ │ ├── link-break.svg │ │ ├── link-simple-break.svg │ │ ├── link-simple-horizontal-break.svg │ │ ├── link-simple-horizontal.svg │ │ ├── link-simple.svg │ │ ├── link.svg │ │ ├── linkedin-logo.svg │ │ ├── linktree-logo.svg │ │ ├── linux-logo.svg │ │ ├── list-bullets.svg │ │ ├── list-checks.svg │ │ ├── list-dashes.svg │ │ ├── list-heart.svg │ │ ├── list-magnifying-glass.svg │ │ ├── list-numbers.svg │ │ ├── list-plus.svg │ │ ├── list-star.svg │ │ ├── list.svg │ │ ├── lock-key-open.svg │ │ ├── lock-key.svg │ │ ├── lock-laminated-open.svg │ │ ├── lock-laminated.svg │ │ ├── lock-open.svg │ │ ├── lock-simple-open.svg │ │ ├── lock-simple.svg │ │ ├── lock.svg │ │ ├── lockers.svg │ │ ├── log.svg │ │ ├── magic-wand.svg │ │ ├── magnet-straight.svg │ │ ├── magnet.svg │ │ ├── magnifying-glass-minus.svg │ │ ├── magnifying-glass-plus.svg │ │ ├── magnifying-glass.svg │ │ ├── mailbox.svg │ │ ├── map-pin-area.svg │ │ ├── map-pin-line.svg │ │ ├── map-pin-plus.svg │ │ ├── map-pin-simple-area.svg │ │ ├── map-pin-simple-line.svg │ │ ├── map-pin-simple.svg │ │ ├── map-pin.svg │ │ ├── map-trifold.svg │ │ ├── markdown-logo.svg │ │ ├── marker-circle.svg │ │ ├── martini.svg │ │ ├── mask-happy.svg │ │ ├── mask-sad.svg │ │ ├── mastodon-logo.svg │ │ ├── math-operations.svg │ │ ├── matrix-logo.svg │ │ ├── medal-military.svg │ │ ├── medal.svg │ │ ├── medium-logo.svg │ │ ├── megaphone-simple.svg │ │ ├── megaphone.svg │ │ ├── member-of.svg │ │ ├── memory.svg │ │ ├── messenger-logo.svg │ │ ├── meta-logo.svg │ │ ├── meteor.svg │ │ ├── metronome.svg │ │ ├── microphone-slash.svg │ │ ├── microphone-stage.svg │ │ ├── microphone.svg │ │ ├── microscope.svg │ │ ├── microsoft-excel-logo.svg │ │ ├── microsoft-outlook-logo.svg │ │ ├── microsoft-powerpoint-logo.svg │ │ ├── microsoft-teams-logo.svg │ │ ├── microsoft-word-logo.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── money-wavy.svg │ │ ├── money.svg │ │ ├── monitor-arrow-up.svg │ │ ├── monitor-play.svg │ │ ├── monitor.svg │ │ ├── moon-stars.svg │ │ ├── moon.svg │ │ ├── moped-front.svg │ │ ├── moped.svg │ │ ├── mosque.svg │ │ ├── motorcycle.svg │ │ ├── mountains.svg │ │ ├── mouse-left-click.svg │ │ ├── mouse-middle-click.svg │ │ ├── mouse-right-click.svg │ │ ├── mouse-scroll.svg │ │ ├── mouse-simple.svg │ │ ├── mouse.svg │ │ ├── music-note-simple.svg │ │ ├── music-note.svg │ │ ├── music-notes-minus.svg │ │ ├── music-notes-plus.svg │ │ ├── music-notes-simple.svg │ │ ├── music-notes.svg │ │ ├── navigation-arrow.svg │ │ ├── needle.svg │ │ ├── network-slash.svg │ │ ├── network-x.svg │ │ ├── network.svg │ │ ├── newspaper-clipping.svg │ │ ├── newspaper.svg │ │ ├── not-equals.svg │ │ ├── not-member-of.svg │ │ ├── not-subset-of.svg │ │ ├── not-superset-of.svg │ │ ├── notches.svg │ │ ├── note-blank.svg │ │ ├── note-pencil.svg │ │ ├── note.svg │ │ ├── notebook.svg │ │ ├── notepad.svg │ │ ├── notification.svg │ │ ├── notion-logo.svg │ │ ├── nuclear-plant.svg │ │ ├── number-circle-eight.svg │ │ ├── number-circle-five.svg │ │ ├── number-circle-four.svg │ │ ├── number-circle-nine.svg │ │ ├── number-circle-one.svg │ │ ├── number-circle-seven.svg │ │ ├── number-circle-six.svg │ │ ├── number-circle-three.svg │ │ ├── number-circle-two.svg │ │ ├── number-circle-zero.svg │ │ ├── number-eight.svg │ │ ├── number-five.svg │ │ ├── number-four.svg │ │ ├── number-nine.svg │ │ ├── number-one.svg │ │ ├── number-seven.svg │ │ ├── number-six.svg │ │ ├── number-square-eight.svg │ │ ├── number-square-five.svg │ │ ├── number-square-four.svg │ │ ├── number-square-nine.svg │ │ ├── number-square-one.svg │ │ ├── number-square-seven.svg │ │ ├── number-square-six.svg │ │ ├── number-square-three.svg │ │ ├── number-square-two.svg │ │ ├── number-square-zero.svg │ │ ├── number-three.svg │ │ ├── number-two.svg │ │ ├── number-zero.svg │ │ ├── numpad.svg │ │ ├── nut.svg │ │ ├── ny-times-logo.svg │ │ ├── octagon.svg │ │ ├── office-chair.svg │ │ ├── onigiri.svg │ │ ├── open-ai-logo.svg │ │ ├── option.svg │ │ ├── orange-slice.svg │ │ ├── orange.svg │ │ ├── oven.svg │ │ ├── package.svg │ │ ├── paint-brush-broad.svg │ │ ├── paint-brush-household.svg │ │ ├── paint-brush.svg │ │ ├── paint-bucket.svg │ │ ├── paint-roller.svg │ │ ├── palette.svg │ │ ├── panorama.svg │ │ ├── pants.svg │ │ ├── paper-plane-right.svg │ │ ├── paper-plane-tilt.svg │ │ ├── paper-plane.svg │ │ ├── paperclip-horizontal.svg │ │ ├── paperclip.svg │ │ ├── parachute.svg │ │ ├── paragraph.svg │ │ ├── parallelogram.svg │ │ ├── park.svg │ │ ├── password.svg │ │ ├── path.svg │ │ ├── patreon-logo.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── paw-print.svg │ │ ├── paypal-logo.svg │ │ ├── peace.svg │ │ ├── pen-nib-straight.svg │ │ ├── pen-nib.svg │ │ ├── pen.svg │ │ ├── pencil-circle.svg │ │ ├── pencil-line.svg │ │ ├── pencil-ruler.svg │ │ ├── pencil-simple-line.svg │ │ ├── pencil-simple-slash.svg │ │ ├── pencil-simple.svg │ │ ├── pencil-slash.svg │ │ ├── pencil.svg │ │ ├── pentagon.svg │ │ ├── pentagram.svg │ │ ├── pepper.svg │ │ ├── percent.svg │ │ ├── person-arms-spread.svg │ │ ├── person-simple-bike.svg │ │ ├── person-simple-circle.svg │ │ ├── person-simple-hike.svg │ │ ├── person-simple-run.svg │ │ ├── person-simple-ski.svg │ │ ├── person-simple-snowboard.svg │ │ ├── person-simple-swim.svg │ │ ├── person-simple-tai-chi.svg │ │ ├── person-simple-throw.svg │ │ ├── person-simple-walk.svg │ │ ├── person-simple.svg │ │ ├── person.svg │ │ ├── perspective.svg │ │ ├── phone-call.svg │ │ ├── phone-disconnect.svg │ │ ├── phone-incoming.svg │ │ ├── phone-list.svg │ │ ├── phone-outgoing.svg │ │ ├── phone-pause.svg │ │ ├── phone-plus.svg │ │ ├── phone-slash.svg │ │ ├── phone-transfer.svg │ │ ├── phone-x.svg │ │ ├── phone.svg │ │ ├── phosphor-logo.svg │ │ ├── pi.svg │ │ ├── piano-keys.svg │ │ ├── picnic-table.svg │ │ ├── picture-in-picture.svg │ │ ├── piggy-bank.svg │ │ ├── pill.svg │ │ ├── ping-pong.svg │ │ ├── pint-glass.svg │ │ ├── pinterest-logo.svg │ │ ├── pinwheel.svg │ │ ├── pipe-wrench.svg │ │ ├── pipe.svg │ │ ├── pix-logo.svg │ │ ├── pizza.svg │ │ ├── placeholder.svg │ │ ├── planet.svg │ │ ├── plant.svg │ │ ├── play-circle.svg │ │ ├── play-pause.svg │ │ ├── play.svg │ │ ├── playlist.svg │ │ ├── plug-charging.svg │ │ ├── plug.svg │ │ ├── plugs-connected.svg │ │ ├── plugs.svg │ │ ├── plus-circle.svg │ │ ├── plus-minus.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── poker-chip.svg │ │ ├── police-car.svg │ │ ├── polygon.svg │ │ ├── popcorn.svg │ │ ├── popsicle.svg │ │ ├── potted-plant.svg │ │ ├── power.svg │ │ ├── prescription.svg │ │ ├── presentation-chart.svg │ │ ├── presentation.svg │ │ ├── printer.svg │ │ ├── prohibit-inset.svg │ │ ├── prohibit.svg │ │ ├── projector-screen-chart.svg │ │ ├── projector-screen.svg │ │ ├── pulse.svg │ │ ├── push-pin-simple-slash.svg │ │ ├── push-pin-simple.svg │ │ ├── push-pin-slash.svg │ │ ├── push-pin.svg │ │ ├── puzzle-piece.svg │ │ ├── qr-code.svg │ │ ├── question-mark.svg │ │ ├── question.svg │ │ ├── queue.svg │ │ ├── quotes.svg │ │ ├── rabbit.svg │ │ ├── racquet.svg │ │ ├── radical.svg │ │ ├── radio-button.svg │ │ ├── radio.svg │ │ ├── radioactive.svg │ │ ├── rainbow-cloud.svg │ │ ├── rainbow.svg │ │ ├── ranking.svg │ │ ├── read-cv-logo.svg │ │ ├── receipt-x.svg │ │ ├── receipt.svg │ │ ├── record.svg │ │ ├── rectangle-dashed.svg │ │ ├── rectangle.svg │ │ ├── recycle.svg │ │ ├── reddit-logo.svg │ │ ├── repeat-once.svg │ │ ├── repeat.svg │ │ ├── replit-logo.svg │ │ ├── resize.svg │ │ ├── rewind-circle.svg │ │ ├── rewind.svg │ │ ├── road-horizon.svg │ │ ├── robot.svg │ │ ├── rocket-launch.svg │ │ ├── rocket.svg │ │ ├── rows-plus-bottom.svg │ │ ├── rows-plus-top.svg │ │ ├── rows.svg │ │ ├── rss-simple.svg │ │ ├── rss.svg │ │ ├── rug.svg │ │ ├── ruler.svg │ │ ├── sailboat.svg │ │ ├── scales.svg │ │ ├── scan-smiley.svg │ │ ├── scan.svg │ │ ├── scissors.svg │ │ ├── scooter.svg │ │ ├── screencast.svg │ │ ├── screwdriver.svg │ │ ├── scribble-loop.svg │ │ ├── scribble.svg │ │ ├── scroll.svg │ │ ├── seal-check.svg │ │ ├── seal-percent.svg │ │ ├── seal-question.svg │ │ ├── seal-warning.svg │ │ ├── seal.svg │ │ ├── seat.svg │ │ ├── seatbelt.svg │ │ ├── security-camera.svg │ │ ├── selection-all.svg │ │ ├── selection-background.svg │ │ ├── selection-foreground.svg │ │ ├── selection-inverse.svg │ │ ├── selection-plus.svg │ │ ├── selection-slash.svg │ │ ├── selection.svg │ │ ├── shapes.svg │ │ ├── share-fat.svg │ │ ├── share-network.svg │ │ ├── share.svg │ │ ├── shield-check.svg │ │ ├── shield-checkered.svg │ │ ├── shield-chevron.svg │ │ ├── shield-plus.svg │ │ ├── shield-slash.svg │ │ ├── shield-star.svg │ │ ├── shield-warning.svg │ │ ├── shield.svg │ │ ├── shipping-container.svg │ │ ├── shirt-folded.svg │ │ ├── shooting-star.svg │ │ ├── shopping-bag-open.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart-simple.svg │ │ ├── shopping-cart.svg │ │ ├── shovel.svg │ │ ├── shower.svg │ │ ├── shrimp.svg │ │ ├── shuffle-angular.svg │ │ ├── shuffle-simple.svg │ │ ├── shuffle.svg │ │ ├── sidebar-simple.svg │ │ ├── sidebar.svg │ │ ├── sigma.svg │ │ ├── sign-in.svg │ │ ├── sign-out.svg │ │ ├── signature.svg │ │ ├── signpost.svg │ │ ├── sim-card.svg │ │ ├── siren.svg │ │ ├── sketch-logo.svg │ │ ├── skip-back-circle.svg │ │ ├── skip-back.svg │ │ ├── skip-forward-circle.svg │ │ ├── skip-forward.svg │ │ ├── skull.svg │ │ ├── skype-logo.svg │ │ ├── slack-logo.svg │ │ ├── sliders-horizontal.svg │ │ ├── sliders.svg │ │ ├── slideshow.svg │ │ ├── smiley-angry.svg │ │ ├── smiley-blank.svg │ │ ├── smiley-meh.svg │ │ ├── smiley-melting.svg │ │ ├── smiley-nervous.svg │ │ ├── smiley-sad.svg │ │ ├── smiley-sticker.svg │ │ ├── smiley-wink.svg │ │ ├── smiley-x-eyes.svg │ │ ├── smiley.svg │ │ ├── snapchat-logo.svg │ │ ├── sneaker-move.svg │ │ ├── sneaker.svg │ │ ├── snowflake.svg │ │ ├── soccer-ball.svg │ │ ├── sock.svg │ │ ├── solar-panel.svg │ │ ├── solar-roof.svg │ │ ├── sort-ascending.svg │ │ ├── sort-descending.svg │ │ ├── soundcloud-logo.svg │ │ ├── spade.svg │ │ ├── sparkle.svg │ │ ├── speaker-hifi.svg │ │ ├── speaker-high.svg │ │ ├── speaker-low.svg │ │ ├── speaker-none.svg │ │ ├── speaker-simple-high.svg │ │ ├── speaker-simple-low.svg │ │ ├── speaker-simple-none.svg │ │ ├── speaker-simple-slash.svg │ │ ├── speaker-simple-x.svg │ │ ├── speaker-slash.svg │ │ ├── speaker-x.svg │ │ ├── speedometer.svg │ │ ├── sphere.svg │ │ ├── spinner-ball.svg │ │ ├── spinner-gap.svg │ │ ├── spinner.svg │ │ ├── spiral.svg │ │ ├── split-horizontal.svg │ │ ├── split-vertical.svg │ │ ├── spotify-logo.svg │ │ ├── spray-bottle.svg │ │ ├── square-half-bottom.svg │ │ ├── square-half.svg │ │ ├── square-logo.svg │ │ ├── square-split-horizontal.svg │ │ ├── square-split-vertical.svg │ │ ├── square.svg │ │ ├── squares-four.svg │ │ ├── stack-minus.svg │ │ ├── stack-overflow-logo.svg │ │ ├── stack-plus.svg │ │ ├── stack-simple.svg │ │ ├── stack.svg │ │ ├── stairs.svg │ │ ├── stamp.svg │ │ ├── standard-definition.svg │ │ ├── star-and-crescent.svg │ │ ├── star-four.svg │ │ ├── star-half.svg │ │ ├── star-of-david.svg │ │ ├── star.svg │ │ ├── steam-logo.svg │ │ ├── steering-wheel.svg │ │ ├── steps.svg │ │ ├── stethoscope.svg │ │ ├── sticker.svg │ │ ├── stool.svg │ │ ├── stop-circle.svg │ │ ├── stop.svg │ │ ├── storefront.svg │ │ ├── strategy.svg │ │ ├── stripe-logo.svg │ │ ├── student.svg │ │ ├── subset-of.svg │ │ ├── subset-proper-of.svg │ │ ├── subtitles-slash.svg │ │ ├── subtitles.svg │ │ ├── subtract-square.svg │ │ ├── subtract.svg │ │ ├── subway.svg │ │ ├── suitcase-rolling.svg │ │ ├── suitcase-simple.svg │ │ ├── suitcase.svg │ │ ├── sun-dim.svg │ │ ├── sun-horizon.svg │ │ ├── sun.svg │ │ ├── sunglasses.svg │ │ ├── superset-of.svg │ │ ├── superset-proper-of.svg │ │ ├── swap.svg │ │ ├── swatches.svg │ │ ├── swimming-pool.svg │ │ ├── sword.svg │ │ ├── synagogue.svg │ │ ├── syringe.svg │ │ ├── t-shirt.svg │ │ ├── table.svg │ │ ├── tabs.svg │ │ ├── tag-chevron.svg │ │ ├── tag-simple.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── taxi.svg │ │ ├── tea-bag.svg │ │ ├── telegram-logo.svg │ │ ├── television-simple.svg │ │ ├── television.svg │ │ ├── tennis-ball.svg │ │ ├── tent.svg │ │ ├── terminal-window.svg │ │ ├── terminal.svg │ │ ├── test-tube.svg │ │ ├── text-a-underline.svg │ │ ├── text-aa.svg │ │ ├── text-align-center.svg │ │ ├── text-align-justify.svg │ │ ├── text-align-left.svg │ │ ├── text-align-right.svg │ │ ├── text-b.svg │ │ ├── text-columns.svg │ │ ├── text-h-five.svg │ │ ├── text-h-four.svg │ │ ├── text-h-one.svg │ │ ├── text-h-six.svg │ │ ├── text-h-three.svg │ │ ├── text-h-two.svg │ │ ├── text-h.svg │ │ ├── text-indent.svg │ │ ├── text-italic.svg │ │ ├── text-outdent.svg │ │ ├── text-strikethrough.svg │ │ ├── text-subscript.svg │ │ ├── text-superscript.svg │ │ ├── text-t-slash.svg │ │ ├── text-t.svg │ │ ├── text-underline.svg │ │ ├── textbox.svg │ │ ├── thermometer-cold.svg │ │ ├── thermometer-hot.svg │ │ ├── thermometer-simple.svg │ │ ├── thermometer.svg │ │ ├── threads-logo.svg │ │ ├── three-d.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── ticket.svg │ │ ├── tidal-logo.svg │ │ ├── tiktok-logo.svg │ │ ├── tilde.svg │ │ ├── timer.svg │ │ ├── tip-jar.svg │ │ ├── tipi.svg │ │ ├── tire.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── toilet-paper.svg │ │ ├── toilet.svg │ │ ├── toolbox.svg │ │ ├── tooth.svg │ │ ├── tornado.svg │ │ ├── tote-simple.svg │ │ ├── tote.svg │ │ ├── towel.svg │ │ ├── tractor.svg │ │ ├── trademark-registered.svg │ │ ├── trademark.svg │ │ ├── traffic-cone.svg │ │ ├── traffic-sign.svg │ │ ├── traffic-signal.svg │ │ ├── train-regional.svg │ │ ├── train-simple.svg │ │ ├── train.svg │ │ ├── tram.svg │ │ ├── translate.svg │ │ ├── trash-simple.svg │ │ ├── trash.svg │ │ ├── tray-arrow-down.svg │ │ ├── tray-arrow-up.svg │ │ ├── tray.svg │ │ ├── treasure-chest.svg │ │ ├── tree-evergreen.svg │ │ ├── tree-palm.svg │ │ ├── tree-structure.svg │ │ ├── tree-view.svg │ │ ├── tree.svg │ │ ├── trend-down.svg │ │ ├── trend-up.svg │ │ ├── triangle-dashed.svg │ │ ├── triangle.svg │ │ ├── trolley-suitcase.svg │ │ ├── trolley.svg │ │ ├── trophy.svg │ │ ├── truck-trailer.svg │ │ ├── truck.svg │ │ ├── tumblr-logo.svg │ │ ├── twitch-logo.svg │ │ ├── twitter-logo.svg │ │ ├── umbrella-simple.svg │ │ ├── umbrella.svg │ │ ├── union.svg │ │ ├── unite-square.svg │ │ ├── unite.svg │ │ ├── upload-simple.svg │ │ ├── upload.svg │ │ ├── usb.svg │ │ ├── user-check.svg │ │ ├── user-circle-check.svg │ │ ├── user-circle-dashed.svg │ │ ├── user-circle-gear.svg │ │ ├── user-circle-minus.svg │ │ ├── user-circle-plus.svg │ │ ├── user-circle.svg │ │ ├── user-focus.svg │ │ ├── user-gear.svg │ │ ├── user-list.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-rectangle.svg │ │ ├── user-sound.svg │ │ ├── user-square.svg │ │ ├── user-switch.svg │ │ ├── user.svg │ │ ├── users-four.svg │ │ ├── users-three.svg │ │ ├── users.svg │ │ ├── van.svg │ │ ├── vault.svg │ │ ├── vector-three.svg │ │ ├── vector-two.svg │ │ ├── vibrate.svg │ │ ├── video-camera-slash.svg │ │ ├── video-camera.svg │ │ ├── video-conference.svg │ │ ├── video.svg │ │ ├── vignette.svg │ │ ├── vinyl-record.svg │ │ ├── virtual-reality.svg │ │ ├── virus.svg │ │ ├── visor.svg │ │ ├── voicemail.svg │ │ ├── volleyball.svg │ │ ├── wall.svg │ │ ├── wallet.svg │ │ ├── warehouse.svg │ │ ├── warning-circle.svg │ │ ├── warning-diamond.svg │ │ ├── warning-octagon.svg │ │ ├── warning.svg │ │ ├── washing-machine.svg │ │ ├── watch.svg │ │ ├── wave-sawtooth.svg │ │ ├── wave-sine.svg │ │ ├── wave-square.svg │ │ ├── wave-triangle.svg │ │ ├── waveform-slash.svg │ │ ├── waveform.svg │ │ ├── waves.svg │ │ ├── webcam-slash.svg │ │ ├── webcam.svg │ │ ├── webhooks-logo.svg │ │ ├── wechat-logo.svg │ │ ├── whatsapp-logo.svg │ │ ├── wheelchair-motion.svg │ │ ├── wheelchair.svg │ │ ├── wifi-high.svg │ │ ├── wifi-low.svg │ │ ├── wifi-medium.svg │ │ ├── wifi-none.svg │ │ ├── wifi-slash.svg │ │ ├── wifi-x.svg │ │ ├── wind.svg │ │ ├── windmill.svg │ │ ├── windows-logo.svg │ │ ├── wine.svg │ │ ├── wrench.svg │ │ ├── x-circle.svg │ │ ├── x-logo.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── yarn.svg │ │ ├── yin-yang.svg │ │ └── youtube-logo.svg │ └── thin │ │ ├── acorn-thin.svg │ │ ├── address-book-tabs-thin.svg │ │ ├── address-book-thin.svg │ │ ├── air-traffic-control-thin.svg │ │ ├── airplane-in-flight-thin.svg │ │ ├── airplane-landing-thin.svg │ │ ├── airplane-takeoff-thin.svg │ │ ├── airplane-taxiing-thin.svg │ │ ├── airplane-thin.svg │ │ ├── airplane-tilt-thin.svg │ │ ├── airplay-thin.svg │ │ ├── alarm-thin.svg │ │ ├── alien-thin.svg │ │ ├── align-bottom-simple-thin.svg │ │ ├── align-bottom-thin.svg │ │ ├── align-center-horizontal-simple-thin.svg │ │ ├── align-center-horizontal-thin.svg │ │ ├── align-center-vertical-simple-thin.svg │ │ ├── align-center-vertical-thin.svg │ │ ├── align-left-simple-thin.svg │ │ ├── align-left-thin.svg │ │ ├── align-right-simple-thin.svg │ │ ├── align-right-thin.svg │ │ ├── align-top-simple-thin.svg │ │ ├── align-top-thin.svg │ │ ├── amazon-logo-thin.svg │ │ ├── ambulance-thin.svg │ │ ├── anchor-simple-thin.svg │ │ ├── anchor-thin.svg │ │ ├── android-logo-thin.svg │ │ ├── angle-thin.svg │ │ ├── angular-logo-thin.svg │ │ ├── aperture-thin.svg │ │ ├── app-store-logo-thin.svg │ │ ├── app-window-thin.svg │ │ ├── apple-logo-thin.svg │ │ ├── apple-podcasts-logo-thin.svg │ │ ├── approximate-equals-thin.svg │ │ ├── archive-thin.svg │ │ ├── armchair-thin.svg │ │ ├── arrow-arc-left-thin.svg │ │ ├── arrow-arc-right-thin.svg │ │ ├── arrow-bend-double-up-left-thin.svg │ │ ├── arrow-bend-double-up-right-thin.svg │ │ ├── arrow-bend-down-left-thin.svg │ │ ├── arrow-bend-down-right-thin.svg │ │ ├── arrow-bend-left-down-thin.svg │ │ ├── arrow-bend-left-up-thin.svg │ │ ├── arrow-bend-right-down-thin.svg │ │ ├── arrow-bend-right-up-thin.svg │ │ ├── arrow-bend-up-left-thin.svg │ │ ├── arrow-bend-up-right-thin.svg │ │ ├── arrow-circle-down-left-thin.svg │ │ ├── arrow-circle-down-right-thin.svg │ │ ├── arrow-circle-down-thin.svg │ │ ├── arrow-circle-left-thin.svg │ │ ├── arrow-circle-right-thin.svg │ │ ├── arrow-circle-up-left-thin.svg │ │ ├── arrow-circle-up-right-thin.svg │ │ ├── arrow-circle-up-thin.svg │ │ ├── arrow-clockwise-thin.svg │ │ ├── arrow-counter-clockwise-thin.svg │ │ ├── arrow-down-left-thin.svg │ │ ├── arrow-down-right-thin.svg │ │ ├── arrow-down-thin.svg │ │ ├── arrow-elbow-down-left-thin.svg │ │ ├── arrow-elbow-down-right-thin.svg │ │ ├── arrow-elbow-left-down-thin.svg │ │ ├── arrow-elbow-left-thin.svg │ │ ├── arrow-elbow-left-up-thin.svg │ │ ├── arrow-elbow-right-down-thin.svg │ │ ├── arrow-elbow-right-thin.svg │ │ ├── arrow-elbow-right-up-thin.svg │ │ ├── arrow-elbow-up-left-thin.svg │ │ ├── arrow-elbow-up-right-thin.svg │ │ ├── arrow-fat-down-thin.svg │ │ ├── arrow-fat-left-thin.svg │ │ ├── arrow-fat-line-down-thin.svg │ │ ├── arrow-fat-line-left-thin.svg │ │ ├── arrow-fat-line-right-thin.svg │ │ ├── arrow-fat-line-up-thin.svg │ │ ├── arrow-fat-lines-down-thin.svg │ │ ├── arrow-fat-lines-left-thin.svg │ │ ├── arrow-fat-lines-right-thin.svg │ │ ├── arrow-fat-lines-up-thin.svg │ │ ├── arrow-fat-right-thin.svg │ │ ├── arrow-fat-up-thin.svg │ │ ├── arrow-left-thin.svg │ │ ├── arrow-line-down-left-thin.svg │ │ ├── arrow-line-down-right-thin.svg │ │ ├── arrow-line-down-thin.svg │ │ ├── arrow-line-left-thin.svg │ │ ├── arrow-line-right-thin.svg │ │ ├── arrow-line-up-left-thin.svg │ │ ├── arrow-line-up-right-thin.svg │ │ ├── arrow-line-up-thin.svg │ │ ├── arrow-right-thin.svg │ │ ├── arrow-square-down-left-thin.svg │ │ ├── arrow-square-down-right-thin.svg │ │ ├── arrow-square-down-thin.svg │ │ ├── arrow-square-in-thin.svg │ │ ├── arrow-square-left-thin.svg │ │ ├── arrow-square-out-thin.svg │ │ ├── arrow-square-right-thin.svg │ │ ├── arrow-square-up-left-thin.svg │ │ ├── arrow-square-up-right-thin.svg │ │ ├── arrow-square-up-thin.svg │ │ ├── arrow-u-down-left-thin.svg │ │ ├── arrow-u-down-right-thin.svg │ │ ├── arrow-u-left-down-thin.svg │ │ ├── arrow-u-left-up-thin.svg │ │ ├── arrow-u-right-down-thin.svg │ │ ├── arrow-u-right-up-thin.svg │ │ ├── arrow-u-up-left-thin.svg │ │ ├── arrow-u-up-right-thin.svg │ │ ├── arrow-up-left-thin.svg │ │ ├── arrow-up-right-thin.svg │ │ ├── arrow-up-thin.svg │ │ ├── arrows-clockwise-thin.svg │ │ ├── arrows-counter-clockwise-thin.svg │ │ ├── arrows-down-up-thin.svg │ │ ├── arrows-horizontal-thin.svg │ │ ├── arrows-in-cardinal-thin.svg │ │ ├── arrows-in-line-horizontal-thin.svg │ │ ├── arrows-in-line-vertical-thin.svg │ │ ├── arrows-in-simple-thin.svg │ │ ├── arrows-in-thin.svg │ │ ├── arrows-left-right-thin.svg │ │ ├── arrows-merge-thin.svg │ │ ├── arrows-out-cardinal-thin.svg │ │ ├── arrows-out-line-horizontal-thin.svg │ │ ├── arrows-out-line-vertical-thin.svg │ │ ├── arrows-out-simple-thin.svg │ │ ├── arrows-out-thin.svg │ │ ├── arrows-split-thin.svg │ │ ├── arrows-vertical-thin.svg │ │ ├── article-medium-thin.svg │ │ ├── article-ny-times-thin.svg │ │ ├── article-thin.svg │ │ ├── asclepius-thin.svg │ │ ├── asterisk-simple-thin.svg │ │ ├── asterisk-thin.svg │ │ ├── at-thin.svg │ │ ├── atom-thin.svg │ │ ├── avocado-thin.svg │ │ ├── axe-thin.svg │ │ ├── baby-carriage-thin.svg │ │ ├── baby-thin.svg │ │ ├── backpack-thin.svg │ │ ├── backspace-thin.svg │ │ ├── bag-simple-thin.svg │ │ ├── bag-thin.svg │ │ ├── balloon-thin.svg │ │ ├── bandaids-thin.svg │ │ ├── bank-thin.svg │ │ ├── barbell-thin.svg │ │ ├── barcode-thin.svg │ │ ├── barn-thin.svg │ │ ├── barricade-thin.svg │ │ ├── baseball-cap-thin.svg │ │ ├── baseball-helmet-thin.svg │ │ ├── baseball-thin.svg │ │ ├── basket-thin.svg │ │ ├── basketball-thin.svg │ │ ├── bathtub-thin.svg │ │ ├── battery-charging-thin.svg │ │ ├── battery-charging-vertical-thin.svg │ │ ├── battery-empty-thin.svg │ │ ├── battery-full-thin.svg │ │ ├── battery-high-thin.svg │ │ ├── battery-low-thin.svg │ │ ├── battery-medium-thin.svg │ │ ├── battery-plus-thin.svg │ │ ├── battery-plus-vertical-thin.svg │ │ ├── battery-vertical-empty-thin.svg │ │ ├── battery-vertical-full-thin.svg │ │ ├── battery-vertical-high-thin.svg │ │ ├── battery-vertical-low-thin.svg │ │ ├── battery-vertical-medium-thin.svg │ │ ├── battery-warning-thin.svg │ │ ├── battery-warning-vertical-thin.svg │ │ ├── beach-ball-thin.svg │ │ ├── beanie-thin.svg │ │ ├── bed-thin.svg │ │ ├── beer-bottle-thin.svg │ │ ├── beer-stein-thin.svg │ │ ├── behance-logo-thin.svg │ │ ├── bell-ringing-thin.svg │ │ ├── bell-simple-ringing-thin.svg │ │ ├── bell-simple-slash-thin.svg │ │ ├── bell-simple-thin.svg │ │ ├── bell-simple-z-thin.svg │ │ ├── bell-slash-thin.svg │ │ ├── bell-thin.svg │ │ ├── bell-z-thin.svg │ │ ├── belt-thin.svg │ │ ├── bezier-curve-thin.svg │ │ ├── bicycle-thin.svg │ │ ├── binary-thin.svg │ │ ├── binoculars-thin.svg │ │ ├── biohazard-thin.svg │ │ ├── bird-thin.svg │ │ ├── blueprint-thin.svg │ │ ├── bluetooth-connected-thin.svg │ │ ├── bluetooth-slash-thin.svg │ │ ├── bluetooth-thin.svg │ │ ├── bluetooth-x-thin.svg │ │ ├── boat-thin.svg │ │ ├── bomb-thin.svg │ │ ├── bone-thin.svg │ │ ├── book-bookmark-thin.svg │ │ ├── book-open-text-thin.svg │ │ ├── book-open-thin.svg │ │ ├── book-thin.svg │ │ ├── book-user-thin.svg │ │ ├── bookmark-simple-thin.svg │ │ ├── bookmark-thin.svg │ │ ├── bookmarks-simple-thin.svg │ │ ├── bookmarks-thin.svg │ │ ├── books-thin.svg │ │ ├── boot-thin.svg │ │ ├── boules-thin.svg │ │ ├── bounding-box-thin.svg │ │ ├── bowl-food-thin.svg │ │ ├── bowl-steam-thin.svg │ │ ├── bowling-ball-thin.svg │ │ ├── box-arrow-down-thin.svg │ │ ├── box-arrow-up-thin.svg │ │ ├── boxing-glove-thin.svg │ │ ├── brackets-angle-thin.svg │ │ ├── brackets-curly-thin.svg │ │ ├── brackets-round-thin.svg │ │ ├── brackets-square-thin.svg │ │ ├── brain-thin.svg │ │ ├── brandy-thin.svg │ │ ├── bread-thin.svg │ │ ├── bridge-thin.svg │ │ ├── briefcase-metal-thin.svg │ │ ├── briefcase-thin.svg │ │ ├── broadcast-thin.svg │ │ ├── broom-thin.svg │ │ ├── browser-thin.svg │ │ ├── browsers-thin.svg │ │ ├── bug-beetle-thin.svg │ │ ├── bug-droid-thin.svg │ │ ├── bug-thin.svg │ │ ├── building-apartment-thin.svg │ │ ├── building-office-thin.svg │ │ ├── building-thin.svg │ │ ├── buildings-thin.svg │ │ ├── bulldozer-thin.svg │ │ ├── bus-thin.svg │ │ ├── butterfly-thin.svg │ │ ├── cable-car-thin.svg │ │ ├── cactus-thin.svg │ │ ├── cake-thin.svg │ │ ├── calculator-thin.svg │ │ ├── calendar-blank-thin.svg │ │ ├── calendar-check-thin.svg │ │ ├── calendar-dot-thin.svg │ │ ├── calendar-dots-thin.svg │ │ ├── calendar-heart-thin.svg │ │ ├── calendar-minus-thin.svg │ │ ├── calendar-plus-thin.svg │ │ ├── calendar-slash-thin.svg │ │ ├── calendar-star-thin.svg │ │ ├── calendar-thin.svg │ │ ├── calendar-x-thin.svg │ │ ├── call-bell-thin.svg │ │ ├── camera-plus-thin.svg │ │ ├── camera-rotate-thin.svg │ │ ├── camera-slash-thin.svg │ │ ├── camera-thin.svg │ │ ├── campfire-thin.svg │ │ ├── car-battery-thin.svg │ │ ├── car-profile-thin.svg │ │ ├── car-simple-thin.svg │ │ ├── car-thin.svg │ │ ├── cardholder-thin.svg │ │ ├── cards-thin.svg │ │ ├── cards-three-thin.svg │ │ ├── caret-circle-double-down-thin.svg │ │ ├── caret-circle-double-left-thin.svg │ │ ├── caret-circle-double-right-thin.svg │ │ ├── caret-circle-double-up-thin.svg │ │ ├── caret-circle-down-thin.svg │ │ ├── caret-circle-left-thin.svg │ │ ├── caret-circle-right-thin.svg │ │ ├── caret-circle-up-down-thin.svg │ │ ├── caret-circle-up-thin.svg │ │ ├── caret-double-down-thin.svg │ │ ├── caret-double-left-thin.svg │ │ ├── caret-double-right-thin.svg │ │ ├── caret-double-up-thin.svg │ │ ├── caret-down-thin.svg │ │ ├── caret-left-thin.svg │ │ ├── caret-line-down-thin.svg │ │ ├── caret-line-left-thin.svg │ │ ├── caret-line-right-thin.svg │ │ ├── caret-line-up-thin.svg │ │ ├── caret-right-thin.svg │ │ ├── caret-up-down-thin.svg │ │ ├── caret-up-thin.svg │ │ ├── carrot-thin.svg │ │ ├── cash-register-thin.svg │ │ ├── cassette-tape-thin.svg │ │ ├── castle-turret-thin.svg │ │ ├── cat-thin.svg │ │ ├── cell-signal-full-thin.svg │ │ ├── cell-signal-high-thin.svg │ │ ├── cell-signal-low-thin.svg │ │ ├── cell-signal-medium-thin.svg │ │ ├── cell-signal-none-thin.svg │ │ ├── cell-signal-slash-thin.svg │ │ ├── cell-signal-x-thin.svg │ │ ├── cell-tower-thin.svg │ │ ├── certificate-thin.svg │ │ ├── chair-thin.svg │ │ ├── chalkboard-simple-thin.svg │ │ ├── chalkboard-teacher-thin.svg │ │ ├── chalkboard-thin.svg │ │ ├── champagne-thin.svg │ │ ├── charging-station-thin.svg │ │ ├── chart-bar-horizontal-thin.svg │ │ ├── chart-bar-thin.svg │ │ ├── chart-donut-thin.svg │ │ ├── chart-line-down-thin.svg │ │ ├── chart-line-thin.svg │ │ ├── chart-line-up-thin.svg │ │ ├── chart-pie-slice-thin.svg │ │ ├── chart-pie-thin.svg │ │ ├── chart-polar-thin.svg │ │ ├── chart-scatter-thin.svg │ │ ├── chat-centered-dots-thin.svg │ │ ├── chat-centered-slash-thin.svg │ │ ├── chat-centered-text-thin.svg │ │ ├── chat-centered-thin.svg │ │ ├── chat-circle-dots-thin.svg │ │ ├── chat-circle-slash-thin.svg │ │ ├── chat-circle-text-thin.svg │ │ ├── chat-circle-thin.svg │ │ ├── chat-dots-thin.svg │ │ ├── chat-slash-thin.svg │ │ ├── chat-teardrop-dots-thin.svg │ │ ├── chat-teardrop-slash-thin.svg │ │ ├── chat-teardrop-text-thin.svg │ │ ├── chat-teardrop-thin.svg │ │ ├── chat-text-thin.svg │ │ ├── chat-thin.svg │ │ ├── chats-circle-thin.svg │ │ ├── chats-teardrop-thin.svg │ │ ├── chats-thin.svg │ │ ├── check-circle-thin.svg │ │ ├── check-fat-thin.svg │ │ ├── check-square-offset-thin.svg │ │ ├── check-square-thin.svg │ │ ├── check-thin.svg │ │ ├── checkerboard-thin.svg │ │ ├── checks-thin.svg │ │ ├── cheers-thin.svg │ │ ├── cheese-thin.svg │ │ ├── chef-hat-thin.svg │ │ ├── cherries-thin.svg │ │ ├── church-thin.svg │ │ ├── cigarette-slash-thin.svg │ │ ├── cigarette-thin.svg │ │ ├── circle-dashed-thin.svg │ │ ├── circle-half-thin.svg │ │ ├── circle-half-tilt-thin.svg │ │ ├── circle-notch-thin.svg │ │ ├── circle-thin.svg │ │ ├── circles-four-thin.svg │ │ ├── circles-three-plus-thin.svg │ │ ├── circles-three-thin.svg │ │ ├── circuitry-thin.svg │ │ ├── city-thin.svg │ │ ├── clipboard-text-thin.svg │ │ ├── clipboard-thin.svg │ │ ├── clock-afternoon-thin.svg │ │ ├── clock-clockwise-thin.svg │ │ ├── clock-countdown-thin.svg │ │ ├── clock-counter-clockwise-thin.svg │ │ ├── clock-thin.svg │ │ ├── clock-user-thin.svg │ │ ├── closed-captioning-thin.svg │ │ ├── cloud-arrow-down-thin.svg │ │ ├── cloud-arrow-up-thin.svg │ │ ├── cloud-check-thin.svg │ │ ├── cloud-fog-thin.svg │ │ ├── cloud-lightning-thin.svg │ │ ├── cloud-moon-thin.svg │ │ ├── cloud-rain-thin.svg │ │ ├── cloud-slash-thin.svg │ │ ├── cloud-snow-thin.svg │ │ ├── cloud-sun-thin.svg │ │ ├── cloud-thin.svg │ │ ├── cloud-warning-thin.svg │ │ ├── cloud-x-thin.svg │ │ ├── clover-thin.svg │ │ ├── club-thin.svg │ │ ├── coat-hanger-thin.svg │ │ ├── coda-logo-thin.svg │ │ ├── code-block-thin.svg │ │ ├── code-simple-thin.svg │ │ ├── code-thin.svg │ │ ├── codepen-logo-thin.svg │ │ ├── codesandbox-logo-thin.svg │ │ ├── coffee-bean-thin.svg │ │ ├── coffee-thin.svg │ │ ├── coin-thin.svg │ │ ├── coin-vertical-thin.svg │ │ ├── coins-thin.svg │ │ ├── columns-plus-left-thin.svg │ │ ├── columns-plus-right-thin.svg │ │ ├── columns-thin.svg │ │ ├── command-thin.svg │ │ ├── compass-rose-thin.svg │ │ ├── compass-thin.svg │ │ ├── compass-tool-thin.svg │ │ ├── computer-tower-thin.svg │ │ ├── confetti-thin.svg │ │ ├── contactless-payment-thin.svg │ │ ├── control-thin.svg │ │ ├── cookie-thin.svg │ │ ├── cooking-pot-thin.svg │ │ ├── copy-simple-thin.svg │ │ ├── copy-thin.svg │ │ ├── copyleft-thin.svg │ │ ├── copyright-thin.svg │ │ ├── corners-in-thin.svg │ │ ├── corners-out-thin.svg │ │ ├── couch-thin.svg │ │ ├── court-basketball-thin.svg │ │ ├── cow-thin.svg │ │ ├── cowboy-hat-thin.svg │ │ ├── cpu-thin.svg │ │ ├── crane-thin.svg │ │ ├── crane-tower-thin.svg │ │ ├── credit-card-thin.svg │ │ ├── cricket-thin.svg │ │ ├── crop-thin.svg │ │ ├── cross-thin.svg │ │ ├── crosshair-simple-thin.svg │ │ ├── crosshair-thin.svg │ │ ├── crown-cross-thin.svg │ │ ├── crown-simple-thin.svg │ │ ├── crown-thin.svg │ │ ├── cube-focus-thin.svg │ │ ├── cube-thin.svg │ │ ├── cube-transparent-thin.svg │ │ ├── currency-btc-thin.svg │ │ ├── currency-circle-dollar-thin.svg │ │ ├── currency-cny-thin.svg │ │ ├── currency-dollar-simple-thin.svg │ │ ├── currency-dollar-thin.svg │ │ ├── currency-eth-thin.svg │ │ ├── currency-eur-thin.svg │ │ ├── currency-gbp-thin.svg │ │ ├── currency-inr-thin.svg │ │ ├── currency-jpy-thin.svg │ │ ├── currency-krw-thin.svg │ │ ├── currency-kzt-thin.svg │ │ ├── currency-ngn-thin.svg │ │ ├── currency-rub-thin.svg │ │ ├── cursor-click-thin.svg │ │ ├── cursor-text-thin.svg │ │ ├── cursor-thin.svg │ │ ├── cylinder-thin.svg │ │ ├── database-thin.svg │ │ ├── desk-thin.svg │ │ ├── desktop-thin.svg │ │ ├── desktop-tower-thin.svg │ │ ├── detective-thin.svg │ │ ├── dev-to-logo-thin.svg │ │ ├── device-mobile-camera-thin.svg │ │ ├── device-mobile-slash-thin.svg │ │ ├── device-mobile-speaker-thin.svg │ │ ├── device-mobile-thin.svg │ │ ├── device-rotate-thin.svg │ │ ├── device-tablet-camera-thin.svg │ │ ├── device-tablet-speaker-thin.svg │ │ ├── device-tablet-thin.svg │ │ ├── devices-thin.svg │ │ ├── diamond-thin.svg │ │ ├── diamonds-four-thin.svg │ │ ├── dice-five-thin.svg │ │ ├── dice-four-thin.svg │ │ ├── dice-one-thin.svg │ │ ├── dice-six-thin.svg │ │ ├── dice-three-thin.svg │ │ ├── dice-two-thin.svg │ │ ├── disc-thin.svg │ │ ├── disco-ball-thin.svg │ │ ├── discord-logo-thin.svg │ │ ├── divide-thin.svg │ │ ├── dna-thin.svg │ │ ├── dog-thin.svg │ │ ├── door-open-thin.svg │ │ ├── door-thin.svg │ │ ├── dot-outline-thin.svg │ │ ├── dot-thin.svg │ │ ├── dots-nine-thin.svg │ │ ├── dots-six-thin.svg │ │ ├── dots-six-vertical-thin.svg │ │ ├── dots-three-circle-thin.svg │ │ ├── dots-three-circle-vertical-thin.svg │ │ ├── dots-three-outline-thin.svg │ │ ├── dots-three-outline-vertical-thin.svg │ │ ├── dots-three-thin.svg │ │ ├── dots-three-vertical-thin.svg │ │ ├── download-simple-thin.svg │ │ ├── download-thin.svg │ │ ├── dress-thin.svg │ │ ├── dresser-thin.svg │ │ ├── dribbble-logo-thin.svg │ │ ├── drone-thin.svg │ │ ├── drop-half-bottom-thin.svg │ │ ├── drop-half-thin.svg │ │ ├── drop-simple-thin.svg │ │ ├── drop-slash-thin.svg │ │ ├── drop-thin.svg │ │ ├── dropbox-logo-thin.svg │ │ ├── ear-slash-thin.svg │ │ ├── ear-thin.svg │ │ ├── egg-crack-thin.svg │ │ ├── egg-thin.svg │ │ ├── eject-simple-thin.svg │ │ ├── eject-thin.svg │ │ ├── elevator-thin.svg │ │ ├── empty-thin.svg │ │ ├── engine-thin.svg │ │ ├── envelope-open-thin.svg │ │ ├── envelope-simple-open-thin.svg │ │ ├── envelope-simple-thin.svg │ │ ├── envelope-thin.svg │ │ ├── equalizer-thin.svg │ │ ├── equals-thin.svg │ │ ├── eraser-thin.svg │ │ ├── escalator-down-thin.svg │ │ ├── escalator-up-thin.svg │ │ ├── exam-thin.svg │ │ ├── exclamation-mark-thin.svg │ │ ├── exclude-square-thin.svg │ │ ├── exclude-thin.svg │ │ ├── export-thin.svg │ │ ├── eye-closed-thin.svg │ │ ├── eye-slash-thin.svg │ │ ├── eye-thin.svg │ │ ├── eyedropper-sample-thin.svg │ │ ├── eyedropper-thin.svg │ │ ├── eyeglasses-thin.svg │ │ ├── eyes-thin.svg │ │ ├── face-mask-thin.svg │ │ ├── facebook-logo-thin.svg │ │ ├── factory-thin.svg │ │ ├── faders-horizontal-thin.svg │ │ ├── faders-thin.svg │ │ ├── fallout-shelter-thin.svg │ │ ├── fan-thin.svg │ │ ├── farm-thin.svg │ │ ├── fast-forward-circle-thin.svg │ │ ├── fast-forward-thin.svg │ │ ├── feather-thin.svg │ │ ├── fediverse-logo-thin.svg │ │ ├── figma-logo-thin.svg │ │ ├── file-archive-thin.svg │ │ ├── file-arrow-down-thin.svg │ │ ├── file-arrow-up-thin.svg │ │ ├── file-audio-thin.svg │ │ ├── file-c-sharp-thin.svg │ │ ├── file-c-thin.svg │ │ ├── file-cloud-thin.svg │ │ ├── file-code-thin.svg │ │ ├── file-cpp-thin.svg │ │ ├── file-css-thin.svg │ │ ├── file-csv-thin.svg │ │ ├── file-dashed-thin.svg │ │ ├── file-doc-thin.svg │ │ ├── file-html-thin.svg │ │ ├── file-image-thin.svg │ │ ├── file-ini-thin.svg │ │ ├── file-jpg-thin.svg │ │ ├── file-js-thin.svg │ │ ├── file-jsx-thin.svg │ │ ├── file-lock-thin.svg │ │ ├── file-magnifying-glass-thin.svg │ │ ├── file-md-thin.svg │ │ ├── file-minus-thin.svg │ │ ├── file-pdf-thin.svg │ │ ├── file-plus-thin.svg │ │ ├── file-png-thin.svg │ │ ├── file-ppt-thin.svg │ │ ├── file-py-thin.svg │ │ ├── file-rs-thin.svg │ │ ├── file-sql-thin.svg │ │ ├── file-svg-thin.svg │ │ ├── file-text-thin.svg │ │ ├── file-thin.svg │ │ ├── file-ts-thin.svg │ │ ├── file-tsx-thin.svg │ │ ├── file-txt-thin.svg │ │ ├── file-video-thin.svg │ │ ├── file-vue-thin.svg │ │ ├── file-x-thin.svg │ │ ├── file-xls-thin.svg │ │ ├── file-zip-thin.svg │ │ ├── files-thin.svg │ │ ├── film-reel-thin.svg │ │ ├── film-script-thin.svg │ │ ├── film-slate-thin.svg │ │ ├── film-strip-thin.svg │ │ ├── fingerprint-simple-thin.svg │ │ ├── fingerprint-thin.svg │ │ ├── finn-the-human-thin.svg │ │ ├── fire-extinguisher-thin.svg │ │ ├── fire-simple-thin.svg │ │ ├── fire-thin.svg │ │ ├── fire-truck-thin.svg │ │ ├── first-aid-kit-thin.svg │ │ ├── first-aid-thin.svg │ │ ├── fish-simple-thin.svg │ │ ├── fish-thin.svg │ │ ├── flag-banner-fold-thin.svg │ │ ├── flag-banner-thin.svg │ │ ├── flag-checkered-thin.svg │ │ ├── flag-pennant-thin.svg │ │ ├── flag-thin.svg │ │ ├── flame-thin.svg │ │ ├── flashlight-thin.svg │ │ ├── flask-thin.svg │ │ ├── flip-horizontal-thin.svg │ │ ├── flip-vertical-thin.svg │ │ ├── floppy-disk-back-thin.svg │ │ ├── floppy-disk-thin.svg │ │ ├── flow-arrow-thin.svg │ │ ├── flower-lotus-thin.svg │ │ ├── flower-thin.svg │ │ ├── flower-tulip-thin.svg │ │ ├── flying-saucer-thin.svg │ │ ├── folder-dashed-thin.svg │ │ ├── folder-lock-thin.svg │ │ ├── folder-minus-thin.svg │ │ ├── folder-open-thin.svg │ │ ├── folder-plus-thin.svg │ │ ├── folder-simple-dashed-thin.svg │ │ ├── folder-simple-lock-thin.svg │ │ ├── folder-simple-minus-thin.svg │ │ ├── folder-simple-plus-thin.svg │ │ ├── folder-simple-star-thin.svg │ │ ├── folder-simple-thin.svg │ │ ├── folder-simple-user-thin.svg │ │ ├── folder-star-thin.svg │ │ ├── folder-thin.svg │ │ ├── folder-user-thin.svg │ │ ├── folders-thin.svg │ │ ├── football-helmet-thin.svg │ │ ├── football-thin.svg │ │ ├── footprints-thin.svg │ │ ├── fork-knife-thin.svg │ │ ├── four-k-thin.svg │ │ ├── frame-corners-thin.svg │ │ ├── framer-logo-thin.svg │ │ ├── function-thin.svg │ │ ├── funnel-simple-thin.svg │ │ ├── funnel-simple-x-thin.svg │ │ ├── funnel-thin.svg │ │ ├── funnel-x-thin.svg │ │ ├── game-controller-thin.svg │ │ ├── garage-thin.svg │ │ ├── gas-can-thin.svg │ │ ├── gas-pump-thin.svg │ │ ├── gauge-thin.svg │ │ ├── gavel-thin.svg │ │ ├── gear-fine-thin.svg │ │ ├── gear-six-thin.svg │ │ ├── gear-thin.svg │ │ ├── gender-female-thin.svg │ │ ├── gender-intersex-thin.svg │ │ ├── gender-male-thin.svg │ │ ├── gender-neuter-thin.svg │ │ ├── gender-nonbinary-thin.svg │ │ ├── gender-transgender-thin.svg │ │ ├── ghost-thin.svg │ │ ├── gif-thin.svg │ │ ├── gift-thin.svg │ │ ├── git-branch-thin.svg │ │ ├── git-commit-thin.svg │ │ ├── git-diff-thin.svg │ │ ├── git-fork-thin.svg │ │ ├── git-merge-thin.svg │ │ ├── git-pull-request-thin.svg │ │ ├── github-logo-thin.svg │ │ ├── gitlab-logo-simple-thin.svg │ │ ├── gitlab-logo-thin.svg │ │ ├── globe-hemisphere-east-thin.svg │ │ ├── globe-hemisphere-west-thin.svg │ │ ├── globe-simple-thin.svg │ │ ├── globe-simple-x-thin.svg │ │ ├── globe-stand-thin.svg │ │ ├── globe-thin.svg │ │ ├── globe-x-thin.svg │ │ ├── goggles-thin.svg │ │ ├── golf-thin.svg │ │ ├── goodreads-logo-thin.svg │ │ ├── google-cardboard-logo-thin.svg │ │ ├── google-chrome-logo-thin.svg │ │ ├── google-drive-logo-thin.svg │ │ ├── google-logo-thin.svg │ │ ├── google-photos-logo-thin.svg │ │ ├── google-play-logo-thin.svg │ │ ├── google-podcasts-logo-thin.svg │ │ ├── gps-fix-thin.svg │ │ ├── gps-slash-thin.svg │ │ ├── gps-thin.svg │ │ ├── gradient-thin.svg │ │ ├── graduation-cap-thin.svg │ │ ├── grains-slash-thin.svg │ │ ├── grains-thin.svg │ │ ├── graph-thin.svg │ │ ├── graphics-card-thin.svg │ │ ├── greater-than-or-equal-thin.svg │ │ ├── greater-than-thin.svg │ │ ├── grid-four-thin.svg │ │ ├── grid-nine-thin.svg │ │ ├── guitar-thin.svg │ │ ├── hair-dryer-thin.svg │ │ ├── hamburger-thin.svg │ │ ├── hammer-thin.svg │ │ ├── hand-arrow-down-thin.svg │ │ ├── hand-arrow-up-thin.svg │ │ ├── hand-coins-thin.svg │ │ ├── hand-deposit-thin.svg │ │ ├── hand-eye-thin.svg │ │ ├── hand-fist-thin.svg │ │ ├── hand-grabbing-thin.svg │ │ ├── hand-heart-thin.svg │ │ ├── hand-palm-thin.svg │ │ ├── hand-peace-thin.svg │ │ ├── hand-pointing-thin.svg │ │ ├── hand-soap-thin.svg │ │ ├── hand-swipe-left-thin.svg │ │ ├── hand-swipe-right-thin.svg │ │ ├── hand-tap-thin.svg │ │ ├── hand-thin.svg │ │ ├── hand-waving-thin.svg │ │ ├── hand-withdraw-thin.svg │ │ ├── handbag-simple-thin.svg │ │ ├── handbag-thin.svg │ │ ├── hands-clapping-thin.svg │ │ ├── hands-praying-thin.svg │ │ ├── handshake-thin.svg │ │ ├── hard-drive-thin.svg │ │ ├── hard-drives-thin.svg │ │ ├── hard-hat-thin.svg │ │ ├── hash-straight-thin.svg │ │ ├── hash-thin.svg │ │ ├── head-circuit-thin.svg │ │ ├── headlights-thin.svg │ │ ├── headphones-thin.svg │ │ ├── headset-thin.svg │ │ ├── heart-break-thin.svg │ │ ├── heart-half-thin.svg │ │ ├── heart-straight-break-thin.svg │ │ ├── heart-straight-thin.svg │ │ ├── heart-thin.svg │ │ ├── heartbeat-thin.svg │ │ ├── hexagon-thin.svg │ │ ├── high-definition-thin.svg │ │ ├── high-heel-thin.svg │ │ ├── highlighter-circle-thin.svg │ │ ├── highlighter-thin.svg │ │ ├── hockey-thin.svg │ │ ├── hoodie-thin.svg │ │ ├── horse-thin.svg │ │ ├── hospital-thin.svg │ │ ├── hourglass-high-thin.svg │ │ ├── hourglass-low-thin.svg │ │ ├── hourglass-medium-thin.svg │ │ ├── hourglass-simple-high-thin.svg │ │ ├── hourglass-simple-low-thin.svg │ │ ├── hourglass-simple-medium-thin.svg │ │ ├── hourglass-simple-thin.svg │ │ ├── hourglass-thin.svg │ │ ├── house-line-thin.svg │ │ ├── house-simple-thin.svg │ │ ├── house-thin.svg │ │ ├── hurricane-thin.svg │ │ ├── ice-cream-thin.svg │ │ ├── identification-badge-thin.svg │ │ ├── identification-card-thin.svg │ │ ├── image-broken-thin.svg │ │ ├── image-square-thin.svg │ │ ├── image-thin.svg │ │ ├── images-square-thin.svg │ │ ├── images-thin.svg │ │ ├── infinity-thin.svg │ │ ├── info-thin.svg │ │ ├── instagram-logo-thin.svg │ │ ├── intersect-square-thin.svg │ │ ├── intersect-thin.svg │ │ ├── intersect-three-thin.svg │ │ ├── intersection-thin.svg │ │ ├── invoice-thin.svg │ │ ├── island-thin.svg │ │ ├── jar-label-thin.svg │ │ ├── jar-thin.svg │ │ ├── jeep-thin.svg │ │ ├── joystick-thin.svg │ │ ├── kanban-thin.svg │ │ ├── key-return-thin.svg │ │ ├── key-thin.svg │ │ ├── keyboard-thin.svg │ │ ├── keyhole-thin.svg │ │ ├── knife-thin.svg │ │ ├── ladder-simple-thin.svg │ │ ├── ladder-thin.svg │ │ ├── lamp-pendant-thin.svg │ │ ├── lamp-thin.svg │ │ ├── laptop-thin.svg │ │ ├── lasso-thin.svg │ │ ├── lastfm-logo-thin.svg │ │ ├── layout-thin.svg │ │ ├── leaf-thin.svg │ │ ├── lectern-thin.svg │ │ ├── lego-smiley-thin.svg │ │ ├── lego-thin.svg │ │ ├── less-than-or-equal-thin.svg │ │ ├── less-than-thin.svg │ │ ├── letter-circle-h-thin.svg │ │ ├── letter-circle-p-thin.svg │ │ ├── letter-circle-v-thin.svg │ │ ├── lifebuoy-thin.svg │ │ ├── lightbulb-filament-thin.svg │ │ ├── lightbulb-thin.svg │ │ ├── lighthouse-thin.svg │ │ ├── lightning-a-thin.svg │ │ ├── lightning-slash-thin.svg │ │ ├── lightning-thin.svg │ │ ├── line-segment-thin.svg │ │ ├── line-segments-thin.svg │ │ ├── line-vertical-thin.svg │ │ ├── link-break-thin.svg │ │ ├── link-simple-break-thin.svg │ │ ├── link-simple-horizontal-break-thin.svg │ │ ├── link-simple-horizontal-thin.svg │ │ ├── link-simple-thin.svg │ │ ├── link-thin.svg │ │ ├── linkedin-logo-thin.svg │ │ ├── linktree-logo-thin.svg │ │ ├── linux-logo-thin.svg │ │ ├── list-bullets-thin.svg │ │ ├── list-checks-thin.svg │ │ ├── list-dashes-thin.svg │ │ ├── list-heart-thin.svg │ │ ├── list-magnifying-glass-thin.svg │ │ ├── list-numbers-thin.svg │ │ ├── list-plus-thin.svg │ │ ├── list-star-thin.svg │ │ ├── list-thin.svg │ │ ├── lock-key-open-thin.svg │ │ ├── lock-key-thin.svg │ │ ├── lock-laminated-open-thin.svg │ │ ├── lock-laminated-thin.svg │ │ ├── lock-open-thin.svg │ │ ├── lock-simple-open-thin.svg │ │ ├── lock-simple-thin.svg │ │ ├── lock-thin.svg │ │ ├── lockers-thin.svg │ │ ├── log-thin.svg │ │ ├── magic-wand-thin.svg │ │ ├── magnet-straight-thin.svg │ │ ├── magnet-thin.svg │ │ ├── magnifying-glass-minus-thin.svg │ │ ├── magnifying-glass-plus-thin.svg │ │ ├── magnifying-glass-thin.svg │ │ ├── mailbox-thin.svg │ │ ├── map-pin-area-thin.svg │ │ ├── map-pin-line-thin.svg │ │ ├── map-pin-plus-thin.svg │ │ ├── map-pin-simple-area-thin.svg │ │ ├── map-pin-simple-line-thin.svg │ │ ├── map-pin-simple-thin.svg │ │ ├── map-pin-thin.svg │ │ ├── map-trifold-thin.svg │ │ ├── markdown-logo-thin.svg │ │ ├── marker-circle-thin.svg │ │ ├── martini-thin.svg │ │ ├── mask-happy-thin.svg │ │ ├── mask-sad-thin.svg │ │ ├── mastodon-logo-thin.svg │ │ ├── math-operations-thin.svg │ │ ├── matrix-logo-thin.svg │ │ ├── medal-military-thin.svg │ │ ├── medal-thin.svg │ │ ├── medium-logo-thin.svg │ │ ├── megaphone-simple-thin.svg │ │ ├── megaphone-thin.svg │ │ ├── member-of-thin.svg │ │ ├── memory-thin.svg │ │ ├── messenger-logo-thin.svg │ │ ├── meta-logo-thin.svg │ │ ├── meteor-thin.svg │ │ ├── metronome-thin.svg │ │ ├── microphone-slash-thin.svg │ │ ├── microphone-stage-thin.svg │ │ ├── microphone-thin.svg │ │ ├── microscope-thin.svg │ │ ├── microsoft-excel-logo-thin.svg │ │ ├── microsoft-outlook-logo-thin.svg │ │ ├── microsoft-powerpoint-logo-thin.svg │ │ ├── microsoft-teams-logo-thin.svg │ │ ├── microsoft-word-logo-thin.svg │ │ ├── minus-circle-thin.svg │ │ ├── minus-square-thin.svg │ │ ├── minus-thin.svg │ │ ├── money-thin.svg │ │ ├── money-wavy-thin.svg │ │ ├── monitor-arrow-up-thin.svg │ │ ├── monitor-play-thin.svg │ │ ├── monitor-thin.svg │ │ ├── moon-stars-thin.svg │ │ ├── moon-thin.svg │ │ ├── moped-front-thin.svg │ │ ├── moped-thin.svg │ │ ├── mosque-thin.svg │ │ ├── motorcycle-thin.svg │ │ ├── mountains-thin.svg │ │ ├── mouse-left-click-thin.svg │ │ ├── mouse-middle-click-thin.svg │ │ ├── mouse-right-click-thin.svg │ │ ├── mouse-scroll-thin.svg │ │ ├── mouse-simple-thin.svg │ │ ├── mouse-thin.svg │ │ ├── music-note-simple-thin.svg │ │ ├── music-note-thin.svg │ │ ├── music-notes-minus-thin.svg │ │ ├── music-notes-plus-thin.svg │ │ ├── music-notes-simple-thin.svg │ │ ├── music-notes-thin.svg │ │ ├── navigation-arrow-thin.svg │ │ ├── needle-thin.svg │ │ ├── network-slash-thin.svg │ │ ├── network-thin.svg │ │ ├── network-x-thin.svg │ │ ├── newspaper-clipping-thin.svg │ │ ├── newspaper-thin.svg │ │ ├── not-equals-thin.svg │ │ ├── not-member-of-thin.svg │ │ ├── not-subset-of-thin.svg │ │ ├── not-superset-of-thin.svg │ │ ├── notches-thin.svg │ │ ├── note-blank-thin.svg │ │ ├── note-pencil-thin.svg │ │ ├── note-thin.svg │ │ ├── notebook-thin.svg │ │ ├── notepad-thin.svg │ │ ├── notification-thin.svg │ │ ├── notion-logo-thin.svg │ │ ├── nuclear-plant-thin.svg │ │ ├── number-circle-eight-thin.svg │ │ ├── number-circle-five-thin.svg │ │ ├── number-circle-four-thin.svg │ │ ├── number-circle-nine-thin.svg │ │ ├── number-circle-one-thin.svg │ │ ├── number-circle-seven-thin.svg │ │ ├── number-circle-six-thin.svg │ │ ├── number-circle-three-thin.svg │ │ ├── number-circle-two-thin.svg │ │ ├── number-circle-zero-thin.svg │ │ ├── number-eight-thin.svg │ │ ├── number-five-thin.svg │ │ ├── number-four-thin.svg │ │ ├── number-nine-thin.svg │ │ ├── number-one-thin.svg │ │ ├── number-seven-thin.svg │ │ ├── number-six-thin.svg │ │ ├── number-square-eight-thin.svg │ │ ├── number-square-five-thin.svg │ │ ├── number-square-four-thin.svg │ │ ├── number-square-nine-thin.svg │ │ ├── number-square-one-thin.svg │ │ ├── number-square-seven-thin.svg │ │ ├── number-square-six-thin.svg │ │ ├── number-square-three-thin.svg │ │ ├── number-square-two-thin.svg │ │ ├── number-square-zero-thin.svg │ │ ├── number-three-thin.svg │ │ ├── number-two-thin.svg │ │ ├── number-zero-thin.svg │ │ ├── numpad-thin.svg │ │ ├── nut-thin.svg │ │ ├── ny-times-logo-thin.svg │ │ ├── octagon-thin.svg │ │ ├── office-chair-thin.svg │ │ ├── onigiri-thin.svg │ │ ├── open-ai-logo-thin.svg │ │ ├── option-thin.svg │ │ ├── orange-slice-thin.svg │ │ ├── orange-thin.svg │ │ ├── oven-thin.svg │ │ ├── package-thin.svg │ │ ├── paint-brush-broad-thin.svg │ │ ├── paint-brush-household-thin.svg │ │ ├── paint-brush-thin.svg │ │ ├── paint-bucket-thin.svg │ │ ├── paint-roller-thin.svg │ │ ├── palette-thin.svg │ │ ├── panorama-thin.svg │ │ ├── pants-thin.svg │ │ ├── paper-plane-right-thin.svg │ │ ├── paper-plane-thin.svg │ │ ├── paper-plane-tilt-thin.svg │ │ ├── paperclip-horizontal-thin.svg │ │ ├── paperclip-thin.svg │ │ ├── parachute-thin.svg │ │ ├── paragraph-thin.svg │ │ ├── parallelogram-thin.svg │ │ ├── park-thin.svg │ │ ├── password-thin.svg │ │ ├── path-thin.svg │ │ ├── patreon-logo-thin.svg │ │ ├── pause-circle-thin.svg │ │ ├── pause-thin.svg │ │ ├── paw-print-thin.svg │ │ ├── paypal-logo-thin.svg │ │ ├── peace-thin.svg │ │ ├── pen-nib-straight-thin.svg │ │ ├── pen-nib-thin.svg │ │ ├── pen-thin.svg │ │ ├── pencil-circle-thin.svg │ │ ├── pencil-line-thin.svg │ │ ├── pencil-ruler-thin.svg │ │ ├── pencil-simple-line-thin.svg │ │ ├── pencil-simple-slash-thin.svg │ │ ├── pencil-simple-thin.svg │ │ ├── pencil-slash-thin.svg │ │ ├── pencil-thin.svg │ │ ├── pentagon-thin.svg │ │ ├── pentagram-thin.svg │ │ ├── pepper-thin.svg │ │ ├── percent-thin.svg │ │ ├── person-arms-spread-thin.svg │ │ ├── person-simple-bike-thin.svg │ │ ├── person-simple-circle-thin.svg │ │ ├── person-simple-hike-thin.svg │ │ ├── person-simple-run-thin.svg │ │ ├── person-simple-ski-thin.svg │ │ ├── person-simple-snowboard-thin.svg │ │ ├── person-simple-swim-thin.svg │ │ ├── person-simple-tai-chi-thin.svg │ │ ├── person-simple-thin.svg │ │ ├── person-simple-throw-thin.svg │ │ ├── person-simple-walk-thin.svg │ │ ├── person-thin.svg │ │ ├── perspective-thin.svg │ │ ├── phone-call-thin.svg │ │ ├── phone-disconnect-thin.svg │ │ ├── phone-incoming-thin.svg │ │ ├── phone-list-thin.svg │ │ ├── phone-outgoing-thin.svg │ │ ├── phone-pause-thin.svg │ │ ├── phone-plus-thin.svg │ │ ├── phone-slash-thin.svg │ │ ├── phone-thin.svg │ │ ├── phone-transfer-thin.svg │ │ ├── phone-x-thin.svg │ │ ├── phosphor-logo-thin.svg │ │ ├── pi-thin.svg │ │ ├── piano-keys-thin.svg │ │ ├── picnic-table-thin.svg │ │ ├── picture-in-picture-thin.svg │ │ ├── piggy-bank-thin.svg │ │ ├── pill-thin.svg │ │ ├── ping-pong-thin.svg │ │ ├── pint-glass-thin.svg │ │ ├── pinterest-logo-thin.svg │ │ ├── pinwheel-thin.svg │ │ ├── pipe-thin.svg │ │ ├── pipe-wrench-thin.svg │ │ ├── pix-logo-thin.svg │ │ ├── pizza-thin.svg │ │ ├── placeholder-thin.svg │ │ ├── planet-thin.svg │ │ ├── plant-thin.svg │ │ ├── play-circle-thin.svg │ │ ├── play-pause-thin.svg │ │ ├── play-thin.svg │ │ ├── playlist-thin.svg │ │ ├── plug-charging-thin.svg │ │ ├── plug-thin.svg │ │ ├── plugs-connected-thin.svg │ │ ├── plugs-thin.svg │ │ ├── plus-circle-thin.svg │ │ ├── plus-minus-thin.svg │ │ ├── plus-square-thin.svg │ │ ├── plus-thin.svg │ │ ├── poker-chip-thin.svg │ │ ├── police-car-thin.svg │ │ ├── polygon-thin.svg │ │ ├── popcorn-thin.svg │ │ ├── popsicle-thin.svg │ │ ├── potted-plant-thin.svg │ │ ├── power-thin.svg │ │ ├── prescription-thin.svg │ │ ├── presentation-chart-thin.svg │ │ ├── presentation-thin.svg │ │ ├── printer-thin.svg │ │ ├── prohibit-inset-thin.svg │ │ ├── prohibit-thin.svg │ │ ├── projector-screen-chart-thin.svg │ │ ├── projector-screen-thin.svg │ │ ├── pulse-thin.svg │ │ ├── push-pin-simple-slash-thin.svg │ │ ├── push-pin-simple-thin.svg │ │ ├── push-pin-slash-thin.svg │ │ ├── push-pin-thin.svg │ │ ├── puzzle-piece-thin.svg │ │ ├── qr-code-thin.svg │ │ ├── question-mark-thin.svg │ │ ├── question-thin.svg │ │ ├── queue-thin.svg │ │ ├── quotes-thin.svg │ │ ├── rabbit-thin.svg │ │ ├── racquet-thin.svg │ │ ├── radical-thin.svg │ │ ├── radio-button-thin.svg │ │ ├── radio-thin.svg │ │ ├── radioactive-thin.svg │ │ ├── rainbow-cloud-thin.svg │ │ ├── rainbow-thin.svg │ │ ├── ranking-thin.svg │ │ ├── read-cv-logo-thin.svg │ │ ├── receipt-thin.svg │ │ ├── receipt-x-thin.svg │ │ ├── record-thin.svg │ │ ├── rectangle-dashed-thin.svg │ │ ├── rectangle-thin.svg │ │ ├── recycle-thin.svg │ │ ├── reddit-logo-thin.svg │ │ ├── repeat-once-thin.svg │ │ ├── repeat-thin.svg │ │ ├── replit-logo-thin.svg │ │ ├── resize-thin.svg │ │ ├── rewind-circle-thin.svg │ │ ├── rewind-thin.svg │ │ ├── road-horizon-thin.svg │ │ ├── robot-thin.svg │ │ ├── rocket-launch-thin.svg │ │ ├── rocket-thin.svg │ │ ├── rows-plus-bottom-thin.svg │ │ ├── rows-plus-top-thin.svg │ │ ├── rows-thin.svg │ │ ├── rss-simple-thin.svg │ │ ├── rss-thin.svg │ │ ├── rug-thin.svg │ │ ├── ruler-thin.svg │ │ ├── sailboat-thin.svg │ │ ├── scales-thin.svg │ │ ├── scan-smiley-thin.svg │ │ ├── scan-thin.svg │ │ ├── scissors-thin.svg │ │ ├── scooter-thin.svg │ │ ├── screencast-thin.svg │ │ ├── screwdriver-thin.svg │ │ ├── scribble-loop-thin.svg │ │ ├── scribble-thin.svg │ │ ├── scroll-thin.svg │ │ ├── seal-check-thin.svg │ │ ├── seal-percent-thin.svg │ │ ├── seal-question-thin.svg │ │ ├── seal-thin.svg │ │ ├── seal-warning-thin.svg │ │ ├── seat-thin.svg │ │ ├── seatbelt-thin.svg │ │ ├── security-camera-thin.svg │ │ ├── selection-all-thin.svg │ │ ├── selection-background-thin.svg │ │ ├── selection-foreground-thin.svg │ │ ├── selection-inverse-thin.svg │ │ ├── selection-plus-thin.svg │ │ ├── selection-slash-thin.svg │ │ ├── selection-thin.svg │ │ ├── shapes-thin.svg │ │ ├── share-fat-thin.svg │ │ ├── share-network-thin.svg │ │ ├── share-thin.svg │ │ ├── shield-check-thin.svg │ │ ├── shield-checkered-thin.svg │ │ ├── shield-chevron-thin.svg │ │ ├── shield-plus-thin.svg │ │ ├── shield-slash-thin.svg │ │ ├── shield-star-thin.svg │ │ ├── shield-thin.svg │ │ ├── shield-warning-thin.svg │ │ ├── shipping-container-thin.svg │ │ ├── shirt-folded-thin.svg │ │ ├── shooting-star-thin.svg │ │ ├── shopping-bag-open-thin.svg │ │ ├── shopping-bag-thin.svg │ │ ├── shopping-cart-simple-thin.svg │ │ ├── shopping-cart-thin.svg │ │ ├── shovel-thin.svg │ │ ├── shower-thin.svg │ │ ├── shrimp-thin.svg │ │ ├── shuffle-angular-thin.svg │ │ ├── shuffle-simple-thin.svg │ │ ├── shuffle-thin.svg │ │ ├── sidebar-simple-thin.svg │ │ ├── sidebar-thin.svg │ │ ├── sigma-thin.svg │ │ ├── sign-in-thin.svg │ │ ├── sign-out-thin.svg │ │ ├── signature-thin.svg │ │ ├── signpost-thin.svg │ │ ├── sim-card-thin.svg │ │ ├── siren-thin.svg │ │ ├── sketch-logo-thin.svg │ │ ├── skip-back-circle-thin.svg │ │ ├── skip-back-thin.svg │ │ ├── skip-forward-circle-thin.svg │ │ ├── skip-forward-thin.svg │ │ ├── skull-thin.svg │ │ ├── skype-logo-thin.svg │ │ ├── slack-logo-thin.svg │ │ ├── sliders-horizontal-thin.svg │ │ ├── sliders-thin.svg │ │ ├── slideshow-thin.svg │ │ ├── smiley-angry-thin.svg │ │ ├── smiley-blank-thin.svg │ │ ├── smiley-meh-thin.svg │ │ ├── smiley-melting-thin.svg │ │ ├── smiley-nervous-thin.svg │ │ ├── smiley-sad-thin.svg │ │ ├── smiley-sticker-thin.svg │ │ ├── smiley-thin.svg │ │ ├── smiley-wink-thin.svg │ │ ├── smiley-x-eyes-thin.svg │ │ ├── snapchat-logo-thin.svg │ │ ├── sneaker-move-thin.svg │ │ ├── sneaker-thin.svg │ │ ├── snowflake-thin.svg │ │ ├── soccer-ball-thin.svg │ │ ├── sock-thin.svg │ │ ├── solar-panel-thin.svg │ │ ├── solar-roof-thin.svg │ │ ├── sort-ascending-thin.svg │ │ ├── sort-descending-thin.svg │ │ ├── soundcloud-logo-thin.svg │ │ ├── spade-thin.svg │ │ ├── sparkle-thin.svg │ │ ├── speaker-hifi-thin.svg │ │ ├── speaker-high-thin.svg │ │ ├── speaker-low-thin.svg │ │ ├── speaker-none-thin.svg │ │ ├── speaker-simple-high-thin.svg │ │ ├── speaker-simple-low-thin.svg │ │ ├── speaker-simple-none-thin.svg │ │ ├── speaker-simple-slash-thin.svg │ │ ├── speaker-simple-x-thin.svg │ │ ├── speaker-slash-thin.svg │ │ ├── speaker-x-thin.svg │ │ ├── speedometer-thin.svg │ │ ├── sphere-thin.svg │ │ ├── spinner-ball-thin.svg │ │ ├── spinner-gap-thin.svg │ │ ├── spinner-thin.svg │ │ ├── spiral-thin.svg │ │ ├── split-horizontal-thin.svg │ │ ├── split-vertical-thin.svg │ │ ├── spotify-logo-thin.svg │ │ ├── spray-bottle-thin.svg │ │ ├── square-half-bottom-thin.svg │ │ ├── square-half-thin.svg │ │ ├── square-logo-thin.svg │ │ ├── square-split-horizontal-thin.svg │ │ ├── square-split-vertical-thin.svg │ │ ├── square-thin.svg │ │ ├── squares-four-thin.svg │ │ ├── stack-minus-thin.svg │ │ ├── stack-overflow-logo-thin.svg │ │ ├── stack-plus-thin.svg │ │ ├── stack-simple-thin.svg │ │ ├── stack-thin.svg │ │ ├── stairs-thin.svg │ │ ├── stamp-thin.svg │ │ ├── standard-definition-thin.svg │ │ ├── star-and-crescent-thin.svg │ │ ├── star-four-thin.svg │ │ ├── star-half-thin.svg │ │ ├── star-of-david-thin.svg │ │ ├── star-thin.svg │ │ ├── steam-logo-thin.svg │ │ ├── steering-wheel-thin.svg │ │ ├── steps-thin.svg │ │ ├── stethoscope-thin.svg │ │ ├── sticker-thin.svg │ │ ├── stool-thin.svg │ │ ├── stop-circle-thin.svg │ │ ├── stop-thin.svg │ │ ├── storefront-thin.svg │ │ ├── strategy-thin.svg │ │ ├── stripe-logo-thin.svg │ │ ├── student-thin.svg │ │ ├── subset-of-thin.svg │ │ ├── subset-proper-of-thin.svg │ │ ├── subtitles-slash-thin.svg │ │ ├── subtitles-thin.svg │ │ ├── subtract-square-thin.svg │ │ ├── subtract-thin.svg │ │ ├── subway-thin.svg │ │ ├── suitcase-rolling-thin.svg │ │ ├── suitcase-simple-thin.svg │ │ ├── suitcase-thin.svg │ │ ├── sun-dim-thin.svg │ │ ├── sun-horizon-thin.svg │ │ ├── sun-thin.svg │ │ ├── sunglasses-thin.svg │ │ ├── superset-of-thin.svg │ │ ├── superset-proper-of-thin.svg │ │ ├── swap-thin.svg │ │ ├── swatches-thin.svg │ │ ├── swimming-pool-thin.svg │ │ ├── sword-thin.svg │ │ ├── synagogue-thin.svg │ │ ├── syringe-thin.svg │ │ ├── t-shirt-thin.svg │ │ ├── table-thin.svg │ │ ├── tabs-thin.svg │ │ ├── tag-chevron-thin.svg │ │ ├── tag-simple-thin.svg │ │ ├── tag-thin.svg │ │ ├── target-thin.svg │ │ ├── taxi-thin.svg │ │ ├── tea-bag-thin.svg │ │ ├── telegram-logo-thin.svg │ │ ├── television-simple-thin.svg │ │ ├── television-thin.svg │ │ ├── tennis-ball-thin.svg │ │ ├── tent-thin.svg │ │ ├── terminal-thin.svg │ │ ├── terminal-window-thin.svg │ │ ├── test-tube-thin.svg │ │ ├── text-a-underline-thin.svg │ │ ├── text-aa-thin.svg │ │ ├── text-align-center-thin.svg │ │ ├── text-align-justify-thin.svg │ │ ├── text-align-left-thin.svg │ │ ├── text-align-right-thin.svg │ │ ├── text-b-thin.svg │ │ ├── text-columns-thin.svg │ │ ├── text-h-five-thin.svg │ │ ├── text-h-four-thin.svg │ │ ├── text-h-one-thin.svg │ │ ├── text-h-six-thin.svg │ │ ├── text-h-thin.svg │ │ ├── text-h-three-thin.svg │ │ ├── text-h-two-thin.svg │ │ ├── text-indent-thin.svg │ │ ├── text-italic-thin.svg │ │ ├── text-outdent-thin.svg │ │ ├── text-strikethrough-thin.svg │ │ ├── text-subscript-thin.svg │ │ ├── text-superscript-thin.svg │ │ ├── text-t-slash-thin.svg │ │ ├── text-t-thin.svg │ │ ├── text-underline-thin.svg │ │ ├── textbox-thin.svg │ │ ├── thermometer-cold-thin.svg │ │ ├── thermometer-hot-thin.svg │ │ ├── thermometer-simple-thin.svg │ │ ├── thermometer-thin.svg │ │ ├── threads-logo-thin.svg │ │ ├── three-d-thin.svg │ │ ├── thumbs-down-thin.svg │ │ ├── thumbs-up-thin.svg │ │ ├── ticket-thin.svg │ │ ├── tidal-logo-thin.svg │ │ ├── tiktok-logo-thin.svg │ │ ├── tilde-thin.svg │ │ ├── timer-thin.svg │ │ ├── tip-jar-thin.svg │ │ ├── tipi-thin.svg │ │ ├── tire-thin.svg │ │ ├── toggle-left-thin.svg │ │ ├── toggle-right-thin.svg │ │ ├── toilet-paper-thin.svg │ │ ├── toilet-thin.svg │ │ ├── toolbox-thin.svg │ │ ├── tooth-thin.svg │ │ ├── tornado-thin.svg │ │ ├── tote-simple-thin.svg │ │ ├── tote-thin.svg │ │ ├── towel-thin.svg │ │ ├── tractor-thin.svg │ │ ├── trademark-registered-thin.svg │ │ ├── trademark-thin.svg │ │ ├── traffic-cone-thin.svg │ │ ├── traffic-sign-thin.svg │ │ ├── traffic-signal-thin.svg │ │ ├── train-regional-thin.svg │ │ ├── train-simple-thin.svg │ │ ├── train-thin.svg │ │ ├── tram-thin.svg │ │ ├── translate-thin.svg │ │ ├── trash-simple-thin.svg │ │ ├── trash-thin.svg │ │ ├── tray-arrow-down-thin.svg │ │ ├── tray-arrow-up-thin.svg │ │ ├── tray-thin.svg │ │ ├── treasure-chest-thin.svg │ │ ├── tree-evergreen-thin.svg │ │ ├── tree-palm-thin.svg │ │ ├── tree-structure-thin.svg │ │ ├── tree-thin.svg │ │ ├── tree-view-thin.svg │ │ ├── trend-down-thin.svg │ │ ├── trend-up-thin.svg │ │ ├── triangle-dashed-thin.svg │ │ ├── triangle-thin.svg │ │ ├── trolley-suitcase-thin.svg │ │ ├── trolley-thin.svg │ │ ├── trophy-thin.svg │ │ ├── truck-thin.svg │ │ ├── truck-trailer-thin.svg │ │ ├── tumblr-logo-thin.svg │ │ ├── twitch-logo-thin.svg │ │ ├── twitter-logo-thin.svg │ │ ├── umbrella-simple-thin.svg │ │ ├── umbrella-thin.svg │ │ ├── union-thin.svg │ │ ├── unite-square-thin.svg │ │ ├── unite-thin.svg │ │ ├── upload-simple-thin.svg │ │ ├── upload-thin.svg │ │ ├── usb-thin.svg │ │ ├── user-check-thin.svg │ │ ├── user-circle-check-thin.svg │ │ ├── user-circle-dashed-thin.svg │ │ ├── user-circle-gear-thin.svg │ │ ├── user-circle-minus-thin.svg │ │ ├── user-circle-plus-thin.svg │ │ ├── user-circle-thin.svg │ │ ├── user-focus-thin.svg │ │ ├── user-gear-thin.svg │ │ ├── user-list-thin.svg │ │ ├── user-minus-thin.svg │ │ ├── user-plus-thin.svg │ │ ├── user-rectangle-thin.svg │ │ ├── user-sound-thin.svg │ │ ├── user-square-thin.svg │ │ ├── user-switch-thin.svg │ │ ├── user-thin.svg │ │ ├── users-four-thin.svg │ │ ├── users-thin.svg │ │ ├── users-three-thin.svg │ │ ├── van-thin.svg │ │ ├── vault-thin.svg │ │ ├── vector-three-thin.svg │ │ ├── vector-two-thin.svg │ │ ├── vibrate-thin.svg │ │ ├── video-camera-slash-thin.svg │ │ ├── video-camera-thin.svg │ │ ├── video-conference-thin.svg │ │ ├── video-thin.svg │ │ ├── vignette-thin.svg │ │ ├── vinyl-record-thin.svg │ │ ├── virtual-reality-thin.svg │ │ ├── virus-thin.svg │ │ ├── visor-thin.svg │ │ ├── voicemail-thin.svg │ │ ├── volleyball-thin.svg │ │ ├── wall-thin.svg │ │ ├── wallet-thin.svg │ │ ├── warehouse-thin.svg │ │ ├── warning-circle-thin.svg │ │ ├── warning-diamond-thin.svg │ │ ├── warning-octagon-thin.svg │ │ ├── warning-thin.svg │ │ ├── washing-machine-thin.svg │ │ ├── watch-thin.svg │ │ ├── wave-sawtooth-thin.svg │ │ ├── wave-sine-thin.svg │ │ ├── wave-square-thin.svg │ │ ├── wave-triangle-thin.svg │ │ ├── waveform-slash-thin.svg │ │ ├── waveform-thin.svg │ │ ├── waves-thin.svg │ │ ├── webcam-slash-thin.svg │ │ ├── webcam-thin.svg │ │ ├── webhooks-logo-thin.svg │ │ ├── wechat-logo-thin.svg │ │ ├── whatsapp-logo-thin.svg │ │ ├── wheelchair-motion-thin.svg │ │ ├── wheelchair-thin.svg │ │ ├── wifi-high-thin.svg │ │ ├── wifi-low-thin.svg │ │ ├── wifi-medium-thin.svg │ │ ├── wifi-none-thin.svg │ │ ├── wifi-slash-thin.svg │ │ ├── wifi-x-thin.svg │ │ ├── wind-thin.svg │ │ ├── windmill-thin.svg │ │ ├── windows-logo-thin.svg │ │ ├── wine-thin.svg │ │ ├── wrench-thin.svg │ │ ├── x-circle-thin.svg │ │ ├── x-logo-thin.svg │ │ ├── x-square-thin.svg │ │ ├── x-thin.svg │ │ ├── yarn-thin.svg │ │ ├── yin-yang-thin.svg │ │ └── youtube-logo-thin.svg │ ├── quill.js │ ├── quill.snow.css │ ├── sortable.js │ └── topbar.js ├── config ├── config.exs ├── dev.exs ├── prod.exs ├── runtime.exs └── test.exs ├── fly.toml ├── lib ├── extension │ └── map.ex ├── radiator.ex ├── radiator │ ├── accounts.ex │ ├── accounts │ │ ├── raindrop.ex │ │ ├── raindrop_client.ex │ │ ├── user.ex │ │ ├── user_notifier.ex │ │ ├── user_token.ex │ │ ├── web_service.ex │ │ └── web_service │ │ │ └── raindrop_service.ex │ ├── application.ex │ ├── episode_outliner.ex │ ├── event_store.ex │ ├── event_store │ │ └── event_data.ex │ ├── job.ex │ ├── job_supervisor.ex │ ├── mailer.ex │ ├── node_analyzer.ex │ ├── node_analyzer │ │ └── url_analyzer.ex │ ├── outline.ex │ ├── outline │ │ ├── command.ex │ │ ├── command │ │ │ ├── change_node_content_command.ex │ │ │ ├── delete_node_command.ex │ │ │ ├── indent_node_command.ex │ │ │ ├── insert_node_command.ex │ │ │ ├── merge_next_node_command.ex │ │ │ ├── merge_prev_node_command.ex │ │ │ ├── move_down_command.ex │ │ │ ├── move_node_command.ex │ │ │ ├── move_node_to_container_command.ex │ │ │ ├── move_nodes_to_container_command.ex │ │ │ ├── move_up_command.ex │ │ │ ├── outdent_node_command.ex │ │ │ └── split_node_command.ex │ │ ├── command_processor.ex │ │ ├── command_queue.ex │ │ ├── dispatch.ex │ │ ├── event.ex │ │ ├── event │ │ │ ├── node_content_changed_event.ex │ │ │ ├── node_deleted_event.ex │ │ │ ├── node_inserted_event.ex │ │ │ ├── node_moved_event.ex │ │ │ ├── node_moved_to_new_container.ex │ │ │ └── nodes_moved_to_container_event.ex │ │ ├── node.ex │ │ ├── node_change_listener.ex │ │ ├── node_container.ex │ │ ├── node_repository.ex │ │ └── validations.ex │ ├── podcast.ex │ ├── podcast │ │ ├── episode.ex │ │ ├── network.ex │ │ ├── show.ex │ │ └── show_hosts.ex │ ├── release.ex │ ├── repo.ex │ ├── resources │ │ ├── node_changed_worker.ex │ │ └── url.ex │ ├── resources_repository.ex │ └── scheduler.ex ├── radiator_web.ex └── radiator_web │ ├── components │ ├── core_components.ex │ ├── layouts.ex │ ├── layouts │ │ ├── app.html.heex │ │ └── root.html.heex │ ├── outline_components.ex │ └── podcast_components.ex │ ├── controllers │ ├── api │ │ ├── outline_controller.ex │ │ └── raindrop_controller.ex │ ├── error_html.ex │ ├── error_json.ex │ ├── page_controller.ex │ ├── page_html.ex │ ├── page_html │ │ └── home.html.heex │ └── user_session_controller.ex │ ├── endpoint.ex │ ├── gettext.ex │ ├── live │ ├── accounts_live │ │ ├── index.ex │ │ └── index.html.heex │ ├── admin_live │ │ ├── index.ex │ │ ├── index.html.heex │ │ └── raindrop.ex │ ├── episode_live │ │ ├── index.ex │ │ └── index.html.heex │ ├── outline_live │ │ ├── index.ex │ │ └── index.html.heex │ ├── user_confirmation_instructions_live.ex │ ├── user_confirmation_live.ex │ ├── user_forgot_password_live.ex │ ├── user_login_live.ex │ ├── user_registration_live.ex │ ├── user_reset_password_live.ex │ └── user_settings_live.ex │ ├── router.ex │ ├── telemetry.ex │ └── user_auth.ex ├── mix.exs ├── mix.lock ├── priv ├── gettext │ ├── en │ │ └── LC_MESSAGES │ │ │ └── errors.po │ └── errors.pot ├── repo │ ├── migrations │ │ ├── .formatter.exs │ │ ├── 20231114214401_create_users_auth_tables.exs │ │ ├── 20231120103619_create_outline_nodes.exs │ │ ├── 20231124220144_create_networks.exs │ │ ├── 20231125210004_add_creator_to_outline_nodes.exs │ │ ├── 20231127182625_create_shows.exs │ │ ├── 20231127184621_create_episodes.exs │ │ ├── 20231203213908_add_structure_for_nodes.exs │ │ ├── 20231216182723_add_outline_reference_to_episode.exs │ │ ├── 20231223124852_add_number_to_episodes.exs │ │ ├── 20240501153929_create_event_data.exs │ │ ├── 20240903173937_add_publish_date_date_to_episodes.exs │ │ ├── 20240914133512_create_urls.exs │ │ ├── 20240916151804_add_slug_to_episodes.exs │ │ ├── 20240918192918_add_is_deleted_to_episodes.exs │ │ ├── 20240930153607_add_description_to_show.exs │ │ ├── 20240930193221_create_show_hosts.exs │ │ ├── 20241016171234_add_raindrop_token_to_user.exs │ │ ├── 20241020120459_add_data_to_urls.exs │ │ ├── 20241105184254_create_web_services.exs │ │ ├── 20241106201557_remove_rainbow_tokens_from_user.exs │ │ ├── 20241124094719_add_show_id_to_nodes.exs │ │ ├── 20241124123650_add_type_intern_to_nodes.exs │ │ ├── 20241210195825_create_outline_node_containers.exs │ │ ├── 20241210203601_add_node_containers.exs │ │ ├── 20241217180012_data_migration_add_node_containers_to_existing_records.exs │ │ ├── 20241222120855_remove_type_from_nodes.exs │ │ ├── 20241222121424_remove_shows_and_episodes_from_nodes.exs │ │ ├── 20241222183518_add_episodes_to_urls.exs │ │ ├── 20250220213334_rename_container_id_in_nodes.exs │ │ ├── 20250319190810_remove_inbox_container_id_from_episode.exs │ │ └── 20250319201427_remove_outline_container_id_from_show.exs │ └── seeds.exs └── static │ ├── favicon.ico │ ├── images │ ├── header.jpg │ ├── header.webp │ ├── logo.svg │ ├── pic06.jpg │ ├── pic10.jpg │ ├── pic11.jpg │ ├── pic12.jpg │ ├── pic13.jpg │ ├── pic14.jpg │ ├── pic15.jpg │ └── raindrop.jpg │ └── robots.txt ├── rel ├── env.sh.eex └── overlays │ └── bin │ ├── migrate │ ├── migrate.bat │ ├── server │ └── server.bat └── test ├── extension └── map_test.exs ├── radiator ├── accounts │ ├── raindrop_client_test.exs │ └── web_service_test.exs ├── accounts_test.exs ├── event_store_test.exs ├── node_analyzer │ └── url_analyzer_test.exs ├── node_analyzer_test.exs ├── outline │ ├── command_processor_test.exs │ ├── dispatch_test.exs │ ├── node_repository_test.exs │ ├── node_test.exs │ └── validations_test.exs ├── outline_test.exs ├── podcast_test.exs ├── resources │ └── node_changed_worker_test.exs └── resources_repository_test.exs ├── radiator_web ├── controllers │ ├── api │ │ ├── outline_controller_test.exs │ │ └── raindrop_controller_test.exs │ ├── error_html_test.exs │ ├── error_json_test.exs │ ├── page_controller_test.exs │ └── user_session_controller_test.exs ├── live │ ├── accounts_live_test.exs │ ├── admin_live_test.exs │ ├── episode_live_test.exs │ ├── outline_live_test.exs │ ├── user_confirmation_instructions_live_test.exs │ ├── user_confirmation_live_test.exs │ ├── user_forgot_password_live_test.exs │ ├── user_login_live_test.exs │ ├── user_registration_live_test.exs │ ├── user_reset_password_live_test.exs │ └── user_settings_live_test.exs └── user_auth_test.exs ├── support ├── conn_case.ex ├── data_case.ex ├── dummy_analyzer.ex └── fixtures │ ├── accounts_fixtures.ex │ ├── event_store_fixtures.ex │ ├── outline_fixtures.ex │ ├── podcast_fixtures.ex │ └── resources_fixtures.ex └── test_helper.exs /.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 | -------------------------------------------------------------------------------- /.iex.exs: -------------------------------------------------------------------------------- 1 | IEx.configure(auto_reload: true) 2 | -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | elixir 1.18.3-otp-27 2 | erlang 27.3 3 | -------------------------------------------------------------------------------- /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 | 7 | @import "../vendor/quill.snow"; 8 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/assets/vendor/phosphor/.DS_Store -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/align-left-simple-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-arc-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-down-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-down-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-elbow-down-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-elbow-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-elbow-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-elbow-right-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-elbow-up-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-u-left-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-u-left-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-up-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/arrow-up-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/bed-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/browser-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-line-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-line-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-line-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/caret-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/cell-signal-low-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/cell-signal-none-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/chat-teardrop-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/check-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/circle-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/cloud-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/control-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/currency-kzt-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/divide-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/door-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/dot-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/dot-outline-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/dots-three-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/dots-three-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/equals-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/exclamation-mark-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/flag-pennant-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/gender-neuter-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/git-commit-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/google-logo-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/greater-than-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/grid-four-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/hard-drive-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/intersection-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/ladder-simple-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/layout-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/less-than-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/line-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/list-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/magnifying-glass-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/map-pin-simple-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/map-pin-simple-line-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/member-of-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/minus-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/music-note-simple-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/notches-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/number-eight-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/number-four-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/number-one-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/number-seven-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/number-six-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/paragraph-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/picture-in-picture-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/placeholder-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/play-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/plus-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/radical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/rectangle-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/sidebar-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/sidebar-simple-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/square-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/square-split-horizontal-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/square-split-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/stop-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/subset-of-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/subset-proper-of-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/superset-of-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/superset-proper-of-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/terminal-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/text-b-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/text-h-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/text-italic-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/text-t-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/union-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/voicemail-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/wave-sawtooth-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/wave-square-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/wave-triangle-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/wifi-low-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/wifi-none-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/bold/x-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/duotone/cell-signal-none-duotone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/duotone/dot-duotone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/duotone/intersection-duotone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/duotone/text-h-duotone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/duotone/union-duotone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/align-bottom-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/align-center-horizontal-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/align-left-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/align-right-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/align-top-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-arc-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-arc-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-bend-down-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-bend-up-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-down-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-down-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-down-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-down-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-left-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-left-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-right-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-up-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-elbow-up-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-fat-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-fat-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-fat-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-fat-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-line-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-line-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-line-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-line-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-u-left-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-u-left-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-u-right-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-u-up-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-up-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/arrow-up-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/avocado-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/bag-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/bed-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/book-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/bookmark-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/browser-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cards-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-circle-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-double-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-double-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-line-down-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-line-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-line-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-line-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/caret-up-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cell-signal-full-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cell-signal-high-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cell-signal-low-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cell-signal-medium-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/cell-signal-none-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/chalkboard-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/chart-pie-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/chat-centered-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/chat-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/chat-teardrop-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/checkerboard-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/circle-half-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/circle-half-tilt-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/circle-notch-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/circles-three-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/clock-afternoon-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/clock-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/control-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/copy-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/copy-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/device-mobile-camera-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/device-mobile-speaker-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/device-tablet-camera-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/device-tablet-speaker-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/dice-one-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/door-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/door-open-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/dot-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/dot-outline-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/dots-three-outline-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/dots-three-outline-vertical-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/egg-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/envelope-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/exclude-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/exclude-square-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/file-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/fire-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/flag-pennant-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/folder-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/funnel-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/git-commit-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/hand-grabbing-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/hard-drive-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/heart-straight-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/house-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/keyhole-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/layout-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/letter-circle-h-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/letter-circle-v-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/lightning-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/line-segment-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/line-vertical-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/lock-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/magnifying-glass-minus-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/map-pin-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/map-pin-simple-line-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/martini-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/minus-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/minus-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/minus-square-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/monitor-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/mouse-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/music-note-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/music-note-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/music-notes-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/music-notes-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/notches-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/number-circle-one-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/paragraph-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/parallelogram-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/path-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/pause-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/picture-in-picture-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/pint-glass-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/play-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/plus-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/prohibit-inset-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/push-pin-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/radio-button-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/record-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/rectangle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/share-network-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/sidebar-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/skip-back-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/skip-forward-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/smiley-blank-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/square-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/square-half-bottom-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/square-half-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/stairs-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/steps-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/stop-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/stop-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/subtract-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/subtract-square-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/table-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/tag-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/tent-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/thermometer-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/toggle-left-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/toggle-right-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/traffic-cone-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/trash-simple-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/unite-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/unite-square-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/user-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/fill/warning-circle-fill.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-arc-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-arc-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-down-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-down-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-down-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-elbow-down-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-elbow-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-elbow-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-elbow-up-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-up-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-up-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/arrow-up-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/bed-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-down-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-line-down-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-line-left-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-right-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/caret-up-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/cell-signal-low-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/cell-signal-none-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/chat-teardrop-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/check-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/circle-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/code-simple-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/control-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/currency-kzt-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/divide-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/dot-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/dot-outline-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/dots-three-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/dots-three-vertical-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/equals-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/exclamation-mark-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/flag-pennant-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/funnel-simple-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/gender-neuter-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/git-commit-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/google-logo-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/greater-than-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/intersection-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/ladder-simple-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/less-than-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/line-vertical-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/list-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/magnifying-glass-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/map-pin-simple-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/map-pin-simple-line-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/member-of-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/minus-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/music-note-simple-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/notches-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-eight-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-four-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-nine-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-one-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-seven-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/number-six-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/paragraph-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/plus-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/radical-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/square-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/stop-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/subset-of-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/subset-proper-of-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/superset-of-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/superset-proper-of-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/terminal-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/text-b-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/text-h-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/text-italic-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/text-t-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/union-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/wave-sawtooth-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/wave-square-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/wave-triangle-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/wifi-low-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/light/wifi-none-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/align-left-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/align-right-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-arc-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-arc-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-elbow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-elbow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-elbow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/bed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/browser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-line-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-line-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/caret-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/cell-signal-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/cell-signal-none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/chat-teardrop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/control.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/currency-kzt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/dot-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/dots-three-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/dots-three.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/equals.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/exclamation-mark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/flag-pennant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/funnel-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/gender-neuter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/google-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/grid-four.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/hard-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/intersection.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/ladder-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/line-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/magnifying-glass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/map-pin-simple-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/map-pin-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/member-of.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/music-note-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/notches.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-eight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-four.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-nine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-seven.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/number-six.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/pi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/picture-in-picture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/placeholder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/radical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/sidebar-simple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/square-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/square-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/subset-of.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/subset-proper-of.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/superset-of.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/superset-proper-of.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/text-b.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/text-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/text-italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/text-t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/union.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/wave-sawtooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/wave-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/wave-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/wifi-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/regular/wifi-none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-arc-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-arc-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-down-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-down-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-down-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-elbow-down-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-elbow-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-elbow-right-down-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-elbow-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-elbow-up-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-up-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-up-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/arrow-up-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/bed-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-down-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-line-down-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-line-left-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-right-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/caret-up-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/cell-signal-low-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/cell-signal-none-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/chat-teardrop-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/check-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/circle-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/control-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/currency-kzt-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/divide-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/dot-outline-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/dot-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/dots-three-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/dots-three-vertical-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/equals-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/exclamation-mark-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/flag-pennant-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/funnel-simple-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/gender-neuter-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/git-commit-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/google-logo-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/greater-than-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/intersection-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/ladder-simple-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/less-than-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/line-vertical-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/list-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/magnifying-glass-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/map-pin-simple-line-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/map-pin-simple-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/member-of-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/minus-circle-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/minus-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/music-note-simple-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/notches-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-eight-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-four-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-nine-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-one-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-seven-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/number-six-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/paragraph-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/plus-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/radical-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/square-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/stop-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/subset-of-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/subset-proper-of-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/superset-of-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/superset-proper-of-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/terminal-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/text-b-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/text-h-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/text-italic-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/text-t-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/union-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/wave-sawtooth-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/wave-square-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/wave-triangle-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/wifi-low-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/vendor/phosphor/thin/wifi-none-thin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/radiator/mailer.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Mailer do 2 | @moduledoc false 3 | use Swoosh.Mailer, otp_app: :radiator 4 | end 5 | -------------------------------------------------------------------------------- /lib/radiator/outline/event/node_content_changed_event.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Outline.Event.NodeContentChangedEvent do 2 | @moduledoc false 3 | 4 | defstruct [:event_id, :node_id, :content, :user_id, :container_id] 5 | end 6 | -------------------------------------------------------------------------------- /lib/radiator/outline/event/node_deleted_event.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Outline.Event.NodeDeletedEvent do 2 | @moduledoc false 3 | defstruct [:event_id, :node, :user_id, :children, :next, :container_id] 4 | end 5 | -------------------------------------------------------------------------------- /lib/radiator/outline/event/node_inserted_event.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Outline.Event.NodeInsertedEvent do 2 | @moduledoc false 3 | 4 | defstruct [:event_id, :node, :user_id, :next, :container_id, :content] 5 | end 6 | -------------------------------------------------------------------------------- /lib/radiator/outline/event/nodes_moved_to_container_event.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Outline.Event.NodesMovedToContainerEvent do 2 | @moduledoc false 3 | 4 | defstruct [ 5 | :event_id, 6 | :user_id, 7 | :nodes, 8 | :old_container_id, 9 | :new_container_id 10 | ] 11 | end 12 | -------------------------------------------------------------------------------- /lib/radiator/repo.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo do 2 | use Ecto.Repo, 3 | otp_app: :radiator, 4 | adapter: Ecto.Adapters.Postgres 5 | end 6 | -------------------------------------------------------------------------------- /priv/repo/migrations/.formatter.exs: -------------------------------------------------------------------------------- 1 | [ 2 | import_deps: [:ecto_sql], 3 | inputs: ["*.exs"] 4 | ] 5 | -------------------------------------------------------------------------------- /priv/repo/migrations/20231125210004_add_creator_to_outline_nodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddCreatorToOutlineNodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:outline_nodes) do 6 | add :creator_id, :integer 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20231223124852_add_number_to_episodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddNumberToEpisodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:episodes) do 6 | add :number, :integer 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20240903173937_add_publish_date_date_to_episodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddPublishDateDateToEpisodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:episodes) do 6 | add :publish_date, :date 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20240916151804_add_slug_to_episodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddSlugToEpisodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:episodes) do 6 | add :slug, :string 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20240930153607_add_description_to_show.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddDescriptionToShow do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:shows) do 6 | add :description, :string 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20241020120459_add_data_to_urls.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddDataToUrls do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:urls) do 6 | add :meta_data, :map, null: false, default: %{} 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20241124123650_add_type_intern_to_nodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.AddTypeInternToNodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:outline_nodes) do 6 | add :_type, :string, default: "node" 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20241222120855_remove_type_from_nodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.RemoveTypeFromNodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | alter table(:outline_nodes) do 6 | remove :_type, :string, default: "node" 7 | end 8 | end 9 | end 10 | -------------------------------------------------------------------------------- /priv/repo/migrations/20250220213334_rename_container_id_in_nodes.exs: -------------------------------------------------------------------------------- 1 | defmodule Radiator.Repo.Migrations.RenameContainerIdInNodes do 2 | use Ecto.Migration 3 | 4 | def change do 5 | rename table("outline_nodes"), :outline_node_container_id, to: :container_id 6 | end 7 | end 8 | -------------------------------------------------------------------------------- /priv/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/favicon.ico -------------------------------------------------------------------------------- /priv/static/images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/header.jpg -------------------------------------------------------------------------------- /priv/static/images/header.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/header.webp -------------------------------------------------------------------------------- /priv/static/images/pic06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic06.jpg -------------------------------------------------------------------------------- /priv/static/images/pic10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic10.jpg -------------------------------------------------------------------------------- /priv/static/images/pic11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic11.jpg -------------------------------------------------------------------------------- /priv/static/images/pic12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic12.jpg -------------------------------------------------------------------------------- /priv/static/images/pic13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic13.jpg -------------------------------------------------------------------------------- /priv/static/images/pic14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic14.jpg -------------------------------------------------------------------------------- /priv/static/images/pic15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/pic15.jpg -------------------------------------------------------------------------------- /priv/static/images/raindrop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlove/radiator/feb911857df86de9f80d1bc3dacf78365b516414/priv/static/images/raindrop.jpg -------------------------------------------------------------------------------- /priv/static/robots.txt: -------------------------------------------------------------------------------- 1 | # See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file 2 | # 3 | # To ban all spiders from the entire site uncomment the next two lines: 4 | # User-agent: * 5 | # Disallow: / 6 | -------------------------------------------------------------------------------- /rel/overlays/bin/migrate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -eu 3 | 4 | cd -P -- "$(dirname -- "$0")" 5 | exec ./radiator eval Radiator.Release.migrate 6 | -------------------------------------------------------------------------------- /rel/overlays/bin/migrate.bat: -------------------------------------------------------------------------------- 1 | call "%~dp0\radiator" eval Radiator.Release.migrate 2 | -------------------------------------------------------------------------------- /rel/overlays/bin/server: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -eu 3 | 4 | cd -P -- "$(dirname -- "$0")" 5 | PHX_SERVER=true exec ./radiator start 6 | -------------------------------------------------------------------------------- /rel/overlays/bin/server.bat: -------------------------------------------------------------------------------- 1 | set PHX_SERVER=true 2 | call "%~dp0\radiator" start 3 | -------------------------------------------------------------------------------- /test/radiator_web/controllers/page_controller_test.exs: -------------------------------------------------------------------------------- 1 | defmodule RadiatorWeb.PageControllerTest do 2 | use RadiatorWeb.ConnCase 3 | 4 | test "GET /", %{conn: conn} do 5 | conn = get(conn, ~p"/") 6 | assert html_response(conn, 200) =~ "Radiator" 7 | end 8 | end 9 | -------------------------------------------------------------------------------- /test/support/dummy_analyzer.ex: -------------------------------------------------------------------------------- 1 | defmodule Radiator.NodeAnalyzer.DummyAnalyzer do 2 | @moduledoc false 3 | @behaviour Radiator.NodeAnalyzer 4 | 5 | def match?(_node), do: true 6 | def analyze(_node), do: [] 7 | end 8 | -------------------------------------------------------------------------------- /test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | Ecto.Adapters.SQL.Sandbox.mode(Radiator.Repo, :manual) 3 | --------------------------------------------------------------------------------