Refactoring: Introduce fantasticon (#3833)
22
.fantasticonrc.js
Normal file
@ -0,0 +1,22 @@
|
||||
module.exports = {
|
||||
inputDir: './src/assets/font-icons',
|
||||
outputDir: './src/styles',
|
||||
name: 'icons',
|
||||
fontTypes: ['woff2', 'woff'],
|
||||
assetTypes: ['scss', 'ts'],
|
||||
tag: '',
|
||||
// Use a custom Handlebars template
|
||||
templates: {
|
||||
scss: './dev/icons.scss.hbs'
|
||||
},
|
||||
formatOptions: {
|
||||
ts: {
|
||||
types: ['literalId'],
|
||||
singleQuotes: true,
|
||||
literalIdName: 'FontIconName',
|
||||
},
|
||||
},
|
||||
pathOptions: {
|
||||
ts: './src/types/icons/font.ts',
|
||||
},
|
||||
};
|
||||
49
dev/icons.scss.hbs
Normal file
@ -0,0 +1,49 @@
|
||||
@use "sass:map";
|
||||
${{ name }}-font: "{{ name }}";
|
||||
|
||||
@font-face {
|
||||
font-family: ${{ name }}-font;
|
||||
src: {{{ fontSrc }}};
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
.icon-char::before {
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
content: attr(data-char);
|
||||
width: 1.5rem;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
{{# if selector }}{{ selector }}::before {
|
||||
{{ else }}{{ tag }}.{{prefix}} {
|
||||
{{/ if }}
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
||||
font-family: "{{ name }}" !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
${{ name }}-map: (
|
||||
{{# each codepoints }}
|
||||
"{{ @key }}": "\\{{ codepoint this }}",
|
||||
{{/ each }}
|
||||
);
|
||||
|
||||
{{# each codepoints }}
|
||||
{{# if ../selector }} {{ ../selector }}.{{ ../prefix }}-{{ @key }}::before {
|
||||
{{ else }}{{ tag }}.{{ ../prefix }}-{{ @key }}::before {
|
||||
{{/ if }} content: map.get(${{ ../name }}-map, "{{ @key }}");
|
||||
}
|
||||
{{/ each }}
|
||||
1764
package-lock.json
generated
@ -25,6 +25,7 @@
|
||||
"gramjs:tl": "node ./src/lib/gramjs/tl/generateModules.js",
|
||||
"gramjs:lint": "eslint src/lib/gramjs --ext .ts,.tsx,.js",
|
||||
"gramjs:lint:fix": "npm run gramjs:lint -- --fix",
|
||||
"icons:build": "fantasticon",
|
||||
"test": "cross-env APP_ENV=test jest --verbose --silent --forceExit",
|
||||
"test:playwright": "playwright test",
|
||||
"test:record": "playwright codegen localhost:1235",
|
||||
@ -66,6 +67,7 @@
|
||||
"@statoscope/cli": "^5.26.1",
|
||||
"@statoscope/webpack-plugin": "^5.25.1",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@twbs/fantasticon": "^2.7.1",
|
||||
"@types/croppie": "^2.6.1",
|
||||
"@types/hast": "^2.3.4",
|
||||
"@types/jest": "^29.5.0",
|
||||
|
||||
1
src/assets/font-icons/active-sessions.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M7.867 2.667h-.165c-.954 0-1.663-.001-2.28.147a5.333 5.333 0 0 0-3.941 3.941c-.148.617-.148 1.326-.147 2.28v8.597c0 .954-.001 1.663.147 2.28a5.333 5.333 0 0 0 3.941 3.941c.617.148 1.326.148 2.28.147h5.632v2.667h-2a1.333 1.333 0 0 0 0 2.666h6.667a1.333 1.333 0 0 0 0-2.666h-2V24h2a1.333 1.333 0 0 0 0-2.666H7.868c-1.193 0-1.554-.009-1.823-.074a2.665 2.665 0 0 1-1.97-1.97c-.064-.268-.074-.63-.074-1.823V9.2c0-1.193.009-1.554.074-1.823a2.665 2.665 0 0 1 1.97-1.97c.268-.064.63-.074 1.823-.074h13.6c1.193 0 1.554.009 1.823.074a2.665 2.665 0 0 1 1.97 1.97c.064.268.074.63.074 1.823v2.133a1.333 1.333 0 0 0 2.666 0V9.035c.001-.954.001-1.663-.147-2.28a5.333 5.333 0 0 0-3.941-3.941c-.617-.148-1.326-.148-2.28-.147H7.868zm18 12h-.048c-.519 0-.986 0-1.374.032-.416.034-.858.111-1.291.332a3.336 3.336 0 0 0-1.457 1.457c-.221.433-.298.875-.332 1.291-.032.388-.032.855-.032 1.374v5.696c0 .519 0 .986.032 1.374.034.416.111.858.332 1.291.32.627.829 1.137 1.457 1.457.433.221.875.298 1.291.332.388.032.855.032 1.374.032h.363c.519 0 .986 0 1.374-.032.416-.034.858-.111 1.291-.332a3.336 3.336 0 0 0 1.457-1.457c.221-.433.298-.875.332-1.291.032-.388.032-.855.032-1.374v-5.696c0-.519 0-.986-.032-1.374-.034-.416-.111-.858-.332-1.291a3.336 3.336 0 0 0-1.457-1.457c-.433-.221-.875-.298-1.291-.332-.388-.032-.855-.032-1.374-.032h-.315zm-1.503 2.739.01-.004.042-.012a1.8 1.8 0 0 1 .245-.034c.267-.022.623-.023 1.205-.023h.267c.582 0 .938.001 1.205.023a1.648 1.648 0 0 1 .287.046l.01.004a.67.67 0 0 1 .291.291l.004.01.012.042c.011.046.024.121.034.245.022.267.023.623.023 1.205v5.6c0 .582-.001.938-.023 1.205a1.648 1.648 0 0 1-.046.287l-.003.007-.001.003a.67.67 0 0 1-.291.291l-.002.001-.008.003-.042.012a1.8 1.8 0 0 1-.245.034c-.267.022-.623.023-1.205.023h-.267c-.582 0-.938-.001-1.205-.023a1.648 1.648 0 0 1-.287-.046l-.01-.004a.67.67 0 0 1-.291-.291l-.004-.01-.012-.042a1.8 1.8 0 0 1-.034-.245c-.022-.267-.023-.623-.023-1.205v-5.6c0-.582.001-.938.023-1.205a1.648 1.648 0 0 1 .046-.287l.004-.01a.67.67 0 0 1 .291-.291z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/assets/font-icons/add-one-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M31.467 6.933c-.533-1.067-1.333-1.867-2.267-2.267-1.2-.667-2.8-.667-5.733-.667H8.534c-2.933 0-4.533 0-5.6.533S1.067 5.865.667 6.799C0 7.999 0 9.599 0 12.532v6.933c0 2.933 0 4.533.533 5.6s1.333 1.867 2.267 2.267c1.2.667 2.8.667 5.733.667h14.933c2.933 0 4.533 0 5.6-.533s1.867-1.333 2.267-2.267c.533-1.2.533-2.667.533-5.6v-7.067c.133-2.933.133-4.533-.4-5.6zm-16.8 10.134h-2.933V20c0 .667-.533 1.067-1.067 1.067C10 21.067 9.6 20.534 9.6 20v-2.933H6.667C6 17.067 5.6 16.534 5.6 16s.533-1.067 1.067-1.067H9.6V12c0-.667.533-1.067 1.067-1.067.667 0 1.067.533 1.067 1.067v2.933h2.933c.667 0 1.067.533 1.067 1.067s-.4 1.067-1.067 1.067zM25.333 22.4H20c-.667 0-1.067-.533-1.067-1.067s.533-1.067 1.067-1.067h1.6v-6.933l-.8.8c-.4.4-1.067.4-1.6 0-.4-.4-.4-1.067 0-1.6l2.667-2.667c.267-.267.8-.4 1.2-.267s.667.533.667 1.067v9.6h1.6c.667 0 1.067.533 1.067 1.067s-.4 1.067-1.067 1.067z"/></svg>
|
||||
|
After Width: | Height: | Size: 950 B |
1
src/assets/font-icons/add-user-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M12 17.333c4.431 0 7.671 1.112 9.63 3.427a4.384 4.384 0 0 1 1.037 2.83v1.743A2.667 2.667 0 0 1 20 28H4a2.667 2.667 0 0 1-2.667-2.667V23.59c0-1.036.367-2.039 1.037-2.83 1.959-2.315 5.199-3.427 9.63-3.427zm13.178-7.991.155-.009c.684 0 1.247.515 1.324 1.178l.009.155v2.667h2.667c.684 0 1.247.515 1.324 1.178l.009.155c0 .684-.515 1.247-1.178 1.324l-.155.009h-2.667v2.667c0 .684-.515 1.247-1.178 1.324l-.155.009a1.333 1.333 0 0 1-1.324-1.178L24 18.666v-2.667h-2.667a1.333 1.333 0 0 1-1.324-1.178L20 14.666c0-.684.515-1.247 1.178-1.324l.155-.009H24v-2.667c0-.684.515-1.247 1.178-1.324zM12 4a5.333 5.333 0 1 1 0 10.666A5.333 5.333 0 0 1 12 4z"/></svg>
|
||||
|
After Width: | Height: | Size: 716 B |
1
src/assets/font-icons/add-user.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M14 8.667a3.333 3.333 0 1 1 6.665 0 3.333 3.333 0 0 1-6.665 0zm3.333-6a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-6.691 17.515c1.458-.801 3.613-1.515 6.691-1.515 5.363 0 7.968 2.17 8.966 3.282.223.249.367.652.367 1.234a2.151 2.151 0 0 1-2.151 2.151h-8.516a1.333 1.333 0 0 0 0 2.666h8.516a4.818 4.818 0 0 0 4.818-4.818c0-.97-.236-2.109-1.049-3.015C26.835 18.553 23.532 16 17.333 16c-3.512 0-6.11.82-7.975 1.844a1.334 1.334 0 0 0 1.284 2.338zM8 21.333c.736 0 1.333.597 1.333 1.333v2.667H12a1.333 1.333 0 0 1 0 2.666H9.333v2.667a1.333 1.333 0 0 1-2.666 0v-2.667H4a1.333 1.333 0 0 1 0-2.666h2.667v-2.667c0-.736.597-1.333 1.333-1.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 699 B |
1
src/assets/font-icons/add.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M17.333 6a1.333 1.333 0 0 0-2.666 0v8.667H6a1.333 1.333 0 0 0 0 2.666h8.667V26a1.333 1.333 0 0 0 2.666 0v-8.667H26a1.333 1.333 0 0 0 0-2.666h-8.667V6z"/></svg>
|
||||
|
After Width: | Height: | Size: 231 B |
1
src/assets/font-icons/admin.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M15.639 3.6c.239-.033.482-.033.722 0s.485.113 1.325.409l6.357 2.244c1.13.399 1.348.499 1.492.622.167.143.296.326.375.531.068.176.09.415.09 1.613v6.994c0 2.757-.015 3.84-.321 4.79a6.642 6.642 0 0 1-1.239 2.241c-2.231-1.175-5.075-1.71-8.439-1.71s-6.209.536-8.44 1.711a6.676 6.676 0 0 1-1.24-2.242C6.015 19.853 6 18.77 6 16.013V9.019c0-1.198.022-1.437.09-1.614.079-.205.208-.388.376-.531.143-.123.361-.223 1.492-.622l6.357-2.244c.84-.296 1.087-.377 1.325-.409zM9.965 24.892c1.574-.577 3.571-.892 6.036-.892s4.461.314 6.035.891c-.466.284-1.02.611-1.689 1.005l-1.778 1.046c-1.26.741-1.637.944-2.006 1.024-.371.08-.755.08-1.126 0-.369-.08-.746-.283-2.006-1.024l-1.778-1.046c-.669-.393-1.223-.721-1.688-1.004zM16.722.958a5.363 5.363 0 0 0-1.443 0c-.542.074-1.059.257-1.743.498L6.891 3.801c-.845.297-1.588.558-2.161 1.049-.501.43-.888.977-1.127 1.592-.273.704-.271 1.491-.27 2.387v7.422c0 2.44-.001 3.972.45 5.37a9.329 9.329 0 0 0 1.912 3.343c.977 1.097 2.297 1.874 4.4 3.11l2.15 1.265c1.018.6 1.785 1.052 2.628 1.234.742.16 1.51.16 2.252 0 .843-.182 1.611-.634 2.628-1.234l2.15-1.265c2.103-1.237 3.424-2.013 4.4-3.11a9.329 9.329 0 0 0 1.912-3.343c.451-1.398.45-2.93.45-5.37V8.829c.001-.896.003-1.683-.27-2.387a3.98 3.98 0 0 0-1.127-1.592c-.573-.491-1.315-.752-2.161-1.049l-.179-.063-6.466-2.282c-.684-.242-1.201-.424-1.743-.498zM16 10.667a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334zm-5.333 2.666a5.333 5.333 0 1 1 10.666 0 5.333 5.333 0 0 1-10.666 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/font-icons/allow-speak.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M11.587 19.947c-4.36 0-7.907-3.547-7.907-7.907s3.547-7.907 7.907-7.907 7.907 3.547 7.907 7.907-3.547 7.907-7.907 7.907zm0-13.16a5.241 5.241 0 0 0 0 10.48c2.893 0 5.24-2.347 5.24-5.24s-2.36-5.24-5.24-5.24zm11.053 12.08c-.373 0-.747-.16-1-.453a1.33 1.33 0 0 1 .133-1.88 4.983 4.983 0 0 0 1.707-3.747c0-1.507-.667-2.92-1.84-3.867a1.336 1.336 0 1 1 1.68-2.08 7.614 7.614 0 0 1 2.84 5.933c0 2.213-.96 4.307-2.627 5.76a1.379 1.379 0 0 1-.893.333z"/><path d="M26.587 22.72a1.332 1.332 0 0 1-.866-2.347 10.078 10.078 0 0 0 3.56-7.667c0-2.88-1.253-5.64-3.44-7.56a1.331 1.331 0 0 1-.12-1.88 1.343 1.343 0 0 1 1.88-.12 12.747 12.747 0 0 1 4.333 9.56c0 3.72-1.64 7.253-4.493 9.693-.24.213-.547.32-.853.32zm-4.48 7.453c-.733 0-1.333-.6-1.333-1.333 0-2.16-1.76-3.92-3.92-3.92H6.521c-2.16 0-3.92 1.76-3.92 3.92 0 .733-.6 1.333-1.333 1.333s-1.333-.6-1.333-1.333c0-3.64 2.96-6.587 6.587-6.587h10.32c3.64 0 6.587 2.96 6.587 6.587a1.318 1.318 0 0 1-1.32 1.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 1022 B |
1
src/assets/font-icons/animals.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M25.106 2.016c2.955 0 5.013 4.994 3.948 10.941.34.911.653 1.905.882 2.839l.522-.099a1.3 1.3 0 0 1 .629 2.52l-.147.037-.634.119-.003.219a8.61 8.61 0 0 1-.405 2.286l.801.001a1.301 1.301 0 0 1 .152 2.593l-.152.009h-2.073C26.071 27.292 20.98 29.985 16 29.985S5.929 27.292 3.374 23.481H1.301a1.301 1.301 0 0 1-.152-2.593l.152-.009.801-.001a8.59 8.59 0 0 1-.41-2.504l-.632-.119a1.3 1.3 0 0 1 .332-2.576l.151.02.523.099c.229-.934.542-1.928.882-2.84-.987-5.683 1.432-10.94 3.947-10.94.529 0 .842.162 1.372.62l.348.311 1.581 1.51.379.347c.381.339.704.599.97.774l.225.136.117.058c1.666-.384 2.577-.504 4.114-.504 1.392 0 2.272.099 3.728.42l.357.081.058-.026.154-.084c.245-.145.547-.373.907-.681l.223-.194c.177-.157.364-.33.575-.529l1.381-1.312.349-.309c.532-.455.846-.618 1.373-.618zm.164 2.731-.136.122-1.227 1.166-.55.513-.448.397c-1.372 1.187-2.309 1.693-3.3 1.38-1.537-.356-2.265-.455-3.609-.455-1.328 0-2.052.096-3.554.443-1.061.329-2.002-.178-3.346-1.342l-.463-.412-.441-.412-1.295-1.242c-.299.347-.598.82-.852 1.385-.767 1.705-1.005 3.905-.48 6.533l.075.373-.263.682a24.608 24.608 0 0 0-.753 2.403l3.809.717a1.3 1.3 0 0 1-.332 2.576l-.151-.02-3.63-.684c.072.683.267 1.356.565 2.007l3.305.001a1.301 1.301 0 0 1 .152 2.593l-.152.009-1.463-.001c2.267 2.299 5.806 3.903 9.268 3.903s7.001-1.604 9.268-3.903l-1.463.001a1.301 1.301 0 0 1-.152-2.593l.152-.009 3.305-.001a6.447 6.447 0 0 0 .565-2.007l-3.63.684a1.3 1.3 0 0 1-.629-2.52l.147-.037 3.809-.717a24.627 24.627 0 0 0-.753-2.404l-.263-.682.075-.373c.542-2.712.392-4.958-.257-6.583-.27-.676-.602-1.153-.826-1.408l-.078-.085zm-9.83 13.529h1.211l.138.007.145.024.139.04.138.056.072.037.059.035.094.065.127.109c.052.053.098.105.138.16l.057.084c.026.042.05.086.071.131l.049.12.047.166.023.154.005.112-.008.144-.036.19-.023.077-.565 1.695.035.103a.65.65 0 0 0 1.247-.258 1.301 1.301 0 0 1 2.602 0 3.252 3.252 0 0 1-5.204 2.601 3.252 3.252 0 0 1-5.202-2.601 1.301 1.301 0 0 1 2.602 0 .65.65 0 0 0 1.247.258l.035-.103-.537-1.609a1.366 1.366 0 0 1 .864-1.728l.145-.039.101-.018.186-.013zm5.113-5.203a1.951 1.951 0 1 1 0 3.902 1.951 1.951 0 0 1 0-3.902zm-9.106 0a1.951 1.951 0 1 1 0 3.902 1.951 1.951 0 0 1 0-3.902zm8.737-7.281-.098-.022-.048.019.054-.005.05.002.042.006z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/assets/font-icons/animations.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M12 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0zm-2.636-.811a10.62 10.62 0 0 0 2.21 7.352l-8.516 8.516a1.333 1.333 0 1 0 1.886 1.886l8.516-8.516a10.62 10.62 0 0 0 7.352 2.21l-4.421 4.421a1.333 1.333 0 1 0 1.886 1.886l9.333-9.333a1.33 1.33 0 0 0 .296-.448 10.628 10.628 0 0 0 2.762-7.162c0-5.891-4.776-10.667-10.667-10.667a10.63 10.63 0 0 0-7.162 2.762 1.33 1.33 0 0 0-.448.296l-9.333 9.333a1.333 1.333 0 1 0 1.886 1.886l4.421-4.421z"/></svg>
|
||||
|
After Width: | Height: | Size: 502 B |
1
src/assets/font-icons/archive-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M29.321 8.988a5.337 5.337 0 0 0-1.054-2.854l-2-2.667-.196-.246A5.332 5.332 0 0 0 22 1.334l-12.313.008a5.339 5.339 0 0 0-3.954 2.125l-2 2.667-.2.283a5.357 5.357 0 0 0-.867 2.917v14.667a5.333 5.333 0 0 0 5.333 5.333h16a5.332 5.332 0 0 0 5.333-5.333V9.334l-.012-.346zm-8.288 7.833-.113.125-4 4a1.336 1.336 0 0 1-1.758.113l-.125-.113-4-4a1.334 1.334 0 0 1 0-1.887 1.336 1.336 0 0 1 1.758-.113l.125.113 3.058 3.058 3.058-3.058a1.334 1.334 0 0 1 1.887 0c.475.483.512 1.242.108 1.763zM24 6.667H8c-.517 0-1.021.075-1.492.213l1.358-1.813.146-.175A2.65 2.65 0 0 1 10 4l12.229.008c.754.067 1.45.446 1.904 1.058l1.358 1.813a5.337 5.337 0 0 0-1.492-.213z"/></svg>
|
||||
|
After Width: | Height: | Size: 722 B |
1
src/assets/font-icons/archive-from-main.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10 1.333h12c1.575 0 3.063.696 4.071 1.888l.196.246 2 2.667a5.308 5.308 0 0 1 1.054 2.854l.012.346v14.667A5.332 5.332 0 0 1 24 29.334H8a5.332 5.332 0 0 1-5.333-5.333V9.334c0-1.037.304-2.05.867-2.917l.2-.283 2-2.667a5.34 5.34 0 0 1 3.954-2.125l.313-.008zm14 8H8A2.67 2.67 0 0 0 5.333 12v12A2.67 2.67 0 0 0 8 26.667h16A2.67 2.67 0 0 0 26.667 24V12A2.67 2.67 0 0 0 24 9.333zM22 4H10c-.762 0-1.488.325-1.988.892l-.146.175L6.508 6.88A5.337 5.337 0 0 1 8 6.667h16c.517 0 1.017.075 1.492.213l-1.358-1.813a2.67 2.67 0 0 0-1.904-1.058l-.229-.008z"/><path d="M9.329 18.004c0-.738.596-1.333 1.333-1.333h7.771l-2.121-2.475a1.332 1.332 0 1 1 2.021-1.733l4.012 4.675.004.004c.012.012.021.025.033.038l.008.008.025.033a.658.658 0 0 1 .063.096c.008.012.012.025.021.033.004.004.004.008.008.017.004.012.012.021.017.033.008.017.012.029.021.042a.104.104 0 0 0 .017.033l.012.033.012.033c.004.012.017.046.021.067.008.029.017.054.021.083 0 .008.004.012.004.021v.008c.004.012.004.029.008.042.008.058.017.117.017.171v.125a1.519 1.519 0 0 1-.017.142c0 .012-.004.025-.004.033-.004.012-.004.025-.008.033 0 .008-.004.017-.004.021-.004.012-.004.021-.008.033a.06.06 0 0 1-.008.025l-.012.038a1.095 1.095 0 0 1-.042.117l-.025.054a.783.783 0 0 1-.054.104v.004l-.063.1-.075.096c-.004.004-.008.012-.017.017l-3.988 4.65a1.333 1.333 0 0 1-2.025-1.733l2.117-2.467h-7.762a1.316 1.316 0 0 1-1.333-1.321zm13.342-.012v-.046.046zm0 .046v-.046.046zm-.017.174c.008-.046.012-.092.017-.142-.004.05-.008.096-.017.142zm.013-.266c-.004-.058-.008-.117-.017-.171.008.054.017.113.017.171zm-.179.729c.021-.033.038-.071.054-.104a.783.783 0 0 1-.054.104zm0 .004-.063.1.063-.1zm-.138.192c.025-.029.05-.063.075-.096-.025.033-.05.067-.075.096z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
1
src/assets/font-icons/archive-to-main.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10 1.333h12c1.575 0 3.063.696 4.071 1.888l.196.246 2 2.667a5.308 5.308 0 0 1 1.054 2.854l.012.346v14.667A5.332 5.332 0 0 1 24 29.334H8a5.332 5.332 0 0 1-5.333-5.333V9.334c0-1.037.304-2.05.867-2.917l.2-.283 2-2.667a5.34 5.34 0 0 1 3.954-2.125l.313-.008zm14 8H8A2.67 2.67 0 0 0 5.333 12v12A2.67 2.67 0 0 0 8 26.667h16A2.67 2.67 0 0 0 26.667 24V12A2.67 2.67 0 0 0 24 9.333zM22 4H10c-.762 0-1.488.325-1.988.892l-.146.175L6.508 6.88A5.337 5.337 0 0 1 8 6.667h16c.517 0 1.017.075 1.492.213l-1.358-1.813a2.67 2.67 0 0 0-1.904-1.058l-.229-.008z"/><path d="M22.671 17.996c0 .738-.596 1.333-1.333 1.333h-7.775l2.121 2.475a1.332 1.332 0 1 1-2.021 1.733L9.65 18.862l-.004-.004c-.012-.012-.021-.025-.033-.038l-.008-.008-.025-.033a.658.658 0 0 1-.063-.096c-.008-.012-.012-.025-.021-.033-.004-.004-.004-.008-.008-.017-.004-.012-.012-.021-.017-.033-.008-.017-.012-.029-.021-.042a.104.104 0 0 0-.017-.033l-.012-.033-.012-.033c-.004-.012-.017-.046-.021-.067-.008-.029-.017-.054-.021-.083 0-.008-.004-.012-.004-.021v-.008c-.004-.012-.004-.029-.008-.042-.008-.058-.017-.117-.017-.171v-.125c.004-.046.008-.092.017-.142 0-.012.004-.025.004-.033.004-.012.004-.025.008-.033 0-.008.004-.017.004-.021.004-.012.004-.021.008-.033a.06.06 0 0 1 .008-.025l.012-.038c.012-.038.025-.079.042-.117l.025-.054a.783.783 0 0 1 .054-.104v-.004l.063-.1.075-.096c.004-.004.008-.012.017-.017l3.988-4.65a1.333 1.333 0 0 1 2.025 1.733l-2.117 2.467h7.775a1.312 1.312 0 0 1 1.325 1.321zm-13.342.012v.046-.046zm0-.046v.046-.046zm.017-.174c-.008.046-.012.092-.017.142.004-.05.008-.096.017-.142z"/><path d="M9.333 18.054c.004.058.008.117.017.171-.008-.054-.017-.113-.017-.171zm.179-.729c-.021.033-.037.071-.054.104a.783.783 0 0 1 .054-.104zm0-.004.063-.1-.063.1zm.138-.192c-.025.029-.05.063-.075.096.025-.033.05-.067.075-.096z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
1
src/assets/font-icons/archive.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10 1.333h12c1.574 0 3.061.695 4.071 1.888l.195.245 2 2.667a5.326 5.326 0 0 1 1.055 2.855l.011.345V24a5.333 5.333 0 0 1-5.333 5.333h-16A5.333 5.333 0 0 1 2.666 24V9.333c0-1.039.303-2.052.869-2.917l.198-.283 2-2.667a5.334 5.334 0 0 1 3.953-2.124l.313-.009zm14 8H8A2.667 2.667 0 0 0 5.333 12v12A2.667 2.667 0 0 0 8 26.667h16A2.667 2.667 0 0 0 26.667 24V12A2.667 2.667 0 0 0 24 9.333zm-12.943 5.724a1.333 1.333 0 0 1 1.76-.111l.126.111L16 18.114l3.057-3.057a1.333 1.333 0 0 1 1.997 1.76l-.111.126-4 4a1.333 1.333 0 0 1-1.76.111l-.126-.111-4-4a1.333 1.333 0 0 1 0-1.886zM22 4H10c-.763 0-1.486.327-1.989.89l-.144.176-1.359 1.812a5.334 5.334 0 0 1 1.493-.212h16a5.35 5.35 0 0 1 1.491.211l-1.358-1.811a2.668 2.668 0 0 0-1.906-1.057L22 3.999z"/></svg>
|
||||
|
After Width: | Height: | Size: 815 B |
1
src/assets/font-icons/arrow-down-circle.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 6.44c-5.28 0-9.56 4.28-9.56 9.56s4.28 9.56 9.56 9.56 9.56-4.28 9.56-9.56A9.56 9.56 0 0 0 16 6.44zM4.227 16C4.227 9.498 9.498 4.227 16 4.227S27.773 9.498 27.773 16 22.502 27.773 16 27.773 4.227 22.502 4.227 16zM16 10.093c.611 0 1.107.495 1.107 1.107v6.928l2.377-2.377a1.107 1.107 0 0 1 1.565 1.565l-4.267 4.267a1.107 1.107 0 0 1-1.565 0l-4.267-4.267a1.107 1.107 0 0 1 1.565-1.565l2.377 2.377V11.2c0-.611.495-1.107 1.107-1.107z"/></svg>
|
||||
|
After Width: | Height: | Size: 510 B |
1
src/assets/font-icons/arrow-down.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m16.943 26.276 9.333-9.333a1.333 1.333 0 0 0-1.76-1.997l-.126.111-7.057 7.057V6.666c0-.684-.515-1.247-1.178-1.324L16 5.333c-.684 0-1.247.515-1.324 1.178l-.009.155v15.448L7.61 15.057a1.333 1.333 0 0 0-1.76-.111l-.126.111a1.333 1.333 0 0 0-.111 1.76l.111.126 9.333 9.333a1.333 1.333 0 0 0 1.76.111l.126-.111z"/></svg>
|
||||
|
After Width: | Height: | Size: 387 B |
1
src/assets/font-icons/arrow-left.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16.943 7.609a1.333 1.333 0 1 0-1.886-1.886l-9.333 9.333a1.334 1.334 0 0 0 0 1.886l9.333 9.333a1.333 1.333 0 1 0 1.886-1.886l-7.057-7.057h15.448a1.333 1.333 0 0 0 0-2.666H9.886l7.057-7.057z"/></svg>
|
||||
|
After Width: | Height: | Size: 270 B |
1
src/assets/font-icons/arrow-right.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m26.276 15.057-9.333-9.333a1.333 1.333 0 0 0-1.997 1.76l.111.126 7.057 7.057H6.666c-.684 0-1.247.515-1.324 1.178L5.333 16c0 .684.515 1.247 1.178 1.324l.155.009h15.448l-7.057 7.057a1.333 1.333 0 0 0-.111 1.76l.111.126a1.333 1.333 0 0 0 1.76.111l.126-.111 9.333-9.333a1.333 1.333 0 0 0 .111-1.76l-.111-.126z"/></svg>
|
||||
|
After Width: | Height: | Size: 386 B |
1
src/assets/font-icons/attach.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M15.246 4.741a7.803 7.803 0 0 1 11.145 0 6.511 6.511 0 0 1 .219 8.881l-.219.234-9.608 9.799a4.16 4.16 0 0 1-5.942 0 5.197 5.197 0 0 1-.198-7.063l.198-.213 4.702-4.796a1.334 1.334 0 0 1 2.014 1.74l-.11.127-4.702 4.796a2.53 2.53 0 0 0 0 3.543 1.494 1.494 0 0 0 2.002.119l.131-.119 9.608-9.8a3.843 3.843 0 0 0 0-5.381 5.138 5.138 0 0 0-7.131-.199l-.206.199-8.339 8.506a7.005 7.005 0 0 0 9.764 10.04l.24-.233 4.903-5.001a1.334 1.334 0 0 1 2.014 1.74l-.11.127-4.903 5.001c-3.792 3.868-10.02 3.868-13.812 0a9.672 9.672 0 0 1-.246-13.281l.246-.26 8.339-8.506z"/></svg>
|
||||
|
After Width: | Height: | Size: 633 B |
1
src/assets/font-icons/avatar-archived-chats.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M12.858 8.889h6.283a2.37 2.37 0 0 1 1.962 1.04l.07.11 1.007 1.678c.196.327.311.697.334 1.077l.004.143v7.804a2.37 2.37 0 0 1-2.37 2.37h-8.296a2.37 2.37 0 0 1-2.37-2.37v-7.804c0-.382.092-.757.268-1.095l.07-.125 1.007-1.678a2.372 2.372 0 0 1 1.902-1.147l.131-.004zm7.29 3.555h-8.296c-.655 0-1.185.531-1.185 1.185v7.111c0 .655.531 1.185 1.185 1.185h8.296c.655 0 1.185-.531 1.185-1.185v-7.111c0-.655-.531-1.185-1.185-1.185zm-6.345 3.73a.592.592 0 0 1 .782-.049l.056.049L16 17.533l1.359-1.359a.593.593 0 0 1 .887.782l-.049.056-1.778 1.778a.592.592 0 0 1-.782.049l-.056-.049-1.778-1.778a.593.593 0 0 1 0-.838zm5.339-6.1h-6.283c-.384 0-.743.186-.964.496l-.052.08-.386.643c.129-.022.261-.033.396-.033h8.296c.135 0 .267.011.396.033l-.386-.643a1.187 1.187 0 0 0-.921-.572l-.095-.004z"/></svg>
|
||||
|
After Width: | Height: | Size: 853 B |
1
src/assets/font-icons/avatar-deleted-account.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 3.693a9.45 9.45 0 0 0-9.451 9.451v11.189c0 .646 0 .97.095 1.165a.945.945 0 0 0 1 .52c.215-.034.479-.219 1.009-.59.287-.201.43-.301.574-.345a.943.943 0 0 1 .807.124c.124.085.231.224.445.501l1.321 1.717c.363.472.544.707.771.804.199.085.421.1.629.041.237-.067.447-.277.868-.698l.863-.863c.374-.374.561-.561.777-.631a.94.94 0 0 1 .584 0c.216.07.403.257.777.631l.863.863c.421.421.631.631.868.698.208.059.43.044.629-.041.227-.097.408-.333.771-.804l1.321-1.717c.213-.278.32-.416.445-.501a.947.947 0 0 1 .807-.124c.144.044.287.144.574.345.53.371.794.556 1.009.59a.945.945 0 0 0 1-.52c.095-.195.095-.519.095-1.165V13.144A9.45 9.45 0 0 0 16 3.693zm5.671 9.451a1.89 1.89 0 1 1-3.78 0 1.89 1.89 0 0 1 3.78 0zm-7.561 0a1.89 1.89 0 1 1-3.78 0 1.89 1.89 0 0 1 3.78 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 837 B |
1
src/assets/font-icons/avatar-saved-messages.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M3.692 13.98c0-4.017 0-6.025.705-7.591a7.995 7.995 0 0 1 4.012-4.012c1.566-.705 3.574-.705 7.591-.705s6.025 0 7.591.705a7.995 7.995 0 0 1 4.012 4.012c.705 1.566.705 3.574.705 7.591v10.075c0 3.045 0 4.568-.613 5.308a2.669 2.669 0 0 1-2.17.963c-.96-.042-2.089-1.064-4.347-3.108l-2.314-2.095c-1.012-.916-1.517-1.374-2.09-1.547a2.664 2.664 0 0 0-1.547 0c-.573.174-1.078.631-2.09 1.547l-2.314 2.095c-2.258 2.044-3.386 3.066-4.347 3.108a2.666 2.666 0 0 1-2.17-.963c-.613-.74-.613-2.263-.613-5.308V13.98z"/></svg>
|
||||
|
After Width: | Height: | Size: 578 B |
1
src/assets/font-icons/bold.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M20.8 15.72c1.293-.893 2.2-2.36 2.2-3.72 0-3.013-2.333-5.333-5.333-5.333h-7c-.733 0-1.333.6-1.333 1.333v16c0 .733.6 1.333 1.333 1.333h7.707c2.76 0 5.28-2.253 5.293-5.027.013-2.04-1.133-3.787-2.867-4.587zM13.333 10h4c1.107 0 2 .893 2 2s-.893 2-2 2h-4v-4zM18 22h-4.667v-4H18c1.107 0 2 .893 2 2s-.893 2-2 2z"/></svg>
|
||||
|
After Width: | Height: | Size: 385 B |
1
src/assets/font-icons/bot-command.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M24.667 1.333a6 6 0 0 1 .282 11.993l-.282.007h-3.333v5.333h3.333a6 6 0 0 1 5.993 5.718l.007.282a6 6 0 0 1-11.993.282l-.007-.282v-3.333h-5.333v3.333a6 6 0 0 1-5.718 5.993l-.282.007a6 6 0 0 1-.282-11.993l.282-.007h3.333v-5.333H7.334a6 6 0 0 1-5.993-5.718l-.007-.282a6 6 0 0 1 11.993-.282l.007.282v3.333h5.333V7.333a6 6 0 0 1 5.718-5.993l.282-.007zm-14 20H7.334a3.333 3.333 0 1 0 3.326 3.552l.007-.219v-3.333zm14 0h-3.333v3.333a3.333 3.333 0 1 0 3.552-3.326l-.219-.007zm-6-8h-5.333v5.333h5.333v-5.333zM7.333 4a3.333 3.333 0 0 0-.219 6.659l.219.007h3.333V7.333a3.333 3.333 0 0 0-2.899-3.305l-.215-.021L7.333 4zm17.334 0a3.333 3.333 0 0 0-3.326 3.114l-.007.219v3.333h3.333a3.333 3.333 0 0 0 3.305-2.899l.021-.215.007-.219A3.333 3.333 0 0 0 24.667 4z"/></svg>
|
||||
|
After Width: | Height: | Size: 825 B |
1
src/assets/font-icons/bot-commands-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M21.818 0C27.441 0 32 4.559 32 10.182v11.636C32 27.441 27.441 32 21.818 32H10.182C4.559 32 0 27.441 0 21.818V10.182C0 4.559 4.559 0 10.182 0zm1.663 20.364-15.106.01c-.62.084-1.101.699-1.101 1.445 0 .803.558 1.455 1.247 1.455l15.106-.01c.62-.084 1.101-.699 1.101-1.445 0-.803-.558-1.455-1.247-1.455zm0-5.819-15.106.01c-.62.084-1.101.699-1.101 1.445 0 .803.558 1.455 1.247 1.455l15.106-.01c.62-.084 1.101-.699 1.101-1.445 0-.803-.558-1.455-1.247-1.455zm0-5.818-15.106.01c-.62.084-1.101.699-1.101 1.445 0 .803.558 1.455 1.247 1.455l15.106-.01c.62-.084 1.101-.699 1.101-1.445 0-.803-.558-1.455-1.247-1.455z"/></svg>
|
||||
|
After Width: | Height: | Size: 683 B |
1
src/assets/font-icons/bots.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 1.333c.684 0 1.247.515 1.324 1.178l.009.155v1.333H18a8 8 0 0 1 7.994 7.7l.006.3v2.667h.667l.235.007a4 4 0 0 1 3.758 3.758l.007.235v4l-.009.155a1.334 1.334 0 0 1-2.648 0l-.009-.155v-4l-.009-.155a1.334 1.334 0 0 0-1.169-1.169l-.155-.009h-.667V24a5.334 5.334 0 0 1-5.067 5.327l-.266.007h-9.333a5.334 5.334 0 0 1-5.327-5.067l-.007-.266v-6.667h-.667c-.684 0-1.247.515-1.324 1.178l-.009.155v4a1.333 1.333 0 0 1-2.657.155l-.009-.155v-4A4 4 0 0 1 5.1 14.674l.235-.007h.667V12a8 8 0 0 1 7.7-7.994l.3-.006h.667V2.667c0-.736.597-1.333 1.333-1.333zm6.235 15.994-.235.007H10c-.467 0-.916-.08-1.333-.228V24a2.666 2.666 0 0 0 2.468 2.659l.199.007h9.333a2.666 2.666 0 0 0 2.659-2.468l.007-.199.001-6.895a3.967 3.967 0 0 1-1.099.221zM18 6.667h-4a5.334 5.334 0 0 0-5.327 5.067L8.666 12v1.333c0 .684.515 1.247 1.178 1.324l.155.009h12c.684 0 1.247-.515 1.324-1.178l.009-.155V12a5.334 5.334 0 0 0-5.067-5.327l-.266-.007zM12.667 10a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm6.666 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/bug.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m11.484 1.613.126.111 1.62 1.618c.813-.43 1.764-.676 2.77-.676s1.958.245 2.77.676l1.62-1.618a1.333 1.333 0 0 1 1.997 1.76l-.111.126-1.549 1.551a4.198 4.198 0 0 1 .402 3.459c1.05.887 1.95 2.042 2.644 3.384l3.805-1.269.15-.041.151-.023a1.334 1.334 0 0 1 .686 2.536l-.145.058-3.667 1.223c.26.904.437 1.857.522 2.845l4.057.001.155.009a1.334 1.334 0 0 1 0 2.648l-.155.009h-4.057a14.934 14.934 0 0 1-.522 2.846l3.667 1.223.145.058a1.334 1.334 0 0 1-.837 2.513l-.15-.041-3.805-1.269c-1.656 3.204-4.485 5.337-7.773 5.337s-6.116-2.132-7.773-5.336l-3.806 1.268a1.334 1.334 0 0 1-.988-2.472l.145-.058 3.667-1.223A14.934 14.934 0 0 1 6.723 20H2.666a1.333 1.333 0 0 1-.155-2.657l.155-.009 4.057-.001c.085-.987.262-1.941.522-2.845l-3.667-1.223a1.333 1.333 0 0 1 .542-2.594l.151.023.15.041 3.806 1.268c.694-1.342 1.593-2.496 2.646-3.384a4.05 4.05 0 0 1-.207-1.285c0-.792.22-1.529.606-2.173L9.723 3.61a1.333 1.333 0 0 1 1.76-1.997zM16 9.333c-3.585 0-6.667 4.109-6.667 9.333s3.082 9.333 6.667 9.333 6.667-4.109 6.667-9.333S19.585 9.333 16 9.333zm0-4c-1.433 0-2.533.847-2.655 1.82a7.51 7.51 0 0 1 5.309-.002c-.121-.97-1.221-1.818-2.654-1.818z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/font-icons/calendar-filter.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M21.333 5.56c.564 0 1.03.422 1.098.968l.009.139v1.56h.227a3.773 3.773 0 0 1 3.766 3.543l.007.23v10.667a3.773 3.773 0 0 1-3.543 3.766l-.23.007H9.334a3.773 3.773 0 0 1-3.766-3.543l-.007-.23V12a3.773 3.773 0 0 1 3.543-3.766l.23-.007h.227v-1.56a1.107 1.107 0 0 1 2.205-.139l.009.139v1.56h8.453v-1.56c0-.611.495-1.107 1.107-1.107zm2.894 10.213H7.774v6.893a1.56 1.56 0 0 0 1.39 1.551l.17.009h13.333a1.56 1.56 0 0 0 1.551-1.39l.009-.17v-6.893zm-1.56-5.333H9.334a1.56 1.56 0 0 0-1.551 1.39l-.009.17v1.56h16.453V12a1.56 1.56 0 0 0-1.39-1.551l-.17-.009z"/></svg>
|
||||
|
After Width: | Height: | Size: 624 B |
1
src/assets/font-icons/calendar.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M22.667 1.333c.684 0 1.247.515 1.324 1.178l.009.155v1.333h1.333a4 4 0 0 1 3.993 3.765l.007.235v16a4 4 0 0 1-3.765 3.993l-.235.007H6.666a4 4 0 0 1-3.993-3.765l-.007-.235v-16a4 4 0 0 1 3.765-3.993l.235-.007h1.333V2.666a1.333 1.333 0 0 1 2.657-.155l.009.155v1.333h10.667V2.666c0-.736.597-1.333 1.333-1.333zm4 13.334H5.334V24c0 .684.515 1.247 1.178 1.324l.155.009h18.667c.684 0 1.247-.515 1.324-1.178l.009-.155v-9.333zm-1.334-8H6.666c-.684 0-1.247.515-1.324 1.178L5.333 8v4h21.333V8c0-.684-.515-1.247-1.178-1.324l-.155-.009z"/></svg>
|
||||
|
After Width: | Height: | Size: 601 B |
1
src/assets/font-icons/camera-add.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m26.511 21.342.155-.009c.684 0 1.247.515 1.324 1.178l.009.155v2.667h2.667c.684 0 1.247.515 1.324 1.178l.009.155c0 .684-.515 1.247-1.178 1.324l-.155.009h-2.667v2.667c0 .684-.515 1.247-1.178 1.324l-.155.009a1.333 1.333 0 0 1-1.324-1.178l-.009-.155v-2.667h-2.667a1.333 1.333 0 0 1-1.324-1.178l-.009-.155c0-.684.515-1.247 1.178-1.324l.155-.009h2.667v-2.667c0-.684.515-1.247 1.178-1.324zM11.219 2.667h6.895c.629 0 1.234.222 1.713.623l.173.159 1.886 1.886H24A4 4 0 0 1 27.993 9.1l.007.235v6.667a1.333 1.333 0 0 1-2.657.155l-.009-.155V9.335c0-.684-.515-1.247-1.178-1.324l-.155-.009h-2.114a2.667 2.667 0 0 1-1.713-.623l-.173-.159-1.886-1.886H11.22L9.334 7.22a2.667 2.667 0 0 1-1.651.771l-.234.01H5.335c-.684 0-1.247.515-1.324 1.178l-.009.155v14.667c0 .684.515 1.247 1.178 1.324l.155.009h12a1.333 1.333 0 0 1 .155 2.657l-.155.009h-12a4 4 0 0 1-3.993-3.765L1.335 24V9.333A4 4 0 0 1 5.1 5.34l.235-.007h2.114l1.886-1.886a2.667 2.667 0 0 1 1.651-.771l.234-.01zm3.448 6.666a6.667 6.667 0 1 1 0 13.334 6.667 6.667 0 0 1 0-13.334zm0 2.667a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/camera.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M19.448 2.667c.707 0 1.386.281 1.886.781l1.886 1.886h2.114a4 4 0 0 1 4 4v14.667a4 4 0 0 1-4 4H6.667a4 4 0 0 1-4-4V9.334a4 4 0 0 1 4-4h2.114l1.886-1.886c.5-.5 1.178-.781 1.886-.781h6.895zm0 2.666h-6.895l-1.886 1.886c-.5.5-1.178.781-1.886.781H6.667c-.736 0-1.333.597-1.333 1.333V24c0 .736.597 1.333 1.333 1.333h18.667c.736 0 1.333-.597 1.333-1.333V9.333c0-.736-.597-1.333-1.333-1.333H23.22a2.668 2.668 0 0 1-1.886-.781l-1.886-1.886zm-3.448 4a6.667 6.667 0 1 1 0 13.334 6.667 6.667 0 0 1 0-13.334zM16 12a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/></svg>
|
||||
|
After Width: | Height: | Size: 610 B |
1
src/assets/font-icons/car.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M30.667 26.667a4 4 0 0 1-8 0H9.334a4 4 0 0 1-7.993.235l-.007-.235v-9.353c0-1.015.166-2.023.49-2.985l2.371-7.024a8 8 0 0 1 6.091-5.302c2.349-.445 4.249-.67 5.715-.67s3.365.225 5.715.67a8 8 0 0 1 6.091 5.302l2.371 7.024c.325.962.49 1.97.49 2.985v9.353zM4 25.953v.714a1.333 1.333 0 0 0 2.657.155l.009-.155a5.31 5.31 0 0 1-2.667-.714zm21.333.714a1.333 1.333 0 0 0 2.666 0l.001-.714a5.312 5.312 0 0 1-2.668.714zm2.317-11.485-.293-.866c-.46.231-.963.372-1.482.413l-.313.012H6.438a4.002 4.002 0 0 1-1.795-.425l-.293.866A6.663 6.663 0 0 0 4 17.314v4.02a2.667 2.667 0 0 0 2.667 2.667h18.667a2.667 2.667 0 0 0 2.667-2.667v-4.02c0-.725-.118-1.445-.35-2.132zM8.667 17.333a2 2 0 1 1 .001 3.999 2 2 0 0 1-.001-3.999zm14.666 0a2 2 0 1 1 .001 3.999 2 2 0 0 1-.001-3.999zM16 4c-1.274 0-3.019.206-5.219.623A5.333 5.333 0 0 0 6.72 8.158L5.521 11.71c.206.195.468.318.747.354l.169.011h9.734a4.669 4.669 0 0 1 8.99 0h.401c.295 0 .579-.098.811-.275l.103-.093-1.197-3.549a5.335 5.335 0 0 0-4.061-3.535C19.018 4.206 17.273 4 15.999 4zm4.667 7.333c-.627 0-1.186.288-1.553.739h3.105a1.997 1.997 0 0 0-1.553-.739z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/card.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M26.667 5.333H5.334A2.646 2.646 0 0 0 2.681 8l-.013 16a2.658 2.658 0 0 0 2.667 2.667h21.333A2.658 2.658 0 0 0 29.335 24V8a2.658 2.658 0 0 0-2.667-2.667zm0 18.667H5.334v-8h21.333v8zm0-13.333H5.334V8h21.333v2.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 292 B |
1
src/assets/font-icons/channel-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="29" height="32"><path d="M7.549 22.149h4.252a6.164 6.164 0 0 1 3.712 1.274l.068.053 5.586 4.345c2.228 1.733 3.342 2.599 4.277 2.591a2.686 2.686 0 0 0 2.085-1.02c.581-.733.581-2.145.581-4.967V7.221c0-2.823 0-4.234-.581-4.967a2.69 2.69 0 0 0-2.085-1.02c-.935-.008-2.049.859-4.277 2.591l-5.654 4.398a6.177 6.177 0 0 1-3.712 1.274H7.548a6.327 6.327 0 0 0 0 12.654zm.024 3.841c-.025.158-.025.347-.025.724v1.762a3.163 3.163 0 1 0 6.326 0v-1.762c0-.377 0-.566-.025-.724a2.058 2.058 0 0 0-1.714-1.714c-.158-.025-.347-.025-.724-.025h-1.402c-.377 0-.566 0-.724.025a2.058 2.058 0 0 0-1.714 1.714z"/></svg>
|
||||
|
After Width: | Height: | Size: 641 B |
1
src/assets/font-icons/channel.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M24.667 2.238A3.333 3.333 0 0 1 28 5.571v20.857a3.334 3.334 0 0 1-5.452 2.573L16 23.608v2.391a4 4 0 0 1-3.765 3.993l-.235.007a4 4 0 0 1-3.993-3.765L8 25.999v-3.467a6.669 6.669 0 0 1 1.334-13.2h5.522l7.693-6.335a3.336 3.336 0 0 1 2.119-.76zm-14 20.428V26a1.333 1.333 0 0 0 2.657.155l.009-.155v-3.334h-2.667zm14-17.761a.67.67 0 0 0-.424.152l-7.693 6.335a2.667 2.667 0 0 1-1.695.608H9.333a4 4 0 0 0 0 8h5.522c.619 0 1.218.215 1.695.608l7.693 6.335a.666.666 0 0 0 1.09-.515V5.571a.667.667 0 0 0-.667-.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 582 B |
1
src/assets/font-icons/channelviews.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 7.579c6.8 0 12.632 6.737 12.632 8.421S22.801 24.421 16 24.421c-6.8 0-12.632-6.737-12.632-8.421S9.199 7.579 16 7.579zm0 2.526a5.895 5.895 0 1 0 0 11.79 5.895 5.895 0 0 0 0-11.79zm0 2.948a2.947 2.947 0 1 1 0 5.894 2.947 2.947 0 0 1 0-5.894z"/></svg>
|
||||
|
After Width: | Height: | Size: 323 B |
1
src/assets/font-icons/chat-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M2.4 25.82V10.88c0-2.688 0-4.032.523-5.059a4.796 4.796 0 0 1 2.098-2.098C6.048 3.2 7.392 3.2 10.08 3.2h11.84c2.688 0 4.032 0 5.059.523a4.801 4.801 0 0 1 2.098 2.098c.523 1.027.523 2.371.523 5.059v5.44c0 2.688 0 4.032-.523 5.059a4.801 4.801 0 0 1-2.098 2.098C25.952 24 24.608 24 21.92 24h-9.399c-.783 0-1.174 0-1.542.088a3.192 3.192 0 0 0-.925.383c-.323.198-.6.475-1.153 1.028l-2.13 2.13C5.4 29 4.715 29.685 4.126 29.732a1.6 1.6 0 0 1-1.342-.556c-.383-.449-.383-1.418-.383-3.357z"/></svg>
|
||||
|
After Width: | Height: | Size: 559 B |
1
src/assets/font-icons/chats-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M8.292 24c.063.207.139.398.231.579a4.801 4.801 0 0 0 2.098 2.098c1.027.523 2.371.523 5.059.523h7.26c.391 0 .587 0 .771.044.163.039.319.104.462.192.161.099.3.237.577.514l1.28 1.28c1.371 1.371 2.056 2.056 2.645 2.103a1.6 1.6 0 0 0 1.342-.556c.383-.449.383-1.418.383-3.357V17.28c0-2.688 0-4.032-.523-5.059a4.806 4.806 0 0 0-2.098-2.098 3.548 3.548 0 0 0-.579-.231V16a8 8 0 0 1-8 8H8.292z"/><path d="M1.6 21.02V10.88c0-2.688 0-4.032.523-5.059a4.796 4.796 0 0 1 2.098-2.098C5.248 3.2 6.592 3.2 9.28 3.2h7.04c2.688 0 4.032 0 5.059.523a4.801 4.801 0 0 1 2.098 2.098C24 6.848 24 8.192 24 10.88v2.24c0 2.688 0 4.032-.523 5.059a4.801 4.801 0 0 1-2.098 2.098c-1.027.523-2.371.523-5.059.523H9.06c-.391 0-.587 0-.771.044a1.586 1.586 0 0 0-.462.192c-.161.099-.3.237-.577.514l-1.28 1.28c-1.371 1.371-2.056 2.056-2.645 2.103a1.6 1.6 0 0 1-1.342-.556C1.6 23.928 1.6 22.959 1.6 21.02z"/></svg>
|
||||
|
After Width: | Height: | Size: 947 B |
1
src/assets/font-icons/check.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M6.276 16.391a1.333 1.333 0 1 0-1.886 1.886l6.667 6.667a1.333 1.333 0 0 0 1.886 0L27.61 10.277a1.333 1.333 0 1 0-1.886-1.886L12 22.115l-5.724-5.724z"/></svg>
|
||||
|
After Width: | Height: | Size: 229 B |
1
src/assets/font-icons/close-circle.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 1.333C7.9 1.333 1.333 7.9 1.333 16S7.9 30.667 16 30.667 30.667 24.1 30.667 16 24.1 1.333 16 1.333zM16 28C9.371 28 4 22.629 4 16S9.371 4 16 4s12 5.371 12 12-5.371 12-12 12z"/><path d="M21.608 19.725a1.334 1.334 0 0 1-1.884 1.887l-3.725-3.725-3.725 3.725c-.258.258-.6.392-.942.392s-.683-.129-.942-.392a1.334 1.334 0 0 1 0-1.887L14.115 16l-3.725-3.725a1.334 1.334 0 0 1 1.887-1.887l3.725 3.725 3.725-3.725a1.334 1.334 0 0 1 1.887 1.887L17.885 16l3.721 3.725z"/></svg>
|
||||
|
After Width: | Height: | Size: 540 B |
1
src/assets/font-icons/close-topic.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M4 16C4 9.371 9.371 4 16 4s12 5.371 12 12-5.371 12-12 12S4 22.629 4 16zM16 1.333C7.9 1.333 1.333 7.9 1.333 16S7.9 30.667 16 30.667 30.667 24.1 30.667 16 24.1 1.333 16 1.333z"/><path d="M13.733 9.954c.417 0 .754.338.754.754v10.583a.754.754 0 0 1-.754.754h-2.267a.753.753 0 0 1-.754-.754V10.708c0-.417.338-.754.754-.754h2.267zm6.8 0c.417 0 .754.338.754.754v10.583a.753.753 0 0 1-.754.754h-2.267a.753.753 0 0 1-.754-.754V10.708c0-.417.337-.754.754-.754h2.267z"/></svg>
|
||||
|
After Width: | Height: | Size: 537 B |
1
src/assets/font-icons/close.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M23.057 7.057a1.333 1.333 0 1 1 1.886 1.886L17.886 16l7.057 7.057a1.333 1.333 0 1 1-1.886 1.886L16 17.886l-7.057 7.057a1.333 1.333 0 1 1-1.886-1.886L14.114 16 7.057 8.943a1.333 1.333 0 1 1 1.886-1.886L16 14.114l7.057-7.057z"/></svg>
|
||||
|
After Width: | Height: | Size: 304 B |
1
src/assets/font-icons/cloud-download.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 5.333c5 0 9.056 4.086 9.379 9.227l.005.106h.883c3.095 0 5.583 2.542 5.727 5.71l.007.29c0 3.205-2.397 5.841-5.454 5.993l-.28.007h-3.6a1.333 1.333 0 0 1-.155-2.657l.155-.009h3.6c1.68 0 3.067-1.471 3.067-3.333 0-1.785-1.273-3.21-2.858-3.326l-.208-.008h-2.2a1.333 1.333 0 0 1-1.324-1.178L22.735 16v-.778c0-4.009-3.029-7.222-6.733-7.222-3.011 0-5.638 2.142-6.471 5.236a1.335 1.335 0 0 1-1.125.977l-.162.01H7.203c-2.487 0-4.533 2.171-4.533 4.889 0 2.628 1.912 4.744 4.286 4.882l.247.007h2.133a1.333 1.333 0 0 1 .155 2.657l-.155.009H7.203c-3.996 0-7.2-3.398-7.2-7.556 0-4.058 3.053-7.393 6.916-7.55l.357-.007.006-.015c1.368-3.58 4.615-6.057 8.377-6.199l.343-.006zm0 8c.684 0 1.247.515 1.324 1.178l.009.155v7.445l1.724-1.721a1.333 1.333 0 0 1 1.76-.111l.126.111c.481.481.518 1.237.111 1.76l-.111.126-4 4a1.333 1.333 0 0 1-1.76.111l-.126-.111-4-4a1.333 1.333 0 0 1 1.76-1.997l.126.111 1.724 1.721v-7.445c0-.736.597-1.333 1.333-1.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 1009 B |
1
src/assets/font-icons/collapse.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M28.929 28.929c-.258.258-.6.392-.942.392s-.683-.129-.942-.392l-5.7-5.696v2.113c0 .738-.596 1.333-1.333 1.333a1.338 1.338 0 0 1-1.325-1.179l-.008-.154v-5.333c0-.683.517-1.246 1.179-1.325l.154-.008h5.333a1.334 1.334 0 0 1 .154 2.658l-.154.008h-2.113l5.7 5.7a1.333 1.333 0 0 1-.004 1.883zM3.071 3.071c.258-.258.6-.392.942-.392s.683.129.942.392l5.7 5.7V6.659c0-.737.596-1.333 1.333-1.333.683 0 1.246.517 1.325 1.179l.008.154v5.333c0 .683-.517 1.246-1.179 1.325l-.154.008H6.655a1.332 1.332 0 0 1-1.333-1.333c0-.683.517-1.246 1.179-1.325l.154-.008h2.113L3.072 4.955a1.33 1.33 0 0 1 0-1.883z"/></svg>
|
||||
|
After Width: | Height: | Size: 665 B |
1
src/assets/font-icons/colorize.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m25.716 3.844.17.156L28 6.114a2.668 2.668 0 0 1 .156 3.602l-.156.17-4.781 4.78 1.057 1.058a1.333 1.333 0 0 1-1.76 1.997l-.126-.111-1.057-1.057L10.276 27.61a1.334 1.334 0 0 1-.768.379l-.175.012h-4a1.333 1.333 0 0 1-1.324-1.178L4 26.668v-4c0-.295.098-.579.275-.811l.116-.132 11.056-11.058-1.056-1.056a1.333 1.333 0 0 1 1.76-1.997l.126.111 1.057 1.056 4.781-4.78a2.668 2.668 0 0 1 3.602-.156zm-8.383 8.709L6.666 23.218v2.113h2.113l10.667-10.665-2.113-2.113zM24 5.886l-4.781 4.78 2.115 2.115 4.781-4.78-2.114-2.114z"/></svg>
|
||||
|
After Width: | Height: | Size: 592 B |
1
src/assets/font-icons/comments-sticker.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 26.856c7.364 0 13.333-5.415 13.333-12.095S23.363 2.666 16 2.666c-7.364 0-13.333 5.415-13.333 12.095 0 3.81 1.783 6.932 4.818 9.149.388.284.746 1.859-.12 3.182a7.42 7.42 0 0 1-.505.68l-.246.286-.521.571c-.279.316-.389.51-.131.617.333.14 2.304.209 3.726-.587.53-.297.961-.593 1.316-.868l.33-.266.285-.247.548-.499.167-.14c.156-.12.279-.178.393-.152 1.047.24 2.143.367 3.272.367z"/></svg>
|
||||
|
After Width: | Height: | Size: 461 B |
1
src/assets/font-icons/comments.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 1.333c-8.045 0-14.667 6.006-14.667 13.552l.007.434c.116 3.6 1.671 6.751 4.393 9.131l.198.167-.096.133-.222.264-.614.686c-.395.465-.636.839-.771 1.491-.301 1.449.51 2.688 1.708 3.19 1.308.548 3.955.307 5.685-.661l.398-.231c.51-.308.945-.619 1.369-.968l.298-.253.523.069c.591.066 1.188.1 1.79.1 8.045 0 14.667-6.006 14.667-13.552S24.045 1.333 15.999 1.333zM16 4c6.627 0 12 4.873 12 10.885S22.627 25.77 16 25.77c-1.016 0-2.003-.115-2.945-.33-.113-.026-.235.039-.394.169l-.271.24-.349.318-.286.246-.336.266a9.565 9.565 0 0 1-1.099.716c-1.28.716-3.053.654-3.353.528-.205-.086-.152-.232.037-.461l.263-.294.219-.239.241-.275c.166-.196.338-.418.502-.669.779-1.191.457-2.609.108-2.864-2.731-1.995-4.336-4.806-4.336-8.234 0-6.012 5.373-10.885 12-10.885z"/></svg>
|
||||
|
After Width: | Height: | Size: 828 B |
1
src/assets/font-icons/copy-media.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10.442 2.667h-.054c-1.075 0-1.958 0-2.679.058-.75.063-1.438.192-2.088.521a5.328 5.328 0 0 0-2.329 2.329c-.333.65-.462 1.342-.525 2.087-.058.725-.058 1.608-.058 2.683v14.988a1.332 1.332 0 1 0 2.666 0V10.4c0-1.142 0-1.917.05-2.517.046-.583.133-.883.242-1.092.254-.5.662-.908 1.167-1.167.208-.108.508-.192 1.092-.242.6-.05 1.375-.05 2.517-.05h14.892a1.332 1.332 0 1 0 0-2.666H10.443z"/><path d="M25.975 6.667c1.879 0 3.4 1.521 3.4 3.4v15.867c0 1.879-1.521 3.4-3.4 3.4H10.108a3.398 3.398 0 0 1-3.4-3.4V10.067c0-1.879 1.521-3.4 3.4-3.4h15.867zM14.746 20.671l-.067-.05a.546.546 0 0 0-.688.1l-.058.079-3.604 5.858.063.004h8.133l-3.671-5.871a.757.757 0 0 0-.108-.121zm7.258-2.463a.543.543 0 0 0-.688.108l-.058.079-2.621 4.367 2.442 3.904h4.546c.587 0 1.063-.467 1.083-1.046l-4.525-7.233a.495.495 0 0 0-.179-.179zm3.621-8.875H10.458c-.6 0-1.083.483-1.083 1.083v13.658l2.713-4.408a2.71 2.71 0 0 1 3.567-.979l.162.092c.296.183.554.421.758.7l.117.171.658 1.05 2.054-3.421a2.707 2.707 0 0 1 3.554-1.017l.163.092c.304.183.571.425.783.708l.121.175 2.683 4.3V10.416c0-.6-.483-1.083-1.083-1.083z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/copy.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M11.733 2.667h-.055c-1.073 0-1.959 0-2.681.059-.749.061-1.438.193-2.086.522A5.331 5.331 0 0 0 4.58 5.579c-.33.647-.461 1.336-.522 2.086-.059.722-.059 1.607-.059 2.681v12.322a1.333 1.333 0 0 0 2.666 0V10.401c0-1.142.001-1.918.05-2.519.048-.585.134-.883.241-1.092.256-.502.664-.91 1.165-1.165.209-.106.507-.193 1.092-.241.6-.049 1.377-.05 2.519-.05h6.933a1.333 1.333 0 0 0 0-2.666h-6.933zm1.867 4h-.051c-.703 0-1.309 0-1.809.041-.527.043-1.051.138-1.556.395a3.991 3.991 0 0 0-1.748 1.748c-.257.505-.352 1.029-.395 1.556C8 10.906 8 11.513 8 12.216v11.569c0 .703 0 1.309.041 1.809.043.527.138 1.051.395 1.556a3.991 3.991 0 0 0 1.748 1.748c.505.257 1.029.352 1.556.395.499.041 1.106.041 1.809.041h7.57c.703 0 1.309 0 1.809-.041.527-.043 1.051-.138 1.556-.395a3.991 3.991 0 0 0 1.748-1.748c.257-.505.352-1.029.395-1.556.041-.499.041-1.106.041-1.809v-11.57c0-.703 0-1.309-.041-1.809-.043-.527-.138-1.051-.395-1.556a3.991 3.991 0 0 0-1.748-1.748c-.505-.257-1.029-.352-1.556-.395-.499-.041-1.106-.041-1.809-.041h-7.518zm-2.205 2.812c.066-.034.2-.084.562-.113.378-.031.874-.032 1.643-.032h7.467c.769 0 1.265.001 1.643.032.362.03.496.08.562.113.251.128.455.332.583.583.034.066.084.2.113.562.031.378.032.874.032 1.643v11.467c0 .769-.001 1.265-.032 1.643-.03.362-.08.496-.113.562a1.335 1.335 0 0 1-.583.583c-.066.034-.2.084-.562.113-.378.031-.874.032-1.643.032H13.6c-.769 0-1.265-.001-1.643-.032-.362-.03-.496-.08-.562-.113a1.335 1.335 0 0 1-.583-.583c-.034-.066-.084-.2-.113-.562-.031-.378-.032-.874-.032-1.643V12.267c0-.769.001-1.265.032-1.643.03-.362.08-.497.113-.562.128-.251.332-.455.583-.583z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/assets/font-icons/darkmode.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M5.973 2.667c-.205 0-.37.16-.37.357v.199c0 1.227-1.153 2.392-2.38 2.392h-.167c-.215 0-.389.168-.389.374s.174.374.389.374h.167c1.227 0 2.38 1.188 2.38 2.415v.199c0 .197.166.357.37.357s.37-.16.37-.357v-.199c0-1.227 1.208-2.415 2.435-2.415h.167c.215 0 .389-.168.389-.374s-.174-.374-.389-.374h-.167c-1.227 0-2.435-1.164-2.435-2.392v-.199a.364.364 0 0 0-.37-.357zM11.317 8a.218.218 0 0 0-.222.214v.119c0 .736-.692 1.435-1.428 1.435h-.1c-.129 0-.233.101-.233.225s.104.225.233.225h.1c.736 0 1.428.713 1.428 1.449v.119c0 .118.099.214.222.214s.222-.096.222-.214v-.119c0-.736.725-1.449 1.461-1.449h.1c.129 0 .233-.101.233-.225s-.104-.225-.233-.225H13c-.736 0-1.461-.699-1.461-1.435v-.119A.218.218 0 0 0 11.317 8zm10.49 1.89c0 3.479-1.151 6.453-3.313 8.556-2.158 2.1-5.197 3.21-8.75 3.21-1.311 0-2.529-.148-3.641-.46 1.88 3.434 5.364 5.471 9.77 5.471 6.563 0 11.126-4.629 11.126-10.864 0-4.452-2.345-8.349-5.781-10.081.371 1.145.589 2.674.589 4.169zm-3.144-6.534c.815-.901 1.994-.755 2.749-.466l.01.004c5.003 1.962 8.244 7.181 8.244 12.908 0 7.741-5.791 13.531-13.793 13.531-5.706 0-10.37-2.899-12.591-7.827-.351-.765-.509-1.944.358-2.758l.004-.003c.768-.717 1.797-.594 2.435-.368l.044.016c.979.385 2.177.596 3.622.596 2.995 0 5.32-.927 6.89-2.455 1.566-1.524 2.506-3.766 2.506-6.645 0-1.702-.334-3.205-.651-3.836l-.007-.014c-.343-.703-.558-1.758.125-2.619.018-.022.036-.044.056-.066z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
src/assets/font-icons/data.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M7.13 8.444c.381-.394.997-.81 1.862-1.189C10.717 6.5 13.194 6 16 6s5.283.5 7.008 1.255c.865.378 1.481.794 1.862 1.189.375.388.463.687.463.89s-.089.502-.463.89c-.381.394-.997.81-1.862 1.189-1.725.755-4.202 1.255-7.008 1.255s-5.283-.5-7.008-1.255c-.865-.378-1.481-.794-1.862-1.189-.375-.388-.463-.687-.463-.89s.088-.502.463-.89zM5.213 6.59C4.508 7.319 4 8.248 4 9.333v13.333c0 1.085.508 2.015 1.213 2.743.698.722 1.644 1.312 2.71 1.778 2.135.934 4.992 1.479 8.077 1.479s5.942-.544 8.077-1.479c1.066-.466 2.012-1.056 2.71-1.778.705-.729 1.213-1.658 1.213-2.743V9.333c0-1.085-.508-2.014-1.213-2.743-.698-.722-1.645-1.312-2.71-1.778-2.135-.934-4.992-1.479-8.077-1.479s-5.942.544-8.077 1.479c-1.066.466-2.012 1.056-2.71 1.778zM25.333 16c0 .203-.089.502-.463.89-.381.394-.997.81-1.862 1.189-1.725.755-4.202 1.255-7.008 1.255s-5.283-.5-7.008-1.255c-.865-.378-1.481-.794-1.862-1.189-.375-.388-.463-.687-.463-.89v-2.791c.392.237.814.452 1.256.645 2.135.934 4.992 1.479 8.077 1.479s5.942-.544 8.077-1.479c.442-.194.864-.408 1.256-.645V16zM6.667 19.876c.392.237.814.452 1.256.645C10.058 21.455 12.915 22 16 22s5.942-.544 8.077-1.479c.442-.194.864-.408 1.256-.645v2.791c0 .203-.089.502-.463.89-.381.394-.997.81-1.862 1.189-1.725.755-4.202 1.255-7.008 1.255s-5.283-.5-7.008-1.255c-.865-.378-1.481-.794-1.862-1.189-.375-.388-.463-.687-.463-.89v-2.791z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
1
src/assets/font-icons/delete-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M13.333 2.667c-.354 0-.693.14-.943.391l-.943.943H5.999a1.333 1.333 0 0 0 0 2.666h20a1.333 1.333 0 0 0 0-2.666h-5.448l-.943-.943a1.334 1.334 0 0 0-.943-.391h-5.333zm-6 6a1.335 1.335 0 0 0-1.334 1.334v11.655c0 1.073 0 1.959.059 2.681.061.749.193 1.438.522 2.086a5.337 5.337 0 0 0 2.331 2.331c.647.33 1.336.461 2.085.522.722.059 1.607.059 2.681.059h4.643c1.073 0 1.959 0 2.681-.059.749-.061 1.438-.193 2.086-.522a5.337 5.337 0 0 0 2.331-2.331c.33-.647.461-1.336.522-2.086.059-.722.059-1.607.059-2.681V10.001c0-.736-.597-1.333-1.333-1.333H7.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 622 B |
1
src/assets/font-icons/delete-left.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M28 4H9.478a4 4 0 0 0-3.392 1.88l-5 8a3.999 3.999 0 0 0 0 4.24l5 8A4 4 0 0 0 9.478 28H28a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm0 2.667c.736 0 1.333.597 1.333 1.333v16c0 .736-.597 1.333-1.333 1.333H9.478c-.46 0-.887-.237-1.131-.627l-5-8a1.334 1.334 0 0 1 0-1.413l5-8c.244-.39.671-.627 1.131-.627H28zm-15.06 3.606a1.33 1.33 0 0 0 0 1.88L16.787 16l-3.847 3.847a1.33 1.33 0 0 0 1.88 1.88l3.847-3.847 3.847 3.847a1.33 1.33 0 0 0 1.88-1.88L20.547 16l3.847-3.847a1.33 1.33 0 0 0-1.88-1.88l-3.847 3.847-3.847-3.847a1.33 1.33 0 0 0-1.88 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 604 B |
1
src/assets/font-icons/delete-user.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M14 8.667a3.333 3.333 0 1 1 6.665 0 3.333 3.333 0 0 1-6.665 0zm3.333-6a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-6.691 17.515c1.458-.801 3.613-1.515 6.691-1.515 5.363 0 7.968 2.17 8.966 3.282.223.249.367.652.367 1.234a2.151 2.151 0 0 1-2.151 2.151h-9.182a1.333 1.333 0 0 0 0 2.666h9.182a4.818 4.818 0 0 0 4.818-4.818c0-.97-.236-2.109-1.049-3.015C26.835 18.553 23.532 16 17.333 16c-3.512 0-6.11.82-7.975 1.844a1.334 1.334 0 0 0 1.284 2.338zm1.634 2.209a1.333 1.333 0 0 1 0 1.886l-2.391 2.391 2.391 2.391a1.333 1.333 0 1 1-1.886 1.886l-2.391-2.391-2.391 2.391a1.333 1.333 0 1 1-1.886-1.886l2.391-2.391-2.391-2.391a1.333 1.333 0 1 1 1.886-1.886l2.391 2.391 2.391-2.391a1.333 1.333 0 0 1 1.886 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 763 B |
1
src/assets/font-icons/delete.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M13.333 2.667c-.354 0-.693.14-.943.391l-.943.943H5.999a1.333 1.333 0 0 0 0 2.666h20a1.333 1.333 0 0 0 0-2.666h-5.448l-.943-.943a1.334 1.334 0 0 0-.943-.391h-5.333zm-6.942 6.39c.25-.25.589-.391.943-.391h17.333c.736 0 1.333.597 1.333 1.333v11.655c0 1.073 0 1.959-.059 2.681-.061.749-.193 1.438-.522 2.086a5.337 5.337 0 0 1-2.331 2.331c-.647.33-1.336.461-2.086.522-.722.059-1.607.059-2.681.059h-4.643c-1.073 0-1.959 0-2.681-.059-.749-.061-1.438-.193-2.085-.522a5.331 5.331 0 0 1-2.331-2.331c-.33-.647-.461-1.336-.522-2.086C6 23.613 6 22.728 6 21.654V9.999c0-.354.14-.693.391-.943zm2.276 2.276V21.6c0 1.142.001 1.919.05 2.519.048.585.134.883.241 1.092.256.502.664.91 1.165 1.165.209.106.507.193 1.092.241.6.049 1.377.05 2.519.05h4.533c1.142 0 1.919-.001 2.519-.05.585-.048.883-.134 1.092-.241.502-.256.91-.664 1.165-1.165.106-.209.193-.507.241-1.092.049-.6.05-1.377.05-2.519V11.333H8.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 965 B |
1
src/assets/font-icons/document.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M14.667 5.336v4.319c0 1.073 0 1.959.059 2.681.061.749.193 1.438.522 2.086a5.331 5.331 0 0 0 2.331 2.331c.647.33 1.336.461 2.086.522.721.059 1.607.059 2.68.059h4.319c.002.242.003.527.003.868v1.265c0 1.515-.001 2.572-.068 3.394-.066.807-.189 1.271-.368 1.622a3.996 3.996 0 0 1-1.748 1.748c-.351.179-.815.302-1.622.368-.822.067-1.879.068-3.394.068h-6.933c-1.515 0-2.572-.001-3.394-.068-.807-.066-1.27-.189-1.622-.368a4.001 4.001 0 0 1-1.748-1.748c-.179-.351-.302-.815-.368-1.622-.067-.822-.068-1.879-.068-3.394v-6.933c0-1.515.001-2.572.068-3.394.066-.807.189-1.27.368-1.622A3.991 3.991 0 0 1 7.518 5.77c.351-.179.815-.302 1.622-.368.822-.067 1.879-.068 3.394-.068h1.265c.341 0 .626.001.868.003zM26 14.667h-3.6c-1.142 0-1.919-.001-2.519-.05-.585-.048-.884-.134-1.092-.241a2.666 2.666 0 0 1-1.165-1.165c-.106-.209-.193-.507-.241-1.092-.049-.6-.05-1.377-.05-2.519V6c.332.228.693.578 1.557 1.442l5.668 5.668c.864.864 1.214 1.224 1.442 1.557zM16.68 2.851c-.77-.185-1.572-.185-2.73-.184h-1.474c-1.445 0-2.611 0-3.554.077-.972.079-1.825.247-2.615.65a6.667 6.667 0 0 0-2.913 2.913c-.402.79-.57 1.643-.65 2.615-.077.944-.077 2.109-.077 3.554v7.047c0 1.445 0 2.611.077 3.554.079.972.247 1.825.65 2.615a6.667 6.667 0 0 0 2.913 2.913c.79.402 1.643.57 2.615.649.944.077 2.109.077 3.554.077h7.048c1.445 0 2.611 0 3.554-.077.972-.079 1.825-.247 2.615-.649a6.667 6.667 0 0 0 2.913-2.913c.402-.79.57-1.643.65-2.615.077-.944.077-2.109.077-3.554v-1.475c0-1.158 0-1.96-.184-2.73a6.67 6.67 0 0 0-.798-1.927c-.414-.675-.981-1.242-1.8-2.061l-5.883-5.883c-.819-.819-1.386-1.386-2.061-1.8a6.642 6.642 0 0 0-1.927-.798z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
1
src/assets/font-icons/double-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M31.467 6.933c-.533-1.067-1.333-1.867-2.267-2.267-1.2-.667-2.8-.667-5.733-.667H8.534c-2.933 0-4.533 0-5.6.533S1.067 5.865.667 6.799C0 7.999 0 9.599 0 12.532v6.933c0 2.933 0 4.533.533 5.6s1.333 1.867 2.267 2.267c1.2.667 2.8.667 5.733.667h14.933c2.933 0 4.533 0 5.6-.533s1.867-1.333 2.267-2.267c.533-1.2.533-2.667.533-5.6v-7.067c.133-2.933.133-4.533-.4-5.6zM15.6 20.667c.4.533.267 1.2-.267 1.6s-1.2.267-1.6-.267l-3.067-4.133L7.599 22c-.4.533-1.067.533-1.6.267-.533-.4-.533-1.067-.267-1.6L9.332 16l-3.6-4.667c-.267-.533-.267-1.2.267-1.6s1.2-.267 1.6.267l3.067 4.133L13.733 10c.4-.533 1.067-.533 1.6-.267s.533 1.067.267 1.6L12 16l3.6 4.667zm9.733-.4c.667 0 1.067.533 1.067 1.067s-.533 1.067-1.067 1.067h-6.667c-.667 0-1.067-.533-1.067-1.067v-1.067c0-1.467.8-2.8 2.133-3.333l3.6-1.733c.667-.267.933-.933.933-1.6 0-.933-.8-1.733-1.733-1.733h-1.733c-.533 0-.933.4-.933.933v.533c0 .667-.533 1.067-1.067 1.067s-1.067-.533-1.067-1.067v-.667c0-1.733 1.333-3.067 3.067-3.067h1.733c2.267 0 4 1.733 4 4 0 1.467-.8 2.933-2.267 3.6l-3.6 1.733c-.533.267-.8.8-.8 1.333h5.467z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/down.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m16 19.448 8.391-8.391a1.333 1.333 0 1 1 1.886 1.886l-9.333 9.333a1.333 1.333 0 0 1-1.886 0l-9.333-9.333a1.333 1.333 0 1 1 1.886-1.886l8.391 8.391z"/></svg>
|
||||
|
After Width: | Height: | Size: 228 B |
1
src/assets/font-icons/download.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M6.667 25.333h18.667a1.333 1.333 0 0 1 .155 2.657l-.155.009H6.667a1.333 1.333 0 0 1-.155-2.657l.155-.009zm9.178-21.324L16 4c.684 0 1.247.515 1.324 1.178l.009.155v12.78l4.391-4.389a1.333 1.333 0 0 1 1.76-.111l.126.111c.481.481.518 1.237.111 1.76l-.111.126-6.667 6.667a1.333 1.333 0 0 1-1.76.111l-.126-.111L8.39 15.61a1.333 1.333 0 0 1 1.76-1.997l.126.111 4.391 4.389V5.333c0-.684.515-1.247 1.178-1.324z"/></svg>
|
||||
|
After Width: | Height: | Size: 482 B |
1
src/assets/font-icons/eats.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10.901 1.912a1.333 1.333 0 0 1 1.854-.344c1.045.718 2.036 1.708 2.978 2.965.292.39.546.758.76 1.109.236-.388.545-.811.926-1.268 1.276-1.531 3.054-2.42 5.333-2.667-.276 1.52-.81 2.804-1.602 3.854l.201-.027c1.893-.198 3.517.152 4.83 1.218l.512.441c6.897 6.134 3.941 20.445-4.938 23.405l-.133.037c-1.375.305-2.284.245-3.411-.115l-.786-.272c-.551-.184-.9-.248-1.425-.248s-.873.064-1.424.249l-.787.272c-1.128.361-2.037.42-3.412.114l-.132-.037C1.197 27.582-1.622 12.923 5.927 6.89c2.419-1.613 4.416-1.742 7.182-.975l.416.119c-.754-.989-1.517-1.744-2.281-2.269a1.333 1.333 0 0 1-.344-1.854zM7.5 9.041c-5.771 4.617-3.487 16.6 3.524 19.005.817.176 1.263.154 1.928-.057l.261-.088.566-.198c.784-.259 1.38-.37 2.222-.37s1.438.111 2.222.37l.826.285c.582.185.997.225 1.639.115l.29-.056.304-.112c6.63-2.591 8.885-13.983 3.653-18.736l-.428-.369c-.741-.584-1.656-.772-2.877-.644-.602.063-1.204.188-2.081.417l-1.62.431-.468.116c-.555.131-.857.171-1.233.18l-.368.002c-.546-.008-.903-.071-1.761-.327l-1.397-.432c-2.253-.671-3.562-.619-5.202.468z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/edit.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M25.886 4 28 6.114a2.667 2.667 0 0 1 0 3.771L10.276 27.609c-.25.25-.589.391-.943.391h-4a1.334 1.334 0 0 1-1.334-1.334v-4c0-.354.14-.693.391-.943L19.057 7.056l.001-.001 3.056-3.056a2.667 2.667 0 0 1 3.771 0zM24 10.114 26.114 8 24 5.886 21.886 8 24 10.114zm-4-.228L6.667 23.219v2.114h2.114L22.114 12 20 9.886z"/></svg>
|
||||
|
After Width: | Height: | Size: 388 B |
1
src/assets/font-icons/email.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M25.333 5.333a4 4 0 0 1 3.993 3.765l.007.235v13.333a4 4 0 0 1-3.765 3.993l-.235.007H6.666a4 4 0 0 1-3.993-3.765l-.007-.235V9.333A4 4 0 0 1 6.431 5.34l.235-.007h18.667zm1.334 5.158-8.448 5.633a4 4 0 0 1-4.196.149l-.241-.149-8.448-5.631v12.175c0 .684.515 1.247 1.178 1.324l.155.009h18.667c.684 0 1.247-.515 1.324-1.178l.009-.155V10.492zM25.333 8H6.666a1.35 1.35 0 0 0-.231.02l8.824 5.885c.398.265.903.295 1.325.088l.154-.088 8.824-5.885-.114-.015L25.331 8z"/></svg>
|
||||
|
After Width: | Height: | Size: 535 B |
1
src/assets/font-icons/enter.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M25.333 4a1.333 1.333 0 0 0-2.666 0v13.067c0 .769-.001 1.265-.032 1.643-.03.362-.08.496-.113.562a1.335 1.335 0 0 1-.583.583c-.066.034-.2.084-.562.113-.378.031-.874.032-1.643.032H8.553l4.391-4.391a1.333 1.333 0 1 0-1.886-1.886L4.391 20.39a1.333 1.333 0 0 0 0 1.886l6.667 6.667a1.333 1.333 0 1 0 1.886-1.886l-4.391-4.391h11.233c.703 0 1.309 0 1.809-.041.527-.043 1.051-.138 1.556-.395a3.991 3.991 0 0 0 1.748-1.748c.257-.505.352-1.029.395-1.556.041-.499.041-1.106.041-1.809V3.999z"/></svg>
|
||||
|
After Width: | Height: | Size: 559 B |
1
src/assets/font-icons/expand.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M12.921 12.921c-.258.258-.6.392-.942.392s-.683-.129-.942-.392l-5.7-5.7v2.112c0 .738-.596 1.333-1.333 1.333a1.338 1.338 0 0 1-1.325-1.179l-.008-.154V4c0-.683.517-1.246 1.179-1.325l.154-.008h5.333c.738 0 1.333.596 1.333 1.333 0 .683-.517 1.246-1.179 1.325l-.154.008H7.225l5.7 5.7a1.338 1.338 0 0 1-.004 1.887zm6.15 6.15c.258-.258.6-.392.942-.392s.683.129.942.392l5.7 5.7v-2.113c0-.738.596-1.333 1.333-1.333.683 0 1.246.517 1.325 1.179l.008.154v5.333c0 .683-.517 1.246-1.179 1.325l-.154.008h-5.333a1.331 1.331 0 0 1-1.333-1.333c0-.683.517-1.246 1.179-1.325l.154-.008h2.113l-5.696-5.704a1.33 1.33 0 0 1 0-1.883z"/></svg>
|
||||
|
After Width: | Height: | Size: 688 B |
1
src/assets/font-icons/eye-closed-outline.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M4.913 4.3c-.176.088-.36.239-.489.403-.328.416-.345.767-.056 1.18.087.123 5.013 5.075 10.948 11.003 7.525 7.517 10.853 10.807 10.999 10.873.449.203 1.016-.053 1.352-.612.219-.364.223-.58.017-.933-.097-.167-.881-.989-2.101-2.208l-1.945-1.94.541-.421c1.383-1.075 2.717-2.535 3.748-4.099.467-.707.607-1.112.607-1.747-.001-.752-.172-1.219-.708-1.945-1.745-2.359-4.068-4.26-6.479-5.304-1.772-.768-3.364-1.093-5.347-1.096-1.903-.003-3.553.325-5.211 1.036l-.507.219-2.168-2.165c-2.564-2.56-2.565-2.56-3.201-2.243zm12.234 5.408c2.828.313 5.405 1.641 7.567 3.897.757.789 1.568 1.827 1.612 2.06.043.223-.079.456-.611 1.188-.883 1.215-2.033 2.407-3.091 3.2l-.569.427-1.515-1.512.211-.383a5.246 5.246 0 0 0 .649-2.559c.003-.693-.052-1.047-.264-1.707-.551-1.708-1.869-2.977-3.669-3.528-.451-.137-.541-.147-1.467-.147-.921 0-1.019.009-1.467.145-.264.08-.712.261-.995.403l-.516.259-.521-.524c-.288-.288-.512-.535-.499-.548.013-.012.288-.105.611-.207a12.92 12.92 0 0 1 2.16-.461c.572-.064 1.812-.067 2.373-.004zM6.901 10.916c-.944.796-2.3 2.291-2.944 3.245a3.726 3.726 0 0 0-.36.747c-.128.383-.14.481-.119.985.031.692.14.98.667 1.764 3.153 4.692 7.885 7.252 12.72 6.884 1.207-.091 2.701-.405 3.481-.731l.204-.087-1.751-1.745-.293.079c-.804.212-1.245.259-2.48.261-1.309.001-1.6-.031-2.616-.292-2.713-.695-5.163-2.473-7.125-5.173-.532-.732-.653-.965-.611-1.188.073-.391 1.664-2.221 2.631-3.028.257-.215.504-.423.547-.461.068-.06-.029-.179-.692-.843-.425-.425-.787-.773-.804-.773-.019 0-.223.16-.455.356zm9.766 1.964c1.212.255 2.2 1.251 2.46 2.48a3.405 3.405 0 0 1-.088 1.621l-.115.369-4.26-4.257.175-.072c.513-.213 1.221-.268 1.828-.141zm-5.783 1.375c-.305.805-.376 2.015-.169 2.919a5.446 5.446 0 0 0 4.112 4.112c.904.207 2.113.136 2.919-.169.14-.053.131-.065-.788-.985-.86-.861-.944-.931-1.121-.931-.303 0-.985-.195-1.347-.384-.487-.255-1.091-.877-1.335-1.376-.191-.391-.352-.984-.353-1.307-.001-.137-.141-.301-.932-1.091-.92-.919-.932-.928-.985-.788z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
1
src/assets/font-icons/eye-closed.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M4.33 5.789a1.334 1.334 0 0 1 1.749-.228l.133.102L27.545 24.33a1.333 1.333 0 0 1-1.624 2.109l-.133-.102-3.551-3.107c-1.821.863-3.926 1.437-6.232 1.437-7.767 0-13.338-6.612-13.338-8.667 0-1.153 1.769-3.743 4.687-5.793L4.455 7.67a1.333 1.333 0 0 1-.125-1.881zM10.667 16a5.333 5.333 0 0 0 8.341 4.404l-2.766-2.419A2 2 0 0 1 14 16.023l-2.766-2.42A5.315 5.315 0 0 0 10.666 16zm5.338-8.667c7.796 0 13.328 6.612 13.328 8.667 0 .848-.937 2.472-2.588 4.087l-5.456-4.775a5.335 5.335 0 0 0-5.02-4.639l-.291-.007-3.333-2.916a13.815 13.815 0 0 1 3.359-.418z"/></svg>
|
||||
|
After Width: | Height: | Size: 625 B |
1
src/assets/font-icons/eye-outline.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M15.093 7.467c-4.001.269-7.715 2.347-10.539 5.897-.605.761-.799 1.073-.959 1.548-.127.379-.139.479-.117.981.031.692.14.98.667 1.764 3.153 4.692 7.885 7.252 12.72 6.884 3.104-.236 5.764-1.428 8.275-3.709 1.348-1.224 2.987-3.331 3.275-4.207.213-.651.148-1.485-.165-2.109-.296-.591-1.261-1.777-2.22-2.729-3.103-3.083-6.92-4.591-10.936-4.32zm2.827 2.346c2.488.436 4.833 1.745 6.793 3.792.757.789 1.568 1.827 1.612 2.06.043.223-.079.456-.611 1.188-2.193 3.017-4.92 4.831-8.115 5.396-.539.095-2.661.095-3.2 0-3.195-.565-5.921-2.379-8.115-5.396-.532-.732-.653-.965-.611-1.188.044-.233.855-1.271 1.612-2.06 2.187-2.284 4.781-3.608 7.673-3.919.573-.061 2.311.013 2.96.127zm-2.88.862c-.455.075-1.283.377-1.72.628a5.616 5.616 0 0 0-2.143 2.263c-1.8 3.611.799 7.829 4.823 7.829 1.675 0 3.171-.719 4.224-2.029 1.821-2.268 1.484-5.635-.752-7.505-.715-.597-1.691-1.051-2.565-1.191-.413-.065-1.455-.063-1.867.005zm1.543 2.184c.931.155 1.86.868 2.287 1.755.433.899.433 1.872.001 2.773-.283.589-.895 1.215-1.452 1.484a3.26 3.26 0 0 1-2.837 0c-.557-.269-1.169-.895-1.452-1.484-.604-1.259-.364-2.645.625-3.629.791-.784 1.727-1.083 2.828-.899z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/font-icons/eye.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16.005 7.333c7.796 0 13.328 6.612 13.328 8.667s-5.502 8.667-13.328 8.667c-7.767 0-13.338-6.612-13.338-8.667s5.611-8.667 13.338-8.667zM16 10.667a5.333 5.333 0 1 0 0 10.666 5.333 5.333 0 0 0 0-10.666zM16 14a2 2 0 1 1 .001 3.999A2 2 0 0 1 16 14z"/></svg>
|
||||
|
After Width: | Height: | Size: 324 B |
1
src/assets/font-icons/favorite-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m31.392 14.229-6.95 6.063 2.087 9.008c.092.392.046.8-.121 1.158l-.096.175a1.79 1.79 0 0 1-2.462.6L16 26.466l-7.85 4.771a1.797 1.797 0 0 1-1.138.25l-.196-.033A1.793 1.793 0 0 1 5.474 29.3l2.083-9.008-6.95-6.063a1.788 1.788 0 0 1-.579-1.004l-.029-.196a1.797 1.797 0 0 1 1.633-1.942l9.142-.779 3.575-8.488c.154-.371.429-.675.779-.871l.179-.088a1.798 1.798 0 0 1 2.35.958l3.571 8.488 9.142.779c.396.033.771.2 1.063.467l.137.142c.646.75.567 1.883-.179 2.533z"/></svg>
|
||||
|
After Width: | Height: | Size: 534 B |
1
src/assets/font-icons/favorite.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M15.125.954a1.793 1.793 0 0 0-.778.87l-3.574 8.486-9.14.781A1.793 1.793 0 0 0-.001 13.03l.028.196c.077.387.28.741.58 1.003l6.951 6.064-2.087 9.009a1.793 1.793 0 0 0 1.342 2.152l.197.034a1.79 1.79 0 0 0 1.139-.249l7.85-4.771 7.85 4.771c.846.514 1.95.245 2.464-.601l.094-.176c.168-.361.211-.769.12-1.16l-2.088-9.009 6.953-6.064a1.793 1.793 0 0 0 .173-2.53l-.138-.142a1.794 1.794 0 0 0-1.061-.466l-9.141-.781-3.572-8.486a1.794 1.794 0 0 0-2.349-.957l-.179.088zM16 4.769l2.972 7.061.078.163a1.79 1.79 0 0 0 1.422.928l7.616.649-5.795 5.056-.141.138a1.793 1.793 0 0 0-.427 1.619l1.737 7.498-6.53-3.968-.176-.094a1.794 1.794 0 0 0-1.687.094l-6.531 3.968 1.738-7.498.034-.194a1.795 1.795 0 0 0-.602-1.562l-5.796-5.056 7.617-.649a1.793 1.793 0 0 0 1.5-1.091l2.972-7.061z"/></svg>
|
||||
|
After Width: | Height: | Size: 842 B |
1
src/assets/font-icons/file-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10.757 2.401c.556.002.963.01 1.295.037.435.035.596.096.675.136.301.153.546.398.699.699.04.079.101.24.136.675.037.453.038 1.049.038 1.971v1.666c0 1.288 0 2.351.071 3.217.073.899.231 1.726.627 2.503a6.407 6.407 0 0 0 2.797 2.797c.777.396 1.603.553 2.503.627.866.071 1.929.071 3.217.071h1.666c.923 0 1.518.001 1.972.038.435.036.596.096.675.136.301.153.546.398.699.699.04.079.101.24.136.675.036.445.038 1.027.038 1.92v1.651c0 2.688 0 4.032-.523 5.059a4.801 4.801 0 0 1-2.098 2.098c-1.027.523-2.371.523-5.059.523h-8.64c-2.688 0-4.032 0-5.059-.523a4.796 4.796 0 0 1-2.098-2.098c-.523-1.027-.523-2.371-.523-5.059v-11.84c0-2.688 0-4.032.523-5.059a4.796 4.796 0 0 1 2.098-2.098c.902-.46 2.049-.515 4.136-.522zM27.65 13.788a4.84 4.84 0 0 0-.357-.708c-.297-.484-.712-.899-1.542-1.73L19.05 4.649c-.83-.83-1.245-1.245-1.73-1.542a4.742 4.742 0 0 0-.708-.357c.073.31.114.623.139.938.049.599.049 1.327.049 2.17V7.52c0 1.371.001 2.302.06 3.022.057.701.161 1.06.289 1.31a3.196 3.196 0 0 0 1.398 1.398c.25.127.609.231 1.31.289.72.059 1.652.06 3.022.06h1.662c.844 0 1.571 0 2.17.049.314.026.628.067.938.139z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/flag.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m15.638 3.98.698.382a9.804 9.804 0 0 0 8.16.406l1.675-.669a1.333 1.333 0 0 1 1.828 1.238v13.376c0 .548-.335 1.04-.846 1.241l-1.674.658a12.58 12.58 0 0 1-10.421-.555l-.717-.388a8.722 8.722 0 0 0-7.676-.129v9.794a1.333 1.333 0 0 1-2.657.155l-.009-.155v-24c0-.113.014-.223.041-.328l.052-.157c.125-.327.381-.594.704-.736l.467-.231a11.372 11.372 0 0 1 10.375.099zm-8.97 2.184-.001 10.502.402-.13a11.389 11.389 0 0 1 8.546.788l.718.389a9.916 9.916 0 0 0 8.172.417l.829-.326v-10.5l-.405.148a12.471 12.471 0 0 1-9.878-.753l-.702-.384a8.702 8.702 0 0 0-7.68-.151z"/></svg>
|
||||
|
After Width: | Height: | Size: 635 B |
1
src/assets/font-icons/folder-badge.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M2.923 5.821C2.4 6.848 2.4 8.192 2.4 10.88v.605a5.67 5.67 0 0 1 1.288-.236c.599-.049 1.327-.049 2.17-.049h20.283c.844 0 1.571 0 2.17.049.422.034.843.097 1.256.226-.049-1.089-.174-1.83-.492-2.454a4.796 4.796 0 0 0-2.098-2.098C25.95 6.4 24.606 6.4 21.918 6.4h-1.753c-.652 0-.978 0-1.285-.074a2.67 2.67 0 0 1-.771-.319c-.269-.165-.5-.396-.961-.857l-.701-.701c-.461-.461-.692-.692-.961-.857a2.67 2.67 0 0 0-.771-.319c-.307-.074-.633-.074-1.285-.074h-3.353c-2.688 0-4.032 0-5.059.523A4.796 4.796 0 0 0 2.92 5.82zM29.6 19.52v-1.6c0-.923-.001-1.518-.038-1.971-.036-.435-.096-.596-.136-.675a1.596 1.596 0 0 0-.699-.699c-.079-.04-.24-.101-.675-.136-.453-.037-1.049-.038-1.972-.038H5.92c-.922 0-1.518.001-1.971.038-.435.036-.596.096-.675.136a1.596 1.596 0 0 0-.699.699c-.04.079-.101.24-.136.675-.037.453-.038 1.049-.038 1.971v1.6c0 2.688 0 4.032.523 5.059a4.801 4.801 0 0 0 2.098 2.098c1.027.523 2.371.523 5.059.523h11.84c2.688 0 4.032 0 5.059-.523a4.801 4.801 0 0 0 2.098-2.098c.523-1.027.523-2.371.523-5.059z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/folder.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M12.505 2.667a3.33 3.33 0 0 1 2.163.797l.194.179 2.828 2.828c.1.1.229.165.366.187l.105.008h7.172a5.334 5.334 0 0 1 5.327 5.067l.007.266v12a5.334 5.334 0 0 1-5.067 5.327l-.266.007H6.667a5.334 5.334 0 0 1-5.327-5.067L1.333 24V8A5.334 5.334 0 0 1 6.4 2.673l.266-.007h5.838zm0 2.666H6.667a2.666 2.666 0 0 0-2.659 2.468L4.001 8v16a2.666 2.666 0 0 0 2.468 2.659l.199.007h18.667a2.666 2.666 0 0 0 2.659-2.468l.007-.199v-12a2.666 2.666 0 0 0-2.468-2.659l-.199-.007h-7.172a3.33 3.33 0 0 1-2.163-.797l-.194-.179-2.828-2.828a.668.668 0 0 0-.367-.187l-.105-.008zm12.828 8a1.333 1.333 0 0 1 .155 2.657l-.155.009H6.666a1.333 1.333 0 0 1-.155-2.657l.155-.009h18.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 732 B |
1
src/assets/font-icons/fontsize.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M15.089 2.647c-.514.263-.768.73-.886.957a12.35 12.35 0 0 0-.406.925l-5.032 12.3a1.334 1.334 0 0 0 2.468 1.01l1.297-3.171h6.937l1.297 3.171a1.333 1.333 0 1 0 2.468-1.01L18.2 4.529a12.125 12.125 0 0 0-.406-.925c-.117-.227-.372-.694-.886-.957a1.998 1.998 0 0 0-1.822 0zM16 6.188 18.378 12h-4.755l2.378-5.812zm-5.999-.855a1.333 1.333 0 0 0-.002-2.666c-.975.001-1.793.006-2.473.071-.696.066-1.339.2-1.947.51a5.331 5.331 0 0 0-2.331 2.331c-.33.647-.461 1.336-.522 2.085-.059.722-.059 1.607-.059 2.681v18.988a1.335 1.335 0 0 0 2.276.943l4.084-4.084c.506-.506.612-.599.715-.663.119-.073.249-.127.385-.16.118-.028.258-.037.974-.037h10.554c1.073 0 1.959 0 2.681-.059.749-.061 1.438-.193 2.086-.522a5.337 5.337 0 0 0 2.331-2.331c.33-.647.461-1.336.522-2.086.059-.722.059-1.607.059-2.681v-7.31c0-1.073 0-1.959-.059-2.681-.061-.749-.193-1.438-.522-2.085a5.331 5.331 0 0 0-2.331-2.331c-.608-.31-1.251-.444-1.947-.51-.68-.065-1.498-.07-2.473-.071A1.333 1.333 0 1 0 22 5.331c1.002.001 1.69.008 2.223.059.517.049.793.132.989.231.502.256.91.664 1.165 1.165.106.209.193.507.241 1.092.049.6.05 1.377.05 2.519v7.2c0 1.142-.001 1.919-.05 2.519-.048.585-.134.883-.241 1.092-.256.502-.664.91-1.165 1.165-.209.106-.507.193-1.092.241-.6.049-1.377.05-2.519.05h-10.61c-.543 0-1.021-.001-1.485.111-.408.098-.798.26-1.156.479-.407.25-.745.588-1.129.972l-.078.079-1.808 1.807V10.398c0-1.142.001-1.918.05-2.519.048-.585.134-.883.241-1.092.256-.502.664-.91 1.165-1.165.195-.099.471-.182.989-.231.533-.051 1.221-.058 2.223-.059z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
1
src/assets/font-icons/forums.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M5.333 8a1.333 1.333 0 0 0 0 2.666h1.333a1.333 1.333 0 0 0 0-2.666H5.333zM12 8a1.333 1.333 0 0 0 0 2.666h14.667a1.333 1.333 0 0 0 0-2.666H12zm0 6.667a1.333 1.333 0 0 0 0 2.666h14.667a1.333 1.333 0 0 0 0-2.666H12zm-1.333 8c0-.736.597-1.333 1.333-1.333h14.667a1.333 1.333 0 0 1 0 2.666H12a1.333 1.333 0 0 1-1.333-1.333zM4 16c0-.736.597-1.333 1.333-1.333h1.333a1.333 1.333 0 0 1 0 2.666H5.333A1.333 1.333 0 0 1 4 16zm1.333 5.333a1.333 1.333 0 0 0 0 2.666h1.333a1.333 1.333 0 0 0 0-2.666H5.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 571 B |
1
src/assets/font-icons/forward.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m15.995 5.34-.095.12c-.36.481-.474.973-.509 1.978l-.011.547-.002.31-.001 1.416C7.729 10.232 3.69 15.294 2.362 22.55l-.193 1.064-.097.582-.043.305-.025.249-.008.204c0 .124.012.224.035.315l.042.13.059.126.165.279c.366.591.951.93 1.646.955l.293.008.125-.006a.992.992 0 0 0 .374-.111l.149-.084.174-.115.099-.071.492-.385 1.382-1.155.298-.243c2.016-1.596 4.606-2.633 7.868-2.876l.18-.011.001 1.323.007.597c.026 1.279.142 1.8.611 2.363a2.666 2.666 0 0 0 2.184.955l.235-.019c.409-.046.717-.169 1.183-.521l.271-.215.311-.266.564-.507 8.163-7.545.284-.275c.415-.417.559-.649.703-1.069a2.664 2.664 0 0 0 0-1.728c-.129-.378-.259-.604-.586-.949l-.25-.251-.513-.482-7.801-7.208-.564-.507-.312-.266a8.995 8.995 0 0 0-.14-.114l-.254-.192c-.399-.283-.687-.389-1.059-.431l-.235-.018a2.666 2.666 0 0 0-2.184.955zm2.088 1.8.327.264.268.236.708.649 7.974 7.379-.627.586-7.979 7.37-.396.349-.215.174-.06.045-.013-.158-.014-.258-.011-.527-.002-2.916c0-.736-.597-1.333-1.333-1.333-4.798 0-8.573 1.422-11.398 3.802l-.339.285.012-.056c1.197-6.54 4.728-10.697 11.726-10.697.736 0 1.333-.597 1.333-1.333l.002-2.919.011-.524.014-.257.013-.159z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
1
src/assets/font-icons/fullscreen.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M6.667 18.667C7.403 18.667 8 19.264 8 20v4h4a1.333 1.333 0 0 1 0 2.666H6.667a1.333 1.333 0 0 1-1.333-1.333V20c0-.736.597-1.333 1.333-1.333zm18.666 0c.684 0 1.247.515 1.324 1.178l.009.155v5.333c0 .684-.515 1.247-1.178 1.324l-.155.009H20a1.333 1.333 0 0 1-.155-2.657L20 24h4v-4c0-.736.597-1.333 1.333-1.333zM6.667 5.333H12a1.333 1.333 0 0 1 .155 2.657L12 7.999H8v4a1.333 1.333 0 0 1-2.657.155l-.009-.155V6.666c0-.684.515-1.247 1.178-1.324l.155-.009zm18.666 0c.736 0 1.333.597 1.333 1.333v5.333a1.333 1.333 0 0 1-2.666 0v-4h-4a1.333 1.333 0 0 1 0-2.666h5.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 637 B |
1
src/assets/font-icons/gifs.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M21.333 1.333a9.333 9.333 0 0 1 9.333 9.333v10.667a9.333 9.333 0 0 1-9.333 9.333H10.666a9.333 9.333 0 0 1-9.333-9.333V10.666a9.333 9.333 0 0 1 9.333-9.333zm0 2.667H10.666a6.667 6.667 0 0 0-6.667 6.667v10.667a6.667 6.667 0 0 0 6.667 6.667h10.667A6.667 6.667 0 0 0 28 21.334V10.667A6.667 6.667 0 0 0 21.333 4zm3.334 7.333a1.333 1.333 0 0 1 .155 2.657l-.155.009h-2v1.333h2a1.333 1.333 0 0 1 .155 2.657l-.155.009h-2v1.333c0 .684-.515 1.247-1.178 1.324l-.155.009a1.333 1.333 0 0 1-1.324-1.178l-.009-.155v-6a2 2 0 0 1 1.807-1.991l.193-.009h2.667zm-7.334 0c.684 0 1.247.515 1.324 1.178l.009.155v6.667a1.333 1.333 0 0 1-2.657.155L16 19.333v-6.667c0-.736.597-1.333 1.333-1.333zm-6.666 0c.758 0 1.494.182 2.153.526a1.333 1.333 0 0 1-1.089 2.429l-.142-.064A2 2 0 1 0 10.667 18c.528 0 1.006-.22 1.316-.562l.084-.104H12a1.333 1.333 0 0 1-1.324-1.178l-.009-.155c0-.684.515-1.247 1.178-1.324l.155-.009 1.409.004.042.003c.894.08 1.568.825 1.579 1.703l-.007.177-.059.585c-.405 2.13-2.237 3.528-4.297 3.528a4.667 4.667 0 0 1 0-9.334z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
src/assets/font-icons/gift.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M28.688 10.271c-.896-1.037-2.204-1.613-3.692-1.621h-1.112a6.985 6.985 0 0 0 1.133-1.8c.571-1.354.483-2.638-.238-3.517-.558-.679-1.712-1.392-4.054-.917-2.025.408-3.346 1.792-4.1 2.879-.221.317-.417.65-.592.992a9.11 9.11 0 0 0-.592-.992c-.758-1.087-2.079-2.471-4.104-2.879-2.342-.475-3.496.237-4.054.917-.721.879-.808 2.163-.237 3.517a7.08 7.08 0 0 0 1.133 1.8H7.071c-1.487.008-2.796.583-3.692 1.621-.788.912-1.217 2.117-1.208 3.4s.45 2.483 1.25 3.387c.183.208.383.396.596.563v8.629c0 .058.004.121.013.179.279 2.1 1.633 3.308 3.712 3.308h16.58c2.079 0 3.433-1.208 3.717-3.308.008-.058.012-.121.012-.179v-8.629a4.45 4.45 0 0 0 .596-.563c.8-.904 1.242-2.104 1.25-3.387s-.421-2.488-1.208-3.4zM18.663 7.054c.4-.642 1.271-1.754 2.592-2.021.933-.188 1.363-.071 1.458-.008.029.088.046.5-.35 1.188-.617 1.071-1.988 2.288-3.546 2.425l-.1.012h-.758a5.7 5.7 0 0 1 .704-1.596zM9.354 5.025c.096-.063.525-.179 1.458.008 1.321.267 2.192 1.379 2.592 2.021.383.612.596 1.179.7 1.596h-.754l-.1-.012c-1.558-.137-2.929-1.354-3.546-2.425-.396-.688-.379-1.1-.35-1.188zm17.538 9.933c-.392.671-1.033 1.008-1.917 1.008h-1.05a1.332 1.332 0 1 0 0 2.666h1.046c.137 0 .275-.004.413-.017v7.542c-.05.313-.121.542-.279.692s-.4.221-.783.221h-6.913v-2.188c0-.738-.596-1.333-1.333-1.333h-.084c-.738 0-1.333.596-1.333 1.333v2.188H7.747c-.383 0-.629-.071-.783-.221-.158-.15-.229-.379-.279-.692v-7.542c.133.008.271.017.408.017h1.046a1.332 1.332 0 1 0 0-2.666h-1.05c-.883 0-1.525-.338-1.917-1.008-.45-.767-.454-1.842-.013-2.612.388-.679 1.033-1.025 1.921-1.029h17.904c.887.004 1.533.35 1.921 1.029.442.771.438 1.846-.012 2.613zm-10.821 14.78h-.079.08z"/><path d="m15.654 21.788-2.679 1.642a.59.59 0 0 1-.813-.196.604.604 0 0 1-.071-.454l.417-1.633a2.065 2.065 0 0 1 1.1-1.346l2.921-1.404a.277.277 0 0 0 .129-.367.274.274 0 0 0-.292-.15l-3.254.563a2.28 2.28 0 0 1-1.854-.5l-1.029-.858a.59.59 0 0 1 .333-1.041l3.137-.246a.59.59 0 0 0 .5-.363l1.213-2.925a.592.592 0 0 1 1.092 0l1.212 2.925a.591.591 0 0 0 .5.363l3.158.246a.587.587 0 0 1 .542.637.6.6 0 0 1-.204.404l-2.408 2.054a.592.592 0 0 0-.192.587l.742 3.075a.592.592 0 0 1-.884.641l-2.7-1.654a.586.586 0 0 0-.617 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
src/assets/font-icons/group-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="32"><path d="M15.33 15.009a7.105 7.105 0 1 1 .001-14.21 7.105 7.105 0 0 1-.001 14.21zM1.122 27.236c0-1.363.339-2.725 1.306-3.686 1.817-1.804 5.722-4.482 12.901-4.482s11.085 2.678 12.901 4.482c.967.96 1.306 2.322 1.306 3.686a4.011 4.011 0 0 1-3.984 4.01H5.13a4.011 4.011 0 0 1-4.011-4.01zm30.601 4.01a7.346 7.346 0 0 0 1.184-4.01c0-1.839-.45-4.238-2.302-6.076l-.042-.041c.326-.013.66-.02 1.004-.02 6.145 0 9.493 2.226 11.052 3.729.83.8 1.126 1.952 1.126 3.105a3.314 3.314 0 0 1-3.314 3.314h-8.708zm-.156-14.207a6.089 6.089 0 1 1 0-12.178 6.089 6.089 0 0 1 0 12.178z"/></svg>
|
||||
|
After Width: | Height: | Size: 632 B |
1
src/assets/font-icons/group.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M8 9.333a2.667 2.667 0 1 1 5.334 0 2.667 2.667 0 0 1-5.334 0zM10.667 4a5.333 5.333 0 1 0 0 10.666 5.333 5.333 0 0 0 0-10.666zM3.131 21.224c.96-.953 3.194-2.557 7.536-2.557s6.576 1.604 7.536 2.557c.285.283.464.768.464 1.475 0 .719-.583 1.301-1.301 1.301H3.969a1.301 1.301 0 0 1-1.301-1.301c0-.707.179-1.191.464-1.475zM10.667 16c-5.09 0-7.988 1.915-9.415 3.332C.267 20.31 0 21.615 0 22.699a3.968 3.968 0 0 0 3.968 3.968h13.397a3.969 3.969 0 0 0 3.968-3.968c0-1.084-.267-2.389-1.252-3.367C18.654 17.915 15.757 16 10.666 16zm11.334 2.433a1.332 1.332 0 0 1 1.389-1.275c3.977.17 6.298 1.721 7.48 2.895.895.888 1.13 2.066 1.13 3.021a3.592 3.592 0 0 1-3.592 3.592H24A1.333 1.333 0 0 1 24 24h4.408a.925.925 0 0 0 .925-.925c0-.579-.147-.936-.342-1.129-.748-.743-2.453-1.984-5.715-2.123a1.332 1.332 0 0 1-1.275-1.389zm-1.334-7.1a2 2 0 1 1 3.999-.001 2 2 0 0 1-3.999.001zm2-4.666a4.667 4.667 0 1 0 0 9.334 4.667 4.667 0 0 0 0-9.334z"/></svg>
|
||||
|
After Width: | Height: | Size: 1001 B |
1
src/assets/font-icons/grouped-disable.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M22.88 26.56h-5.44v-5.6l-2.72-2.72v8.16h-5.6c-.8 0-1.28-.16-1.6-.32s-1.44-.96-1.76-1.76c-.16-.32-.32-.8-.32-1.6V9.12L3.2 6.88c-.32.64-.32 1.28-.48 2.08v14.08c0 .96.32 1.76.64 2.56a6.28 6.28 0 0 0 2.88 2.88c.8.32 1.6.64 2.56.64h14.08c.8 0 1.44-.16 2.08-.32l-2.08-2.24zm6.08.48-.8-.64c.16-.16.32-.48.32-.64.32-.8.64-1.6.64-2.56V8.96c0-.96-.32-1.76-.64-2.56a6.28 6.28 0 0 0-2.88-2.88c-.8-.32-1.6-.64-2.56-.64H8.96c-.96 0-1.92.16-2.72.48-.16.16-.32.32-.64.48l-.64-.8c-.48-.48-1.44-.48-1.92 0s-.48 1.44 0 1.92l.8.64L26.4 28.16l.64.8c.32.32.64.32.96.32s.64-.16.96-.32c.48-.48.48-1.44 0-1.92zM14.72 12.8 7.68 5.76c.32-.16.8-.32 1.6-.32h5.44v7.36zm12 6.72v3.36c0 .8-.16 1.12-.32 1.6l-7.2-7.2h7.52v2.24zm0-4.8h-9.28V5.28h5.44c.8 0 1.28.16 1.6.32s1.44.96 1.76 1.76c.16.32.32.8.32 1.6v5.76z"/></svg>
|
||||
|
After Width: | Height: | Size: 860 B |
1
src/assets/font-icons/grouped.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M29.28 8.96c0-.96-.32-1.76-.64-2.56a6.28 6.28 0 0 0-2.88-2.88c-.8-.32-1.6-.64-2.56-.64H8.96c-.96 0-1.92.16-2.72.48a6.28 6.28 0 0 0-2.88 2.88c-.32.8-.48 1.76-.64 2.72v14.08c0 .96.32 1.76.64 2.56a6.28 6.28 0 0 0 2.88 2.88c.8.32 1.6.64 2.56.64h14.08c.96 0 1.76-.32 2.56-.64a6.28 6.28 0 0 0 2.88-2.88c.32-.8.64-1.6.64-2.56V12.48c.32-1.44.32-2.56.32-3.52zm-12-3.68h5.44c.8 0 1.28.16 1.6.32s1.44.96 1.76 1.76c.16.32.32.8.32 1.6v5.44h-9.28V5.28zm-2.56 21.44h-5.6c-.8 0-1.28-.16-1.6-.32s-1.44-.96-1.76-1.76c-.16-.32-.32-.8-.32-1.6V9.12c0-.8.16-1.28.32-1.6s.96-1.44 1.76-1.76c.32-.16.8-.32 1.6-.32h5.44v21.28zm12-7.2v3.36c0 .8-.16 1.28-.32 1.6s-.96 1.44-1.76 1.76c-.32.16-.8.32-1.6.32H17.6v-9.28h9.28v2.24z"/></svg>
|
||||
|
After Width: | Height: | Size: 778 B |
1
src/assets/font-icons/hand-stop.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M17.75 4.875a2.833 2.833 0 0 1 3.933 2.612v7.304l.354-.713a2.637 2.637 0 0 1 3.542-1.179 2.714 2.714 0 0 1 1.267 3.533L23.7 23.507a8.962 8.962 0 0 1-8.183 5.321h-.742c-5.442-.004-9.858-4.421-9.858-9.867v-8.512A2.833 2.833 0 0 1 7.75 7.616c.3 0 .592.046.867.133v-.263a2.833 2.833 0 0 1 3.933-2.612 2.843 2.843 0 0 1 2.6-1.704 2.847 2.847 0 0 1 2.6 1.704zm.238 2.612v7.771c0 .542-.442.983-.983.983s-.983-.442-.983-.983v-9.25a.866.866 0 1 0-1.734 0v9.25c0 .542-.442.983-.983.983s-.983-.442-.983-.983V7.487a.866.866 0 1 0-1.734 0v8.512c0 .542-.442.983-.983.983s-.983-.442-.983-.983v-5.55a.866.866 0 1 0-1.734 0v8.512a7.896 7.896 0 0 0 7.896 7.896h.742a6.991 6.991 0 0 0 6.388-4.15l3.146-7.075a.745.745 0 0 0-.35-.971.668.668 0 0 0-.9.3l-2.225 4.438c-.462.929-1.867.6-1.867-.442V7.486a.866.866 0 1 0-1.73 0z"/></svg>
|
||||
|
After Width: | Height: | Size: 883 B |
1
src/assets/font-icons/hashtag.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M10.887 26.446a1.332 1.332 0 0 1-1.304-1.588l.817-3.821H8.075a1.333 1.333 0 0 1 0-2.666h2.838l.904-4.637H9.679a1.333 1.333 0 0 1 0-2.666h2.654l.933-4.433a1.328 1.328 0 0 1 1.296-1.079h.058a1.333 1.333 0 0 1 1.254 1.588l-.838 3.925h3.733l.933-4.433a1.328 1.328 0 0 1 1.558-1.054 1.332 1.332 0 0 1 1.046 1.563l-.837 3.925h2.458a1.333 1.333 0 0 1 0 2.666h-2.971l-.904 4.637h2.267a1.333 1.333 0 0 1 0 2.666h-2.788l-.913 4.329a1.328 1.328 0 0 1-1.558 1.054 1.332 1.332 0 0 1-1.046-1.563l.817-3.821h-3.733l-.912 4.329a1.326 1.326 0 0 1-1.242 1.079h-.058zm2.73-8.075h3.733l.904-4.637h-3.733l-.904 4.637z"/></svg>
|
||||
|
After Width: | Height: | Size: 677 B |
1
src/assets/font-icons/heart-outline.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M28.738 11.075c-.204-2.629-1.712-4.783-4.037-5.763-1.396-.588-2.992-.717-4.625-.375-1.396.296-2.758.912-4.063 1.837-1.313-.938-2.683-1.563-4.092-1.858-1.629-.342-3.229-.213-4.625.371-2.325.979-3.833 3.133-4.037 5.763-.188 2.396.688 5.037 2.533 7.646 2.037 2.887 5.183 5.662 9.354 8.262a1.341 1.341 0 0 0 1.563.113c4.246-2.621 7.442-5.433 9.5-8.35 1.842-2.604 2.717-5.25 2.529-7.646zm-4.709 6.108c-1.738 2.462-4.433 4.871-8.012 7.167-3.596-2.304-6.3-4.721-8.046-7.192-1.867-2.646-2.146-4.671-2.05-5.904.129-1.642 1.008-2.921 2.413-3.513.892-.375 1.942-.45 3.042-.221 1.221.258 2.483.896 3.654 1.854a1.334 1.334 0 0 0 1.829.113c1.204-1.008 2.504-1.679 3.767-1.942 1.096-.229 2.15-.154 3.042.221 1.404.592 2.288 1.871 2.413 3.513.096 1.233-.183 3.258-2.05 5.904z"/></svg>
|
||||
|
After Width: | Height: | Size: 840 B |
1
src/assets/font-icons/heart.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M26.208 18.721c-2.063 2.917-5.258 5.725-9.5 8.35a1.336 1.336 0 0 1-1.563-.113c-4.171-2.6-7.317-5.375-9.354-8.258-1.842-2.608-2.717-5.25-2.533-7.646.204-2.629 1.712-4.783 4.037-5.763 1.396-.588 2.992-.717 4.625-.371 1.408.296 2.779.921 4.092 1.858 1.304-.925 2.667-1.542 4.063-1.838 1.629-.342 3.229-.213 4.625.375 2.325.979 3.833 3.133 4.037 5.762.188 2.392-.688 5.037-2.529 7.642z"/></svg>
|
||||
|
After Width: | Height: | Size: 462 B |
1
src/assets/font-icons/help.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 1.333c8.1 0 14.667 6.566 14.667 14.667S24.101 30.667 16 30.667C7.9 30.667 1.333 24.101 1.333 16S7.899 1.333 16 1.333zM16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm-.029 16.392c.899 0 1.627.691 1.627 1.572 0 .867-.742 1.572-1.627 1.572-.88 0-1.627-.714-1.627-1.572 0-.872.733-1.572 1.627-1.572zm.47-11.192c2.599 0 4.519 1.425 4.519 3.675 0 1.353-.575 2.209-1.898 3.147l-.667.454c-.833.584-1.143 1.017-1.143 1.642v.166c0 .653-.503 1.116-1.254 1.116-.789 0-1.226-.429-1.226-1.226v-.18c0-1.251.544-2.028 1.787-2.89l.457-.321c.999-.72 1.284-1.111 1.284-1.797 0-.987-.767-1.637-1.956-1.637-.84 0-1.478.393-1.947 1.171l-.36.456-.113.131c-.264.282-.533.4-.983.4-.58 0-1.074-.451-1.074-1.088 0-.235.038-.465.116-.731.441-1.45 2.182-2.488 4.458-2.488z"/></svg>
|
||||
|
After Width: | Height: | Size: 852 B |
1
src/assets/font-icons/info-filled.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0zm0 13.333c-.736 0-1.333.597-1.333 1.333v9.333l.009.155a1.334 1.334 0 0 0 2.657-.155v-9.333l-.009-.155A1.334 1.334 0 0 0 16 13.333zm0-6a2 2 0 1 0-.001 3.999A2 2 0 0 0 16 7.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 328 B |
1
src/assets/font-icons/info.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zM1.333 16C1.333 7.9 7.899 1.333 16 1.333S30.667 7.899 30.667 16c0 8.1-6.567 14.667-14.667 14.667S1.333 24.1 1.333 16zM16 14.667c.736 0 1.333.597 1.333 1.333v6.667a1.333 1.333 0 0 1-2.666 0V16c0-.736.597-1.333 1.333-1.333zm2-4a2 2 0 1 0-3.999-.001 2 2 0 0 0 3.999.001z"/></svg>
|
||||
|
After Width: | Height: | Size: 419 B |
1
src/assets/font-icons/install.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M4 16C4 9.371 9.371 4 16 4s12 5.371 12 12-5.371 12-12 12S4 22.629 4 16zM16 1.333C7.9 1.333 1.333 7.9 1.333 16S7.9 30.667 16 30.667 30.667 24.1 30.667 16 24.1 1.333 16 1.333z"/><path d="M22.667 16c0 .738-.596 1.333-1.333 1.333h-4v3.992a1.332 1.332 0 1 1-2.666 0v-3.992h-4a1.332 1.332 0 1 1 0-2.666h4v-4.008a1.332 1.332 0 1 1 2.666 0v4.008h4c.738 0 1.333.596 1.333 1.333z"/></svg>
|
||||
|
After Width: | Height: | Size: 450 B |
1
src/assets/font-icons/italic.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M22.667 6.667a1.333 1.333 0 0 1 .155 2.657l-.155.009h-1.779l-5.555 13.333h2a1.333 1.333 0 0 1 .155 2.657l-.155.009h-6.667a1.333 1.333 0 0 1-.155-2.657l.155-.009h1.776l5.556-13.333h-1.999a1.333 1.333 0 0 1-.155-2.657l.155-.009h6.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 313 B |
1
src/assets/font-icons/key.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="31" height="32"><path d="M24.5 10.125a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0z"/><path d="M20.604 1.992a9.4 9.4 0 0 0-9.4 9.4c0 1.058.175 2.071.496 3.021l-9.433 9.438a1.33 1.33 0 0 0-.392.942v4c0 .354.142.692.392.942s.587.392.942.392h4c.354 0 .692-.142.942-.392l.946-.946h2.558c.733 0 1.325-.592 1.325-1.325V25.26l2.287-.042c.733 0 1.325-.592 1.325-1.325v-2.6l.996-.996a9.4 9.4 0 0 0 12.417-8.904 9.4 9.4 0 0 0-9.4-9.4zm-3.583 15.104-2.754 2.754.021.012c.096-.1.213-.188.338-.254a1.331 1.331 0 0 0-.688 1.163v1.8l-2.108.042a1.324 1.324 0 0 0-1.504 1.292v2.238H8.497c-.504 0-.942.279-1.167.696a1.11 1.11 0 0 1 .067-.117l-.742.738H4.543v-2.113L14.906 14.98a6.705 6.705 0 0 1-1.033-3.588c0-1.8.7-3.487 1.971-4.763a6.69 6.69 0 0 1 4.762-1.971c1.8 0 3.488.7 4.762 1.971 1.271 1.271 1.971 2.962 1.971 4.763s-.7 3.488-1.971 4.762a6.69 6.69 0 0 1-4.762 1.971 6.681 6.681 0 0 1-3.583-1.029z"/></svg>
|
||||
|
After Width: | Height: | Size: 949 B |
1
src/assets/font-icons/keyboard.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M25.333 6.667a4 4 0 0 1 4 4v10.667a4 4 0 0 1-4 4H6.666a4 4 0 0 1-4-4V10.667a4 4 0 0 1 4-4zm0 2.666H6.666c-.736 0-1.333.597-1.333 1.333v10.667c0 .736.597 1.333 1.333 1.333h18.667c.736 0 1.333-.597 1.333-1.333V10.666c0-.736-.597-1.333-1.333-1.333zM20 18.667a1.333 1.333 0 0 1 0 2.666h-8a1.333 1.333 0 0 1 0-2.666h8zm-4-4a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm-4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm-4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm12 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm-8-4a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm-4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm-4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm12 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667zm4 0a1.333 1.333 0 1 1 0 2.667 1.333 1.333 0 0 1 0-2.667z"/></svg>
|
||||
|
After Width: | Height: | Size: 972 B |
1
src/assets/font-icons/lamp.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M16 1.333c6.627 0 12 5.373 12 12 0 4.183-2.279 7.583-6.667 10.119v3.214a4 4 0 0 1-4 4h-2.667a4 4 0 0 1-4-4v-3.214l-.405-.24c-4.122-2.507-6.262-5.824-6.262-9.879 0-6.627 5.373-12 12-12zm-2.667 25.334c0 .736.597 1.333 1.333 1.333h2.667c.736 0 1.333-.597 1.333-1.333h-5.333zM16 4a9.333 9.333 0 0 0-9.333 9.333c0 3.328 1.919 6.015 5.958 8.155.436.231.709.684.709 1.178v1.333h5.333v-1.333c0-.493.273-.947.708-1.178 4.039-2.143 5.958-4.83 5.958-8.155A9.333 9.333 0 0 0 16 4zm0 10.458 3.246-2.224a1.335 1.335 0 0 1 1.64 2.096l-.132.103-3.42 2.343V20c0 .684-.515 1.247-1.178 1.324l-.155.009a1.333 1.333 0 0 1-1.324-1.178L14.668 20v-3.223l-3.42-2.344a1.333 1.333 0 0 1-.432-1.71l.086-.144a1.333 1.333 0 0 1 1.71-.432l.144.086 3.246 2.224z"/></svg>
|
||||
|
After Width: | Height: | Size: 810 B |
1
src/assets/font-icons/language.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="m16.547 19.487-2.773-2.741.04-.04a23.37 23.37 0 0 0 4.947-8.707h2.573a1.333 1.333 0 0 0 0-2.666h-8V4a1.333 1.333 0 0 0-2.666 0v1.333H2.661a1.327 1.327 0 1 0 0 2.654h13.567a20.957 20.957 0 0 1-4.227 7.147 20.831 20.831 0 0 1-2.466-3.354l-.242-.425a1.335 1.335 0 0 0-1.167-.688h-.539a.835.835 0 0 0-.743 1.215l.122.233a23.65 23.65 0 0 0 3.262 4.632L4.395 22.5a1.329 1.329 0 0 0-.123 1.754l.12.136a1.333 1.333 0 0 0 1.886 0l5.724-5.724 3.12 3.12a.932.932 0 0 0 1.532-.334l.206-.552a1.334 1.334 0 0 0-.312-1.414zm7.196-6.154h-.819c-.556 0-1.053.345-1.248.865l-5.207 13.886a.925.925 0 0 0 .865 1.249h.408c.556 0 1.054-.346 1.249-.867l1.17-3.133h6.333l1.181 3.137c.196.519.693.863 1.248.863h.411a.924.924 0 0 0 .865-1.248l-5.207-13.886a1.334 1.334 0 0 0-1.248-.865zm-.41 3.56 2.16 5.773h-4.32l2.16-5.773z"/></svg>
|
||||
|
After Width: | Height: | Size: 879 B |