├── .codecov.yml ├── .gitignore ├── .swift-version ├── .swiftlint.yml ├── .travis.yml ├── .version ├── Cartfile ├── Dangerfile ├── Example ├── Generated │ └── test.txt.template └── generate ├── Gemfile ├── Gemfile.lock ├── LICENSE.txt ├── Package.swift ├── README.md ├── Scripts ├── .gitignore ├── .swiftlint.yml ├── Package.swift ├── Sources │ └── Automation │ │ ├── Error.swift │ │ ├── Shell.swift │ │ ├── Travis.swift │ │ ├── Tuxedo.swift │ │ └── main.swift ├── ci.sh └── git_auth.sh ├── Sources └── Tuxedo │ ├── ContextExtensions.swift │ ├── Generator.swift │ ├── StandardLibrary.swift │ ├── StandardLibrary_DataTypes.swift │ ├── StandardLibrary_Functions.swift │ ├── StandardLibrary_Tags.swift │ ├── Tuxedo.swift │ └── Utils.swift ├── Tests ├── .swiftlint.yml ├── LinuxMain.swift └── TuxedoTests │ ├── TuxedoComponentTests.swift │ ├── TuxedoUnitTests.swift │ ├── import.txt │ └── template.txt ├── Tuxedo.playground ├── Contents.swift ├── contents.xcplayground └── timeline.xctimeline ├── Tuxedo.podspec ├── Tuxedo.xcodeproj ├── Eval_Info.plist ├── TuxedoTests_Info.plist ├── Tuxedo_Info.plist ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── WorkspaceSettings.xcsettings └── xcshareddata │ └── xcschemes │ └── Tuxedo-Package.xcscheme ├── Tuxedo.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── docs ├── docs-extending-tuxedo.md ├── docs-getting-started.md ├── docs-how-does-it-work.md ├── docs-installation.md ├── docs-template-features.md ├── docs.md ├── reference-data-types.md ├── reference-functions-global-functions.md ├── reference-functions-object-functions.md ├── reference-functions-operators.md ├── reference-functions.md ├── reference-tags.md ├── reference-variables.md └── reference.md ├── github_rsa.enc └── website ├── .gitignore ├── blog └── 2018-02-03-version-1.0.md ├── build └── Tuxedo │ ├── blog │ ├── 2018 │ │ └── 02 │ │ │ └── 03 │ │ │ └── version-1.0.html │ ├── atom.xml │ ├── feed.xml │ └── index.html │ ├── css │ └── main.css │ ├── docs │ ├── data-types.html │ ├── docs.html │ ├── extending-tuxedo.html │ ├── functions.html │ ├── getting-started.html │ ├── how-does-it-work.html │ ├── installation.html │ ├── reference.html │ ├── tags.html │ └── template-features.html │ ├── en │ └── index.html │ ├── img │ ├── favicon.png │ ├── favicon │ │ └── favicon.ico │ ├── icons │ │ ├── add-1.svg │ │ ├── add-2.svg │ │ ├── add-3.svg │ │ ├── add.svg │ │ ├── agenda.svg │ │ ├── alarm-1.svg │ │ ├── alarm-clock-1.svg │ │ ├── alarm-clock.svg │ │ ├── alarm.svg │ │ ├── albums.svg │ │ ├── app.svg │ │ ├── archive-1.svg │ │ ├── archive-2.svg │ │ ├── archive-3.svg │ │ ├── archive.svg │ │ ├── attachment.svg │ │ ├── back.svg │ │ ├── battery-1.svg │ │ ├── battery-2.svg │ │ ├── battery-3.svg │ │ ├── battery-4.svg │ │ ├── battery-5.svg │ │ ├── battery-6.svg │ │ ├── battery-7.svg │ │ ├── battery-8.svg │ │ ├── battery-9.svg │ │ ├── battery.svg │ │ ├── binoculars.svg │ │ ├── blueprint.svg │ │ ├── bluetooth-1.svg │ │ ├── bluetooth.svg │ │ ├── bookmark-1.svg │ │ ├── bookmark.svg │ │ ├── briefcase.svg │ │ ├── broken-link.svg │ │ ├── calculator-1.svg │ │ ├── calculator.svg │ │ ├── calendar-1.svg │ │ ├── calendar-2.svg │ │ ├── calendar-3.svg │ │ ├── calendar-4.svg │ │ ├── calendar-5.svg │ │ ├── calendar-6.svg │ │ ├── calendar-7.svg │ │ ├── calendar.svg │ │ ├── checked-1.svg │ │ ├── checked.svg │ │ ├── clock-1.svg │ │ ├── clock.svg │ │ ├── close.svg │ │ ├── cloud-computing-1.svg │ │ ├── cloud-computing-2.svg │ │ ├── cloud-computing-3.svg │ │ ├── cloud-computing-4.svg │ │ ├── cloud-computing-5.svg │ │ ├── cloud-computing.svg │ │ ├── cloud.svg │ │ ├── command.svg │ │ ├── compact-disc-1.svg │ │ ├── compact-disc-2.svg │ │ ├── compact-disc.svg │ │ ├── compass.svg │ │ ├── compose.svg │ │ ├── controls-1.svg │ │ ├── controls-2.svg │ │ ├── controls-3.svg │ │ ├── controls-4.svg │ │ ├── controls-5.svg │ │ ├── controls-6.svg │ │ ├── controls-7.svg │ │ ├── controls-8.svg │ │ ├── controls-9.svg │ │ ├── controls.svg │ │ ├── database-1.svg │ │ ├── database-2.svg │ │ ├── database-3.svg │ │ ├── database.svg │ │ ├── diamond.svg │ │ ├── diploma.svg │ │ ├── dislike-1.svg │ │ ├── dislike.svg │ │ ├── divide-1.svg │ │ ├── divide.svg │ │ ├── division.svg │ │ ├── document.svg │ │ ├── download.svg │ │ ├── edit-1.svg │ │ ├── edit.svg │ │ ├── eject-1.svg │ │ ├── eject.svg │ │ ├── equal-1.svg │ │ ├── equal-2.svg │ │ ├── equal.svg │ │ ├── error.svg │ │ ├── exit-1.svg │ │ ├── exit-2.svg │ │ ├── exit.svg │ │ ├── eyeglasses.svg │ │ ├── fast-forward-1.svg │ │ ├── fast-forward.svg │ │ ├── fax.svg │ │ ├── file-1.svg │ │ ├── file-2.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── fingerprint.svg │ │ ├── flag-1.svg │ │ ├── flag-2.svg │ │ ├── flag-3.svg │ │ ├── flag-4.svg │ │ ├── flag.svg │ │ ├── focus.svg │ │ ├── folder-1.svg │ │ ├── folder-10.svg │ │ ├── folder-11.svg │ │ ├── folder-12.svg │ │ ├── folder-13.svg │ │ ├── folder-14.svg │ │ ├── folder-15.svg │ │ ├── folder-16.svg │ │ ├── folder-17.svg │ │ ├── folder-18.svg │ │ ├── folder-19.svg │ │ ├── folder-2.svg │ │ ├── folder-3.svg │ │ ├── folder-4.svg │ │ ├── folder-5.svg │ │ ├── folder-6.svg │ │ ├── folder-7.svg │ │ ├── folder-8.svg │ │ ├── folder-9.svg │ │ ├── folder.svg │ │ ├── forbidden.svg │ │ ├── funnel.svg │ │ ├── garbage-1.svg │ │ ├── garbage-2.svg │ │ ├── garbage.svg │ │ ├── gift.svg │ │ ├── help.svg │ │ ├── hide.svg │ │ ├── hold.svg │ │ ├── home-1.svg │ │ ├── home-2.svg │ │ ├── home.svg │ │ ├── hourglass-1.svg │ │ ├── hourglass-2.svg │ │ ├── hourglass-3.svg │ │ ├── hourglass.svg │ │ ├── house.svg │ │ ├── id-card-1.svg │ │ ├── id-card-2.svg │ │ ├── id-card-3.svg │ │ ├── id-card-4.svg │ │ ├── id-card-5.svg │ │ ├── id-card.svg │ │ ├── idea.svg │ │ ├── incoming.svg │ │ ├── infinity.svg │ │ ├── info.svg │ │ ├── internet.svg │ │ ├── key.svg │ │ ├── lamp.svg │ │ ├── laptop.svg │ │ ├── layers-1.svg │ │ ├── layers.svg │ │ ├── like-1.svg │ │ ├── like-2.svg │ │ ├── like.svg │ │ ├── link.svg │ │ ├── list-1.svg │ │ ├── list.svg │ │ ├── lock-1.svg │ │ ├── lock.svg │ │ ├── locked-1.svg │ │ ├── locked-2.svg │ │ ├── locked-3.svg │ │ ├── locked-4.svg │ │ ├── locked-5.svg │ │ ├── locked-6.svg │ │ ├── locked.svg │ │ ├── login.svg │ │ ├── magic-wand.svg │ │ ├── magnet-1.svg │ │ ├── magnet-2.svg │ │ ├── magnet.svg │ │ ├── map-1.svg │ │ ├── map-2.svg │ │ ├── map-location.svg │ │ ├── map.svg │ │ ├── megaphone-1.svg │ │ ├── megaphone.svg │ │ ├── menu-1.svg │ │ ├── menu-2.svg │ │ ├── menu-3.svg │ │ ├── menu-4.svg │ │ ├── menu.svg │ │ ├── microphone-1.svg │ │ ├── microphone.svg │ │ ├── minus-1.svg │ │ ├── minus.svg │ │ ├── more-1.svg │ │ ├── more-2.svg │ │ ├── more.svg │ │ ├── multiply-1.svg │ │ ├── multiply.svg │ │ ├── music-player-1.svg │ │ ├── music-player-2.svg │ │ ├── music-player-3.svg │ │ ├── music-player.svg │ │ ├── mute.svg │ │ ├── muted.svg │ │ ├── navigation-1.svg │ │ ├── navigation.svg │ │ ├── network.svg │ │ ├── newspaper.svg │ │ ├── next.svg │ │ ├── note.svg │ │ ├── notebook-1.svg │ │ ├── notebook-2.svg │ │ ├── notebook-3.svg │ │ ├── notebook-4.svg │ │ ├── notebook-5.svg │ │ ├── notebook.svg │ │ ├── notepad-1.svg │ │ ├── notepad-2.svg │ │ ├── notepad.svg │ │ ├── notification.svg │ │ ├── paper-plane-1.svg │ │ ├── paper-plane.svg │ │ ├── pause-1.svg │ │ ├── pause.svg │ │ ├── percent-1.svg │ │ ├── percent.svg │ │ ├── perspective.svg │ │ ├── photo-camera-1.svg │ │ ├── photo-camera.svg │ │ ├── photos.svg │ │ ├── picture-1.svg │ │ ├── picture-2.svg │ │ ├── picture.svg │ │ ├── pin.svg │ │ ├── placeholder-1.svg │ │ ├── placeholder-2.svg │ │ ├── placeholder-3.svg │ │ ├── placeholder.svg │ │ ├── placeholders.svg │ │ ├── play-button-1.svg │ │ ├── play-button.svg │ │ ├── plus.svg │ │ ├── power.svg │ │ ├── previous.svg │ │ ├── price-tag.svg │ │ ├── print.svg │ │ ├── push-pin.svg │ │ ├── radar.svg │ │ ├── reading.svg │ │ ├── record.svg │ │ ├── repeat-1.svg │ │ ├── repeat.svg │ │ ├── restart.svg │ │ ├── resume.svg │ │ ├── rewind-1.svg │ │ ├── rewind.svg │ │ ├── route.svg │ │ ├── save.svg │ │ ├── search-1.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server-1.svg │ │ ├── server-2.svg │ │ ├── server-3.svg │ │ ├── server.svg │ │ ├── settings-1.svg │ │ ├── settings-2.svg │ │ ├── settings-3.svg │ │ ├── settings-4.svg │ │ ├── settings-5.svg │ │ ├── settings-6.svg │ │ ├── settings-7.svg │ │ ├── settings-8.svg │ │ ├── settings-9.svg │ │ ├── settings.svg │ │ ├── share-1.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shuffle-1.svg │ │ ├── shuffle.svg │ │ ├── shutdown.svg │ │ ├── sign-1.svg │ │ ├── sign.svg │ │ ├── skip.svg │ │ ├── smartphone-1.svg │ │ ├── smartphone-10.svg │ │ ├── smartphone-11.svg │ │ ├── smartphone-2.svg │ │ ├── smartphone-3.svg │ │ ├── smartphone-4.svg │ │ ├── smartphone-5.svg │ │ ├── smartphone-6.svg │ │ ├── smartphone-7.svg │ │ ├── smartphone-8.svg │ │ ├── smartphone-9.svg │ │ ├── smartphone.svg │ │ ├── speaker-1.svg │ │ ├── speaker-2.svg │ │ ├── speaker-3.svg │ │ ├── speaker-4.svg │ │ ├── speaker-5.svg │ │ ├── speaker-6.svg │ │ ├── speaker-7.svg │ │ ├── speaker-8.svg │ │ ├── speaker.svg │ │ ├── spotlight.svg │ │ ├── star-1.svg │ │ ├── star.svg │ │ ├── stop-1.svg │ │ ├── stop.svg │ │ ├── stopwatch-1.svg │ │ ├── stopwatch-2.svg │ │ ├── stopwatch-3.svg │ │ ├── stopwatch-4.svg │ │ ├── stopwatch.svg │ │ ├── street-1.svg │ │ ├── street.svg │ │ ├── substract-1.svg │ │ ├── substract.svg │ │ ├── success.svg │ │ ├── switch-1.svg │ │ ├── switch-2.svg │ │ ├── switch-3.svg │ │ ├── switch-4.svg │ │ ├── switch-5.svg │ │ ├── switch-6.svg │ │ ├── switch-7.svg │ │ ├── switch.svg │ │ ├── tabs-1.svg │ │ ├── tabs.svg │ │ ├── target.svg │ │ ├── television-1.svg │ │ ├── television.svg │ │ ├── time.svg │ │ ├── trash.svg │ │ ├── umbrella.svg │ │ ├── unlink.svg │ │ ├── unlocked-1.svg │ │ ├── unlocked-2.svg │ │ ├── unlocked.svg │ │ ├── upload.svg │ │ ├── user-1.svg │ │ ├── user-2.svg │ │ ├── user-3.svg │ │ ├── user-4.svg │ │ ├── user-5.svg │ │ ├── user-6.svg │ │ ├── user-7.svg │ │ ├── user.svg │ │ ├── users-1.svg │ │ ├── users.svg │ │ ├── video-camera-1.svg │ │ ├── video-camera.svg │ │ ├── video-player-1.svg │ │ ├── video-player-2.svg │ │ ├── video-player.svg │ │ ├── view-1.svg │ │ ├── view-2.svg │ │ ├── view.svg │ │ ├── volume-control-1.svg │ │ ├── volume-control.svg │ │ ├── warning.svg │ │ ├── wifi-1.svg │ │ ├── wifi.svg │ │ ├── windows-1.svg │ │ ├── windows-2.svg │ │ ├── windows-3.svg │ │ ├── windows-4.svg │ │ ├── windows.svg │ │ ├── wireless-internet.svg │ │ ├── worldwide-1.svg │ │ ├── worldwide.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg │ ├── language.svg │ ├── social │ │ ├── badoo.svg │ │ ├── bebo.svg │ │ ├── behance.svg │ │ ├── blogger.svg │ │ ├── deviantart.svg │ │ ├── digg.svg │ │ ├── disqus.svg │ │ ├── dribbble.svg │ │ ├── facebook.svg │ │ ├── flickr.svg │ │ ├── forrst.svg │ │ ├── google-plus.svg │ │ ├── instagram.svg │ │ ├── line.svg │ │ ├── linkedin.svg │ │ ├── myspace.svg │ │ ├── pinterest.svg │ │ ├── plurk.svg │ │ ├── rss.svg │ │ ├── skype.svg │ │ ├── telegram.svg │ │ ├── tumblr.svg │ │ ├── twitter.svg │ │ ├── viber.svg │ │ ├── vimeo.svg │ │ ├── vine.svg │ │ ├── vk.svg │ │ ├── whatsapp.svg │ │ ├── xing.svg │ │ └── youtube.svg │ └── tuxedo.svg │ ├── index.html │ └── sitemap.xml ├── core └── Footer.js ├── i18n └── en.json ├── package-lock.json ├── package.json ├── pages └── en │ └── index.js ├── sidebars.json ├── siteConfig.js └── static ├── css └── custom.css └── img ├── favicon.png ├── favicon └── favicon.ico ├── icons ├── add-1.svg ├── add-2.svg ├── add-3.svg ├── add.svg ├── agenda.svg ├── alarm-1.svg ├── alarm-clock-1.svg ├── alarm-clock.svg ├── alarm.svg ├── albums.svg ├── app.svg ├── archive-1.svg ├── archive-2.svg ├── archive-3.svg ├── archive.svg ├── attachment.svg ├── back.svg ├── battery-1.svg ├── battery-2.svg ├── battery-3.svg ├── battery-4.svg ├── battery-5.svg ├── battery-6.svg ├── battery-7.svg ├── battery-8.svg ├── battery-9.svg ├── battery.svg ├── binoculars.svg ├── blueprint.svg ├── bluetooth-1.svg ├── bluetooth.svg ├── bookmark-1.svg ├── bookmark.svg ├── briefcase.svg ├── broken-link.svg ├── calculator-1.svg ├── calculator.svg ├── calendar-1.svg ├── calendar-2.svg ├── calendar-3.svg ├── calendar-4.svg ├── calendar-5.svg ├── calendar-6.svg ├── calendar-7.svg ├── calendar.svg ├── checked-1.svg ├── checked.svg ├── clock-1.svg ├── clock.svg ├── close.svg ├── cloud-computing-1.svg ├── cloud-computing-2.svg ├── cloud-computing-3.svg ├── cloud-computing-4.svg ├── cloud-computing-5.svg ├── cloud-computing.svg ├── cloud.svg ├── command.svg ├── compact-disc-1.svg ├── compact-disc-2.svg ├── compact-disc.svg ├── compass.svg ├── compose.svg ├── controls-1.svg ├── controls-2.svg ├── controls-3.svg ├── controls-4.svg ├── controls-5.svg ├── controls-6.svg ├── controls-7.svg ├── controls-8.svg ├── controls-9.svg ├── controls.svg ├── database-1.svg ├── database-2.svg ├── database-3.svg ├── database.svg ├── diamond.svg ├── diploma.svg ├── dislike-1.svg ├── dislike.svg ├── divide-1.svg ├── divide.svg ├── division.svg ├── document.svg ├── download.svg ├── edit-1.svg ├── edit.svg ├── eject-1.svg ├── eject.svg ├── equal-1.svg ├── equal-2.svg ├── equal.svg ├── error.svg ├── exit-1.svg ├── exit-2.svg ├── exit.svg ├── eyeglasses.svg ├── fast-forward-1.svg ├── fast-forward.svg ├── fax.svg ├── file-1.svg ├── file-2.svg ├── file.svg ├── film.svg ├── fingerprint.svg ├── flag-1.svg ├── flag-2.svg ├── flag-3.svg ├── flag-4.svg ├── flag.svg ├── focus.svg ├── folder-1.svg ├── folder-10.svg ├── folder-11.svg ├── folder-12.svg ├── folder-13.svg ├── folder-14.svg ├── folder-15.svg ├── folder-16.svg ├── folder-17.svg ├── folder-18.svg ├── folder-19.svg ├── folder-2.svg ├── folder-3.svg ├── folder-4.svg ├── folder-5.svg ├── folder-6.svg ├── folder-7.svg ├── folder-8.svg ├── folder-9.svg ├── folder.svg ├── forbidden.svg ├── funnel.svg ├── garbage-1.svg ├── garbage-2.svg ├── garbage.svg ├── gift.svg ├── help.svg ├── hide.svg ├── hold.svg ├── home-1.svg ├── home-2.svg ├── home.svg ├── hourglass-1.svg ├── hourglass-2.svg ├── hourglass-3.svg ├── hourglass.svg ├── house.svg ├── id-card-1.svg ├── id-card-2.svg ├── id-card-3.svg ├── id-card-4.svg ├── id-card-5.svg ├── id-card.svg ├── idea.svg ├── incoming.svg ├── infinity.svg ├── info.svg ├── internet.svg ├── key.svg ├── lamp.svg ├── laptop.svg ├── layers-1.svg ├── layers.svg ├── like-1.svg ├── like-2.svg ├── like.svg ├── link.svg ├── list-1.svg ├── list.svg ├── lock-1.svg ├── lock.svg ├── locked-1.svg ├── locked-2.svg ├── locked-3.svg ├── locked-4.svg ├── locked-5.svg ├── locked-6.svg ├── locked.svg ├── login.svg ├── magic-wand.svg ├── magnet-1.svg ├── magnet-2.svg ├── magnet.svg ├── map-1.svg ├── map-2.svg ├── map-location.svg ├── map.svg ├── megaphone-1.svg ├── megaphone.svg ├── menu-1.svg ├── menu-2.svg ├── menu-3.svg ├── menu-4.svg ├── menu.svg ├── microphone-1.svg ├── microphone.svg ├── minus-1.svg ├── minus.svg ├── more-1.svg ├── more-2.svg ├── more.svg ├── multiply-1.svg ├── multiply.svg ├── music-player-1.svg ├── music-player-2.svg ├── music-player-3.svg ├── music-player.svg ├── mute.svg ├── muted.svg ├── navigation-1.svg ├── navigation.svg ├── network.svg ├── newspaper.svg ├── next.svg ├── note.svg ├── notebook-1.svg ├── notebook-2.svg ├── notebook-3.svg ├── notebook-4.svg ├── notebook-5.svg ├── notebook.svg ├── notepad-1.svg ├── notepad-2.svg ├── notepad.svg ├── notification.svg ├── paper-plane-1.svg ├── paper-plane.svg ├── pause-1.svg ├── pause.svg ├── percent-1.svg ├── percent.svg ├── perspective.svg ├── photo-camera-1.svg ├── photo-camera.svg ├── photos.svg ├── picture-1.svg ├── picture-2.svg ├── picture.svg ├── pin.svg ├── placeholder-1.svg ├── placeholder-2.svg ├── placeholder-3.svg ├── placeholder.svg ├── placeholders.svg ├── play-button-1.svg ├── play-button.svg ├── plus.svg ├── power.svg ├── previous.svg ├── price-tag.svg ├── print.svg ├── push-pin.svg ├── radar.svg ├── reading.svg ├── record.svg ├── repeat-1.svg ├── repeat.svg ├── restart.svg ├── resume.svg ├── rewind-1.svg ├── rewind.svg ├── route.svg ├── save.svg ├── search-1.svg ├── search.svg ├── send.svg ├── server-1.svg ├── server-2.svg ├── server-3.svg ├── server.svg ├── settings-1.svg ├── settings-2.svg ├── settings-3.svg ├── settings-4.svg ├── settings-5.svg ├── settings-6.svg ├── settings-7.svg ├── settings-8.svg ├── settings-9.svg ├── settings.svg ├── share-1.svg ├── share-2.svg ├── share.svg ├── shuffle-1.svg ├── shuffle.svg ├── shutdown.svg ├── sign-1.svg ├── sign.svg ├── skip.svg ├── smartphone-1.svg ├── smartphone-10.svg ├── smartphone-11.svg ├── smartphone-2.svg ├── smartphone-3.svg ├── smartphone-4.svg ├── smartphone-5.svg ├── smartphone-6.svg ├── smartphone-7.svg ├── smartphone-8.svg ├── smartphone-9.svg ├── smartphone.svg ├── speaker-1.svg ├── speaker-2.svg ├── speaker-3.svg ├── speaker-4.svg ├── speaker-5.svg ├── speaker-6.svg ├── speaker-7.svg ├── speaker-8.svg ├── speaker.svg ├── spotlight.svg ├── star-1.svg ├── star.svg ├── stop-1.svg ├── stop.svg ├── stopwatch-1.svg ├── stopwatch-2.svg ├── stopwatch-3.svg ├── stopwatch-4.svg ├── stopwatch.svg ├── street-1.svg ├── street.svg ├── substract-1.svg ├── substract.svg ├── success.svg ├── switch-1.svg ├── switch-2.svg ├── switch-3.svg ├── switch-4.svg ├── switch-5.svg ├── switch-6.svg ├── switch-7.svg ├── switch.svg ├── tabs-1.svg ├── tabs.svg ├── target.svg ├── television-1.svg ├── television.svg ├── time.svg ├── trash.svg ├── umbrella.svg ├── unlink.svg ├── unlocked-1.svg ├── unlocked-2.svg ├── unlocked.svg ├── upload.svg ├── user-1.svg ├── user-2.svg ├── user-3.svg ├── user-4.svg ├── user-5.svg ├── user-6.svg ├── user-7.svg ├── user.svg ├── users-1.svg ├── users.svg ├── video-camera-1.svg ├── video-camera.svg ├── video-player-1.svg ├── video-player-2.svg ├── video-player.svg ├── view-1.svg ├── view-2.svg ├── view.svg ├── volume-control-1.svg ├── volume-control.svg ├── warning.svg ├── wifi-1.svg ├── wifi.svg ├── windows-1.svg ├── windows-2.svg ├── windows-3.svg ├── windows-4.svg ├── windows.svg ├── wireless-internet.svg ├── worldwide-1.svg ├── worldwide.svg ├── zoom-in.svg └── zoom-out.svg ├── social ├── badoo.svg ├── bebo.svg ├── behance.svg ├── blogger.svg ├── deviantart.svg ├── digg.svg ├── disqus.svg ├── dribbble.svg ├── facebook.svg ├── flickr.svg ├── forrst.svg ├── google-plus.svg ├── instagram.svg ├── line.svg ├── linkedin.svg ├── myspace.svg ├── pinterest.svg ├── plurk.svg ├── rss.svg ├── skype.svg ├── telegram.svg ├── tumblr.svg ├── twitter.svg ├── viber.svg ├── vimeo.svg ├── vine.svg ├── vk.svg ├── whatsapp.svg ├── xing.svg └── youtube.svg └── tuxedo.svg /.codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/.codecov.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/.gitignore -------------------------------------------------------------------------------- /.swift-version: -------------------------------------------------------------------------------- 1 | 5.0 -------------------------------------------------------------------------------- /.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/.swiftlint.yml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/.travis.yml -------------------------------------------------------------------------------- /.version: -------------------------------------------------------------------------------- 1 | 1.1.1 2 | -------------------------------------------------------------------------------- /Cartfile: -------------------------------------------------------------------------------- 1 | github "tevelee/Eval" ~> 1.0 2 | -------------------------------------------------------------------------------- /Dangerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Dangerfile -------------------------------------------------------------------------------- /Example/Generated/test.txt.template: -------------------------------------------------------------------------------- 1 | Hello {{ name }}! -------------------------------------------------------------------------------- /Example/generate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Example/generate -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /.build 3 | /Packages 4 | /*.xcodeproj 5 | -------------------------------------------------------------------------------- /Scripts/.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/.swiftlint.yml -------------------------------------------------------------------------------- /Scripts/Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/Package.swift -------------------------------------------------------------------------------- /Scripts/Sources/Automation/Error.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/Sources/Automation/Error.swift -------------------------------------------------------------------------------- /Scripts/Sources/Automation/Shell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/Sources/Automation/Shell.swift -------------------------------------------------------------------------------- /Scripts/Sources/Automation/Travis.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/Sources/Automation/Travis.swift -------------------------------------------------------------------------------- /Scripts/Sources/Automation/Tuxedo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/Sources/Automation/Tuxedo.swift -------------------------------------------------------------------------------- /Scripts/Sources/Automation/main.swift: -------------------------------------------------------------------------------- 1 | import Foundation 2 | 3 | Tuxedo.main() 4 | -------------------------------------------------------------------------------- /Scripts/ci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/ci.sh -------------------------------------------------------------------------------- /Scripts/git_auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Scripts/git_auth.sh -------------------------------------------------------------------------------- /Sources/Tuxedo/ContextExtensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/ContextExtensions.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/Generator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/Generator.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/StandardLibrary.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/StandardLibrary.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/StandardLibrary_DataTypes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/StandardLibrary_DataTypes.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/StandardLibrary_Functions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/StandardLibrary_Functions.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/StandardLibrary_Tags.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/StandardLibrary_Tags.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/Tuxedo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/Tuxedo.swift -------------------------------------------------------------------------------- /Sources/Tuxedo/Utils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Sources/Tuxedo/Utils.swift -------------------------------------------------------------------------------- /Tests/.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tests/.swiftlint.yml -------------------------------------------------------------------------------- /Tests/LinuxMain.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tests/LinuxMain.swift -------------------------------------------------------------------------------- /Tests/TuxedoTests/TuxedoComponentTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tests/TuxedoTests/TuxedoComponentTests.swift -------------------------------------------------------------------------------- /Tests/TuxedoTests/TuxedoUnitTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tests/TuxedoTests/TuxedoUnitTests.swift -------------------------------------------------------------------------------- /Tests/TuxedoTests/import.txt: -------------------------------------------------------------------------------- 1 | {% import 'template.txt' %} 2 | Bye! -------------------------------------------------------------------------------- /Tests/TuxedoTests/template.txt: -------------------------------------------------------------------------------- 1 | Hello {{name}}! -------------------------------------------------------------------------------- /Tuxedo.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.playground/Contents.swift -------------------------------------------------------------------------------- /Tuxedo.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.playground/contents.xcplayground -------------------------------------------------------------------------------- /Tuxedo.playground/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.playground/timeline.xctimeline -------------------------------------------------------------------------------- /Tuxedo.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.podspec -------------------------------------------------------------------------------- /Tuxedo.xcodeproj/Eval_Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.xcodeproj/Eval_Info.plist -------------------------------------------------------------------------------- /Tuxedo.xcodeproj/TuxedoTests_Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.xcodeproj/TuxedoTests_Info.plist -------------------------------------------------------------------------------- /Tuxedo.xcodeproj/Tuxedo_Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.xcodeproj/Tuxedo_Info.plist -------------------------------------------------------------------------------- /Tuxedo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Tuxedo.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/Tuxedo.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /docs/docs-extending-tuxedo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs-extending-tuxedo.md -------------------------------------------------------------------------------- /docs/docs-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs-getting-started.md -------------------------------------------------------------------------------- /docs/docs-how-does-it-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs-how-does-it-work.md -------------------------------------------------------------------------------- /docs/docs-installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs-installation.md -------------------------------------------------------------------------------- /docs/docs-template-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs-template-features.md -------------------------------------------------------------------------------- /docs/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/docs.md -------------------------------------------------------------------------------- /docs/reference-data-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-data-types.md -------------------------------------------------------------------------------- /docs/reference-functions-global-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-functions-global-functions.md -------------------------------------------------------------------------------- /docs/reference-functions-object-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-functions-object-functions.md -------------------------------------------------------------------------------- /docs/reference-functions-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-functions-operators.md -------------------------------------------------------------------------------- /docs/reference-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-functions.md -------------------------------------------------------------------------------- /docs/reference-tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-tags.md -------------------------------------------------------------------------------- /docs/reference-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference-variables.md -------------------------------------------------------------------------------- /docs/reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/docs/reference.md -------------------------------------------------------------------------------- /github_rsa.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/github_rsa.enc -------------------------------------------------------------------------------- /website/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/.gitignore -------------------------------------------------------------------------------- /website/blog/2018-02-03-version-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/blog/2018-02-03-version-1.0.md -------------------------------------------------------------------------------- /website/build/Tuxedo/blog/atom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/blog/atom.xml -------------------------------------------------------------------------------- /website/build/Tuxedo/blog/feed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/blog/feed.xml -------------------------------------------------------------------------------- /website/build/Tuxedo/blog/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/blog/index.html -------------------------------------------------------------------------------- /website/build/Tuxedo/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/css/main.css -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/data-types.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/data-types.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/docs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/docs.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/functions.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/getting-started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/getting-started.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/installation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/installation.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/reference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/reference.html -------------------------------------------------------------------------------- /website/build/Tuxedo/docs/tags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/docs/tags.html -------------------------------------------------------------------------------- /website/build/Tuxedo/en/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/en/index.html -------------------------------------------------------------------------------- /website/build/Tuxedo/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/favicon.png -------------------------------------------------------------------------------- /website/build/Tuxedo/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/favicon/favicon.ico -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/add-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/add-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/add-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/add-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/add-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/add-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/add.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/agenda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/agenda.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/alarm-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/alarm-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/alarm-clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/alarm-clock.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/alarm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/alarm.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/albums.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/albums.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/app.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/archive-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/archive-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/archive-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/archive-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/archive-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/archive-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/archive.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/attachment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/attachment.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/back.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-8.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery-9.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/battery.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/binoculars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/binoculars.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/blueprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/blueprint.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/bluetooth-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/bluetooth-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/bluetooth.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/bookmark-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/bookmark-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/bookmark.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/briefcase.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/broken-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/broken-link.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calculator.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/calendar.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/checked-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/checked-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/checked.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/clock-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/clock-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/clock.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/close.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/cloud.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/command.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/compass.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/compose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/compose.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-8.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls-9.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/controls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/controls.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/database-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/database-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/database-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/database-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/database-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/database-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/database.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/diamond.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/diploma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/diploma.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/dislike-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/dislike-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/dislike.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/dislike.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/divide-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/divide-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/divide.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/division.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/division.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/document.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/download.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/edit-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/edit-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/edit.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/eject-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/eject-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/eject.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/equal-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/equal-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/equal-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/equal-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/equal.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/error.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/exit-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/exit-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/exit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/exit-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/exit.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/eyeglasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/eyeglasses.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/fax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/fax.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/file-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/file-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/file-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/file-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/file.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/film.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/fingerprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/fingerprint.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/flag-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/flag-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/flag-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/flag-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/flag-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/flag-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/flag-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/flag-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/flag.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/focus.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-10.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-11.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-12.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-13.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-14.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-15.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-16.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-17.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-18.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-19.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-8.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder-9.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/folder.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/forbidden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/forbidden.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/funnel.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/garbage-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/garbage-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/garbage-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/garbage-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/garbage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/garbage.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/gift.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/help.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hide.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hold.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/home-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/home-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/home-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/home-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/home.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hourglass-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hourglass-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hourglass-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hourglass-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hourglass-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hourglass-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/hourglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/hourglass.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/house.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/house.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/id-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/id-card.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/idea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/idea.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/incoming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/incoming.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/infinity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/infinity.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/info.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/internet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/internet.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/key.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/lamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/lamp.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/laptop.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/layers-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/layers-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/layers.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/like-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/like-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/like-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/like-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/like.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/like.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/link.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/list-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/list-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/list.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/lock-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/lock-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/lock.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/locked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/locked.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/login.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/login.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/magic-wand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/magic-wand.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/magnet-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/magnet-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/magnet-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/magnet-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/magnet.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/map-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/map-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/map-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/map-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/map.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/megaphone-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/megaphone-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/megaphone.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/menu-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/menu-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/menu-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/menu-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/menu-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/menu-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/menu-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/menu-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/menu.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/microphone.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/minus-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/minus-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/minus.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/more-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/more-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/more-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/more-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/more.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/multiply-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/multiply-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/multiply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/multiply.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/mute.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/muted.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/navigation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/navigation.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/network.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/newspaper.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/next.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/note.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notebook.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notepad-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notepad-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notepad-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notepad-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/notepad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/notepad.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/paper-plane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/paper-plane.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/pause-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/pause-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/pause.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/percent-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/percent-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/percent.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/photos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/photos.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/picture-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/picture-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/picture-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/picture-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/picture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/picture.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/pin.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/plus.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/power.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/previous.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/price-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/price-tag.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/print.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/push-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/push-pin.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/radar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/radar.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/reading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/reading.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/record.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/repeat-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/repeat-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/repeat.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/restart.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/resume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/resume.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/rewind-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/rewind-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/rewind.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/route.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/route.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/save.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/search-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/search-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/search.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/send.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/server-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/server-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/server-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/server-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/server-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/server-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/server.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/settings.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/share-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/share-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/share-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/share.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/shuffle-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/shuffle-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/shuffle.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/shutdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/shutdown.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/sign-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/sign-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/sign.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/skip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/skip.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker-8.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/speaker.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/spotlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/spotlight.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/star-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/star-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/star.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/stop-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/stop-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/stop.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/stopwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/stopwatch.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/street-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/street-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/street.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/street.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/substract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/substract.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/success.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/switch.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/tabs-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/tabs-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/tabs.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/target.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/time.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/trash.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/umbrella.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/unlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/unlink.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/unlocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/unlocked.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/upload.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-5.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-6.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user-7.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/user.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/users-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/users-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/users.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/view-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/view-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/view-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/view-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/view.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/warning.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/wifi-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/wifi-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/wifi.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/windows-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/windows-1.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/windows-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/windows-2.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/windows-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/windows-3.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/windows-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/windows-4.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/windows.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/worldwide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/worldwide.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/zoom-in.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/icons/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/icons/zoom-out.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/language.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/badoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/badoo.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/bebo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/bebo.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/behance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/behance.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/blogger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/blogger.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/digg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/digg.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/disqus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/disqus.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/dribbble.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/facebook.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/flickr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/flickr.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/forrst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/forrst.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/line.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/linkedin.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/myspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/myspace.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/plurk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/plurk.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/rss.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/skype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/skype.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/telegram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/telegram.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/tumblr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/tumblr.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/twitter.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/viber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/viber.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/vimeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/vimeo.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/vine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/vine.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/vk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/vk.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/whatsapp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/whatsapp.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/xing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/xing.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/social/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/social/youtube.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/img/tuxedo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/img/tuxedo.svg -------------------------------------------------------------------------------- /website/build/Tuxedo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/index.html -------------------------------------------------------------------------------- /website/build/Tuxedo/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/build/Tuxedo/sitemap.xml -------------------------------------------------------------------------------- /website/core/Footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/core/Footer.js -------------------------------------------------------------------------------- /website/i18n/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/i18n/en.json -------------------------------------------------------------------------------- /website/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/package-lock.json -------------------------------------------------------------------------------- /website/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/package.json -------------------------------------------------------------------------------- /website/pages/en/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/pages/en/index.js -------------------------------------------------------------------------------- /website/sidebars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/sidebars.json -------------------------------------------------------------------------------- /website/siteConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/siteConfig.js -------------------------------------------------------------------------------- /website/static/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/css/custom.css -------------------------------------------------------------------------------- /website/static/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/favicon.png -------------------------------------------------------------------------------- /website/static/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/favicon/favicon.ico -------------------------------------------------------------------------------- /website/static/img/icons/add-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/add-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/add-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/add-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/add-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/add-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/add.svg -------------------------------------------------------------------------------- /website/static/img/icons/agenda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/agenda.svg -------------------------------------------------------------------------------- /website/static/img/icons/alarm-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/alarm-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/alarm-clock-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/alarm-clock-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/alarm-clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/alarm-clock.svg -------------------------------------------------------------------------------- /website/static/img/icons/alarm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/alarm.svg -------------------------------------------------------------------------------- /website/static/img/icons/albums.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/albums.svg -------------------------------------------------------------------------------- /website/static/img/icons/app.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/app.svg -------------------------------------------------------------------------------- /website/static/img/icons/archive-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/archive-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/archive-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/archive-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/archive-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/archive-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/archive.svg -------------------------------------------------------------------------------- /website/static/img/icons/attachment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/attachment.svg -------------------------------------------------------------------------------- /website/static/img/icons/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/back.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery-9.svg -------------------------------------------------------------------------------- /website/static/img/icons/battery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/battery.svg -------------------------------------------------------------------------------- /website/static/img/icons/binoculars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/binoculars.svg -------------------------------------------------------------------------------- /website/static/img/icons/blueprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/blueprint.svg -------------------------------------------------------------------------------- /website/static/img/icons/bluetooth-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/bluetooth-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/bluetooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/bluetooth.svg -------------------------------------------------------------------------------- /website/static/img/icons/bookmark-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/bookmark-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/bookmark.svg -------------------------------------------------------------------------------- /website/static/img/icons/briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/briefcase.svg -------------------------------------------------------------------------------- /website/static/img/icons/broken-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/broken-link.svg -------------------------------------------------------------------------------- /website/static/img/icons/calculator-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calculator-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calculator.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/calendar.svg -------------------------------------------------------------------------------- /website/static/img/icons/checked-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/checked-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/checked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/checked.svg -------------------------------------------------------------------------------- /website/static/img/icons/clock-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/clock-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/clock.svg -------------------------------------------------------------------------------- /website/static/img/icons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/close.svg -------------------------------------------------------------------------------- /website/static/img/icons/cloud-computing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/cloud-computing.svg -------------------------------------------------------------------------------- /website/static/img/icons/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/cloud.svg -------------------------------------------------------------------------------- /website/static/img/icons/command.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/command.svg -------------------------------------------------------------------------------- /website/static/img/icons/compact-disc-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/compact-disc-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/compact-disc-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/compact-disc-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/compact-disc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/compact-disc.svg -------------------------------------------------------------------------------- /website/static/img/icons/compass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/compass.svg -------------------------------------------------------------------------------- /website/static/img/icons/compose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/compose.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls-9.svg -------------------------------------------------------------------------------- /website/static/img/icons/controls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/controls.svg -------------------------------------------------------------------------------- /website/static/img/icons/database-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/database-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/database-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/database-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/database-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/database-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/database.svg -------------------------------------------------------------------------------- /website/static/img/icons/diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/diamond.svg -------------------------------------------------------------------------------- /website/static/img/icons/diploma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/diploma.svg -------------------------------------------------------------------------------- /website/static/img/icons/dislike-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/dislike-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/dislike.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/dislike.svg -------------------------------------------------------------------------------- /website/static/img/icons/divide-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/divide-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/divide.svg -------------------------------------------------------------------------------- /website/static/img/icons/division.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/division.svg -------------------------------------------------------------------------------- /website/static/img/icons/document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/document.svg -------------------------------------------------------------------------------- /website/static/img/icons/download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/download.svg -------------------------------------------------------------------------------- /website/static/img/icons/edit-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/edit-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/edit.svg -------------------------------------------------------------------------------- /website/static/img/icons/eject-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/eject-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/eject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/eject.svg -------------------------------------------------------------------------------- /website/static/img/icons/equal-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/equal-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/equal-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/equal-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/equal.svg -------------------------------------------------------------------------------- /website/static/img/icons/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/error.svg -------------------------------------------------------------------------------- /website/static/img/icons/exit-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/exit-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/exit-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/exit-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/exit.svg -------------------------------------------------------------------------------- /website/static/img/icons/eyeglasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/eyeglasses.svg -------------------------------------------------------------------------------- /website/static/img/icons/fast-forward-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/fast-forward-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/fast-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/fast-forward.svg -------------------------------------------------------------------------------- /website/static/img/icons/fax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/fax.svg -------------------------------------------------------------------------------- /website/static/img/icons/file-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/file-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/file-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/file-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/file.svg -------------------------------------------------------------------------------- /website/static/img/icons/film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/film.svg -------------------------------------------------------------------------------- /website/static/img/icons/fingerprint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/fingerprint.svg -------------------------------------------------------------------------------- /website/static/img/icons/flag-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/flag-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/flag-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/flag-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/flag-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/flag-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/flag-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/flag-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/flag.svg -------------------------------------------------------------------------------- /website/static/img/icons/focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/focus.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-10.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-11.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-12.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-13.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-14.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-15.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-16.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-17.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-18.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-19.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-19.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder-9.svg -------------------------------------------------------------------------------- /website/static/img/icons/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/folder.svg -------------------------------------------------------------------------------- /website/static/img/icons/forbidden.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/forbidden.svg -------------------------------------------------------------------------------- /website/static/img/icons/funnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/funnel.svg -------------------------------------------------------------------------------- /website/static/img/icons/garbage-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/garbage-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/garbage-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/garbage-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/garbage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/garbage.svg -------------------------------------------------------------------------------- /website/static/img/icons/gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/gift.svg -------------------------------------------------------------------------------- /website/static/img/icons/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/help.svg -------------------------------------------------------------------------------- /website/static/img/icons/hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hide.svg -------------------------------------------------------------------------------- /website/static/img/icons/hold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hold.svg -------------------------------------------------------------------------------- /website/static/img/icons/home-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/home-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/home-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/home-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/home.svg -------------------------------------------------------------------------------- /website/static/img/icons/hourglass-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hourglass-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/hourglass-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hourglass-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/hourglass-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hourglass-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/hourglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/hourglass.svg -------------------------------------------------------------------------------- /website/static/img/icons/house.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/house.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/id-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/id-card.svg -------------------------------------------------------------------------------- /website/static/img/icons/idea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/idea.svg -------------------------------------------------------------------------------- /website/static/img/icons/incoming.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/incoming.svg -------------------------------------------------------------------------------- /website/static/img/icons/infinity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/infinity.svg -------------------------------------------------------------------------------- /website/static/img/icons/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/info.svg -------------------------------------------------------------------------------- /website/static/img/icons/internet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/internet.svg -------------------------------------------------------------------------------- /website/static/img/icons/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/key.svg -------------------------------------------------------------------------------- /website/static/img/icons/lamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/lamp.svg -------------------------------------------------------------------------------- /website/static/img/icons/laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/laptop.svg -------------------------------------------------------------------------------- /website/static/img/icons/layers-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/layers-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/layers.svg -------------------------------------------------------------------------------- /website/static/img/icons/like-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/like-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/like-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/like-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/like.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/like.svg -------------------------------------------------------------------------------- /website/static/img/icons/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/link.svg -------------------------------------------------------------------------------- /website/static/img/icons/list-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/list-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/list.svg -------------------------------------------------------------------------------- /website/static/img/icons/lock-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/lock-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/lock.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/locked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/locked.svg -------------------------------------------------------------------------------- /website/static/img/icons/login.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/login.svg -------------------------------------------------------------------------------- /website/static/img/icons/magic-wand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/magic-wand.svg -------------------------------------------------------------------------------- /website/static/img/icons/magnet-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/magnet-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/magnet-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/magnet-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/magnet.svg -------------------------------------------------------------------------------- /website/static/img/icons/map-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/map-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/map-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/map-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/map-location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/map-location.svg -------------------------------------------------------------------------------- /website/static/img/icons/map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/map.svg -------------------------------------------------------------------------------- /website/static/img/icons/megaphone-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/megaphone-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/megaphone.svg -------------------------------------------------------------------------------- /website/static/img/icons/menu-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/menu-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/menu-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/menu-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/menu-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/menu-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/menu-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/menu-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/menu.svg -------------------------------------------------------------------------------- /website/static/img/icons/microphone-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/microphone-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/microphone.svg -------------------------------------------------------------------------------- /website/static/img/icons/minus-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/minus-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/minus.svg -------------------------------------------------------------------------------- /website/static/img/icons/more-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/more-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/more-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/more-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/more.svg -------------------------------------------------------------------------------- /website/static/img/icons/multiply-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/multiply-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/multiply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/multiply.svg -------------------------------------------------------------------------------- /website/static/img/icons/music-player-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/music-player-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/music-player-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/music-player-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/music-player-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/music-player-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/music-player.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/music-player.svg -------------------------------------------------------------------------------- /website/static/img/icons/mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/mute.svg -------------------------------------------------------------------------------- /website/static/img/icons/muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/muted.svg -------------------------------------------------------------------------------- /website/static/img/icons/navigation-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/navigation-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/navigation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/navigation.svg -------------------------------------------------------------------------------- /website/static/img/icons/network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/network.svg -------------------------------------------------------------------------------- /website/static/img/icons/newspaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/newspaper.svg -------------------------------------------------------------------------------- /website/static/img/icons/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/next.svg -------------------------------------------------------------------------------- /website/static/img/icons/note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/note.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/notebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notebook.svg -------------------------------------------------------------------------------- /website/static/img/icons/notepad-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notepad-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/notepad-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notepad-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/notepad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notepad.svg -------------------------------------------------------------------------------- /website/static/img/icons/notification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/notification.svg -------------------------------------------------------------------------------- /website/static/img/icons/paper-plane-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/paper-plane-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/paper-plane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/paper-plane.svg -------------------------------------------------------------------------------- /website/static/img/icons/pause-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/pause-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/pause.svg -------------------------------------------------------------------------------- /website/static/img/icons/percent-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/percent-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/percent.svg -------------------------------------------------------------------------------- /website/static/img/icons/perspective.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/perspective.svg -------------------------------------------------------------------------------- /website/static/img/icons/photo-camera-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/photo-camera-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/photo-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/photo-camera.svg -------------------------------------------------------------------------------- /website/static/img/icons/photos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/photos.svg -------------------------------------------------------------------------------- /website/static/img/icons/picture-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/picture-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/picture-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/picture-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/picture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/picture.svg -------------------------------------------------------------------------------- /website/static/img/icons/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/pin.svg -------------------------------------------------------------------------------- /website/static/img/icons/placeholder-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/placeholder-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/placeholder-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/placeholder-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/placeholder-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/placeholder-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/placeholder.svg -------------------------------------------------------------------------------- /website/static/img/icons/placeholders.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/placeholders.svg -------------------------------------------------------------------------------- /website/static/img/icons/play-button-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/play-button-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/play-button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/play-button.svg -------------------------------------------------------------------------------- /website/static/img/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/plus.svg -------------------------------------------------------------------------------- /website/static/img/icons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/power.svg -------------------------------------------------------------------------------- /website/static/img/icons/previous.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/previous.svg -------------------------------------------------------------------------------- /website/static/img/icons/price-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/price-tag.svg -------------------------------------------------------------------------------- /website/static/img/icons/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/print.svg -------------------------------------------------------------------------------- /website/static/img/icons/push-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/push-pin.svg -------------------------------------------------------------------------------- /website/static/img/icons/radar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/radar.svg -------------------------------------------------------------------------------- /website/static/img/icons/reading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/reading.svg -------------------------------------------------------------------------------- /website/static/img/icons/record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/record.svg -------------------------------------------------------------------------------- /website/static/img/icons/repeat-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/repeat-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/repeat.svg -------------------------------------------------------------------------------- /website/static/img/icons/restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/restart.svg -------------------------------------------------------------------------------- /website/static/img/icons/resume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/resume.svg -------------------------------------------------------------------------------- /website/static/img/icons/rewind-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/rewind-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/rewind.svg -------------------------------------------------------------------------------- /website/static/img/icons/route.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/route.svg -------------------------------------------------------------------------------- /website/static/img/icons/save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/save.svg -------------------------------------------------------------------------------- /website/static/img/icons/search-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/search-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/search.svg -------------------------------------------------------------------------------- /website/static/img/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/send.svg -------------------------------------------------------------------------------- /website/static/img/icons/server-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/server-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/server-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/server-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/server-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/server-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/server.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings-9.svg -------------------------------------------------------------------------------- /website/static/img/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/settings.svg -------------------------------------------------------------------------------- /website/static/img/icons/share-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/share-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/share-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/share-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/share.svg -------------------------------------------------------------------------------- /website/static/img/icons/shuffle-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/shuffle-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/shuffle.svg -------------------------------------------------------------------------------- /website/static/img/icons/shutdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/shutdown.svg -------------------------------------------------------------------------------- /website/static/img/icons/sign-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/sign-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/sign.svg -------------------------------------------------------------------------------- /website/static/img/icons/skip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/skip.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-10.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-11.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone-9.svg -------------------------------------------------------------------------------- /website/static/img/icons/smartphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/smartphone.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker-8.svg -------------------------------------------------------------------------------- /website/static/img/icons/speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/speaker.svg -------------------------------------------------------------------------------- /website/static/img/icons/spotlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/spotlight.svg -------------------------------------------------------------------------------- /website/static/img/icons/star-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/star-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/star.svg -------------------------------------------------------------------------------- /website/static/img/icons/stop-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stop-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stop.svg -------------------------------------------------------------------------------- /website/static/img/icons/stopwatch-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stopwatch-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/stopwatch-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stopwatch-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/stopwatch-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stopwatch-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/stopwatch-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stopwatch-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/stopwatch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/stopwatch.svg -------------------------------------------------------------------------------- /website/static/img/icons/street-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/street-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/street.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/street.svg -------------------------------------------------------------------------------- /website/static/img/icons/substract-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/substract-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/substract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/substract.svg -------------------------------------------------------------------------------- /website/static/img/icons/success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/success.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/switch.svg -------------------------------------------------------------------------------- /website/static/img/icons/tabs-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/tabs-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/tabs.svg -------------------------------------------------------------------------------- /website/static/img/icons/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/target.svg -------------------------------------------------------------------------------- /website/static/img/icons/television-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/television-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/television.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/television.svg -------------------------------------------------------------------------------- /website/static/img/icons/time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/time.svg -------------------------------------------------------------------------------- /website/static/img/icons/trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/trash.svg -------------------------------------------------------------------------------- /website/static/img/icons/umbrella.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/umbrella.svg -------------------------------------------------------------------------------- /website/static/img/icons/unlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/unlink.svg -------------------------------------------------------------------------------- /website/static/img/icons/unlocked-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/unlocked-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/unlocked-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/unlocked-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/unlocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/unlocked.svg -------------------------------------------------------------------------------- /website/static/img/icons/upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/upload.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-5.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-6.svg -------------------------------------------------------------------------------- /website/static/img/icons/user-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user-7.svg -------------------------------------------------------------------------------- /website/static/img/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/user.svg -------------------------------------------------------------------------------- /website/static/img/icons/users-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/users-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/users.svg -------------------------------------------------------------------------------- /website/static/img/icons/video-camera-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/video-camera-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/video-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/video-camera.svg -------------------------------------------------------------------------------- /website/static/img/icons/video-player-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/video-player-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/video-player-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/video-player-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/video-player.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/video-player.svg -------------------------------------------------------------------------------- /website/static/img/icons/view-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/view-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/view-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/view-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/view.svg -------------------------------------------------------------------------------- /website/static/img/icons/volume-control.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/volume-control.svg -------------------------------------------------------------------------------- /website/static/img/icons/warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/warning.svg -------------------------------------------------------------------------------- /website/static/img/icons/wifi-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/wifi-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/wifi.svg -------------------------------------------------------------------------------- /website/static/img/icons/windows-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/windows-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/windows-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/windows-2.svg -------------------------------------------------------------------------------- /website/static/img/icons/windows-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/windows-3.svg -------------------------------------------------------------------------------- /website/static/img/icons/windows-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/windows-4.svg -------------------------------------------------------------------------------- /website/static/img/icons/windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/windows.svg -------------------------------------------------------------------------------- /website/static/img/icons/worldwide-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/worldwide-1.svg -------------------------------------------------------------------------------- /website/static/img/icons/worldwide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/worldwide.svg -------------------------------------------------------------------------------- /website/static/img/icons/zoom-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/zoom-in.svg -------------------------------------------------------------------------------- /website/static/img/icons/zoom-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/icons/zoom-out.svg -------------------------------------------------------------------------------- /website/static/img/social/badoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/badoo.svg -------------------------------------------------------------------------------- /website/static/img/social/bebo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/bebo.svg -------------------------------------------------------------------------------- /website/static/img/social/behance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/behance.svg -------------------------------------------------------------------------------- /website/static/img/social/blogger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/blogger.svg -------------------------------------------------------------------------------- /website/static/img/social/deviantart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/deviantart.svg -------------------------------------------------------------------------------- /website/static/img/social/digg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/digg.svg -------------------------------------------------------------------------------- /website/static/img/social/disqus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/disqus.svg -------------------------------------------------------------------------------- /website/static/img/social/dribbble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/dribbble.svg -------------------------------------------------------------------------------- /website/static/img/social/facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/facebook.svg -------------------------------------------------------------------------------- /website/static/img/social/flickr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/flickr.svg -------------------------------------------------------------------------------- /website/static/img/social/forrst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/forrst.svg -------------------------------------------------------------------------------- /website/static/img/social/google-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/google-plus.svg -------------------------------------------------------------------------------- /website/static/img/social/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/instagram.svg -------------------------------------------------------------------------------- /website/static/img/social/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/line.svg -------------------------------------------------------------------------------- /website/static/img/social/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/linkedin.svg -------------------------------------------------------------------------------- /website/static/img/social/myspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/myspace.svg -------------------------------------------------------------------------------- /website/static/img/social/pinterest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/pinterest.svg -------------------------------------------------------------------------------- /website/static/img/social/plurk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/plurk.svg -------------------------------------------------------------------------------- /website/static/img/social/rss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/rss.svg -------------------------------------------------------------------------------- /website/static/img/social/skype.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/skype.svg -------------------------------------------------------------------------------- /website/static/img/social/telegram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/telegram.svg -------------------------------------------------------------------------------- /website/static/img/social/tumblr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/tumblr.svg -------------------------------------------------------------------------------- /website/static/img/social/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/twitter.svg -------------------------------------------------------------------------------- /website/static/img/social/viber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/viber.svg -------------------------------------------------------------------------------- /website/static/img/social/vimeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/vimeo.svg -------------------------------------------------------------------------------- /website/static/img/social/vine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/vine.svg -------------------------------------------------------------------------------- /website/static/img/social/vk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/vk.svg -------------------------------------------------------------------------------- /website/static/img/social/whatsapp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/whatsapp.svg -------------------------------------------------------------------------------- /website/static/img/social/xing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/xing.svg -------------------------------------------------------------------------------- /website/static/img/social/youtube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/social/youtube.svg -------------------------------------------------------------------------------- /website/static/img/tuxedo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tevelee/Tuxedo/HEAD/website/static/img/tuxedo.svg --------------------------------------------------------------------------------