├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── README.md ├── gulpfile.js ├── package.json └── src ├── assets ├── css │ └── theme.css ├── fonts │ └── feather-icons │ │ └── icons │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg ├── images │ ├── avatar │ │ ├── avatar-1.jpg │ │ ├── avatar-10.jpg │ │ ├── avatar-11.jpg │ │ ├── avatar-12.jpg │ │ ├── avatar-13.jpg │ │ ├── avatar-14.jpg │ │ ├── avatar-15.jpg │ │ ├── avatar-16.jpg │ │ ├── avatar-17.jpg │ │ ├── avatar-18.jpg │ │ ├── avatar-19.jpg │ │ ├── avatar-2.jpg │ │ ├── avatar-20.jpg │ │ ├── avatar-21.jpg │ │ ├── avatar-3.jpg │ │ ├── avatar-4.jpg │ │ ├── avatar-5.jpg │ │ ├── avatar-6.jpg │ │ ├── avatar-7.jpg │ │ ├── avatar-8.jpg │ │ ├── avatar-9.jpg │ │ └── avatar.jpg │ ├── background │ │ └── profile-cover.jpg │ ├── blog │ │ └── blog-img-1.jpg │ ├── brand │ │ ├── 3dsmax-logo.svg │ │ ├── dropbox-logo.svg │ │ ├── github-logo.svg │ │ ├── layers-logo.svg │ │ ├── logo │ │ │ ├── brand-logo.png │ │ │ ├── logo-primary.svg │ │ │ └── logo.svg │ │ └── slack-logo.svg │ ├── creditcard │ │ └── mastercard.svg │ ├── error │ │ └── 404-error-img.png │ ├── favicon │ │ └── favicon.ico │ ├── layouts │ │ └── default-classic.svg │ ├── marketing │ │ ├── bootstrap-5-admin-dashboard-template.jpg │ │ ├── chrome.png │ │ ├── edge.png │ │ ├── firefox.png │ │ ├── hero-img.jpg │ │ ├── opera.png │ │ └── safari.png │ ├── placeholder │ │ ├── 4by3.jpg │ │ ├── placeholder-4by3.svg │ │ └── placeholder-img.jpg │ ├── slide-img │ │ ├── slider-img-1.jpg │ │ ├── slider-img-2.jpg │ │ └── slider-img-3.jpg │ └── svg │ │ └── checked-mark.svg ├── js │ ├── feather.js │ ├── main.js │ └── sidebarMenu.js └── scss │ ├── _user-variables.scss │ ├── _user.scss │ ├── theme.scss │ └── theme │ ├── _theme.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── components │ ├── _avatar.scss │ ├── _badge.scss │ ├── _button.scss │ ├── _card.scss │ ├── _docs.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _layout.scss │ ├── _nav.scss │ ├── _navbar-vertical.scss │ ├── _navbar.scss │ ├── _reboot.scss │ ├── _scrollspy.scss │ ├── _sidenav.scss │ ├── _social-button.scss │ └── _table.scss │ ├── utilities │ ├── _background.scss │ ├── _border.scss │ ├── _icon-shape.scss │ ├── _position.scss │ ├── _shadows.scss │ └── _text.scss │ └── vendor │ ├── apexChart │ └── _apexchart.scss │ └── prismJs │ └── _prism.scss ├── docs ├── accordions.html ├── alerts.html ├── badge.html ├── borders.html ├── breadcrumb.html ├── button-group.html ├── buttons.html ├── card.html ├── carousel.html ├── changelog.html ├── close-button.html ├── collapse.html ├── colored-links.html ├── colors.html ├── credits.html ├── dropdowns.html ├── forms.html ├── gulp.html ├── index.html ├── list-group.html ├── modal.html ├── navbar.html ├── navs-tabs.html ├── offcanvas.html ├── opacity.html ├── pagination.html ├── placeholders.html ├── popovers.html ├── progress.html ├── ratio.html ├── scrollspy.html ├── shadows.html ├── spinners.html ├── stacks.html ├── tables.html ├── text-truncation.html ├── text.html ├── toasts.html ├── tooltips.html ├── typography.html └── vertical-rule.html ├── index.html ├── pages ├── 404-error.html ├── billing.html ├── forget-password.html ├── layout.html ├── pricing.html ├── profile.html ├── settings.html ├── sign-in.html ├── sign-up.html └── tables.html └── partials ├── buy-template.html ├── doc-navbar.html ├── doc-sidenav.html ├── head.html ├── header.html ├── navbar-vertical.html └── scripts.html /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/README.md -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/gulpfile.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/package.json -------------------------------------------------------------------------------- /src/assets/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/css/theme.css -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/activity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/activity.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/airplay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/airplay.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/alert-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/alert-octagon.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/alert-triangle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/align-center.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-justify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/align-justify.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/align-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/align-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/anchor.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/aperture.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/archive.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-down-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-down-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-down-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-left-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-left-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-right-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-right-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-up-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-up-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-up-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/arrow-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/at-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/at-sign.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/award.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/award.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bar-chart-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bar-chart-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bar-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bar-chart.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/battery-charging.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/battery-charging.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/battery.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bell-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bell-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bell.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bluetooth.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bold.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/book-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/book-open.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/book.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/bookmark.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/box.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/briefcase.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/calendar.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/camera-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/camera-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/camera.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cast.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/check-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/check-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/check.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevron-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevron-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevron-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevron-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevrons-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevrons-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevrons-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chevrons-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/chrome.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/clipboard.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/clock.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-drizzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud-drizzle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud-lightning.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud-rain.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud-snow.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cloud.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/code.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/codepen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/codepen.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/codesandbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/codesandbox.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/coffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/coffee.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/columns.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/command.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/compass.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/copy.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-down-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-down-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-down-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-left-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-left-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-left-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-left-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-right-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-right-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-right-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-right-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-up-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-up-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-up-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/corner-up-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/cpu.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/credit-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/credit-card.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/crop.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/crosshair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/crosshair.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/database.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/delete.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/disc.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/divide-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/divide-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/divide.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/dollar-sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/dollar-sign.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/download-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/download-cloud.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/download.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/dribbble.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/droplet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/droplet.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/edit-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/edit-3.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/edit.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/external-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/external-link.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/eye-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/eye-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/eye.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/facebook.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/fast-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/fast-forward.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/feather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/feather.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/figma.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/file-minus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/file-plus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/file-text.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/file.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/film.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/filter.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/flag.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/folder-minus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/folder-plus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/folder.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/framer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/framer.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/frown.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/gift.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/git-branch.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/git-commit.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/git-merge.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-pull-request.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/git-pull-request.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/github.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/gitlab.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/globe.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/grid.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hard-drive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/hard-drive.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/hash.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/headphones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/headphones.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/heart.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/help-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/help-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hexagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/hexagon.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/home.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/image.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/inbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/inbox.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/info.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/instagram.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/italic.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/key.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/layers.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/layout.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/life-buoy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/life-buoy.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/link-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/link-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/link.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/linkedin.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/list.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/loader.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/lock.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/log-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/log-in.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/log-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/log-out.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/mail.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/map-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/map-pin.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/map.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/maximize-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/maximize-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/maximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/maximize.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/meh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/meh.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/menu.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/message-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/message-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/message-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/message-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mic-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/mic-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/mic.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minimize-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/minimize-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/minimize.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/minus-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/minus-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/minus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/monitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/monitor.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/moon.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/more-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/more-horizontal.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/more-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/more-vertical.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mouse-pointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/mouse-pointer.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/move.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/music.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/navigation-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/navigation-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/navigation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/navigation.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/octagon.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/package.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/package.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/paperclip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/paperclip.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pause-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/pause-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/pause.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pen-tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/pen-tool.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/percent.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-call.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-call.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-forwarded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-forwarded.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-incoming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-incoming.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-missed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-missed.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-outgoing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone-outgoing.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/phone.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pie-chart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/pie-chart.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/play-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/play-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/play.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/plus-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/plus-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/plus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/pocket.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/power.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/printer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/printer.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/radio.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/refresh-ccw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/refresh-ccw.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/refresh-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/refresh-cw.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/repeat.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/rewind.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rotate-ccw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/rotate-ccw.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rotate-cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/rotate-cw.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/rss.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/save.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/scissors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/scissors.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/search.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/send.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/server.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/settings.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/share-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/share.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shield-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/shield-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/shield.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shopping-bag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/shopping-bag.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shopping-cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/shopping-cart.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/shuffle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/sidebar.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/skip-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/skip-back.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/skip-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/skip-forward.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/slack.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/slash.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sliders.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/sliders.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/smartphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/smartphone.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/smile.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/speaker.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/star.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/stop-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/stop-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/sun.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sunrise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/sunrise.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sunset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/sunset.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/tablet.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/tag.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/target.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/terminal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/terminal.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thermometer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/thermometer.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thumbs-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/thumbs-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thumbs-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/thumbs-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/toggle-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/toggle-left.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/toggle-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/toggle-right.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tool.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/tool.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trash-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/trash-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/trash.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trello.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/trello.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trending-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/trending-down.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trending-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/trending-up.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/triangle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/truck.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/tv.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/twitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/twitch.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/twitter.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/type.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/type.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/umbrella.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/underline.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/unlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/unlock.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/upload-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/upload-cloud.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/upload.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/user-check.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/user-minus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/user-plus.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/user-x.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/user.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/users.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/video-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/video-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/video.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/voicemail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/voicemail.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/volume-1.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/volume-2.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/volume-x.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/volume.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/watch.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wifi-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/wifi-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/wifi.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/wind.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/x-circle.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-octagon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/x-octagon.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/x-square.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/x.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/youtube.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zap-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/zap-off.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/zap.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/zoom-in.svg -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/fonts/feather-icons/icons/zoom-out.svg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-1.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-10.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-11.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-12.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-13.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-14.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-15.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-16.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-17.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-18.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-19.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-2.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-20.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-21.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-3.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-4.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-5.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-6.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-7.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-8.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar-9.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/avatar/avatar.jpg -------------------------------------------------------------------------------- /src/assets/images/background/profile-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/background/profile-cover.jpg -------------------------------------------------------------------------------- /src/assets/images/blog/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/blog/blog-img-1.jpg -------------------------------------------------------------------------------- /src/assets/images/brand/3dsmax-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/3dsmax-logo.svg -------------------------------------------------------------------------------- /src/assets/images/brand/dropbox-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/dropbox-logo.svg -------------------------------------------------------------------------------- /src/assets/images/brand/github-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/github-logo.svg -------------------------------------------------------------------------------- /src/assets/images/brand/layers-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/layers-logo.svg -------------------------------------------------------------------------------- /src/assets/images/brand/logo/brand-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/logo/brand-logo.png -------------------------------------------------------------------------------- /src/assets/images/brand/logo/logo-primary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/logo/logo-primary.svg -------------------------------------------------------------------------------- /src/assets/images/brand/logo/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/logo/logo.svg -------------------------------------------------------------------------------- /src/assets/images/brand/slack-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/brand/slack-logo.svg -------------------------------------------------------------------------------- /src/assets/images/creditcard/mastercard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/creditcard/mastercard.svg -------------------------------------------------------------------------------- /src/assets/images/error/404-error-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/error/404-error-img.png -------------------------------------------------------------------------------- /src/assets/images/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/favicon/favicon.ico -------------------------------------------------------------------------------- /src/assets/images/layouts/default-classic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/layouts/default-classic.svg -------------------------------------------------------------------------------- /src/assets/images/marketing/bootstrap-5-admin-dashboard-template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/bootstrap-5-admin-dashboard-template.jpg -------------------------------------------------------------------------------- /src/assets/images/marketing/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/chrome.png -------------------------------------------------------------------------------- /src/assets/images/marketing/edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/edge.png -------------------------------------------------------------------------------- /src/assets/images/marketing/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/firefox.png -------------------------------------------------------------------------------- /src/assets/images/marketing/hero-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/hero-img.jpg -------------------------------------------------------------------------------- /src/assets/images/marketing/opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/opera.png -------------------------------------------------------------------------------- /src/assets/images/marketing/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/marketing/safari.png -------------------------------------------------------------------------------- /src/assets/images/placeholder/4by3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/placeholder/4by3.jpg -------------------------------------------------------------------------------- /src/assets/images/placeholder/placeholder-4by3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/placeholder/placeholder-4by3.svg -------------------------------------------------------------------------------- /src/assets/images/placeholder/placeholder-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/placeholder/placeholder-img.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/slide-img/slider-img-1.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/slide-img/slider-img-2.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/slide-img/slider-img-3.jpg -------------------------------------------------------------------------------- /src/assets/images/svg/checked-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/images/svg/checked-mark.svg -------------------------------------------------------------------------------- /src/assets/js/feather.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/js/feather.js -------------------------------------------------------------------------------- /src/assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/js/main.js -------------------------------------------------------------------------------- /src/assets/js/sidebarMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/js/sidebarMenu.js -------------------------------------------------------------------------------- /src/assets/scss/_user-variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/_user-variables.scss -------------------------------------------------------------------------------- /src/assets/scss/_user.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/_user.scss -------------------------------------------------------------------------------- /src/assets/scss/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/_theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/_theme.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/_utilities.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/_utilities.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/_variables.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_avatar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_avatar.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_badge.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_badge.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_button.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_card.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_card.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_docs.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_docs.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_dropdown.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_dropdown.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_forms.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_forms.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_layout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_layout.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_nav.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_nav.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_navbar-vertical.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_navbar-vertical.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_navbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_navbar.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_reboot.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | body{ 4 | -webkit-font-smoothing: antialiased; 5 | 6 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_scrollspy.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_scrollspy.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_sidenav.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_sidenav.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_social-button.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_social-button.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_table.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/components/_table.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_background.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_background.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_border.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_border.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_icon-shape.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_icon-shape.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_position.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_position.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_shadows.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_shadows.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_text.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/utilities/_text.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/vendor/apexChart/_apexchart.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/vendor/apexChart/_apexchart.scss -------------------------------------------------------------------------------- /src/assets/scss/theme/vendor/prismJs/_prism.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/assets/scss/theme/vendor/prismJs/_prism.scss -------------------------------------------------------------------------------- /src/docs/accordions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/accordions.html -------------------------------------------------------------------------------- /src/docs/alerts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/alerts.html -------------------------------------------------------------------------------- /src/docs/badge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/badge.html -------------------------------------------------------------------------------- /src/docs/borders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/borders.html -------------------------------------------------------------------------------- /src/docs/breadcrumb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/breadcrumb.html -------------------------------------------------------------------------------- /src/docs/button-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/button-group.html -------------------------------------------------------------------------------- /src/docs/buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/buttons.html -------------------------------------------------------------------------------- /src/docs/card.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/card.html -------------------------------------------------------------------------------- /src/docs/carousel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/carousel.html -------------------------------------------------------------------------------- /src/docs/changelog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/changelog.html -------------------------------------------------------------------------------- /src/docs/close-button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/close-button.html -------------------------------------------------------------------------------- /src/docs/collapse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/collapse.html -------------------------------------------------------------------------------- /src/docs/colored-links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/colored-links.html -------------------------------------------------------------------------------- /src/docs/colors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/colors.html -------------------------------------------------------------------------------- /src/docs/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/credits.html -------------------------------------------------------------------------------- /src/docs/dropdowns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/dropdowns.html -------------------------------------------------------------------------------- /src/docs/forms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/forms.html -------------------------------------------------------------------------------- /src/docs/gulp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/gulp.html -------------------------------------------------------------------------------- /src/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/index.html -------------------------------------------------------------------------------- /src/docs/list-group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/list-group.html -------------------------------------------------------------------------------- /src/docs/modal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/modal.html -------------------------------------------------------------------------------- /src/docs/navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/navbar.html -------------------------------------------------------------------------------- /src/docs/navs-tabs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/navs-tabs.html -------------------------------------------------------------------------------- /src/docs/offcanvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/offcanvas.html -------------------------------------------------------------------------------- /src/docs/opacity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/opacity.html -------------------------------------------------------------------------------- /src/docs/pagination.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/pagination.html -------------------------------------------------------------------------------- /src/docs/placeholders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/placeholders.html -------------------------------------------------------------------------------- /src/docs/popovers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/popovers.html -------------------------------------------------------------------------------- /src/docs/progress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/progress.html -------------------------------------------------------------------------------- /src/docs/ratio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/ratio.html -------------------------------------------------------------------------------- /src/docs/scrollspy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/scrollspy.html -------------------------------------------------------------------------------- /src/docs/shadows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/shadows.html -------------------------------------------------------------------------------- /src/docs/spinners.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/spinners.html -------------------------------------------------------------------------------- /src/docs/stacks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/stacks.html -------------------------------------------------------------------------------- /src/docs/tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/tables.html -------------------------------------------------------------------------------- /src/docs/text-truncation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/text-truncation.html -------------------------------------------------------------------------------- /src/docs/text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/text.html -------------------------------------------------------------------------------- /src/docs/toasts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/toasts.html -------------------------------------------------------------------------------- /src/docs/tooltips.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/tooltips.html -------------------------------------------------------------------------------- /src/docs/typography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/typography.html -------------------------------------------------------------------------------- /src/docs/vertical-rule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/docs/vertical-rule.html -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/index.html -------------------------------------------------------------------------------- /src/pages/404-error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/404-error.html -------------------------------------------------------------------------------- /src/pages/billing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/billing.html -------------------------------------------------------------------------------- /src/pages/forget-password.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/forget-password.html -------------------------------------------------------------------------------- /src/pages/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/layout.html -------------------------------------------------------------------------------- /src/pages/pricing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/pricing.html -------------------------------------------------------------------------------- /src/pages/profile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/profile.html -------------------------------------------------------------------------------- /src/pages/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/settings.html -------------------------------------------------------------------------------- /src/pages/sign-in.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/sign-in.html -------------------------------------------------------------------------------- /src/pages/sign-up.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/sign-up.html -------------------------------------------------------------------------------- /src/pages/tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/pages/tables.html -------------------------------------------------------------------------------- /src/partials/buy-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/buy-template.html -------------------------------------------------------------------------------- /src/partials/doc-navbar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/doc-navbar.html -------------------------------------------------------------------------------- /src/partials/doc-sidenav.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/doc-sidenav.html -------------------------------------------------------------------------------- /src/partials/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/head.html -------------------------------------------------------------------------------- /src/partials/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/header.html -------------------------------------------------------------------------------- /src/partials/navbar-vertical.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/navbar-vertical.html -------------------------------------------------------------------------------- /src/partials/scripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/HEAD/src/partials/scripts.html --------------------------------------------------------------------------------