├── docs ├── about │ └── index.md ├── development-recommendations │ ├── deprecated │ │ └── constructor-naming.md │ └── documentation │ │ ├── contact.md │ │ ├── history.md │ │ └── general.md ├── img │ ├── favicon.ico │ ├── security-tools.png │ └── bg-security-tools.png └── stylesheets │ └── fonts │ ├── Graphik-Bold-Web.woff │ ├── Graphik-Bold-Web.woff2 │ ├── Graphik-Regular-Web.woff │ ├── Graphik-Regular-Web.woff2 │ ├── Graphik-Semibold-Web.woff │ └── Graphik-Semibold-Web.woff2 ├── custom ├── .icons │ ├── material │ │ ├── solid.svg │ │ ├── square.svg │ │ ├── stop.svg │ │ ├── triangle.svg │ │ ├── menu-up.svg │ │ ├── minus.svg │ │ ├── power-on.svg │ │ ├── rectangle.svg │ │ ├── alpha-l.svg │ │ ├── alpha-t.svg │ │ ├── color-helper.svg │ │ ├── menu-down.svg │ │ ├── menu-left.svg │ │ ├── menu-right.svg │ │ ├── network-strength-4.svg │ │ ├── numeric-1.svg │ │ ├── square-medium.svg │ │ ├── square-small.svg │ │ ├── window-minimize.svg │ │ ├── bandcamp.svg │ │ ├── cards-diamond.svg │ │ ├── diamond.svg │ │ ├── flash.svg │ │ ├── forward.svg │ │ ├── npm-variant.svg │ │ ├── numeric-7.svg │ │ ├── pause.svg │ │ ├── play.svg │ │ ├── send.svg │ │ ├── step-forward.svg │ │ ├── volume-low.svg │ │ ├── alpha-f.svg │ │ ├── alpha-v.svg │ │ ├── eject.svg │ │ ├── equal.svg │ │ ├── format-title.svg │ │ ├── glass-stange.svg │ │ ├── numeric-4.svg │ │ ├── sailing.svg │ │ ├── step-backward.svg │ │ ├── text-short.svg │ │ ├── tie.svg │ │ ├── view-stream.svg │ │ ├── alpha-e.svg │ │ ├── alpha-h.svg │ │ ├── alpha-i.svg │ │ ├── alpha-n.svg │ │ ├── alpha-z.svg │ │ ├── diving-scuba-flag.svg │ │ ├── home-variant.svg │ │ ├── home.svg │ │ ├── menu-swap.svg │ │ ├── network-strength-3.svg │ │ ├── network-strength-outline.svg │ │ ├── plus.svg │ │ ├── rewind.svg │ │ ├── segment.svg │ │ ├── skip-next.svg │ │ ├── square-outline.svg │ │ ├── window-maximize.svg │ │ ├── alpha-y.svg │ │ ├── border-all-variant.svg │ │ ├── chart-histogram.svg │ │ ├── comma.svg │ │ ├── currency-kzt.svg │ │ ├── delta.svg │ │ ├── details.svg │ │ ├── download.svg │ │ ├── fast-forward.svg │ │ ├── flag-triangle.svg │ │ ├── flag.svg │ │ ├── loading.svg │ │ ├── menu.svg │ │ ├── nail.svg │ │ ├── network-strength-1.svg │ │ ├── network-strength-2.svg │ │ ├── pentagon.svg │ │ ├── play-pause.svg │ │ ├── publish.svg │ │ ├── rectangle-outline.svg │ │ ├── skip-backward.svg │ │ ├── skip-forward.svg │ │ ├── skip-previous.svg │ │ ├── sort-variant.svg │ │ ├── text.svg │ │ ├── trending-neutral.svg │ │ ├── triangle-outline.svg │ │ ├── upload.svg │ │ ├── view-array.svg │ │ ├── alert.svg │ │ ├── angle-right.svg │ │ ├── arrow-down-bold.svg │ │ ├── arrow-left-bold.svg │ │ ├── arrow-right-bold.svg │ │ ├── arrow-up-bold.svg │ │ ├── call-made.svg │ │ ├── call-received.svg │ │ ├── checkerboard.svg │ │ ├── currency-eth.svg │ │ ├── filter-variant.svg │ │ ├── floor-lamp.svg │ │ ├── home-minus.svg │ │ ├── lamp.svg │ │ ├── near-me.svg │ │ ├── poll.svg │ │ ├── square-medium-outline.svg │ │ ├── stairs.svg │ │ ├── triforce.svg │ │ ├── view-carousel.svg │ │ ├── view-column.svg │ │ ├── volume-minus.svg │ │ ├── alpha-k.svg │ │ ├── arrow-up-down-bold.svg │ │ ├── bed-empty.svg │ │ ├── chart-bar.svg │ │ ├── check.svg │ │ ├── christianity.svg │ │ ├── code-brackets.svg │ │ ├── equalizer.svg │ │ ├── exclamation.svg │ │ ├── format-size.svg │ │ ├── garage-open.svg │ │ ├── home-floor-l.svg │ │ ├── houzz.svg │ │ ├── notification-clear-all.svg │ │ ├── npm-variant-outline.svg │ │ ├── octagon.svg │ │ ├── pin.svg │ │ ├── sigma.svg │ │ ├── step-forward-2.svg │ │ ├── view-compact.svg │ │ ├── view-grid.svg │ │ ├── view-parallel.svg │ │ ├── view-sequential.svg │ │ ├── alpha-j.svg │ │ ├── alpha-u.svg │ │ ├── arrow-left-right-bold.svg │ │ ├── arrow-top-left.svg │ │ ├── arrow-top-right.svg │ │ ├── bookmark.svg │ │ ├── currency-chf.svg │ │ ├── deviantart.svg │ │ ├── format-text-wrapping-clip.svg │ │ ├── home-floor-1.svg │ │ ├── navigation.svg │ │ ├── plus-minus.svg │ │ ├── road.svg │ │ ├── settings-helper.svg │ │ ├── share.svg │ │ ├── signal-cellular-3.svg │ │ ├── signal.svg │ │ ├── star-four-points.svg │ │ ├── step-backward-2.svg │ │ ├── summit.svg │ │ ├── view-headline.svg │ │ ├── view-split-horizontal.svg │ │ ├── wall-sconce.svg │ │ ├── alpha-d.svg │ │ ├── alpha-m.svg │ │ ├── alpha-x.svg │ │ ├── arrange-bring-forward.svg │ │ ├── arrange-send-backward.svg │ │ ├── arrow-bottom-left.svg │ │ ├── arrow-bottom-right.svg │ │ ├── bow-tie.svg │ │ ├── call-missed.svg │ │ ├── checkbook.svg │ │ ├── chevron-down.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── ethernet-cable.svg │ │ ├── flag-minus.svg │ │ ├── format-italic.svg │ │ ├── format-quote-close.svg │ │ ├── format-vertical-align-top.svg │ │ ├── format-wrap-top-bottom.svg │ │ ├── greater-than.svg │ │ ├── network-strength-4-alert.svg │ │ ├── not-equal.svg │ │ ├── pine-tree.svg │ │ ├── playlist-minus.svg │ │ ├── repeat.svg │ │ ├── reply.svg │ │ ├── star-three-points.svg │ │ ├── swap-horizontal.svg │ │ ├── swap-vertical.svg │ │ ├── text-subject.svg │ │ ├── view-dashboard.svg │ │ ├── view-quilt.svg │ │ ├── alert-outline.svg │ │ ├── alpha-p.svg │ │ ├── alpha-w.svg │ │ ├── chevron-left.svg │ │ ├── coffin.svg │ │ ├── current-dc.svg │ │ ├── download-multiple.svg │ │ ├── format-horizontal-align-left.svg │ │ ├── format-horizontal-align-right.svg │ │ ├── format-quote-open.svg │ │ ├── format-strikethrough.svg │ │ ├── format-vertical-align-bottom.svg │ │ ├── home-alert.svg │ │ ├── laptop-chromebook.svg │ │ ├── less-than.svg │ │ ├── microsoft.svg │ │ ├── reorder-vertical.svg │ │ ├── shuffle-disabled.svg │ │ ├── terrain.svg │ │ ├── timer-sand-full.svg │ │ ├── transfer-up.svg │ │ ├── upload-multiple.svg │ │ ├── volume-plus.svg │ │ ├── window-restore.svg │ │ ├── wrap-disabled.svg │ │ ├── alpha-a.svg │ │ ├── apple-keyboard-option.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-bold-outline.svg │ │ ├── arrow-up.svg │ │ ├── axis.svg │ │ ├── bank.svg │ │ ├── border-all.svg │ │ ├── card.svg │ │ ├── check-bold.svg │ │ ├── chess-rook.svg │ │ ├── circle-medium.svg │ │ ├── circle.svg │ │ ├── eject-outline.svg │ │ ├── flash-outline.svg │ │ ├── format-float-center.svg │ │ ├── format-line-weight.svg │ │ ├── format-pilcrow.svg │ │ ├── format-wrap-inline.svg │ │ ├── glass-cocktail.svg │ │ ├── home-analytics.svg │ │ ├── home-plus.svg │ │ ├── home-variant-outline.svg │ │ ├── keyboard-backspace.svg │ │ ├── keyboard-return.svg │ │ ├── menu-down-outline.svg │ │ ├── menu-left-outline.svg │ │ ├── menu-right-outline.svg │ │ ├── menu-up-outline.svg │ │ ├── message.svg │ │ ├── numeric-5.svg │ │ ├── office.svg │ │ ├── page-last.svg │ │ ├── playlist-play.svg │ │ ├── reorder-horizontal.svg │ │ ├── resistor.svg │ │ ├── shield.svg │ │ ├── signal-hspa.svg │ │ ├── store.svg │ │ ├── transfer-down.svg │ │ ├── transfer-left.svg │ │ ├── vector-line.svg │ │ ├── view-compact-outline.svg │ │ ├── alpha-g.svg │ │ ├── arrow-down-bold-outline.svg │ │ ├── arrow-down-thick.svg │ │ ├── arrow-left-bold-outline.svg │ │ ├── arrow-right-bold-outline.svg │ │ ├── arrow-right-thick.svg │ │ ├── arrow-up-thick.svg │ │ ├── bing.svg │ │ ├── bookmark-minus.svg │ │ ├── bowl.svg │ │ ├── ceiling-light.svg │ │ ├── chart-areaspline-variant.svg │ │ ├── chart-tree.svg │ │ ├── check-underline.svg │ │ ├── contain-start.svg │ │ ├── delete.svg │ │ ├── diamond-outline.svg │ │ ├── image-filter-hdr.svg │ │ ├── keyboard-caps.svg │ │ ├── knife.svg │ │ ├── led-off.svg │ │ ├── message-reply.svg │ │ ├── microsoft-dynamics.svg │ │ ├── page-first.svg │ │ ├── plus-one.svg │ │ ├── plus-outline.svg │ │ ├── shape-square-plus.svg │ │ ├── swap-horizontal-bold.svg │ │ ├── swap-vertical-bold.svg │ │ ├── view-list.svg │ │ ├── vuejs.svg │ │ ├── water.svg │ │ ├── apple-keyboard-shift.svg │ │ ├── arrow-left-thick.svg │ │ ├── arrow-top-left-bottom-right.svg │ │ ├── arrow-top-right-bottom-left.svg │ │ ├── brightness-1.svg │ │ ├── car-door.svg │ │ ├── chart-timeline.svg │ │ ├── contain-end.svg │ │ ├── door.svg │ │ ├── file.svg │ │ ├── flag-outline.svg │ │ ├── format-align-left.svg │ │ ├── format-header-equal.svg │ │ ├── format-text-variant.svg │ │ ├── garage.svg │ │ ├── hackernews.svg │ │ ├── home-floor-negative-1.svg │ │ ├── led-variant-on.svg │ │ ├── network-strength-1-alert.svg │ │ ├── network-strength-2-alert.svg │ │ ├── network-strength-3-alert.svg │ │ ├── note.svg │ │ ├── school.svg │ │ ├── serial-port.svg │ │ ├── shape-rectangle-plus.svg │ │ ├── signal-cellular-2.svg │ │ ├── skew-less.svg │ │ ├── skew-more.svg │ │ ├── squeegee.svg │ │ ├── temperature-kelvin.svg │ │ ├── transfer-right.svg │ │ ├── vector-point.svg │ │ ├── apple-keyboard-control.svg │ │ ├── arrow-expand-horizontal.svg │ │ ├── arrow-expand-vertical.svg │ │ ├── arrow-top-right-thick.svg │ │ ├── axe.svg │ │ ├── chart-line-variant.svg │ │ ├── checkbox-blank-circle.svg │ │ ├── crown.svg │ │ ├── ellipse.svg │ │ ├── emby.svg │ │ ├── engine.svg │ │ ├── file-tree.svg │ │ ├── format-align-center.svg │ │ ├── format-align-justify.svg │ │ ├── format-align-right.svg │ │ ├── format-color-text.svg │ │ ├── format-float-none.svg │ │ ├── fullscreen.svg │ │ ├── gate-and.svg │ │ ├── pan-left.svg │ │ ├── pi.svg │ │ ├── playlist-plus.svg │ │ ├── polaroid.svg │ │ ├── polymer.svg │ │ ├── power-plug.svg │ │ ├── sort-ascending.svg │ │ ├── subdirectory-arrow-left.svg │ │ ├── subdirectory-arrow-right.svg │ │ ├── tooltip.svg │ │ ├── upload-outline.svg │ │ ├── view-module.svg │ │ ├── view-split-vertical.svg │ │ ├── alpha-o.svg │ │ ├── archive.svg │ │ ├── arrange-bring-to-front.svg │ │ ├── arrow-bottom-left-thick.svg │ │ ├── arrow-bottom-right-thick.svg │ │ ├── arrow-expand-down.svg │ │ ├── arrow-expand-left.svg │ │ ├── arrow-expand-right.svg │ │ ├── arrow-expand-up.svg │ │ ├── arrow-split-horizontal.svg │ │ ├── arrow-split-vertical.svg │ │ ├── arrow-top-left-thick.svg │ │ ├── axis-z-arrow.svg │ │ ├── backburger.svg │ │ ├── bookmark-outline.svg │ │ ├── call-merge.svg │ │ ├── checkbox-blank.svg │ │ ├── circle-small.svg │ │ ├── crop.svg │ │ ├── download-outline.svg │ │ ├── facebook.svg │ │ ├── file-outline.svg │ │ ├── folder.svg │ │ ├── format-header-1.svg │ │ ├── forwardburger.svg │ │ ├── fullscreen-exit.svg │ │ ├── greater-than-or-equal.svg │ │ ├── keyboard-tab.svg │ │ ├── less-than-or-equal.svg │ │ ├── message-outline.svg │ │ ├── minus-circle.svg │ │ ├── network-strength-off.svg │ │ ├── numeric-2.svg │ │ ├── pan-down.svg │ │ ├── pan-right.svg │ │ ├── pan-up.svg │ │ ├── pentagon-outline.svg │ │ ├── pot-mix.svg │ │ ├── record.svg │ │ ├── reply-all.svg │ │ ├── shoe-heel.svg │ │ ├── sort-descending.svg │ │ ├── stop-circle.svg │ │ ├── tab.svg │ │ ├── view-dashboard-variant.svg │ │ ├── vuetify.svg │ │ ├── widgets.svg │ │ ├── adobe.svg │ │ ├── alpha-l-box.svg │ │ ├── alpha-q.svg │ │ ├── book.svg │ │ ├── bookmark-plus.svg │ │ ├── bullet.svg │ │ ├── card-outline.svg │ │ ├── cellphone.svg │ │ ├── chart-line.svg │ │ ├── crop-portrait.svg │ │ ├── crop-square.svg │ │ ├── cup.svg │ │ ├── currency-twd.svg │ │ ├── do-not-disturb.svg │ │ ├── ethereum.svg │ │ ├── fireplace-off.svg │ │ ├── format-horizontal-align-center.svg │ │ ├── format-indent-decrease.svg │ │ ├── format-indent-increase.svg │ │ ├── format-overline.svg │ │ ├── format-vertical-align-center.svg │ │ ├── hazard-lights.svg │ │ ├── instapaper.svg │ │ ├── markdown.svg │ │ ├── numeric-0.svg │ │ ├── page-layout-body.svg │ │ ├── page-layout-header.svg │ │ ├── pandora.svg │ │ ├── pin-outline.svg │ │ ├── pipe.svg │ │ ├── play-circle.svg │ │ ├── radio-fm.svg │ │ ├── ray-start.svg │ │ ├── repeat-once.svg │ │ ├── rewind-outline.svg │ │ ├── shield-alert.svg │ │ ├── signal-hspa-plus.svg │ │ ├── sim-alert.svg │ │ ├── sort.svg │ │ ├── star.svg │ │ ├── tablet.svg │ │ ├── trash-can.svg │ │ ├── trending-up.svg │ │ ├── volume-medium.svg │ │ ├── watermark.svg │ │ ├── alpha-c.svg │ │ ├── alpha-l-circle.svg │ │ ├── alpha-r.svg │ │ ├── alpha-s.svg │ │ ├── alpha-t-box.svg │ │ ├── anvil.svg │ │ ├── arrow-collapse-vertical.svg │ │ ├── barcode.svg │ │ ├── book-variant.svg │ │ ├── border-outside.svg │ │ ├── chart-gantt.svg │ │ ├── christianity-outline.svg │ │ ├── code-tags.svg │ │ ├── contain.svg │ │ ├── crop-landscape.svg │ │ ├── dog-side.svg │ │ ├── door-open.svg │ │ ├── egg.svg │ │ ├── eight-track.svg │ │ ├── fast-forward-outline.svg │ │ ├── flash-auto.svg │ │ ├── flash-off.svg │ │ ├── floor-plan.svg │ │ ├── format-float-left.svg │ │ ├── format-float-right.svg │ │ ├── format-line-spacing.svg │ │ ├── format-paragraph.svg │ │ ├── format-text-wrapping-overflow.svg │ │ ├── glassdoor.svg │ │ ├── magnet.svg │ │ ├── minus-box.svg │ │ ├── movie.svg │ │ ├── music-note.svg │ │ ├── numeric-1-box.svg │ │ ├── page-layout-footer.svg │ │ ├── pan-top-left.svg │ │ ├── pause-octagon.svg │ │ ├── power-socket.svg │ │ ├── pulse.svg │ │ ├── ray-end.svg │ │ ├── sd.svg │ │ ├── television.svg │ │ ├── trending-down.svg │ │ ├── twitch.svg │ │ ├── video.svg │ │ ├── view-day.svg │ │ ├── alert-circle.svg │ │ ├── alpha-f-box.svg │ │ ├── alpha-t-circle.svg │ │ ├── application.svg │ │ ├── arrange-send-to-back.svg │ │ ├── arrow-collapse-left.svg │ │ ├── arrow-collapse-up.svg │ │ ├── arrow-down-drop-circle.svg │ │ ├── arrow-left-drop-circle.svg │ │ ├── arrow-left-right-bold-outline.svg │ │ ├── arrow-top-left-bottom-right-bold.svg │ │ ├── arrow-up-down-bold-outline.svg │ │ ├── arrow-up-drop-circle.svg │ │ ├── azure.svg │ │ ├── beer.svg │ │ ├── camcorder.svg │ │ ├── car-battery.svg │ │ ├── card-text.svg │ │ ├── close.svg │ │ ├── comma-box.svg │ │ ├── console-line.svg │ │ ├── delete-outline.svg │ │ ├── door-closed.svg │ │ ├── equalizer-outline.svg │ │ ├── format-align-bottom.svg │ │ ├── format-align-top.svg │ │ ├── format-annotation-minus.svg │ │ ├── format-header-4.svg │ │ ├── format-list-bulleted-square.svg │ │ ├── format-textdirection-l-to-r.svg │ │ ├── gamepad.svg │ │ ├── garage-alert.svg │ │ ├── heart-half.svg │ │ ├── human-child.svg │ │ ├── human.svg │ │ ├── information.svg │ │ ├── laptop.svg │ │ ├── layers.svg │ │ ├── menu-open.svg │ │ ├── message-alert.svg │ │ ├── message-text.svg │ │ ├── message-video.svg │ │ ├── numeric-1-circle.svg │ │ ├── numeric-6.svg │ │ ├── numeric-7-box.svg │ │ ├── numeric-9.svg │ │ ├── page-layout-sidebar-left.svg │ │ ├── page-layout-sidebar-right.svg │ │ ├── pan-bottom-left.svg │ │ ├── pan-top-right.svg │ │ ├── parking.svg │ │ ├── pause-circle.svg │ │ ├── playlist-check.svg │ │ ├── printer-3d-nozzle.svg │ │ ├── resize.svg │ │ ├── routes.svg │ │ ├── seat.svg │ │ ├── shield-cross.svg │ │ ├── sign-direction.svg │ │ ├── store-24-hour.svg │ │ ├── table-of-contents.svg │ │ ├── test-tube-empty.svg │ │ ├── tune-vertical.svg │ │ ├── wall.svg │ │ ├── airplay.svg │ │ ├── alert-box.svg │ │ ├── alpha-f-circle.svg │ │ ├── alpha-v-box.svg │ │ ├── alpha-z-box.svg │ │ ├── apple-keyboard-caps.svg │ │ ├── arrow-collapse-down.svg │ │ ├── arrow-collapse-right.svg │ │ ├── arrow-right-drop-circle.svg │ │ ├── arrow-top-right-bottom-left-bold.svg │ │ ├── axis-x-arrow.svg │ │ ├── call-split.svg │ │ ├── checkbox-blank-outline.svg │ │ ├── coffee.svg │ │ ├── comma-circle.svg │ │ ├── credit-card.svg │ │ ├── email.svg │ │ ├── file-presentation-box.svg │ │ ├── folder-outline.svg │ │ ├── format-header-decrease.svg │ │ ├── format-header-increase.svg │ │ ├── format-textdirection-r-to-l.svg │ │ ├── google-drive.svg │ │ ├── home-floor-a.svg │ │ ├── home-modern.svg │ │ ├── home-outline.svg │ │ ├── image.svg │ │ ├── label-variant.svg │ │ ├── message-image.svg │ │ ├── message-plus.svg │ │ ├── mouse.svg │ │ ├── numeric-4-box.svg │ │ ├── numeric-7-circle.svg │ │ ├── pan-bottom-right.svg │ │ ├── panorama.svg │ │ ├── pharmacy.svg │ │ ├── replay.svg │ │ ├── signal-cellular-1.svg │ │ ├── skip-next-circle.svg │ │ ├── skip-previous-circle.svg │ │ ├── tab-minus.svg │ │ ├── video-input-hdmi.svg │ │ ├── window-close.svg │ │ ├── alpha-e-box.svg │ │ ├── alpha-e-circle.svg │ │ ├── alpha-h-box.svg │ │ ├── alpha-h-circle.svg │ │ ├── alpha-i-box.svg │ │ ├── alpha-n-box.svg │ │ ├── alpha-n-circle.svg │ │ ├── alpha-v-circle.svg │ │ ├── alpha-y-box.svg │ │ ├── alpha-z-circle.svg │ │ ├── apps.svg │ │ ├── arrow-collapse-horizontal.svg │ │ ├── arrow-collapse.svg │ │ ├── arrow-down-bold-box.svg │ │ └── arrow-expand.svg │ ├── fontawesome │ │ ├── solid │ │ │ ├── square-full.svg │ │ │ ├── egg.svg │ │ │ ├── circle.svg │ │ │ ├── bookmark.svg │ │ │ ├── sort-up.svg │ │ │ ├── sort-down.svg │ │ │ ├── square.svg │ │ │ ├── stop.svg │ │ │ └── play.svg │ │ ├── brands │ │ │ ├── houzz.svg │ │ │ ├── flipboard.svg │ │ │ ├── yandex-international.svg │ │ │ ├── black-tie.svg │ │ │ ├── ethereum.svg │ │ │ ├── strava.svg │ │ │ ├── adobe.svg │ │ │ └── microsoft.svg │ │ └── regular │ │ │ └── window-minimize.svg │ └── octicons │ │ ├── dash.svg │ │ ├── arrow-both.svg │ │ ├── primitive-square.svg │ │ ├── triangle-down.svg │ │ ├── triangle-left.svg │ │ ├── triangle-right.svg │ │ ├── triangle-up.svg │ │ ├── zap.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right.svg │ │ ├── arrow-small-up.svg │ │ ├── arrow-up.svg │ │ ├── plus.svg │ │ ├── arrow-small-down.svg │ │ ├── arrow-small-left.svg │ │ ├── arrow-small-right.svg │ │ ├── plus-small.svg │ │ ├── grabber.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── line-arrow-down.svg │ │ ├── line-arrow-left.svg │ │ ├── line-arrow-right.svg │ │ ├── line-arrow-up.svg │ │ ├── primitive-dot.svg │ │ ├── saved.svg │ │ ├── graph.svg │ │ └── reply.svg └── assets │ └── images │ ├── CDili.png │ └── CDili_black.png ├── .editorconfig ├── requirements.txt └── .gitignore /docs/about/index.md: -------------------------------------------------------------------------------- 1 | {! CONTRIBUTING.md !} 2 | -------------------------------------------------------------------------------- /docs/development-recommendations/deprecated/constructor-naming.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/img/favicon.ico -------------------------------------------------------------------------------- /custom/.icons/material/solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/img/security-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/img/security-tools.png -------------------------------------------------------------------------------- /custom/.icons/material/menu-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/power-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/rectangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/assets/images/CDili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/custom/assets/images/CDili.png -------------------------------------------------------------------------------- /docs/img/bg-security-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/img/bg-security-tools.png -------------------------------------------------------------------------------- /custom/.icons/material/alpha-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-t.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/color-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/square-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/square-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | indent_style = space 5 | indent_size = 4 6 | end_of_line = lf 7 | insert_final_newline = true 8 | -------------------------------------------------------------------------------- /custom/.icons/material/bandcamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/cards-diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/diamond.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/npm-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-7.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/step-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/volume-low.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | mkdocs 2 | mkdocs-material 3 | pygments-lexer-solidity 4 | pymdown-extensions 5 | markdown-include 6 | linkcheckmd 7 | requests -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/square-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-f.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-v.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/eject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-title.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/glass-stange.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sailing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/step-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/text-short.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-stream.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/assets/images/CDili_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/custom/assets/images/CDili_black.png -------------------------------------------------------------------------------- /custom/.icons/material/alpha-e.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-h.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-i.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-n.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-z.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/diving-scuba-flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-swap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/segment.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-next.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/square-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/window-maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .tmp 3 | .vscode/ 4 | 5 | # virtualenv directory 6 | /venv 7 | .python-version 8 | 9 | # build directory 10 | /site 11 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-y.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/border-all-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-histogram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/comma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/currency-kzt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/delta.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/details.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flag-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/loading.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/nail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pentagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/play-pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/publish.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/rectangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-previous.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sort-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/trending-neutral.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/triangle-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-array.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/angle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/call-made.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/call-received.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/checkerboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/currency-eth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/filter-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/floor-lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/lamp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/near-me.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/poll.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/square-medium-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/stairs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/triforce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-carousel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-column.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/volume-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/dash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Bold-Web.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Bold-Web.woff -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Bold-Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Bold-Web.woff2 -------------------------------------------------------------------------------- /custom/.icons/material/alpha-k.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-down-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bed-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-bar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/christianity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/code-brackets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/equalizer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-size.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/garage-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-floor-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/notification-clear-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/npm-variant-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sigma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/step-forward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-compact.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-parallel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-sequential.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Regular-Web.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Regular-Web.woff -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Regular-Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Regular-Web.woff2 -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Semibold-Web.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Semibold-Web.woff -------------------------------------------------------------------------------- /custom/.icons/material/alpha-j.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-u.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/currency-chf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-text-wrapping-clip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-floor-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/plus-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/road.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/settings-helper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal-cellular-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/star-four-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/step-backward-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/summit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-headline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/wall-sconce.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-both.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/stylesheets/fonts/Graphik-Semibold-Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lite/smart-contract-best-practices/master/docs/stylesheets/fonts/Graphik-Semibold-Web.woff2 -------------------------------------------------------------------------------- /custom/.icons/material/alpha-d.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-m.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrange-bring-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrange-send-backward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bow-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/call-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/checkbook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ethernet-cable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flag-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-quote-close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-vertical-align-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-wrap-top-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/greater-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-4-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/not-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pine-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/playlist-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/star-three-points.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/swap-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/swap-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/text-subject.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-dashboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-quilt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/primitive-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/triangle-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/triangle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/triangle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/triangle-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alert-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-p.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-w.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/coffin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/current-dc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/download-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-horizontal-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-horizontal-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-quote-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-strikethrough.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-vertical-align-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/laptop-chromebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/less-than.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/reorder-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shuffle-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/terrain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/timer-sand-full.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/transfer-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/upload-multiple.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/volume-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/window-restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/wrap-disabled.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-small-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/houzz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/egg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/apple-keyboard-option.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/axis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/border-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/check-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chess-rook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/circle-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/eject-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flash-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-float-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-line-weight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-pilcrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-wrap-inline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/glass-cocktail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-analytics.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-variant-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/keyboard-return.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-down-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-left-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-right-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-up-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/office.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-last.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/playlist-play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/reorder-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/resistor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal-hspa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/store.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/transfer-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/transfer-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/vector-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-compact-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-small-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-small-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/arrow-small-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/plus-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-g.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-right-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bookmark-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bowl.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ceiling-light.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-areaspline-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/check-underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/contain-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/diamond-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/image-filter-hdr.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/keyboard-caps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/knife.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/led-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/microsoft-dynamics.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-first.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/plus-one.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/plus-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shape-square-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/swap-horizontal-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/swap-vertical-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/vuejs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/water.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/grabber.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/development-recommendations/documentation/contact.md: -------------------------------------------------------------------------------- 1 | - Who to contact with issues 2 | - Names of programmers and/or other important parties 3 | - Chat room where questions can be asked 4 | -------------------------------------------------------------------------------- /docs/development-recommendations/documentation/history.md: -------------------------------------------------------------------------------- 1 | - Testing (including usage stats, discovered bugs, length of testing) 2 | - People who have reviewed code (and their key feedback) 3 | -------------------------------------------------------------------------------- /custom/.icons/material/apple-keyboard-shift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-left-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-right-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/brightness-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/car-door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-timeline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/contain-end.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/door.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flag-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-header-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-text-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/garage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/hackernews.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-floor-negative-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/led-variant-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-1-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-2-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-3-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/school.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/serial-port.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shape-rectangle-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal-cellular-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skew-less.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skew-more.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/squeegee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/temperature-kelvin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/transfer-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/vector-point.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/flipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/apple-keyboard-control.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/axe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-line-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/checkbox-blank-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/crown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ellipse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/emby.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/engine.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/file-tree.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-color-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-float-none.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/gate-and.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/playlist-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/polaroid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/polymer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/power-plug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sort-ascending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/subdirectory-arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/subdirectory-arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tooltip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/upload-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-module.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/line-arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/line-arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/line-arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/line-arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-o.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrange-bring-to-front.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-bottom-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-bottom-right-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-split-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-split-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-left-thick.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/axis-z-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/backburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bookmark-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/call-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/checkbox-blank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/circle-small.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/download-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/file-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-header-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/forwardburger.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/fullscreen-exit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/greater-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/keyboard-tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/less-than-or-equal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/network-strength-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pentagon-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pot-mix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/record.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/reply-all.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shoe-heel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sort-descending.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-dashboard-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/vuetify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/widgets.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/yandex-international.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/adobe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-l-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-q.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bookmark-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/bullet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/card-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/cellphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/crop-portrait.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/crop-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/cup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/currency-twd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/do-not-disturb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/fireplace-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-horizontal-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-indent-decrease.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-indent-increase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-overline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-vertical-align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/hazard-lights.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/instapaper.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/markdown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-0.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-layout-body.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-layout-header.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pandora.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pin-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/radio-fm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ray-start.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/repeat-once.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/rewind-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shield-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal-hspa-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sim-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sort.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/trash-can.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/volume-medium.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/watermark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/primitive-dot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/saved.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/development-recommendations/documentation/general.md: -------------------------------------------------------------------------------- 1 | When launching a contract that will have substantial funds or is required to be mission critical, 2 | it is important to include proper documentation. 3 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-l-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-r.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-s.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-t-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/anvil.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/barcode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/book-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/border-outside.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/chart-gantt.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/christianity-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/code-tags.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/contain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/crop-landscape.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/dog-side.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/door-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/egg.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/eight-track.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/fast-forward-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flash-auto.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/flash-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/floor-plan.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-float-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-float-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-line-spacing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-paragraph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-text-wrapping-overflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/glassdoor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/magnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/minus-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/movie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/music-note.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-1-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-layout-footer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-top-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pause-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/power-socket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pulse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/ray-end.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sd.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/television.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/view-day.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/graph.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/black-tie.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/ethereum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/regular/window-minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/sort-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-f-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-t-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/application.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrange-send-to-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down-drop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-drop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-left-right-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-left-bottom-right-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-down-bold-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-up-drop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/azure.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/beer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/camcorder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/car-battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/card-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/comma-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/console-line.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/delete-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/door-closed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/equalizer-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-bottom.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-align-top.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-annotation-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-header-4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-list-bulleted-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-textdirection-l-to-r.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/gamepad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/garage-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/heart-half.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/human-child.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/human.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/information.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/laptop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/menu-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-1-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-6.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-7-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-9.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-layout-sidebar-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/page-layout-sidebar-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-bottom-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-top-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/parking.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/playlist-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/printer-3d-nozzle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/resize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/routes.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/seat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/shield-cross.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/sign-direction.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/store-24-hour.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/table-of-contents.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/test-tube-empty.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tune-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/wall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/octicons/reply.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/strava.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/sort-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/stop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alert-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-f-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-v-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-z-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/apple-keyboard-caps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-right-drop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-top-right-bottom-left-bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/axis-x-arrow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/call-split.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/checkbox-blank-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/comma-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/file-presentation-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/folder-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-header-decrease.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-header-increase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/format-textdirection-r-to-l.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/google-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-floor-a.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-modern.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/home-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/label-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/message-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/mouse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-4-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/numeric-7-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pan-bottom-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/panorama.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/pharmacy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/replay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/signal-cellular-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-next-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/skip-previous-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/tab-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/video-input-hdmi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/window-close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/adobe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/brands/microsoft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/fontawesome/solid/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-e-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-e-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-h-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-h-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-i-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-n-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-n-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-v-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-y-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/alpha-z-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/apps.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-collapse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-down-bold-box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /custom/.icons/material/arrow-expand.svg: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------