Wayne Hsu 3 years ago
commit c6e1f623bb

@ -0,0 +1 @@

@ -0,0 +1,13 @@
VITE_APP_ENV = development
VITE_APP_IMG_URL = 'https://shop.h888.fun/'
VITE_APP_API_URL = 'https://shop.h888.fun/appapi/v1'
VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1'
VITE_APP_LINE_CLIENT_ID = '1657876696'
VITE_APP_LINE_CLIENT_SECRET = '2a7930d6143a00ff421812b942cde200'
VITE_APP_WS_URL = 'wss://ws.h888.fun:8443'

@ -0,0 +1,11 @@
VITE_APP_IMG_URL = 'https://shop.h888.fun/'
VITE_APP_API_URL = 'https://shop.h888.fun/appapi/v1'
VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1'
VITE_APP_LINE_CLIENT_ID = '1657876696'
VITE_APP_LINE_CLIENT_SECRET = '2a7930d6143a00ff421812b942cde200'
VITE_APP_WS_URL = 'wss://ws.h888.fun:8443'

@ -0,0 +1,9 @@
VITE_APP_IMG_URL = 'https://shop.slash1000.com/'
VITE_APP_API_URL = 'https://shop.slash1000.com/appapi/v1'
VITE_APP_SSO_URL = 'https://sso.slash1000.com/api/v1'
VITE_APP_LINE_CLIENT_ID = '1661025693'
VITE_APP_LINE_CLIENT_SECRET = '914cc067cb11ffbd47640de8f3f4a00a'

@ -0,0 +1,13 @@
VITE_APP_ENV = slash
VITE_APP_IMG_URL = 'https://shop.slash1000.com/'
VITE_APP_API_URL = 'https://shop.slash1000.com/appapi/v1'
VITE_APP_SSO_URL = 'https://sso.slash1000.com/api/v1'
VITE_APP_LINE_CLIENT_ID = '1661025693'
VITE_APP_LINE_CLIENT_SECRET = '914cc067cb11ffbd47640de8f3f4a00a'
VITE_APP_WS_URL = 'wss://shop.slash1000.com:8443'

26
.gitignore vendored

@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
uph888.sh

@ -0,0 +1,5 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false
}

@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}

@ -0,0 +1,16 @@
# Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
## Type Support For `.vue` Imports in TS
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's Take Over mode by following these steps:
1. Run `Extensions: Show Built-in Extensions` from VS Code's command palette, look for `TypeScript and JavaScript Language Features`, then right click and select `Disable (Workspace)`. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
2. Reload the VS Code window by running `Developer: Reload Window` from the command palette.
You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).

19
components.d.ts vendored

@ -0,0 +1,19 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Footer: typeof import('./src/components/Footer.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UserHeader: typeof import('./src/components/UserHeader.vue')['default']
VanIcon: typeof import('vant/es')['Icon']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
}
}

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<link rel="manifest" href="/manifest.json" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<meta name="theme-color" content="#0baf9a" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="Fastkart" />
<meta name="msapplication-TileImage" content="/assets/images/favicon.png" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<!-- Bootstrap 5 -->
<link rel="stylesheet" id="rtl-link" type="text/css" href="/assets/css/vendors/bootstrap.css" />
<!-- Iconly Icon css -->
<!-- <link rel="stylesheet" type="text/css" href="assets/css/iconly.css" /> -->
<link href="https://dev.iconly.io/public/zmWANpvJMPK2/iconly.css" rel="stylesheet" />
<!-- Slick css -->
<!-- <link rel="stylesheet" type="text/css" href="assets/css/vendors/slick.css" />
<link rel="stylesheet" type="text/css" href="assets/css/vendors/slick-theme.css" /> -->
<!-- Style css -->
<!-- <link rel="stylesheet" id="change-link" type="text/css" href="assets/css/style.css" /> -->
<title>Slash電商</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
<script src="/assets/js/bootstrap.bundle.min.js"></script>
</body>
</html>

@ -0,0 +1,49 @@
{
"name": "h5src",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:h888": "vue-tsc && vite build --mode h888",
"build:slash": "vue-tsc && vite build --mode slash",
"preview": "vite preview"
},
"dependencies": {
"@line/liff": "^2.21.4",
"@rollup/plugin-alias": "^4.0.2",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"@vant/icons": "^2.0.0",
"axios": "^1.2.1",
"dotenv": "^16.0.3",
"hammerjs": "^2.0.8",
"js-cookie": "^3.0.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
"postcss": "^8.4.20",
"qrcode.vue": "^3.4.0",
"reconnecting-websocket": "^4.4.0",
"uuid": "^9.0.0",
"vant": "^4.0.2",
"vue": "^3.2.41",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.1.6",
"vue3-clipboard": "^1.0.0"
},
"devDependencies": {
"@types/hammerjs": "^2.0.41",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.191",
"@vitejs/plugin-vue": "^3.2.0",
"amfe-flexible": "^2.2.1",
"postcss-pxtorem": "^6.0.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.3",
"vite-plugin-top-level-await": "^1.3.0",
"vue-tsc": "^1.0.9"
}
}

@ -0,0 +1,8 @@
export default {
plugins: {
// 'postcss-pxtorem': {
// rootValue: 37.5,
// propList: ['*']
// }
}
}

@ -0,0 +1,410 @@
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: none;
border: none;
}
.datepicker--cells {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.datepicker--cell {
border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 32px;
z-index: 1;
}
.datepicker--cell.-focus- {
background: #f0f0f0;
}
.datepicker--cell.-current- {
color: #4eb5e6;
border-color: #4eb5e6;
}
.datepicker--cell.-current-.-focus- {
color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
color: #4eb5e6;
}
.datepicker--cell.-in-range- {
background: rgba(92, 196, 239, 0.1);
color: #4a4a4a;
border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
cursor: default;
color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae;
}
.datepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 8px 0 0 8px;
}
.datepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 0 8px 8px 0;
}
.datepicker--cell.-range-from-.-range-to- {
border-radius: 8px;
}
.datepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
background: #45bced;
}
.datepicker--cell:empty {
cursor: default;
}
.datepicker--days-names {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px;
}
.datepicker--day-name {
color: #ff9a19;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-size: 0.8em;
}
.datepicker--cell-day {
width: 14.28571%;
height: 34px;
}
.datepicker--cells-months {
height: 170px;
}
.datepicker--cell-month {
width: 33.33%;
height: 25%;
}
.datepicker--years {
height: 170px;
}
.datepicker--cells-years {
height: 170px;
}
.datepicker--cell-year {
width: 25%;
height: 33.33%;
}
.datepickers-container {
position: absolute;
left: 0;
top: 0;
}
@media print {
.datepickers-container {
display: none;
}
}
.datepicker {
background: #fff;
border-radius: 8px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
opacity: 0;
visibility: hidden;
padding: 10px;
-webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
z-index: 100;
-webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
}
.datepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.datepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
.datepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
.datepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px);
}
.datepicker.active {
opacity: 1;
visibility: visible;
-webkit-transform: translate(0);
transform: translate(0);
-webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.datepicker-inline .datepicker--pointer {
display: none;
}
.datepicker--content {
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 4px;
}
.-only-timepicker- .datepicker--content {
display: none;
}
.datepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
top: calc(50% - 10px / 2);
}
.datepicker--body {
display: none;
}
.datepicker--body.active {
display: block !important;
}
.datepicker--nav {
color: var(--theme-deafult);
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px;
}
.-only-timepicker- .datepicker--nav {
display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.datepicker--nav-action {
width: 32px;
border-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: var(--theme-deafult);
}
.datepicker--nav-action:hover {
background: var(--theme-deafult);
}
.datepicker--nav-action.-disabled- {
visibility: hidden;
}
.datepicker--nav-action svg {
width: 32px;
height: 32px;
}
.datepicker--nav-action path {
fill: none;
stroke: #fff;
stroke-width: 2px;
}
.datepicker--nav-title {
border-radius: 8px;
padding: 0 8px;
}
.datepicker--nav-title i {
font-style: normal;
color: var(--theme-deafult);
margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
cursor: default;
background: none;
}
.datepicker--buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 4px;
border-top: 1px solid #efefef;
}
.datepicker--button {
color: #4eb5e6;
cursor: pointer;
border-radius: 8px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 32px;
}
.datepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0;
}

@ -0,0 +1,374 @@
/**
*
* Name: iconly font icon
* Version: 1.0
* Created on: Dec 29, 2020
* License: GNU General Public License
--------------------------------------------------------------------------------------
*
**/
@font-face {
font-family: "iconly";
font-style: normal;
font-weight: 200;
src: url("../fonts/iconly/Iconly-light.eot");
src: url("../fonts/iconly/Iconly-light.eot?") format("embedded-opentype"), /* IE6-8 */ url("../fonts/iconly/Iconly-light.woff") format("woff"),
/* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iconly/Iconly-light.ttf") format("truetype"), url("../fonts/iconly/Iconly-light.svg") format("svg");
}
@font-face {
font-family: "iconly";
font-style: normal;
font-weight: normal;
src: url("../fonts/iconly/Iconly-Broken.eot");
src: url("../fonts/iconly/Iconly-Broken.eot?") format("embedded-opentype"), /* IE6-8 */ url("../fonts/iconly/Iconly-Broken.woff") format("woff"),
/* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iconly/Iconly-Broken.ttf") format("truetype"), url("../fonts/iconly/Iconly-Broken.svg") format("svg");
}
@font-face {
font-family: "iconly";
font-style: normal;
font-weight: 700;
src: url("../fonts/iconly/Iconly-Bold.eot");
src: url("../fonts/iconly/Iconly-Bold.eot?") format("embedded-opentype"), /* IE6-8 */ url("../fonts/iconly/Iconly-Bold.woff") format("woff"),
/* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iconly/Iconly-Bold.ttf") format("truetype"), url("../fonts/iconly/Iconly-Bold.svg") format("svg");
}
@font-face {
font-family: "iconly";
font-style: normal;
font-weight: 900;
src: url("../fonts/iconly/Iconly-bulk.eot");
src: url("../fonts/iconly/Iconly-bulk.eot?") format("embedded-opentype"), /* IE6-8 */ url("../fonts/iconly/Iconly-bulk.woff") format("woff"),
/* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/iconly/Iconly-bulk.ttf") format("truetype"), url("../fonts/iconly/Iconly-bulk.svg") format("svg");
}
[class^="iconly-"],
[class*="iconly-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "iconly" !important;
speak: never;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icli {
font-weight: 200;
}
.icbr {
font-weight: normal;
}
.icbo {
font-weight: 700;
}
.icbu {
font-weight: 900;
}
.iconly-Activity:before {
content: "\e900";
}
.iconly-Add-User:before {
content: "\e901";
}
.iconly-Arrow-Down:before {
content: "\e902";
}
.iconly-Arrow-Down-2:before {
content: "\e903";
}
.iconly-Arrow-Down-3:before {
content: "\e904";
}
.iconly-Arrow-Down-Circle:before {
content: "\e905";
}
.iconly-Arrow-Down-Square:before {
content: "\e906";
}
.iconly-Arrow-Left:before {
content: "\e907";
}
.iconly-Arrow-Left-2:before {
content: "\e908";
}
.iconly-Arrow-Left-3:before {
content: "\e909";
}
.iconly-Arrow-Left-Circle:before {
content: "\e90a";
}
.iconly-Arrow-Left-Square:before {
content: "\e90b";
}
.iconly-Arrow-Right:before {
content: "\e90c";
}
.iconly-Arrow-Right-2:before {
content: "\e90d";
}
.iconly-Arrow-Right-3:before {
content: "\e90e";
}
.iconly-Arrow-Right-Circle:before {
content: "\e90f";
}
.iconly-Arrow-Right-Square:before {
content: "\e910";
}
.iconly-Arrow-Up:before {
content: "\e911";
}
.iconly-Arrow-Up-2:before {
content: "\e912";
}
.iconly-Arrow-Up-3:before {
content: "\e913";
}
.iconly-Arrow-Up-Circle:before {
content: "\e914";
}
.iconly-Arrow-Up-Square:before {
content: "\e915";
}
.iconly-Bag:before {
content: "\e916";
}
.iconly-Bag-2:before {
content: "\e917";
}
.iconly-Bookmark:before {
content: "\e918";
}
.iconly-Buy:before {
content: "\e919";
}
.iconly-Calendar:before {
content: "\e91a";
}
.iconly-Call:before {
content: "\e91b";
}
.iconly-Call-Missed:before {
content: "\e91c";
}
.iconly-Call-Silent:before {
content: "\e91d";
}
.iconly-Calling:before {
content: "\e91e";
}
.iconly-Camera:before {
content: "\e91f";
}
.iconly-Category:before {
content: "\e920";
}
.iconly-Chart:before {
content: "\e921";
}
.iconly-Chat:before {
content: "\e922";
}
.iconly-Close-Square:before {
content: "\e923";
}
.iconly-Danger:before {
content: "\e924";
}
.iconly-Delete:before {
content: "\e925";
}
.iconly-Discount:before {
content: "\e926";
}
.iconly-Discovery:before {
content: "\e927";
}
.iconly-Document:before {
content: "\e928";
}
.iconly-Download:before {
content: "\e929";
}
.iconly-Edit:before {
content: "\e92a";
}
.iconly-Edit-Square:before {
content: "\e92b";
}
.iconly-Filter:before {
content: "\e92c";
}
.iconly-Filter-2:before {
content: "\e92d";
}
.iconly-Folder:before {
content: "\e92e";
}
.iconly-Game:before {
content: "\e92f";
}
.iconly-Graph:before {
content: "\e930";
}
.iconly-Heart:before {
content: "\e931";
}
.iconly-Hide:before {
content: "\e932";
}
.iconly-Home:before {
content: "\e933";
}
.iconly-Image:before {
content: "\e934";
}
.iconly-Image-2:before {
content: "\e935";
}
.iconly-Info-Circle:before {
content: "\e936";
}
.iconly-Info-Square:before {
content: "\e937";
}
.iconly-Location:before {
content: "\e938";
}
.iconly-Lock:before {
content: "\e939";
}
.iconly-Login:before {
content: "\e93a";
}
.iconly-Logout:before {
content: "\e93b";
}
.iconly-Message:before {
content: "\e93c";
}
.iconly-More-Circle:before {
content: "\e93d";
}
.iconly-More-Square:before {
content: "\e93e";
}
.iconly-Notification:before {
content: "\e93f";
}
.iconly-Paper:before {
content: "\e940";
}
.iconly-Paper-Download:before {
content: "\e941";
}
.iconly-Paper-Fail:before {
content: "\e942";
}
.iconly-Paper-Negative:before {
content: "\e943";
}
.iconly-Paper-Plus:before {
content: "\e944";
}
.iconly-Paper-Upload:before {
content: "\e945";
}
.iconly-Password:before {
content: "\e946";
}
.iconly-Play:before {
content: "\e947";
}
.iconly-Plus:before {
content: "\e948";
}
.iconly-Profile:before {
content: "\e949";
}
.iconly-Scan:before {
content: "\e94a";
}
.iconly-Search:before {
content: "\e94b";
}
.iconly-Send:before {
content: "\e94c";
}
.iconly-Setting:before {
content: "\e94d";
}
.iconly-Shield-Done:before {
content: "\e94e";
}
.iconly-Shield-Fail:before {
content: "\e94f";
}
.iconly-Show:before {
content: "\e950";
}
.iconly-Star:before {
content: "\e951";
}
.iconly-Swap:before {
content: "\e952";
}
.iconly-Tick-Square:before {
content: "\e953";
}
.iconly-Ticket:before {
content: "\e954";
}
.iconly-Ticket-Star:before {
content: "\e955";
}
.iconly-Time-Circle:before {
content: "\e956";
}
.iconly-Time-Square:before {
content: "\e957";
}
.iconly-Unlock:before {
content: "\e958";
}
.iconly-Upload:before {
content: "\e959";
}
.iconly-User2:before {
content: "\e95a";
}
.iconly-User3:before {
content: "\e95b";
}
.iconly-Video:before {
content: "\e95c";
}
.iconly-Voice:before {
content: "\e95d";
}
.iconly-Voice-2:before {
content: "\e95e";
}
.iconly-Volume-Down:before {
content: "\e95f";
}
.iconly-Volume-Off:before {
content: "\e960";
}
.iconly-Volume-Up:before {
content: "\e961";
}
.iconly-Wallet:before {
content: "\e962";
}
.iconly-Work:before {
content: "\e963";
}

@ -0,0 +1,272 @@
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
position: relative; display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.irs-line {
position: relative; display: block;
overflow: hidden;
outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
position: absolute; display: block;
top: 0;
}
.irs-line-left {
left: 0; width: 11%;
}
.irs-line-mid {
left: 9%; width: 82%;
}
.irs-line-right {
right: 0; width: 11%;
}
.irs-bar {
position: absolute; display: block;
left: 0; width: 0;
}
.irs-bar-edge {
position: absolute; display: block;
top: 0; left: 0;
}
.irs-shadow {
position: absolute; display: none;
left: 0; width: 0;
}
.irs-slider {
position: absolute; display: block;
cursor: default;
z-index: 1;
}
.irs-slider.single {
}
.irs-slider.from {
}
.irs-slider.to {
}
.irs-slider.type_last {
z-index: 2;
}
.irs-min {
position: absolute; display: block;
left: 0;
cursor: default;
}
.irs-max {
position: absolute; display: block;
right: 0;
cursor: default;
}
.irs-from, .irs-to, .irs-single {
position: absolute; display: block;
top: 0; left: 0;
cursor: default;
white-space: nowrap;
}
.irs-grid {
position: absolute; display: none;
bottom: 0; left: 0;
width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
display: block;
}
.irs-grid-pol {
position: absolute;
top: 0; left: 0;
width: 1px; height: 8px;
background: #000;
}
.irs-grid-pol.small {
height: 4px;
}
.irs-grid-text {
position: absolute;
bottom: 0; left: 0;
white-space: nowrap;
text-align: center;
font-size: 9px; line-height: 9px;
padding: 0 3px;
color: #000;
}
.irs-disable-mask {
position: absolute; display: block;
top: 0; left: -1%;
width: 102%; height: 100%;
cursor: default;
background: rgba(0,0,0,0.0);
z-index: 2;
}
.lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}
.irs-disabled {
opacity: 0.4;
}
.irs-hidden-input {
position: absolute !important;
display: block !important;
top: 0 !important;
left: 0 !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: none !important;
z-index: -9999 !important;
background: none !important;
border-style: solid !important;
border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// © guybowden, 2014 https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
height: 55px;
}
.irs-with-grid {
height: 75px;
}
.irs-line {
height: 10px; top: 33px;
background: #EEE;
background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
border: 1px solid #CCC;
border-radius: 16px;
-moz-border-radius: 16px;
}
.irs-line-left {
height: 8px;
}
.irs-line-mid {
height: 8px;
}
.irs-line-right {
height: 8px;
}
.irs-bar {
height: 10px; top: 33px;
border-top: 1px solid #428bca;
border-bottom: 1px solid #428bca;
background: #428bca;
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
}
.irs-bar-edge {
height: 10px; top: 33px;
width: 14px;
border: 1px solid #428bca;
border-right: 0;
background: #428bca;
background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
border-radius: 16px 0 0 16px;
-moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
height: 2px; top: 38px;
background: #000;
opacity: 0.3;
border-radius: 5px;
-moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
filter: alpha(opacity=30);
}
.irs-slider {
top: 25px;
width: 27px; height: 27px;
border: 1px solid #AAA;
background: #DDD;
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
border-radius: 27px;
-moz-border-radius: 27px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
background: #FFF;
}
.irs-min, .irs-max {
color: #333;
font-size: 12px; line-height: 1.333;
text-shadow: none;
top: 0;
padding: 1px 5px;
background: rgba(0,0,0,0.1);
border-radius: 3px;
-moz-border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
background: #ccc;
}
.irs-from, .irs-to, .irs-single {
color: #fff;
font-size: 14px; line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
background: #428bca;
border-radius: 3px;
-moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
background: #999;
}
.irs-grid {
height: 27px;
}
.irs-grid-pol {
opacity: 0.5;
background: #428bca;
}
.irs-grid-pol.small {
background: #999;
}
.irs-grid-text {
bottom: 5px;
color: #99a4ac;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
.slick-loading .slick-list{background:#fff url("../../loader/ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("https://themes.pixelstrap.com/fastkart-app/assets/fonts/slick.eot");src:url("https://themes.pixelstrap.com/fastkart-app/assets/fonts/slick.eot?") format("embedded-opentype"),url("../../fonts/slick.woff") format("woff"),url("../../fonts/slick.ttf") format("truetype"),url("https://themes.pixelstrap.com/fastkart-app/assets/fonts/slick.svg") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/*# sourceMappingURL=slick-theme.css.map */

@ -0,0 +1,2 @@
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:block}
/*# sourceMappingURL=slick.css.map */

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cn" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#ffde00" d="M-.6.8 0-1 .6.8-1-.3h2z"/>
</defs>
<path fill="#de2910" d="M0 0h640v480H0z"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/>
</svg>

After

Width:  |  Height:  |  Size: 798 B

@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-in" viewBox="0 0 640 480">
<path fill="#f93" d="M0 0h640v160H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path fill="#128807" d="M0 320h640v160H0z"/>
<g transform="matrix(3.2 0 0 3.2 320 240)">
<circle r="20" fill="#008"/>
<circle r="17.5" fill="#fff"/>
<circle r="3.5" fill="#008"/>
<g id="d">
<g id="c">
<g id="b">
<g id="a" fill="#008">
<circle r=".9" transform="rotate(7.5 -8.8 133.5)"/>
<path d="M0 17.5.6 7 0 2l-.6 5L0 17.5z"/>
</g>
<use xlink:href="#a" width="100%" height="100%" transform="rotate(15)"/>
</g>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(30)"/>
</g>
<use xlink:href="#c" width="100%" height="100%" transform="rotate(60)"/>
</g>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(120)"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(-120)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-it" viewBox="0 0 640 480">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#009246" d="M0 0h213.3v480H0z"/>
<path fill="#ce2b37" d="M426.7 0H640v480H426.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 289 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-tf" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#fff" d="m0-21 12.3 38L-20-6.5h40L-12.3 17z"/>
</defs>
<path fill="#002395" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 0h292.8v196.8H0z"/>
<path fill="#002395" d="M0 0h96v192H0z"/>
<path fill="#ed2939" d="M192 0h96v192h-96z"/>
<path fill="#fff" d="m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z"/>
<use xlink:href="#a" width="100%" height="100%" x="416" y="362" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="371" y="328" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="461" y="328" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="333" y="227" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="499" y="227" transform="scale(1.2)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-us" viewBox="0 0 640 480">
<g fill-rule="evenodd">
<g stroke-width="1pt">
<path fill="#bd3d44" d="M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z" transform="scale(.9375)"/>
<path fill="#fff" d="M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z" transform="scale(.9375)"/>
</g>
<path fill="#192f5d" d="M0 0h389.1v275.7H0z" transform="scale(.9375)"/>
<path fill="#fff" d="M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z" transform="scale(.9375)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

@ -0,0 +1,3 @@
<svg width="35" height="28" viewBox="0 0 35 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 9.33333L9.75 24L33 2" stroke="white" stroke-width="4"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 21.3333V10.6667C27.9995 10.199 27.8761 9.73975 27.6421 9.33489C27.408 8.93002 27.0717 8.59382 26.6667 8.36L17.3333 3.02667C16.9279 2.79262 16.4681 2.6694 16 2.6694C15.5319 2.6694 15.0721 2.79262 14.6667 3.02667L5.33333 8.36C4.92835 8.59382 4.59197 8.93002 4.35795 9.33489C4.12392 9.73975 4.00048 10.199 4 10.6667V21.3333C4.00048 21.801 4.12392 22.2603 4.35795 22.6651C4.59197 23.07 4.92835 23.4062 5.33333 23.64L14.6667 28.9733C15.0721 29.2074 15.5319 29.3306 16 29.3306C16.4681 29.3306 16.9279 29.2074 17.3333 28.9733L26.6667 23.64C27.0717 23.4062 27.408 23.07 27.6421 22.6651C27.8761 22.2603 27.9995 21.801 28 21.3333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.35986 9.28L15.9999 16.0133L27.6399 9.28" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 29.44V16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>

After

Width:  |  Height:  |  Size: 270 B

@ -0,0 +1,4 @@
<svg width="32" height="40" viewBox="0 0 32 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.6663 8L11.9997 22.6667L5.33301 16" stroke="#0BAF9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M26.6663 16L11.9997 30.6667L5.33301 24" stroke="#0BAF9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 366 B

@ -0,0 +1,10 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M17.3892 8.31478L16.1634 7.78431L15.1226 5.75889C14.8413 5.20431 14.2706 4.8587 13.6477 4.86272H11.8554V4.35637C11.8554 3.4401 11.124 2.69263 10.2077 2.69263H1.63986C0.723595 2.69263 0.000228999 3.44412 0.000228999 4.35637V12.1124C-0.0078084 12.671 0.438267 13.1292 0.996867 13.1372C1.00089 13.1372 1.0049 13.1372 1.01294 13.1372H1.22593C1.22593 13.1774 1.22191 13.1935 1.22191 13.2176C1.2179 14.3669 2.14622 15.3033 3.29556 15.3073C4.44491 15.3113 5.38127 14.383 5.38529 13.2337C5.38529 13.2256 5.38529 13.2216 5.38529 13.2136C5.38529 13.1854 5.38529 13.1734 5.38127 13.1332H12.3055C12.3055 13.1734 12.3055 13.1894 12.3055 13.2136C12.3015 14.3629 13.2298 15.2993 14.3791 15.3033C15.5285 15.3073 16.4648 14.379 16.4689 13.2296C16.4689 13.2216 16.4689 13.2176 16.4689 13.2095C16.4689 13.1814 16.4689 13.1694 16.4689 13.1292H16.9873C17.5459 13.1292 18 12.6751 18 12.1165C18 12.1124 18 12.1084 18 12.1004V9.24711C18.008 8.85328 17.7669 8.47954 17.3892 8.31478ZM3.30762 14.5076C2.60033 14.5076 2.02967 13.9369 2.02967 13.2296C2.02967 12.5223 2.60033 11.9517 3.30762 11.9517C4.01491 11.9517 4.58557 12.5223 4.58557 13.2296C4.58557 13.9329 4.01089 14.5076 3.30762 14.5076ZM11.0517 12.3415H5.19239C4.85482 11.6061 4.11538 11.1359 3.30762 11.1399C2.49584 11.1359 1.76042 11.6021 1.42285 12.3415H1.01294C0.888362 12.3415 0.803969 12.2451 0.803969 12.1205V10.0509H11.0517V12.3415ZM11.0517 4.36038V9.24711H0.803969V4.36038C0.803969 3.8902 1.16967 3.50038 1.63986 3.50038H10.2077C10.6779 3.5044 11.0557 3.8902 11.0517 4.35637V4.36038ZM11.8554 5.67048H13.6477C13.9652 5.66646 14.2626 5.83926 14.4113 6.12459L15.215 7.67982H11.8554V5.67048ZM14.3912 14.5076C13.6839 14.5076 13.1133 13.9369 13.1133 13.2296C13.1133 12.5223 13.6839 11.9517 14.3912 11.9517C15.0985 11.9517 15.6691 12.5223 15.6691 13.2296C15.6691 13.9329 15.0985 14.5076 14.3912 14.5076ZM17.2003 12.1205C17.2003 12.2451 17.1159 12.3415 16.9913 12.3415H16.276C15.7897 11.3007 14.5519 10.8506 13.5111 11.3368C13.069 11.5418 12.7114 11.8994 12.5064 12.3415H11.8554V8.48356H15.7937L17.0717 9.04618C17.152 9.08636 17.2043 9.17478 17.2003 9.26319V12.1205Z" fill="#777777"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="18" height="18" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -0,0 +1,13 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M5.7292 12.6737C5.72488 12.653 5.71857 12.6327 5.71027 12.6129C5.70197 12.5935 5.69168 12.5748 5.67973 12.5573C5.66777 12.5395 5.65383 12.523 5.63855 12.5082C5.62328 12.4933 5.60635 12.4797 5.58809 12.4681C5.57016 12.4564 5.5509 12.4464 5.53064 12.4383C5.51072 12.4302 5.4898 12.4238 5.46855 12.4199C5.42572 12.4115 5.38156 12.4115 5.33906 12.4199C5.31781 12.4238 5.29689 12.4302 5.27664 12.4383C5.25672 12.4464 5.23746 12.4564 5.21953 12.4681C5.20127 12.4797 5.18434 12.4933 5.16906 12.5082C5.15379 12.523 5.13984 12.5395 5.12789 12.5573C5.11561 12.5748 5.10564 12.5935 5.09734 12.6129C5.08904 12.6327 5.0824 12.653 5.07842 12.6737C5.0741 12.6944 5.07178 12.7158 5.07178 12.7368C5.07178 12.7578 5.0741 12.7792 5.07842 12.7999C5.0824 12.8206 5.08904 12.8409 5.09734 12.8603C5.10564 12.8801 5.11561 12.8988 5.12789 12.9163C5.13984 12.9341 5.15379 12.9506 5.16906 12.9654C5.18434 12.9803 5.20127 12.9939 5.21953 13.0055C5.23746 13.0172 5.25672 13.0272 5.27664 13.0353C5.29689 13.0434 5.31781 13.0499 5.33906 13.0538C5.36031 13.058 5.38223 13.0602 5.40381 13.0602C5.42539 13.0602 5.4473 13.058 5.46855 13.0538C5.4898 13.0499 5.51072 13.0434 5.53064 13.0353C5.5509 13.0272 5.57016 13.0172 5.58809 13.0055C5.60635 12.9939 5.62328 12.9803 5.63855 12.9654C5.65383 12.9506 5.66777 12.9341 5.67973 12.9163C5.69168 12.8988 5.70197 12.8801 5.71027 12.8603C5.71857 12.8409 5.72488 12.8206 5.7292 12.7999C5.73352 12.7792 5.73584 12.7578 5.73584 12.7368C5.73584 12.7158 5.73352 12.6944 5.7292 12.6737Z" fill="#777777"/>
<path d="M15.2732 12.7735C15.2719 12.7702 15.2706 12.767 15.2692 12.7639C14.9636 12.0674 14.2469 11.81 13.3987 12.0921L11.0855 12.7152C10.9517 12.3207 10.6181 11.985 10.1464 11.8145C10.1435 11.8135 10.1406 11.8124 10.1376 11.8115L7.59492 10.9709C7.38328 10.7045 6.72035 10.0227 5.47911 10.0227C4.61168 10.0227 3.84432 10.6023 3.40531 11.234H0.332031C0.14865 11.234 0 11.3788 0 11.5574V15.6346C0 15.8132 0.14865 15.958 0.332031 15.958H2.30619C2.48957 15.958 2.63822 15.8132 2.63822 15.6346V15.3554H3.56402C3.7474 15.3554 3.89605 15.2106 3.89605 15.032V14.939C4.43574 14.9848 4.61324 15.0845 5.1089 15.3629C5.49007 15.577 6.06618 15.9005 7.10364 16.3549C7.10846 16.357 7.11334 16.359 7.11822 16.3608C7.31734 16.4371 7.70658 16.557 8.18646 16.557C8.52049 16.557 8.8985 16.4989 9.28652 16.3276L14.3995 14.5445C14.4086 14.5414 14.4176 14.5378 14.4263 14.5338C14.915 14.3149 15.6432 13.6978 15.2732 12.7735ZM1.97416 15.3112H0.664063V11.8808H1.97416V15.3112ZM3.23199 14.7086H2.63822V11.8808H3.23199V14.7086ZM14.161 13.9407L9.05031 15.7229C9.04583 15.7244 9.03975 15.7268 9.03533 15.7285C9.03085 15.7303 9.02637 15.7322 9.02195 15.7341C8.31018 16.0528 7.6336 15.862 7.36844 15.7616C6.3663 15.3224 5.83143 15.022 5.44063 14.8025C4.8973 14.4974 4.63549 14.3503 3.89605 14.2908V11.6862C4.21079 11.1837 4.82113 10.6695 5.47915 10.6695C6.60759 10.6695 7.08575 11.3843 7.10454 11.4132C7.14508 11.4774 7.2074 11.5258 7.28068 11.55L9.9195 12.4223C10.3409 12.5764 10.5637 12.9279 10.4613 13.2785C10.4141 13.4404 10.3049 13.5746 10.1539 13.6566C10.0043 13.7378 9.83131 13.7578 9.66643 13.7134L6.69166 12.7952C6.51675 12.7413 6.33021 12.8356 6.27483 13.0058C6.21941 13.1761 6.31623 13.3578 6.49105 13.4118L9.47099 14.3316C9.47415 14.3325 9.4773 14.3335 9.48049 14.3343C9.59946 14.3673 9.72058 14.3836 9.84098 14.3836C10.0614 14.3836 10.2794 14.3289 10.4772 14.2216C10.7831 14.0556 11.0043 13.7835 11.1 13.4554C11.1077 13.4292 11.1144 13.403 11.1203 13.3768L13.6133 12.7041C13.9734 12.5844 14.446 12.5412 14.6565 13.0132C14.8743 13.5674 14.3082 13.8723 14.161 13.9407Z" fill="#777777"/>
<path d="M11.9219 4.25406C11.9176 4.23337 11.9113 4.21299 11.9027 4.19327C11.8944 4.17386 11.8844 4.15511 11.8721 4.13764C11.8602 4.11986 11.8462 4.10336 11.8309 4.08849C11.8157 4.07361 11.7987 4.06003 11.7805 4.04839C11.7625 4.03675 11.7433 4.02672 11.7234 4.01864C11.7031 4.01055 11.6822 4.00408 11.6613 4.0002C11.6184 3.99179 11.5743 3.99179 11.5314 4.0002C11.5102 4.00408 11.4893 4.01055 11.4694 4.01864C11.4491 4.02672 11.4298 4.03675 11.4119 4.04839C11.3937 4.06003 11.3767 4.07361 11.3614 4.08849C11.3462 4.10336 11.3322 4.11986 11.3203 4.13764C11.3083 4.15511 11.298 4.17386 11.2897 4.19327C11.2814 4.21299 11.2748 4.23337 11.2708 4.25406C11.2665 4.27476 11.2642 4.2961 11.2642 4.31712C11.2642 4.33815 11.2665 4.35949 11.2708 4.38019C11.2748 4.40088 11.2814 4.42126 11.2897 4.44066C11.298 4.46039 11.3083 4.47914 11.3203 4.49661C11.3322 4.51439 11.3462 4.53089 11.3614 4.54576C11.3767 4.56064 11.3937 4.57422 11.4119 4.58586C11.4298 4.5975 11.4491 4.60753 11.4694 4.61561C11.4893 4.6237 11.5102 4.62984 11.5314 4.63405C11.5527 4.63825 11.5746 4.64052 11.5962 4.64052C11.6178 4.64052 11.6397 4.63825 11.6613 4.63405C11.6822 4.62984 11.7031 4.6237 11.7234 4.61561C11.7433 4.60753 11.7625 4.5975 11.7805 4.58586C11.7987 4.57422 11.8157 4.56064 11.8309 4.54576C11.8462 4.53089 11.8602 4.51439 11.8721 4.49661C11.8844 4.47914 11.8944 4.46039 11.9027 4.44066C11.9113 4.42126 11.9176 4.40088 11.9219 4.38019C11.9262 4.35949 11.9282 4.33815 11.9282 4.31712C11.9282 4.2961 11.9262 4.27476 11.9219 4.25406Z" fill="#777777"/>
<path d="M16.668 1.09598H14.6938C14.5105 1.09598 14.3618 1.24077 14.3618 1.41938V1.69859H13.436C13.2526 1.69859 13.104 1.84337 13.104 2.02198V2.11505C12.5643 2.06917 12.3868 1.9695 11.8912 1.69112C11.51 1.47704 10.9339 1.15348 9.89638 0.699152C9.89157 0.697017 9.88672 0.695045 9.88177 0.693169C9.54406 0.563748 8.65896 0.30911 7.71364 0.726381L6.37754 1.19232L5.25133 0.0954456C5.12167 -0.0308386 4.91142 -0.0308386 4.78177 0.0954456L1.08433 3.69663C0.964732 3.81315 0.941788 4.01517 1.08433 4.154L7.40246 10.3077C7.50356 10.4062 7.7403 10.436 7.87205 10.3077L11.2476 7.01999C11.3354 7.02736 11.4265 7.03134 11.5209 7.03134C12.3883 7.03134 13.1557 6.45176 13.5946 5.82005H16.668C16.8514 5.82005 17 5.67527 17 5.49666V1.41938C17 1.24077 16.8514 1.09598 16.668 1.09598ZM5.01651 0.781455L5.77328 1.51853C5.54833 1.65403 5.28825 1.72653 5.01651 1.72653C4.74475 1.72653 4.4847 1.65406 4.25975 1.51853L5.01651 0.781455ZM2.54547 4.66241L1.7887 3.9253L2.54547 3.18823C2.68459 3.40733 2.75903 3.66064 2.75903 3.9253C2.75903 4.18996 2.68462 4.44328 2.54547 4.66241ZM7.63727 9.62167L6.88064 8.88473C7.34259 8.60706 7.93188 8.60706 8.39387 8.88473L7.63727 9.62167ZM8.87226 8.41885C8.13854 7.90045 7.136 7.90045 6.40228 8.41885L3.02383 5.12828C3.28311 4.78096 3.42309 4.36375 3.42309 3.9253C3.42309 3.48681 3.28314 3.06964 3.02383 2.72232L3.78142 1.98447C4.13802 2.23701 4.56634 2.37335 5.01655 2.37335C5.46675 2.37335 5.89507 2.23701 6.25167 1.98447L6.96982 2.68393C6.81486 2.70621 6.66375 2.75595 6.52284 2.83243C6.28484 2.9616 6.09811 3.15502 5.98183 3.38902C5.6073 3.45658 5.26056 3.63318 4.98856 3.89807C4.25062 4.61684 4.25062 5.78632 4.98859 6.50509C5.35754 6.86444 5.84221 7.04415 6.32691 7.04415C6.81157 7.04415 7.29627 6.86447 7.66526 6.50509C7.90532 6.27128 8.07349 5.98391 8.15773 5.67074L9.2788 6.04131C9.1526 6.61074 9.28186 7.20979 9.63052 7.68032L8.87226 8.41885ZM6.85358 5.2395C6.8565 5.24053 6.85942 5.24157 6.86238 5.24254L7.52631 5.46202C7.47617 5.68241 7.36271 5.88505 7.1957 6.04775C6.71665 6.51427 5.93717 6.51434 5.45818 6.04775C4.97913 5.58119 4.97913 4.82203 5.45818 4.35544C5.57373 4.24284 5.71009 4.15484 5.85868 4.09518C5.91997 4.59197 6.28723 5.03479 6.85358 5.2395ZM10.1089 7.21432C9.98078 7.0109 9.90827 6.77874 9.89681 6.54179C10.0559 6.65378 10.2502 6.76351 10.4824 6.8506L10.1089 7.21432ZM13.1039 5.36772C12.7892 5.87021 12.1789 6.38449 11.5209 6.38449C11.3978 6.38449 11.2824 6.37596 11.1745 6.36076C11.1741 6.36069 11.1736 6.36063 11.1732 6.36056C10.4562 6.25912 10.0704 5.86219 9.9433 5.70502C9.93652 5.69532 9.90767 5.65855 9.90339 5.65243C9.8647 5.5851 9.80129 5.53097 9.7204 5.50422L7.08049 4.63155C6.6592 4.47755 6.43651 4.12619 6.53858 3.77576C6.53864 3.77554 6.53871 3.77531 6.53878 3.77509C6.53888 3.77483 6.53894 3.77454 6.53901 3.77428C6.58646 3.6129 6.69543 3.47905 6.84604 3.39733C6.99565 3.31613 7.16861 3.29598 7.33356 3.34051L10.3083 4.25865C10.4832 4.31269 10.6698 4.21833 10.7252 4.04806C10.7805 3.87779 10.6838 3.69605 10.5089 3.64207L8.14305 2.91186L8.1224 2.89174C8.1222 2.89155 8.122 2.89132 8.12177 2.89113L6.89691 1.69814L7.94971 1.33096C7.95326 1.3297 7.95765 1.32811 7.96117 1.32672C7.96206 1.32637 7.96379 1.32572 7.96465 1.32537C7.96917 1.32359 7.97362 1.32171 7.97803 1.31974C8.68978 1.00113 9.36633 1.19184 9.63152 1.29228C10.6337 1.73148 11.1686 2.03188 11.5594 2.25136C12.1027 2.55655 12.3645 2.70359 13.1039 2.76307V5.36772ZM14.3618 5.1732H13.768V2.34537H14.3618V5.1732ZM16.336 5.1732H15.0259V1.74277H16.336V5.1732Z" fill="#777777"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="17" height="16.5576" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

@ -0,0 +1,12 @@
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M8.00009 3.08887C7.04243 3.08887 6.26328 3.86799 6.26328 4.82565V5.6884H4.68409L4.29712 12.8H11.703L11.316 5.6884H9.73684V4.82565C9.7369 3.86799 8.95778 3.08887 8.00009 3.08887ZM10.7132 11.8626H5.28706L5.57199 6.62593H10.4282L10.7132 11.8626ZM8.00009 4.02637C8.44084 4.02637 8.79937 4.38493 8.79937 4.82565V5.6884H7.20078V4.82565C7.20081 4.38493 7.55937 4.02637 8.00009 4.02637Z" fill="#777777"/>
<path d="M14.7591 4.27865L15.8331 4.46696L15.995 3.54355L13.2974 3.07062L12.8245 5.76824L13.7479 5.93015L13.9533 4.75824C14.6726 5.88671 15.0625 7.20968 15.0625 8.55762C15.0625 10.4441 14.3279 12.2176 12.9939 13.5516C11.66 14.8855 9.8865 15.6201 8 15.6201C6.1135 15.6201 4.34 14.8855 3.00606 13.5516C1.67212 12.2176 0.9375 10.4441 0.9375 8.55762C0.9375 6.67115 1.67212 4.89762 3.00606 3.56368C4.34 2.22977 6.11353 1.49512 8 1.49512C9.36203 1.49512 10.684 1.88346 11.8229 2.61818L12.3311 1.83037C11.0404 0.997742 9.54269 0.557617 8 0.557617C5.86312 0.557617 3.85416 1.38974 2.34316 2.90074C0.832156 4.41177 0 6.42074 0 8.55762C0 10.6945 0.832156 12.7035 2.34316 14.2145C3.85416 15.7255 5.86312 16.5576 8 16.5576C10.1369 16.5576 12.1458 15.7255 13.6569 14.2145C15.1679 12.7035 16 10.6945 16 8.55762C16 7.04074 15.5639 5.55165 14.7591 4.27865Z" fill="#777777"/>
<path d="M6.55212 8.77563H9.44792V9.71313H6.55212V8.77563Z" fill="#777777"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="16" height="16" fill="white" transform="translate(0 0.557617)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

@ -0,0 +1,25 @@
"use strict";
(function($) {
"use strict";
//Minimum and Maxium Date
$('#minMaxExample').datepicker({
language: 'en',
minDate: new Date() // Now can select only dates, which goes after today
})
//Disable Days of week
var disabledDays = [0, 6];
$('#disabled-days').datepicker({
language: 'en',
onRenderCell: function (date, cellType) {
if (cellType == 'day') {
var day = date.getDay(),
isDisabled = disabledDays.indexOf(day) != -1;
return {
disabled: isDisabled
}
}
}
})
})(jQuery);

@ -0,0 +1,13 @@
"use strict";
;(function ($) { $.fn.datepicker.language['en'] = {
days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
daysShort: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
daysMin: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
months: ['January','February','March','April','May','June', 'July','August','September','October','November','December'],
monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
today: 'Today',
clear: 'Clear',
dateFormat: 'mm/dd/yyyy',
timeFormat: 'hh:ii aa',
firstDay: 0
}; })(jQuery);

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,71 @@
function addMarkerToGroup(group, coordinate, html) {
var marker = new H.map.Marker(coordinate, { icon: icon });
// add custom data to the marker
marker.setData(html);
group.addObject(marker);
}
var yourMarker = './assets/icons/png/map-pin.png';
var icon = new H.map.Icon(yourMarker);
var markersData = {
'location': [
{
name: 'you order',
location_latitude: 25.222578,
location_longitude: 55.319011,
},
]
};
function addInfoBubble(map) {
var group = new H.map.Group();
map.addObject(group);
window.addEventListener('resize', () => map.getViewPort().resize());
for (var key in markersData)
markersData[key].forEach(function (item) {
addMarkerToGroup(group, { lat: item.location_latitude, lng: item.location_longitude },
);
})
}
var platform = new H.service.Platform({
'apikey': 'ElOm77yzgasZvSGlnpiqwE-D5sbtTwgMYzSFiBV-6pc'
});
var defaultLayers = platform.createDefaultLayers();
var map = new H.Map(document.getElementById('map'),
defaultLayers.vector.normal.map, {
center: { lat: 25.222578, lng: 55.319011 },
zoom: 14,
pixelRatio: window.devicePixelRatio || 1
});
var behavior = new H.mapevents.Behavior(new H.mapevents.MapEvents(map));
var ui = H.ui.UI.createDefault(map, defaultLayers);
addInfoBubble(map);

@ -0,0 +1,160 @@
function calculateRouteFromAtoB(platform) {
var router = platform.getRoutingService(),
routeRequestParams = {
mode: 'fastest;car',
representation: 'display',
routeattributes: 'waypoints,summary,shape,legs',
maneuverattributes: 'direction,action',
waypoint0: '52.5160,13.3779', // Brandenburg Gate
waypoint1: '52.5206,13.3862' // Friedrichstraße Railway Station
};
router.calculateRoute(
routeRequestParams,
onSuccess,
onError
);
}
function onSuccess(result) {
var route = result.response.route[0];
addRouteShapeToMap(route);
addManueversToMap(route);
// ... etc.
}
function onError(error) {
alert('Can\'t reach the remote server');
}
// set up containers for the map + panel
var mapContainer = document.getElementById('map');
//Step 1: initialize communication with the platform
// In your own code, replace variable window.apikey with your own apikey
var platform = new H.service.Platform({
'apikey': 'ElOm77yzgasZvSGlnpiqwE-D5sbtTwgMYzSFiBV-6pc'
});
var defaultLayers = platform.createDefaultLayers();
//Step 2: initialize a map - this map is centered over Berlin
var map = new H.Map(mapContainer,
defaultLayers.vector.normal.map, {
center: { lat: 52.5206, lng: 13.3862 },
zoom: 13,
pixelRatio: window.devicePixelRatio || 1
});
// add a resize listener to make sure that the map occupies the whole container
window.addEventListener('resize', () => map.getViewPort().resize());
var behavior = new H.mapevents.Behavior(new H.mapevents.MapEvents(map));
// Create the default UI components
var ui = H.ui.UI.createDefault(map, defaultLayers);
/**
* Creates a H.map.Polyline from the shape of the route and adds it to the map.
* @param {Object} route A route as received from the H.service.RoutingService
*/
function addRouteShapeToMap(route) {
var lineString = new H.geo.LineString(),
routeShape = route.shape,
polyline;
routeShape.forEach(function (point) {
var parts = point.split(',');
lineString.pushLatLngAlt(parts[0], parts[1]);
});
polyline = new H.map.Polyline(lineString, {
style: {
lineWidth: 4,
strokeColor: '#0baf9a'
}
});
// Add the polyline to the map
map.addObject(polyline);
// And zoom to its bounding rectangle
map.getViewModel().setLookAtData({
bounds: polyline.getBoundingBox()
});
}
/**
* Creates a series of H.map.Marker points from the route and adds them to the map.
* @param {Object} route A route as received from the H.service.RoutingService
*/
function addManueversToMap(route) {
var svgMarkup = '<svg width="18" height="18" ' +
'xmlns="http://www.w3.org/2000/svg">' +
'<circle cx="8" cy="8" r="8" ' +
'fill="#0baf9a" stroke="white" stroke-width="1" />' +
'</svg>',
dotIcon = new H.map.Icon(svgMarkup, { anchor: { x: 8, y: 8 } }),
group = new H.map.Group(),
i,
j;
// Add a marker for each maneuver
for (i = 0; i < route.leg.length; i += 1) {
for (j = 0; j < route.leg[i].maneuver.length; j += 1) {
// Get the next maneuver.
maneuver = route.leg[i].maneuver[j];
// Add a marker to the maneuvers group
var marker = new H.map.Marker({
lat: maneuver.position.latitude,
lng: maneuver.position.longitude
},
{ icon: dotIcon });
marker.instruction = maneuver.instruction;
group.addObject(marker);
}
}
// Add the maneuvers group to the map
map.addObject(group);
}
/**
* Creates a series of H.map.Marker points from the route and adds them to the map.
* @param {Object} route A route as received from the H.service.RoutingService
*/
function addWaypointsToPanel(waypoints) {
var nodeH3 = document.createElement('h3'),
waypointLabels = [],
i;
for (i = 0; i < waypoints.length; i += 1) {
waypointLabels.push(waypoints[i].label)
}
nodeH3.textContent = waypointLabels.join(' - ');
}
Number.prototype.toMMSS = function () {
return Math.floor(this / 60) + ' minutes ' + (this % 60) + ' seconds.';
};
// Now use the map as required...
calculateRouteFromAtoB(platform);

@ -0,0 +1,36 @@
(function ($) {
/*=====================
Pwa Installer Popup js
==========================*/
var firstTime = localStorage.getItem("first_time");
if (!firstTime) {
$(window).on('load', function () {
setTimeout(function () {
$('.addtohome-popup').offcanvas('show');
}, 3000);
});
localStorage.setItem("first_time", "1");
}
/*==========================
add to home screen Btn js
==========================*/
let deferredPrompt;
window.addEventListener('beforeinstallprompt', (e) => {
deferredPrompt = e;
});
const installApp = document.getElementById('installApp');
installApp.addEventListener('click', async () => {
if (deferredPrompt !== null) {
deferredPrompt.prompt();
const { outcome } = await deferredPrompt.userChoice;
if (outcome === 'accepted') {
deferredPrompt = null;
}
}
});
})(jQuery);

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,53 @@
//// OTP JS ///
/// Otp Timer Js
let timerOn = true;
function timer(remaining) {
var m = Math.floor(remaining / 60);
var s = remaining % 60;
m = m < 10 ? '0' + m : m;
s = s < 10 ? '0' + s : s;
document.getElementById('timer').innerHTML = m + ':' + s;
remaining -= 1;
if (remaining >= 0 && timerOn) {
setTimeout(function () {
timer(remaining);
}, 1000);
return;
}
if (!timerOn) {
// Do validate stuff here
return;
}
// Do timeout stuff here
$(".time").css("display", "none");
$(".resend-otp").css("color", "#4e63ff");
$(".resend-otp").on("click", function () {
$(".time").css("display", "inline-block");
$(".resend-otp").css("color", "#777777");
timer(30);
});
}
timer(30);
//// Otp Input Js////
let digitValidate = function (ele) {
ele.value = ele.value.replace(/[^0-9]/g, '');
}
let tabChange = function (val) {
let ele = document.querySelectorAll('input');
if (ele[val - 1].value != '') {
ele[val].focus()
} else if (ele[val - 1].value == '') {
ele[val - 2].focus()
}
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,190 @@
/*-----------------------------------------------------------------------------------
Template Name:Fastkart APP
Template URI: themes.pixelstrap.com/Fastkart-app
Description: This is PWA Html Template
Author: Pixelstrap
Author URL: https://themeforest.net/user/pixelstrap
----------------------------------------------------------------------------------- */
// 01.Service Worker Register js
// 02.Pre Loader js
// 03.Ratio js
// 04.Header Sidebar js
// 05.Filter Select js
// 06.Address Active js
// 07.Plus Minus Item Js
// 08.Catagories Mordent Menu js
// 09.Filter Active js
// 10.Swipe To Show Delete cart page js
// 11.Product card Heart Fill js
// 12.Product card Plus js
// 13. Password Showhide js
(function ($) {
/*========================
01. Service Worker Register js
==========================*/
$(window).on('load', function () {
'use strict';
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('sw.js');
}
});
/*=====================
02. Pre Loader js
==========================*/
$(window).on('load', function () {
setTimeout(function () {
$('.skeleton-loader').fadeOut('slow');
}, 500);
$('.skeleton-loader').remove('slow');
});
/*=====================
03. Ratio js
==========================*/
"use strict";
// image to background
$(".bg-top").parent().addClass('b-top'); // background postion top
$(".bg-bottom").parent().addClass('b-bottom'); // background postion bottom
$(".bg-center").parent().addClass('b-center'); // background postion center
$(".bg-left").parent().addClass('b-left'); // background postion left
$(".bg-right").parent().addClass('b-right'); // background postion right
$(".bg_size_content").parent().addClass('b_size_content'); // background size content
$(".bg-img").parent().addClass('bg-size');
$(".bg-img.blur-up").parent().addClass('blur-up lazyload');
$('.bg-img').each(function () {
var el = $(this),
src = el.attr('src'),
parent = el.parent();
parent.css({
'background-image': 'url(' + src + ')',
'background-size': 'cover',
'background-position': 'center',
'background-repeat': 'no-repeat',
'display': 'block'
});
el.hide();
});
/*=====================
04. Header sidebar js
==========================*/
$(".nav-bar").on('click', function () {
$(".header-sidebar,.overlay-sidebar").addClass("show");
$('body').addClass("bluer");
});
$(".user-panel, .overlay-sidebar ").on('click', function () {
$(".header-sidebar,.overlay-sidebar").removeClass("show");
$('body').removeClass("bluer");
});
/*=====================
05. Filter select js
==========================*/
$('.filter-row li').on('click', function (e) {
$(this).addClass('active').siblings('.active').removeClass('active');
});
/*========================
06. Address Active js
=============================*/
$('.address-box').on('click', function (e) {
$(this).addClass('active').siblings('.active').removeClass('active');
});
/*=====================
07. Plus Minus Item Js
==========================*/
$('.add').on('click', function () {
if ($(this).prev().val() < 10) {
$(this).prev().val(+$(this).prev().val() + 1);
}
});
$('.sub').on('click', function () {
if ($(this).next().val() > 1) {
if ($(this).next().val() > 1) $(this).next().val(+$(this).next().val() - 1);
}
});
/*========================
08. Catagories Mordent Menu js
=============================*/
$(".catagories-menu").on('click', function () {
$('#myScrollspy,.overlay').addClass("show");
$(".toggle .overlay, .list-group-item").on('click', function () {
$('#myScrollspy,.overlay').removeClass("show");
});
});
/*========================
09. Filter Active js
=============================*/
$(".size").on('click', function () {
$(".size").removeClass('active');
$(this).addClass('active');
});
/*==============================
10. Swipe To Show Delete cart page js
=====================================*/
$(".swipe-to-show").on("swipeleft", function () {
$(this).addClass('active').siblings().removeClass("active")
})
$(".swipe-to-show").on("swiperight", function () {
$(this).removeClass("active")
});
/*==============================
11. Product card Heart Fill js
=====================================*/
$(".product-card .iconly-Heart").on('click', function () {
$(this).toggleClass("icli")
$(this).toggleClass("icbo")
});
/*==============================
12. Product card Plus js
=====================================*/
$(".plus-theme").on('click', function () {
$(this).parent().addClass("active")
});
$(".sub").on('click', function () {
if ($(this).siblings(".val").val() <= 1) {
$(this).parentsUntil("active").removeClass("active")
}
});
/*==============================
13. Password Showhide js
=====================================*/
$(".showHidePassword").on("click", function () {
$(this).toggleClass("iconly-Hide");
$(this).toggleClass("iconly-Show");
let inputEl = $(this).parent().find($('input'));
if (inputEl.attr("type") == "password") {
inputEl.attr("type", "text");
}
else {
inputEl.attr("type", "password");
}
});
})(jQuery);

@ -0,0 +1,146 @@
(function ($) {
/// Home Banner Slider slider ///
$(".h-banner-slider").slick({
dots: false,
slidesToShow: 1,
infinite: true,
centerMode: true,
centerPadding: "50px",
arrows: false,
slidesToScroll: 1,
responsive: [
{
breakpoint: 475,
settings: {
centerPadding: "20px",
},
},
{
breakpoint: 375,
settings: {
centerPadding: "15px",
},
},
],
});
/// Product Slider ///
$(".product-slider").slick({
dots: false,
slidesToShow: 3,
centerMode: true,
centerPadding: "50px",
arrows: false,
slidesToScroll: 1,
responsive: [
{
breakpoint: 567,
settings: {
slidesToShow: 3, centerPadding: "25px",
},
},
{
breakpoint: 475,
settings: {
slidesToShow: 2, centerPadding: "25px",
},
},
{
breakpoint: 375,
settings: {
slidesToShow: 1,
centerPadding: "120px"
},
}
],
});
/// Product Page Banner Slider ///
$('.product-banner').slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 1,
adaptiveHeight: true
});
/// Product Slider ///
$(".product-recent-slider").slick({
dots: false,
slidesToShow: 3,
centerMode: true,
centerPadding: "50px",
arrows: false,
slidesToScroll: 1,
responsive: [
{
breakpoint: 567,
settings: {
slidesToShow: 3, centerPadding: "25px",
},
},
{
breakpoint: 475,
settings: {
slidesToShow: 2, centerPadding: "25px",
},
},
],
});
/// Onboarding Slider ///
$('.onboarding-slider').slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 1,
adaptiveHeight: true
});
/// Onboarding Slider ///
if ($(window).width() > '767') {
$('.recently-list-slider').slick({
speed: 300,
slidesToShow: 4,
centerMode: true,
centerPadding: "30px ",
responsive: [
{
breakpoint: 1367,
settings: {
slidesToShow: 5,
centerPadding: "10px ",
},
},
{
breakpoint: 1199,
settings: {
slidesToShow: 5,
centerPadding: "20px ",
},
},
{
breakpoint: 991,
settings: {
slidesToShow: 5,
centerPadding: "30px ",
},
},]
});
}
/// Coupon-slider ///
if ($(window).width() > '767') {
$('.coupon-slider').slick({
speed: 300,
slidesToShow: 3,
centerMode: true,
centerPadding: "30px ",
});
}
})(jQuery);

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,44 @@
(function ($) {
"use strict";
/*========================
Dark local storage setting js
==========================*/
$('#darkButton').change(function () {
if ($(this).is(":checked")) {
$('body').addClass('dark');
$("#change-link").attr("href", "assets/css/dark.css");
localStorage.setItem('body', 'dark');
localStorage.setItem('layoutcss', 'assets/css/dark.css');
} else {
$('body').removeClass('dark');
$("#change-link").attr("href", "assets/css/style.css");
localStorage.setItem('body', '');
localStorage.setItem('layoutcss', 'assets/css/style.css');
}
});
$("body").attr("class", localStorage.getItem('body'));
$("#change-link").attr("href", localStorage.getItem('layoutcss') ? localStorage.getItem('layoutcss') : 'assets/css/style.css');
localStorage.getItem('body') ? $('#darkButton').attr('checked', true) : '';
/*========================
RTL local storage setting js
==========================*/
$('#rtlButton').change(function () {
if ($(this).is(":checked")) {
$("html").attr("dir", "rtl");
$("#rtl-link").attr("href", "assets/css/vendors/bootstrap.rtl.css");
localStorage.setItem('rtlcss', 'assets/css/vendors/bootstrap.rtl.css');
localStorage.setItem('dir', 'rtl');
} else {
$("html").attr("dir", '');
localStorage.setItem('dir', '');
$("#rtl-link").attr("href", "assets/css/vendors/bootstrap.css");
localStorage.setItem('rtlcss', 'assets/css/vendors/bootstrap.css');
}
});
$("html").attr("dir", localStorage.getItem('dir'));
$("#rtl-link").attr("href", localStorage.getItem('rtlcss') ? localStorage.getItem('rtlcss') : 'assets/css/vendors/bootstrap.css');
localStorage.getItem('dir') ? $('#rtlButton').attr('checked', true) : '';
})(jQuery);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

@ -0,0 +1,53 @@
{
"name": "SlashCard",
"short_name": "Slash",
"lang": "en-TW",
"start_url": ".",
"display": "standalone",
"background_color": "white",
"theme_color": "#0baf9a",
"description": "SlashCard app",
"icons": [
{
"src": "assets/images/logo/logo48.png",
"sizes": "48x48",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/logo/logo72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "assets/images/logo/logo96.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/logo/logo144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/logo/logo168.png",
"sizes": "168x168",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/logo/logo192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "assets/images/logo/logo512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}

@ -0,0 +1,23 @@
<template>
<router-view></router-view>
</template>
<script setup>
import { onMounted } from "vue";
import { useRoute, useRouter } from "vue-router";
import Cookies from "js-cookie";
const route = useRoute();
const router = useRouter();
onMounted(async () => {
await router.isReady();
if (route.query.refer !== undefined) {
Cookies.set("refer_code", route.query.refer, { expires: 1 });
}
});
</script>
<style lang="less"></style>

@ -0,0 +1,9 @@
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
// font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif !important;
}
input, textarea{
font-size: initial !important;
}

@ -0,0 +1,349 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cn" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#ffde00" d="M-.6.8 0-1 .6.8-1-.3h2z"/>
</defs>
<path fill="#de2910" d="M0 0h640v480H0z"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/>
<use xlink:href="#a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/>
</svg>

After

Width:  |  Height:  |  Size: 798 B

@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-in" viewBox="0 0 640 480">
<path fill="#f93" d="M0 0h640v160H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path fill="#128807" d="M0 320h640v160H0z"/>
<g transform="matrix(3.2 0 0 3.2 320 240)">
<circle r="20" fill="#008"/>
<circle r="17.5" fill="#fff"/>
<circle r="3.5" fill="#008"/>
<g id="d">
<g id="c">
<g id="b">
<g id="a" fill="#008">
<circle r=".9" transform="rotate(7.5 -8.8 133.5)"/>
<path d="M0 17.5.6 7 0 2l-.6 5L0 17.5z"/>
</g>
<use xlink:href="#a" width="100%" height="100%" transform="rotate(15)"/>
</g>
<use xlink:href="#b" width="100%" height="100%" transform="rotate(30)"/>
</g>
<use xlink:href="#c" width="100%" height="100%" transform="rotate(60)"/>
</g>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(120)"/>
<use xlink:href="#d" width="100%" height="100%" transform="rotate(-120)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-it" viewBox="0 0 640 480">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#009246" d="M0 0h213.3v480H0z"/>
<path fill="#ce2b37" d="M426.7 0H640v480H426.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 289 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-tf" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#fff" d="m0-21 12.3 38L-20-6.5h40L-12.3 17z"/>
</defs>
<path fill="#002395" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 0h292.8v196.8H0z"/>
<path fill="#002395" d="M0 0h96v192H0z"/>
<path fill="#ed2939" d="M192 0h96v192h-96z"/>
<path fill="#fff" d="m426 219.6 15.4 24.6h44V330l-33-51.6-44.4 70.8h21.6l22.8-40.8 46.8 84 46.8-84 22.8 40.8h21.6L546 278.4 513 330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6H426zm51.6 105h-48v16.8h48zm91.2 0h-48v16.8h48z"/>
<use xlink:href="#a" width="100%" height="100%" x="416" y="362" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="371" y="328" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="461" y="328" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="333" y="227" transform="scale(1.2)"/>
<use xlink:href="#a" width="100%" height="100%" x="499" y="227" transform="scale(1.2)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-us" viewBox="0 0 640 480">
<g fill-rule="evenodd">
<g stroke-width="1pt">
<path fill="#bd3d44" d="M0 0h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8V197H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8V512H0z" transform="scale(.9375)"/>
<path fill="#fff" d="M0 39.4h972.8v39.4H0zm0 78.8h972.8v39.3H0zm0 78.7h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.8h972.8v39.4H0zm0 78.7h972.8v39.4H0z" transform="scale(.9375)"/>
</g>
<path fill="#192f5d" d="M0 0h389.1v275.7H0z" transform="scale(.9375)"/>
<path fill="#fff" d="M32.4 11.8 36 22.7h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 39.4l3.5 10.9h11.5L70.6 57 74 67.9l-9-6.7-9.3 6.7L59 57l-9-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7L124 57l-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5L330 57l3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 66.9 36 78h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zM64.9 94.5l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 122.1 36 133h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9H177l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 149.7l3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 10.9-9.3-6.8-9.3 6.8 3.6-11-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.8-9.2 6.8 3.5-11-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.8-9.3 6.8 3.5-11-9.2-6.7h11.4zM32.4 177.2l3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7H29zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11H177l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm64.9 0 3.5 11H242l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.4zm64.8 0 3.6 11h11.4l-9.2 6.7 3.5 10.8-9.3-6.7-9.2 6.7 3.5-10.9-9.2-6.7h11.4zm64.9 0 3.5 11h11.5l-9.3 6.7 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.9-9.3-6.7h11.5zM64.9 204.8l3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.3 6.7 3.6 11-9.3-6.8-9.3 6.7 3.6-10.9-9.3-6.7h11.5zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7H191zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 11-9.3-6.8-9.2 6.7 3.5-10.9-9.3-6.7H256zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.5 11-9.2-6.8-9.3 6.7 3.5-10.9-9.2-6.7h11.4zM32.4 232.4l3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7H29zm64.9 0 3.5 10.9h11.5L103 250l3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9H177l-9 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.3-6.7h11.5zm64.9 0 3.5 10.9H242l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.4zm64.8 0 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-11-9.2-6.7h11.4zm64.9 0 3.5 10.9h11.5l-9.3 6.7 3.6 10.9-9.3-6.7-9.3 6.7 3.6-11-9.3-6.7h11.5z" transform="scale(.9375)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

@ -0,0 +1,3 @@
<svg width="35" height="28" viewBox="0 0 35 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 9.33333L9.75 24L33 2" stroke="white" stroke-width="4"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 21.3333V10.6667C27.9995 10.199 27.8761 9.73975 27.6421 9.33489C27.408 8.93002 27.0717 8.59382 26.6667 8.36L17.3333 3.02667C16.9279 2.79262 16.4681 2.6694 16 2.6694C15.5319 2.6694 15.0721 2.79262 14.6667 3.02667L5.33333 8.36C4.92835 8.59382 4.59197 8.93002 4.35795 9.33489C4.12392 9.73975 4.00048 10.199 4 10.6667V21.3333C4.00048 21.801 4.12392 22.2603 4.35795 22.6651C4.59197 23.07 4.92835 23.4062 5.33333 23.64L14.6667 28.9733C15.0721 29.2074 15.5319 29.3306 16 29.3306C16.4681 29.3306 16.9279 29.2074 17.3333 28.9733L26.6667 23.64C27.0717 23.4062 27.408 23.07 27.6421 22.6651C27.8761 22.2603 27.9995 21.801 28 21.3333Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.35986 9.28L15.9999 16.0133L27.6399 9.28" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 29.44V16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>

After

Width:  |  Height:  |  Size: 270 B

@ -0,0 +1,4 @@
<svg width="32" height="40" viewBox="0 0 32 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.6663 8L11.9997 22.6667L5.33301 16" stroke="#0BAF9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M26.6663 16L11.9997 30.6667L5.33301 24" stroke="#0BAF9A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 366 B

@ -0,0 +1,10 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M17.3892 8.31478L16.1634 7.78431L15.1226 5.75889C14.8413 5.20431 14.2706 4.8587 13.6477 4.86272H11.8554V4.35637C11.8554 3.4401 11.124 2.69263 10.2077 2.69263H1.63986C0.723595 2.69263 0.000228999 3.44412 0.000228999 4.35637V12.1124C-0.0078084 12.671 0.438267 13.1292 0.996867 13.1372C1.00089 13.1372 1.0049 13.1372 1.01294 13.1372H1.22593C1.22593 13.1774 1.22191 13.1935 1.22191 13.2176C1.2179 14.3669 2.14622 15.3033 3.29556 15.3073C4.44491 15.3113 5.38127 14.383 5.38529 13.2337C5.38529 13.2256 5.38529 13.2216 5.38529 13.2136C5.38529 13.1854 5.38529 13.1734 5.38127 13.1332H12.3055C12.3055 13.1734 12.3055 13.1894 12.3055 13.2136C12.3015 14.3629 13.2298 15.2993 14.3791 15.3033C15.5285 15.3073 16.4648 14.379 16.4689 13.2296C16.4689 13.2216 16.4689 13.2176 16.4689 13.2095C16.4689 13.1814 16.4689 13.1694 16.4689 13.1292H16.9873C17.5459 13.1292 18 12.6751 18 12.1165C18 12.1124 18 12.1084 18 12.1004V9.24711C18.008 8.85328 17.7669 8.47954 17.3892 8.31478ZM3.30762 14.5076C2.60033 14.5076 2.02967 13.9369 2.02967 13.2296C2.02967 12.5223 2.60033 11.9517 3.30762 11.9517C4.01491 11.9517 4.58557 12.5223 4.58557 13.2296C4.58557 13.9329 4.01089 14.5076 3.30762 14.5076ZM11.0517 12.3415H5.19239C4.85482 11.6061 4.11538 11.1359 3.30762 11.1399C2.49584 11.1359 1.76042 11.6021 1.42285 12.3415H1.01294C0.888362 12.3415 0.803969 12.2451 0.803969 12.1205V10.0509H11.0517V12.3415ZM11.0517 4.36038V9.24711H0.803969V4.36038C0.803969 3.8902 1.16967 3.50038 1.63986 3.50038H10.2077C10.6779 3.5044 11.0557 3.8902 11.0517 4.35637V4.36038ZM11.8554 5.67048H13.6477C13.9652 5.66646 14.2626 5.83926 14.4113 6.12459L15.215 7.67982H11.8554V5.67048ZM14.3912 14.5076C13.6839 14.5076 13.1133 13.9369 13.1133 13.2296C13.1133 12.5223 13.6839 11.9517 14.3912 11.9517C15.0985 11.9517 15.6691 12.5223 15.6691 13.2296C15.6691 13.9329 15.0985 14.5076 14.3912 14.5076ZM17.2003 12.1205C17.2003 12.2451 17.1159 12.3415 16.9913 12.3415H16.276C15.7897 11.3007 14.5519 10.8506 13.5111 11.3368C13.069 11.5418 12.7114 11.8994 12.5064 12.3415H11.8554V8.48356H15.7937L17.0717 9.04618C17.152 9.08636 17.2043 9.17478 17.2003 9.26319V12.1205Z" fill="#777777"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="18" height="18" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -0,0 +1,13 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M5.7292 12.6737C5.72488 12.653 5.71857 12.6327 5.71027 12.6129C5.70197 12.5935 5.69168 12.5748 5.67973 12.5573C5.66777 12.5395 5.65383 12.523 5.63855 12.5082C5.62328 12.4933 5.60635 12.4797 5.58809 12.4681C5.57016 12.4564 5.5509 12.4464 5.53064 12.4383C5.51072 12.4302 5.4898 12.4238 5.46855 12.4199C5.42572 12.4115 5.38156 12.4115 5.33906 12.4199C5.31781 12.4238 5.29689 12.4302 5.27664 12.4383C5.25672 12.4464 5.23746 12.4564 5.21953 12.4681C5.20127 12.4797 5.18434 12.4933 5.16906 12.5082C5.15379 12.523 5.13984 12.5395 5.12789 12.5573C5.11561 12.5748 5.10564 12.5935 5.09734 12.6129C5.08904 12.6327 5.0824 12.653 5.07842 12.6737C5.0741 12.6944 5.07178 12.7158 5.07178 12.7368C5.07178 12.7578 5.0741 12.7792 5.07842 12.7999C5.0824 12.8206 5.08904 12.8409 5.09734 12.8603C5.10564 12.8801 5.11561 12.8988 5.12789 12.9163C5.13984 12.9341 5.15379 12.9506 5.16906 12.9654C5.18434 12.9803 5.20127 12.9939 5.21953 13.0055C5.23746 13.0172 5.25672 13.0272 5.27664 13.0353C5.29689 13.0434 5.31781 13.0499 5.33906 13.0538C5.36031 13.058 5.38223 13.0602 5.40381 13.0602C5.42539 13.0602 5.4473 13.058 5.46855 13.0538C5.4898 13.0499 5.51072 13.0434 5.53064 13.0353C5.5509 13.0272 5.57016 13.0172 5.58809 13.0055C5.60635 12.9939 5.62328 12.9803 5.63855 12.9654C5.65383 12.9506 5.66777 12.9341 5.67973 12.9163C5.69168 12.8988 5.70197 12.8801 5.71027 12.8603C5.71857 12.8409 5.72488 12.8206 5.7292 12.7999C5.73352 12.7792 5.73584 12.7578 5.73584 12.7368C5.73584 12.7158 5.73352 12.6944 5.7292 12.6737Z" fill="#777777"/>
<path d="M15.2732 12.7735C15.2719 12.7702 15.2706 12.767 15.2692 12.7639C14.9636 12.0674 14.2469 11.81 13.3987 12.0921L11.0855 12.7152C10.9517 12.3207 10.6181 11.985 10.1464 11.8145C10.1435 11.8135 10.1406 11.8124 10.1376 11.8115L7.59492 10.9709C7.38328 10.7045 6.72035 10.0227 5.47911 10.0227C4.61168 10.0227 3.84432 10.6023 3.40531 11.234H0.332031C0.14865 11.234 0 11.3788 0 11.5574V15.6346C0 15.8132 0.14865 15.958 0.332031 15.958H2.30619C2.48957 15.958 2.63822 15.8132 2.63822 15.6346V15.3554H3.56402C3.7474 15.3554 3.89605 15.2106 3.89605 15.032V14.939C4.43574 14.9848 4.61324 15.0845 5.1089 15.3629C5.49007 15.577 6.06618 15.9005 7.10364 16.3549C7.10846 16.357 7.11334 16.359 7.11822 16.3608C7.31734 16.4371 7.70658 16.557 8.18646 16.557C8.52049 16.557 8.8985 16.4989 9.28652 16.3276L14.3995 14.5445C14.4086 14.5414 14.4176 14.5378 14.4263 14.5338C14.915 14.3149 15.6432 13.6978 15.2732 12.7735ZM1.97416 15.3112H0.664063V11.8808H1.97416V15.3112ZM3.23199 14.7086H2.63822V11.8808H3.23199V14.7086ZM14.161 13.9407L9.05031 15.7229C9.04583 15.7244 9.03975 15.7268 9.03533 15.7285C9.03085 15.7303 9.02637 15.7322 9.02195 15.7341C8.31018 16.0528 7.6336 15.862 7.36844 15.7616C6.3663 15.3224 5.83143 15.022 5.44063 14.8025C4.8973 14.4974 4.63549 14.3503 3.89605 14.2908V11.6862C4.21079 11.1837 4.82113 10.6695 5.47915 10.6695C6.60759 10.6695 7.08575 11.3843 7.10454 11.4132C7.14508 11.4774 7.2074 11.5258 7.28068 11.55L9.9195 12.4223C10.3409 12.5764 10.5637 12.9279 10.4613 13.2785C10.4141 13.4404 10.3049 13.5746 10.1539 13.6566C10.0043 13.7378 9.83131 13.7578 9.66643 13.7134L6.69166 12.7952C6.51675 12.7413 6.33021 12.8356 6.27483 13.0058C6.21941 13.1761 6.31623 13.3578 6.49105 13.4118L9.47099 14.3316C9.47415 14.3325 9.4773 14.3335 9.48049 14.3343C9.59946 14.3673 9.72058 14.3836 9.84098 14.3836C10.0614 14.3836 10.2794 14.3289 10.4772 14.2216C10.7831 14.0556 11.0043 13.7835 11.1 13.4554C11.1077 13.4292 11.1144 13.403 11.1203 13.3768L13.6133 12.7041C13.9734 12.5844 14.446 12.5412 14.6565 13.0132C14.8743 13.5674 14.3082 13.8723 14.161 13.9407Z" fill="#777777"/>
<path d="M11.9219 4.25406C11.9176 4.23337 11.9113 4.21299 11.9027 4.19327C11.8944 4.17386 11.8844 4.15511 11.8721 4.13764C11.8602 4.11986 11.8462 4.10336 11.8309 4.08849C11.8157 4.07361 11.7987 4.06003 11.7805 4.04839C11.7625 4.03675 11.7433 4.02672 11.7234 4.01864C11.7031 4.01055 11.6822 4.00408 11.6613 4.0002C11.6184 3.99179 11.5743 3.99179 11.5314 4.0002C11.5102 4.00408 11.4893 4.01055 11.4694 4.01864C11.4491 4.02672 11.4298 4.03675 11.4119 4.04839C11.3937 4.06003 11.3767 4.07361 11.3614 4.08849C11.3462 4.10336 11.3322 4.11986 11.3203 4.13764C11.3083 4.15511 11.298 4.17386 11.2897 4.19327C11.2814 4.21299 11.2748 4.23337 11.2708 4.25406C11.2665 4.27476 11.2642 4.2961 11.2642 4.31712C11.2642 4.33815 11.2665 4.35949 11.2708 4.38019C11.2748 4.40088 11.2814 4.42126 11.2897 4.44066C11.298 4.46039 11.3083 4.47914 11.3203 4.49661C11.3322 4.51439 11.3462 4.53089 11.3614 4.54576C11.3767 4.56064 11.3937 4.57422 11.4119 4.58586C11.4298 4.5975 11.4491 4.60753 11.4694 4.61561C11.4893 4.6237 11.5102 4.62984 11.5314 4.63405C11.5527 4.63825 11.5746 4.64052 11.5962 4.64052C11.6178 4.64052 11.6397 4.63825 11.6613 4.63405C11.6822 4.62984 11.7031 4.6237 11.7234 4.61561C11.7433 4.60753 11.7625 4.5975 11.7805 4.58586C11.7987 4.57422 11.8157 4.56064 11.8309 4.54576C11.8462 4.53089 11.8602 4.51439 11.8721 4.49661C11.8844 4.47914 11.8944 4.46039 11.9027 4.44066C11.9113 4.42126 11.9176 4.40088 11.9219 4.38019C11.9262 4.35949 11.9282 4.33815 11.9282 4.31712C11.9282 4.2961 11.9262 4.27476 11.9219 4.25406Z" fill="#777777"/>
<path d="M16.668 1.09598H14.6938C14.5105 1.09598 14.3618 1.24077 14.3618 1.41938V1.69859H13.436C13.2526 1.69859 13.104 1.84337 13.104 2.02198V2.11505C12.5643 2.06917 12.3868 1.9695 11.8912 1.69112C11.51 1.47704 10.9339 1.15348 9.89638 0.699152C9.89157 0.697017 9.88672 0.695045 9.88177 0.693169C9.54406 0.563748 8.65896 0.30911 7.71364 0.726381L6.37754 1.19232L5.25133 0.0954456C5.12167 -0.0308386 4.91142 -0.0308386 4.78177 0.0954456L1.08433 3.69663C0.964732 3.81315 0.941788 4.01517 1.08433 4.154L7.40246 10.3077C7.50356 10.4062 7.7403 10.436 7.87205 10.3077L11.2476 7.01999C11.3354 7.02736 11.4265 7.03134 11.5209 7.03134C12.3883 7.03134 13.1557 6.45176 13.5946 5.82005H16.668C16.8514 5.82005 17 5.67527 17 5.49666V1.41938C17 1.24077 16.8514 1.09598 16.668 1.09598ZM5.01651 0.781455L5.77328 1.51853C5.54833 1.65403 5.28825 1.72653 5.01651 1.72653C4.74475 1.72653 4.4847 1.65406 4.25975 1.51853L5.01651 0.781455ZM2.54547 4.66241L1.7887 3.9253L2.54547 3.18823C2.68459 3.40733 2.75903 3.66064 2.75903 3.9253C2.75903 4.18996 2.68462 4.44328 2.54547 4.66241ZM7.63727 9.62167L6.88064 8.88473C7.34259 8.60706 7.93188 8.60706 8.39387 8.88473L7.63727 9.62167ZM8.87226 8.41885C8.13854 7.90045 7.136 7.90045 6.40228 8.41885L3.02383 5.12828C3.28311 4.78096 3.42309 4.36375 3.42309 3.9253C3.42309 3.48681 3.28314 3.06964 3.02383 2.72232L3.78142 1.98447C4.13802 2.23701 4.56634 2.37335 5.01655 2.37335C5.46675 2.37335 5.89507 2.23701 6.25167 1.98447L6.96982 2.68393C6.81486 2.70621 6.66375 2.75595 6.52284 2.83243C6.28484 2.9616 6.09811 3.15502 5.98183 3.38902C5.6073 3.45658 5.26056 3.63318 4.98856 3.89807C4.25062 4.61684 4.25062 5.78632 4.98859 6.50509C5.35754 6.86444 5.84221 7.04415 6.32691 7.04415C6.81157 7.04415 7.29627 6.86447 7.66526 6.50509C7.90532 6.27128 8.07349 5.98391 8.15773 5.67074L9.2788 6.04131C9.1526 6.61074 9.28186 7.20979 9.63052 7.68032L8.87226 8.41885ZM6.85358 5.2395C6.8565 5.24053 6.85942 5.24157 6.86238 5.24254L7.52631 5.46202C7.47617 5.68241 7.36271 5.88505 7.1957 6.04775C6.71665 6.51427 5.93717 6.51434 5.45818 6.04775C4.97913 5.58119 4.97913 4.82203 5.45818 4.35544C5.57373 4.24284 5.71009 4.15484 5.85868 4.09518C5.91997 4.59197 6.28723 5.03479 6.85358 5.2395ZM10.1089 7.21432C9.98078 7.0109 9.90827 6.77874 9.89681 6.54179C10.0559 6.65378 10.2502 6.76351 10.4824 6.8506L10.1089 7.21432ZM13.1039 5.36772C12.7892 5.87021 12.1789 6.38449 11.5209 6.38449C11.3978 6.38449 11.2824 6.37596 11.1745 6.36076C11.1741 6.36069 11.1736 6.36063 11.1732 6.36056C10.4562 6.25912 10.0704 5.86219 9.9433 5.70502C9.93652 5.69532 9.90767 5.65855 9.90339 5.65243C9.8647 5.5851 9.80129 5.53097 9.7204 5.50422L7.08049 4.63155C6.6592 4.47755 6.43651 4.12619 6.53858 3.77576C6.53864 3.77554 6.53871 3.77531 6.53878 3.77509C6.53888 3.77483 6.53894 3.77454 6.53901 3.77428C6.58646 3.6129 6.69543 3.47905 6.84604 3.39733C6.99565 3.31613 7.16861 3.29598 7.33356 3.34051L10.3083 4.25865C10.4832 4.31269 10.6698 4.21833 10.7252 4.04806C10.7805 3.87779 10.6838 3.69605 10.5089 3.64207L8.14305 2.91186L8.1224 2.89174C8.1222 2.89155 8.122 2.89132 8.12177 2.89113L6.89691 1.69814L7.94971 1.33096C7.95326 1.3297 7.95765 1.32811 7.96117 1.32672C7.96206 1.32637 7.96379 1.32572 7.96465 1.32537C7.96917 1.32359 7.97362 1.32171 7.97803 1.31974C8.68978 1.00113 9.36633 1.19184 9.63152 1.29228C10.6337 1.73148 11.1686 2.03188 11.5594 2.25136C12.1027 2.55655 12.3645 2.70359 13.1039 2.76307V5.36772ZM14.3618 5.1732H13.768V2.34537H14.3618V5.1732ZM16.336 5.1732H15.0259V1.74277H16.336V5.1732Z" fill="#777777"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="17" height="16.5576" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save