first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M4.062 17 3 15.938 5.438 13.5H4V12h4v4H6.5v-1.438zm11.876 0L13.5 14.562V16H12v-4h4v1.5h-1.438L17 15.938zM4 8V6.5h1.438L3 4.062 4.062 3 6.5 5.438V4H8v4zm8 0V4h1.5v1.438L15.938 3 17 4.062 14.562 6.5H16V8z"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m10 18-3.5-3.5 1.062-1.062 1.688 1.687V10.75H4.875l1.687 1.688L5.5 13.5 2 10l3.5-3.5 1.062 1.062L4.875 9.25H9.25V4.875L7.562 6.562 6.5 5.5 10 2l3.5 3.5-1.062 1.062-1.688-1.687V9.25h4.375l-1.687-1.688L14.5 6.5 18 10l-3.5 3.5-1.062-1.062 1.687-1.688H10.75v4.375l1.688-1.687L13.5 14.5z"/></svg>

After

Width:  |  Height:  |  Size: 387 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m8 16.25-1.062-1.062 1.291-1.292q-2.73-.292-4.479-1.396T2 10q0-1.667 2.333-2.833T10 6t5.667 1.167Q18 8.333 18 10q0 1.25-1.365 2.26-1.364 1.011-3.635 1.448v-1.541q1.5-.356 2.5-.969 1-.615 1-1.198 0-.958-2.021-1.729T10 7.5q-2.438 0-4.469.781Q3.5 9.061 3.5 10q0 .708 1.344 1.417 1.344.708 3.135.937l-1.041-1.042L8 10.25l3 3z"/></svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@@ -0,0 +1,297 @@
// Copyright 2025 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const sheet = new CSSStyleSheet();
sheet.replaceSync(':root {}');
const style = sheet.cssRules[0].style;
style.setProperty('--image-file-accelerometer-bottom', 'url(\"' + new URL('./accelerometer-bottom.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-accelerometer-left', 'url(\"' + new URL('./accelerometer-left.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-accelerometer-right', 'url(\"' + new URL('./accelerometer-right.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-accelerometer-top', 'url(\"' + new URL('./accelerometer-top.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-chromeLeft', 'url(\"' + new URL('./chromeLeft.avif', import.meta.url).toString() + '\")');
style.setProperty('--image-file-chromeMiddle', 'url(\"' + new URL('./chromeMiddle.avif', import.meta.url).toString() + '\")');
style.setProperty('--image-file-chromeRight', 'url(\"' + new URL('./chromeRight.avif', import.meta.url).toString() + '\")');
style.setProperty('--image-file-cssoverview_icons_2x', 'url(\"' + new URL('./cssoverview_icons_2x.avif', import.meta.url).toString() + '\")');
style.setProperty('--image-file-favicon', 'url(\"' + new URL('./favicon.ico', import.meta.url).toString() + '\")');
style.setProperty('--image-file-navigationControls_2x', 'url(\"' + new URL('./navigationControls_2x.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-navigationControls', 'url(\"' + new URL('./navigationControls.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-nodeIcon', 'url(\"' + new URL('./nodeIcon.avif', import.meta.url).toString() + '\")');
style.setProperty('--image-file-popoverArrows', 'url(\"' + new URL('./popoverArrows.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-react_native/learn-debugging-basics', 'url(\"' + new URL('./react_native/learn-debugging-basics.jpg', import.meta.url).toString() + '\")');
style.setProperty('--image-file-react_native/learn-native-debugging', 'url(\"' + new URL('./react_native/learn-native-debugging.jpg', import.meta.url).toString() + '\")');
style.setProperty('--image-file-react_native/whats-new-083', 'url(\"' + new URL('./react_native/whats-new-083.jpg', import.meta.url).toString() + '\")');
style.setProperty('--image-file-react_native/learn-react-native-devtools', 'url(\"' + new URL('./react_native/learn-react-native-devtools.jpg', import.meta.url).toString() + '\")');
style.setProperty('--image-file-react_native/welcomeIcon', 'url(\"' + new URL('./react_native/welcomeIcon.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-toolbarResizerVertical', 'url(\"' + new URL('./toolbarResizerVertical.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-touchCursor_2x', 'url(\"' + new URL('./touchCursor_2x.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-touchCursor', 'url(\"' + new URL('./touchCursor.png', import.meta.url).toString() + '\")');
style.setProperty('--image-file-3d-center', 'url(\"' + new URL(new URL('3d-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-3d-pan', 'url(\"' + new URL(new URL('3d-pan.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-3d-rotate', 'url(\"' + new URL(new URL('3d-rotate.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-accelerometer-back', 'url(\"' + new URL(new URL('accelerometer-back.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-accelerometer-front', 'url(\"' + new URL(new URL('accelerometer-front.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-account-tree', 'url(\"' + new URL(new URL('account-tree.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-center', 'url(\"' + new URL(new URL('align-content-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-end', 'url(\"' + new URL(new URL('align-content-end.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-space-around', 'url(\"' + new URL(new URL('align-content-space-around.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-space-between', 'url(\"' + new URL(new URL('align-content-space-between.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-space-evenly', 'url(\"' + new URL(new URL('align-content-space-evenly.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-start', 'url(\"' + new URL(new URL('align-content-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-content-stretch', 'url(\"' + new URL(new URL('align-content-stretch.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-items-baseline', 'url(\"' + new URL(new URL('align-items-baseline.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-items-center', 'url(\"' + new URL(new URL('align-items-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-items-end', 'url(\"' + new URL(new URL('align-items-end.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-items-start', 'url(\"' + new URL(new URL('align-items-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-items-stretch', 'url(\"' + new URL(new URL('align-items-stretch.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-self-center', 'url(\"' + new URL(new URL('align-self-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-self-end', 'url(\"' + new URL(new URL('align-self-end.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-self-start', 'url(\"' + new URL(new URL('align-self-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-align-self-stretch', 'url(\"' + new URL(new URL('align-self-stretch.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-animation', 'url(\"' + new URL(new URL('animation.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-back', 'url(\"' + new URL(new URL('arrow-back.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-collapse', 'url(\"' + new URL(new URL('arrow-collapse.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-down', 'url(\"' + new URL(new URL('arrow-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-drop-down-dark', 'url(\"' + new URL(new URL('arrow-drop-down-dark.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-drop-down-light', 'url(\"' + new URL(new URL('arrow-drop-down-light.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-drop-down', 'url(\"' + new URL(new URL('arrow-drop-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-forward', 'url(\"' + new URL(new URL('arrow-forward.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-right-circle', 'url(\"' + new URL(new URL('arrow-right-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-up-down-circle', 'url(\"' + new URL(new URL('arrow-up-down-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-up-down', 'url(\"' + new URL(new URL('arrow-up-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-arrow-up', 'url(\"' + new URL(new URL('arrow-up.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bell', 'url(\"' + new URL(new URL('bell.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bezier-curve-filled', 'url(\"' + new URL(new URL('bezier-curve-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bin', 'url(\"' + new URL(new URL('bin.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bottom-panel-close', 'url(\"' + new URL(new URL('bottom-panel-close.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bottom-panel-open', 'url(\"' + new URL(new URL('bottom-panel-open.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-brackets', 'url(\"' + new URL(new URL('brackets.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-breakpoint-circle', 'url(\"' + new URL(new URL('breakpoint-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-breakpoint-crossed-filled', 'url(\"' + new URL(new URL('breakpoint-crossed-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-breakpoint-crossed', 'url(\"' + new URL(new URL('breakpoint-crossed.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-brush-2', 'url(\"' + new URL(new URL('brush-2.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-brush-filled', 'url(\"' + new URL(new URL('brush-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-brush', 'url(\"' + new URL(new URL('brush.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bug', 'url(\"' + new URL(new URL('bug.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-bundle', 'url(\"' + new URL(new URL('bundle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-button-magic', 'url(\"' + new URL(new URL('button-magic.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-calendar-today', 'url(\"' + new URL(new URL('calendar-today.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-center-focus-weak', 'url(\"' + new URL(new URL('center-focus-weak.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-check-circle', 'url(\"' + new URL(new URL('check-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-check-double', 'url(\"' + new URL(new URL('check-double.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-checker', 'url(\"' + new URL(new URL('checker.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-checkmark', 'url(\"' + new URL(new URL('checkmark.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-double-right', 'url(\"' + new URL(new URL('chevron-double-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-down', 'url(\"' + new URL(new URL('chevron-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-left-dot', 'url(\"' + new URL(new URL('chevron-left-dot.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-left', 'url(\"' + new URL(new URL('chevron-left.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-right', 'url(\"' + new URL(new URL('chevron-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-chevron-up', 'url(\"' + new URL(new URL('chevron-up.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-class', 'url(\"' + new URL(new URL('class.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-clear-list', 'url(\"' + new URL(new URL('clear-list.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-clear', 'url(\"' + new URL(new URL('clear.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cloud', 'url(\"' + new URL(new URL('cloud.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-code-circle', 'url(\"' + new URL(new URL('code-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-code', 'url(\"' + new URL(new URL('code.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-colon', 'url(\"' + new URL(new URL('colon.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-color-picker-filled', 'url(\"' + new URL(new URL('color-picker-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-color-picker', 'url(\"' + new URL(new URL('color-picker.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-compress', 'url(\"' + new URL(new URL('compress.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-console-conditional-breakpoint', 'url(\"' + new URL(new URL('console-conditional-breakpoint.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-console-logpoint', 'url(\"' + new URL(new URL('console-logpoint.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cookie', 'url(\"' + new URL(new URL('cookie.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cookie_off', 'url(\"' + new URL(new URL('cookie_off.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-copy', 'url(\"' + new URL(new URL('copy.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-corporate-fare', 'url(\"' + new URL(new URL('corporate-fare.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-credit-card', 'url(\"' + new URL(new URL('credit-card.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cross-circle-filled', 'url(\"' + new URL(new URL('cross-circle-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cross-circle', 'url(\"' + new URL(new URL('cross-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-cross', 'url(\"' + new URL(new URL('cross.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-custom-typography', 'url(\"' + new URL(new URL('custom-typography.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-database', 'url(\"' + new URL(new URL('database.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-deployed', 'url(\"' + new URL(new URL('deployed.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-device-fold', 'url(\"' + new URL(new URL('device-fold.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-devices', 'url(\"' + new URL(new URL('devices.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-devtools-thumbnail', 'url(\"' + new URL(new URL('devtools-thumbnail.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-devtools-tips', 'url(\"' + new URL(new URL('devtools-tips.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-devtools', 'url(\"' + new URL(new URL('devtools.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-difference', 'url(\"' + new URL(new URL('difference.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dock-bottom', 'url(\"' + new URL(new URL('dock-bottom.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dock-left', 'url(\"' + new URL(new URL('dock-left.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dock-right', 'url(\"' + new URL(new URL('dock-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dock-window', 'url(\"' + new URL(new URL('dock-window.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-document', 'url(\"' + new URL(new URL('document.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dog-paw', 'url(\"' + new URL(new URL('dog-paw.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-domain', 'url(\"' + new URL(new URL('domain.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dots-horizontal', 'url(\"' + new URL(new URL('dots-horizontal.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-dots-vertical', 'url(\"' + new URL(new URL('dots-vertical.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-download', 'url(\"' + new URL(new URL('download.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-edit', 'url(\"' + new URL(new URL('edit.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-empty', 'url(\"' + new URL(new URL('empty.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-errorWave', 'url(\"' + new URL(new URL('errorWave.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-exclamation', 'url(\"' + new URL(new URL('exclamation.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-experiment-check', 'url(\"' + new URL(new URL('experiment-check.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-experiment', 'url(\"' + new URL(new URL('experiment.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-extension', 'url(\"' + new URL(new URL('extension.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-eye', 'url(\"' + new URL(new URL('eye.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-document', 'url(\"' + new URL(new URL('file-document.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-fetch-xhr', 'url(\"' + new URL(new URL('file-fetch-xhr.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-font', 'url(\"' + new URL(new URL('file-font.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-generic', 'url(\"' + new URL(new URL('file-generic.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-image', 'url(\"' + new URL(new URL('file-image.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-json', 'url(\"' + new URL(new URL('file-json.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-manifest', 'url(\"' + new URL(new URL('file-manifest.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-media', 'url(\"' + new URL(new URL('file-media.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-script', 'url(\"' + new URL(new URL('file-script.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-snippet', 'url(\"' + new URL(new URL('file-snippet.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-stylesheet', 'url(\"' + new URL(new URL('file-stylesheet.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-wasm', 'url(\"' + new URL(new URL('file-wasm.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-file-websocket', 'url(\"' + new URL(new URL('file-websocket.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-filter-clear', 'url(\"' + new URL(new URL('filter-clear.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-filter-filled', 'url(\"' + new URL(new URL('filter-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-filter', 'url(\"' + new URL(new URL('filter.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-flex-direction', 'url(\"' + new URL(new URL('flex-direction.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-flex-no-wrap', 'url(\"' + new URL(new URL('flex-no-wrap.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-flex-wrap', 'url(\"' + new URL(new URL('flex-wrap.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-flow', 'url(\"' + new URL(new URL('flow.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-fold-more', 'url(\"' + new URL(new URL('fold-more.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-folder', 'url(\"' + new URL(new URL('folder.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-frame-crossed', 'url(\"' + new URL(new URL('frame-crossed.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-frame-icon', 'url(\"' + new URL(new URL('frame-icon.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-frame', 'url(\"' + new URL(new URL('frame.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-gear-filled', 'url(\"' + new URL(new URL('gear-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-gear', 'url(\"' + new URL(new URL('gear.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-gears', 'url(\"' + new URL(new URL('gears.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-global', 'url(\"' + new URL(new URL('global.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-google', 'url(\"' + new URL(new URL('google.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-goto-filled', 'url(\"' + new URL(new URL('goto-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-grid-on', 'url(\"' + new URL(new URL('grid-on.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-group', 'url(\"' + new URL(new URL('group.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-heap-snapshot', 'url(\"' + new URL(new URL('heap-snapshot.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-heap-snapshots', 'url(\"' + new URL(new URL('heap-snapshots.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-help', 'url(\"' + new URL(new URL('help.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-history', 'url(\"' + new URL(new URL('history.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-home', 'url(\"' + new URL(new URL('home.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-hover', 'url(\"' + new URL(new URL('hover.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-iframe-crossed', 'url(\"' + new URL(new URL('iframe-crossed.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-iframe', 'url(\"' + new URL(new URL('iframe.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-import', 'url(\"' + new URL(new URL('import.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-indeterminate-question-box', 'url(\"' + new URL(new URL('indeterminate-question-box.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-info-filled', 'url(\"' + new URL(new URL('info-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-info', 'url(\"' + new URL(new URL('info.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-issue-cross-filled', 'url(\"' + new URL(new URL('issue-cross-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-issue-exclamation-filled', 'url(\"' + new URL(new URL('issue-exclamation-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-issue-questionmark-filled', 'url(\"' + new URL(new URL('issue-questionmark-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-issue-text-filled', 'url(\"' + new URL(new URL('issue-text-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-center', 'url(\"' + new URL(new URL('justify-content-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-end', 'url(\"' + new URL(new URL('justify-content-end.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-space-around', 'url(\"' + new URL(new URL('justify-content-space-around.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-space-between', 'url(\"' + new URL(new URL('justify-content-space-between.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-space-evenly', 'url(\"' + new URL(new URL('justify-content-space-evenly.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-content-start', 'url(\"' + new URL(new URL('justify-content-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-items-center', 'url(\"' + new URL(new URL('justify-items-center.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-items-end', 'url(\"' + new URL(new URL('justify-items-end.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-items-start', 'url(\"' + new URL(new URL('justify-items-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-justify-items-stretch', 'url(\"' + new URL(new URL('justify-items-stretch.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-keyboard-arrow-right', 'url(\"' + new URL(new URL('keyboard-arrow-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-keyboard-full', 'url(\"' + new URL(new URL('keyboard-full.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-keyboard-pen', 'url(\"' + new URL(new URL('keyboard-pen.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-keyboard', 'url(\"' + new URL(new URL('keyboard.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-label', 'url(\"' + new URL(new URL('label.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-large-arrow-right-filled', 'url(\"' + new URL(new URL('large-arrow-right-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-layers-filled', 'url(\"' + new URL(new URL('layers-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-layers', 'url(\"' + new URL(new URL('layers.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-left-panel-close', 'url(\"' + new URL(new URL('left-panel-close.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-left-panel-open', 'url(\"' + new URL(new URL('left-panel-open.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-lightbulb-spark', 'url(\"' + new URL(new URL('lightbulb-spark.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-lightbulb', 'url(\"' + new URL(new URL('lightbulb.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-lighthouse_logo', 'url(\"' + new URL(new URL('lighthouse_logo.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-list', 'url(\"' + new URL(new URL('list.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-location-on', 'url(\"' + new URL(new URL('location-on.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-lock', 'url(\"' + new URL(new URL('lock.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-match-case', 'url(\"' + new URL(new URL('match-case.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-match-whole-word', 'url(\"' + new URL(new URL('match-whole-word.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-memory', 'url(\"' + new URL(new URL('memory.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-minus', 'url(\"' + new URL(new URL('minus.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-mop', 'url(\"' + new URL(new URL('mop.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-mouse', 'url(\"' + new URL(new URL('mouse.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-network-settings', 'url(\"' + new URL(new URL('network-settings.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-node-stack-icon', 'url(\"' + new URL(new URL('node-stack-icon.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-open-externally', 'url(\"' + new URL(new URL('open-externally.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-override', 'url(\"' + new URL(new URL('override.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-palette', 'url(\"' + new URL(new URL('palette.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-pause-circle', 'url(\"' + new URL(new URL('pause-circle.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-pause', 'url(\"' + new URL(new URL('pause.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-pen-spark', 'url(\"' + new URL(new URL('pen-spark.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-performance-panel-delete-annotation', 'url(\"' + new URL(new URL('performance-panel-delete-annotation.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-performance-panel-diagram', 'url(\"' + new URL(new URL('performance-panel-diagram.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-performance-panel-entry-label', 'url(\"' + new URL(new URL('performance-panel-entry-label.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-performance-panel-time-range', 'url(\"' + new URL(new URL('performance-panel-time-range.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-performance', 'url(\"' + new URL(new URL('performance.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-person', 'url(\"' + new URL(new URL('person.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-photo-camera', 'url(\"' + new URL(new URL('photo-camera.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-play', 'url(\"' + new URL(new URL('play.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-plus', 'url(\"' + new URL(new URL('plus.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-policy', 'url(\"' + new URL(new URL('policy.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-popup', 'url(\"' + new URL(new URL('popup.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-preview_feature_video_thumbnail', 'url(\"' + new URL(new URL('preview_feature_video_thumbnail.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-profile', 'url(\"' + new URL(new URL('profile.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-psychiatry', 'url(\"' + new URL(new URL('psychiatry.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-record-start', 'url(\"' + new URL(new URL('record-start.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-record-stop', 'url(\"' + new URL(new URL('record-stop.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-redo', 'url(\"' + new URL(new URL('redo.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-refresh', 'url(\"' + new URL(new URL('refresh.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-regular-expression', 'url(\"' + new URL(new URL('regular-expression.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-replace', 'url(\"' + new URL(new URL('replace.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-replay', 'url(\"' + new URL(new URL('replay.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-report', 'url(\"' + new URL(new URL('report.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-resizeDiagonal', 'url(\"' + new URL(new URL('resizeDiagonal.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-resizeHorizontal', 'url(\"' + new URL(new URL('resizeHorizontal.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-resizeVertical', 'url(\"' + new URL(new URL('resizeVertical.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-resume', 'url(\"' + new URL(new URL('resume.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-review', 'url(\"' + new URL(new URL('review.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-right-panel-close', 'url(\"' + new URL(new URL('right-panel-close.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-right-panel-open', 'url(\"' + new URL(new URL('right-panel-open.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-scissors', 'url(\"' + new URL(new URL('scissors.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-screen-rotation', 'url(\"' + new URL(new URL('screen-rotation.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-search', 'url(\"' + new URL(new URL('search.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-select-element', 'url(\"' + new URL(new URL('select-element.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-send', 'url(\"' + new URL(new URL('send.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-shadow', 'url(\"' + new URL(new URL('shadow.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-small-status-dot', 'url(\"' + new URL(new URL('small-status-dot.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-smart-assistant', 'url(\"' + new URL(new URL('smart-assistant.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-snippet', 'url(\"' + new URL(new URL('snippet.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-spark-info', 'url(\"' + new URL(new URL('spark-info.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-star', 'url(\"' + new URL(new URL('star.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-step-into', 'url(\"' + new URL(new URL('step-into.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-step-out', 'url(\"' + new URL(new URL('step-out.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-step-over', 'url(\"' + new URL(new URL('step-over.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-step', 'url(\"' + new URL(new URL('step.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-stop', 'url(\"' + new URL(new URL('stop.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-symbol', 'url(\"' + new URL(new URL('symbol.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-sync', 'url(\"' + new URL(new URL('sync.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-table', 'url(\"' + new URL(new URL('table.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-terminal', 'url(\"' + new URL(new URL('terminal.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-thumb-down-filled', 'url(\"' + new URL(new URL('thumb-down-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-thumb-down', 'url(\"' + new URL(new URL('thumb-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-thumb-up-filled', 'url(\"' + new URL(new URL('thumb-up-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-thumb-up', 'url(\"' + new URL(new URL('thumb-up.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-tonality', 'url(\"' + new URL(new URL('tonality.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-top-panel-close', 'url(\"' + new URL(new URL('top-panel-close.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-top-panel-open', 'url(\"' + new URL(new URL('top-panel-open.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-touch-app', 'url(\"' + new URL(new URL('touch-app.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-triangle-bottom-right', 'url(\"' + new URL(new URL('triangle-bottom-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-triangle-down', 'url(\"' + new URL(new URL('triangle-down.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-triangle-left', 'url(\"' + new URL(new URL('triangle-left.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-triangle-right', 'url(\"' + new URL(new URL('triangle-right.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-triangle-up', 'url(\"' + new URL(new URL('triangle-up.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-tune', 'url(\"' + new URL(new URL('tune.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-undo', 'url(\"' + new URL(new URL('undo.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-warning-filled', 'url(\"' + new URL(new URL('warning-filled.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-warning', 'url(\"' + new URL(new URL('warning.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-watch', 'url(\"' + new URL(new URL('watch.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-whatsnew', 'url(\"' + new URL(new URL('whatsnew.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-width', 'url(\"' + new URL(new URL('width.svg', import.meta.url).href, import.meta.url).toString() + '\")');
style.setProperty('--image-file-zoom-in', 'url(\"' + new URL(new URL('zoom-in.svg', import.meta.url).href, import.meta.url).toString() + '\")');
document.adoptedStyleSheets = [...document.adoptedStyleSheets, sheet];

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="770" height="1580"><path d="M766 366v100" style="fill:none;stroke:#f80;stroke-width:9" transform="matrix(-1 0 0 1 770.5 0)"/><path d="M766 768V568" style="fill:none;stroke:#888;stroke-width:9" transform="matrix(-1 0 0 1 770.5 0)"/><g style="fill-rule:evenodd" transform="matrix(-1 0 0 1 770.5 0)"><rect width="767" height="1580" rx="80" ry="80" style="fill:#222"/></g><g style="fill:#fff;fill-rule:evenodd" transform="matrix(-1 0 0 1 770.5 0)"><rect width="220" height="15" x="273.5" y="1526" rx="5" ry="5" style="fill-opacity:.13332998"/><path d="M70.363 6.95C28.333 5.754 4.808 47.982 4.838 83.222l1.194 1424.49c.026 30.952 32.038 68.279 64.634 68.216l622.086-1.194c30.873-.06 68.216-37.263 68.216-64.634V76.057c0-31.282-24.689-66.72-63.137-70.302C456.898 4.61 269.722 6.95 70.363 6.95" style="fill-opacity:.86667002"/></g></svg>

After

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="770" height="1580"><path fill="none" stroke="#f80" stroke-width="9" d="M766 366v100"/><path fill="none" stroke="#888" stroke-width="9" d="M766 768V568"/><g fill-rule="evenodd"><rect width="767" height="1580" fill="#222" rx="80" ry="80"/><rect width="80" height="18" x="343.5" y="80" fill="#fff" fill-opacity=".133" rx="5" ry="5"/><circle cx="459" cy="76.25" r="15" fill="#00f" fill-opacity=".267"/><circle cx="297.25" cy="74" r="17.5" fill="#00f" fill-opacity=".267"/></g><g fill="#fff" fill-rule="evenodd"><rect width="50" height="25" x="358.5" y="34" fill-opacity=".133" rx="10" ry="10"/><rect width="220" height="15" x="273.5" y="1526" fill-opacity=".133" rx="5" ry="5"/><path fill-opacity=".867" d="M83.5 38c-27.7 0-50 22.3-50 50v1360c0 16.62 13.38 30 30 30h640c16.62 0 30-13.38 30-30V88c0-27.7-22.3-50-50-50h-140c-19.39 0-35 15.61-35 35v4c0 24.93-20.07 45-45 45h-160c-24.93 0-45-20.07-45-45v-4c0-19.39-15.61-35-35-35h-70z"/></g></svg>

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#5f6368" viewBox="0 -960 960 960"><path d="M624-144v-108H444v-384H336v108H96v-288h240v108h288v-108h240v288H624v-108H516v312h108v-108h240v288zM168-744v144zm528 384v144zm0-384v144zm0 144h96v-144h-96zm0 384h96v-144h-96zM168-600h96v-144h-96z"/></svg>

After

Width:  |  Height:  |  Size: 315 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 10.75H2v-1.5h16z" clip-rule="evenodd"/><path fill="#000" d="M6 4h8v3H6zM6 13h8v3H6z"/></svg>

After

Width:  |  Height:  |  Size: 212 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 18H2v-1.5h16z" clip-rule="evenodd"/><path fill="#000" d="M6 6h8v3H6zM6 11h8v3H6z"/></svg>

After

Width:  |  Height:  |  Size: 209 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 18H2v-1.5h16zM18 3.5H2V2h16z" clip-rule="evenodd"/><path fill="#000" d="M6 5h8v3H6zM6 12h8v3H6z"/></svg>

After

Width:  |  Height:  |  Size: 224 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M14 3.5h4V2H2v1.5h4v3h8zM2 18h16v-1.5h-4v-3H6v3H2z"/></svg>

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 18H2v-1.5h16zM18 3.5H2V2h16z" clip-rule="evenodd"/><path fill="#000" d="M6 6h8v3H6zM6 11h8v3H6z"/></svg>

After

Width:  |  Height:  |  Size: 224 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 3.5H2V2h16z" clip-rule="evenodd"/><path fill="#000" d="M6 6h8v3H6zM6 11h8v3H6z"/></svg>

After

Width:  |  Height:  |  Size: 207 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 3.5h4V9h8V3.5h4V2H2zM2 18h16v-1.5h-4V11H6v5.5H2z"/></svg>

After

Width:  |  Height:  |  Size: 156 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="m9.104 4-3.75 10h1.729L8 11.438h4.042L12.916 14h1.73l-3.75-10zm2.396 6H8.521l1.437-4.146h.084z" clip-rule="evenodd"/><path fill="#000" d="M18 16.5H2V18h16z"/></svg>

After

Width:  |  Height:  |  Size: 280 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M18 10.75H2v-1.5h16z" clip-rule="evenodd"/><path fill="#000" d="M9 3v14H6V3zM15 6v8h-3V6z"/></svg>

After

Width:  |  Height:  |  Size: 214 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 16.5h16V18H2zM6 15V4h3v11zM11 8v7h3V8z"/></svg>

After

Width:  |  Height:  |  Size: 146 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 3.5h16V2H2zM6 5v11h3V5zM11 12V5h3v7z"/></svg>

After

Width:  |  Height:  |  Size: 144 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M18 16.5H2V18h16zM18 2H2v1.5h16zM6 15V5h3v10zM11 5v10h3V5z"/></svg>

After

Width:  |  Height:  |  Size: 163 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M11.5 9.25V3h-3v6.25H2v1.5h6.5V17h3v-6.25H18v-1.5z"/></svg>

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M11.5 15V4h-3v11zM2 18h16v-1.5H2z"/></svg>

After

Width:  |  Height:  |  Size: 138 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 3.5h16V2H2zM11.5 16V5h-3v11z"/></svg>

After

Width:  |  Height:  |  Size: 136 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M18 3.5H2V2h16zM18 18H2v-1.5h16zM11.5 15V5h-3v10z"/></svg>

After

Width:  |  Height:  |  Size: 154 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M7.5 18q-1.125 0-2.115-.406a5.4 5.4 0 0 1-1.78-1.198 5.4 5.4 0 0 1-1.199-1.781A5.5 5.5 0 0 1 2 12.5q0-1.584.813-2.906a5.36 5.36 0 0 1 2.25-2.031q.354-.771 1.01-1.428a5.7 5.7 0 0 1 1.49-1.072 5.46 5.46 0 0 1 2.03-2.24A5.4 5.4 0 0 1 12.5 2q1.125 0 2.115.406t1.78 1.198a5.4 5.4 0 0 1 1.199 1.781Q18 6.375 18 7.5q0 1.604-.802 2.906t-2.26 2.031a5.2 5.2 0 0 1-1.053 1.48q-.656.645-1.447 1.02a5.6 5.6 0 0 1-2.053 2.24A5.36 5.36 0 0 1 7.5 18m0-1.5q.687 0 1.385-.26.699-.26 1.24-.74-1.146.042-2.177-.385a5.6 5.6 0 0 1-1.844-1.24 5.5 5.5 0 0 1-1.229-1.833A5.2 5.2 0 0 1 4.5 9.875q-.48.541-.74 1.24-.26.698-.26 1.385 0 .813.292 1.52.291.71.875 1.293.584.582 1.302.885.719.302 1.531.302M10 14q.708 0 1.396-.26t1.25-.74a5.25 5.25 0 0 1-2.167-.375 5.55 5.55 0 0 1-1.875-1.25 5.5 5.5 0 0 1-1.24-1.844A5.2 5.2 0 0 1 7 7.375q-.48.541-.74 1.219Q6 9.27 6 10q0 .813.292 1.52.291.71.875 1.293.584.582 1.302.885Q9.188 14 10 14m2.438-2.52q.354 0 .697-.053.344-.052.636-.156.374-1.104.125-2.198a3.87 3.87 0 0 0-1.063-1.906 3.87 3.87 0 0 0-1.906-1.063 3.97 3.97 0 0 0-2.198.125q-.104.292-.156.636-.052.343-.052.697 0 .77.302 1.48.302.708.844 1.25a4.1 4.1 0 0 0 1.291.875q.73.312 1.48.312m3.062-1.355q.48-.52.74-1.208a3.97 3.97 0 0 0-.042-2.938 4 4 0 0 0-.886-1.312 3.9 3.9 0 0 0-1.291-.875A4 4 0 0 0 12.5 3.5a3.8 3.8 0 0 0-1.385.26q-.678.26-1.24.74a5.3 5.3 0 0 1 2.188.365q.999.406 1.833 1.24a5.5 5.5 0 0 1 1.24 1.832q.406 1 .364 2.188"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m6.52 10.832 4.668 4.668L10 16.668 3.332 10 10 3.332 11.188 4.5 6.52 9.168h10.148v1.664Zm0 0"/></svg>

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M8 14V6l4 4z"/></svg>

After

Width:  |  Height:  |  Size: 117 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.25 3v11.125l-2.188-2.187L6 13l4 4 4-4-1.062-1.062-2.188 2.187V3z"/></svg>

After

Width:  |  Height:  |  Size: 172 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#919191" d="M10 12 6 8h8z"/></svg>

After

Width:  |  Height:  |  Size: 121 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#6E6E6E" d="M10 12 6 8h8z"/></svg>

After

Width:  |  Height:  |  Size: 121 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10 12 6 8h8z"/></svg>

After

Width:  |  Height:  |  Size: 118 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M13.48 10.832H3.332V9.168H13.48L8.813 4.5 10 3.332 16.668 10 10 16.668 8.813 15.5Zm0 0"/></svg>

After

Width:  |  Height:  |  Size: 191 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><mask id="a" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M0 0h24v24H0z"/></mask><g mask="url(#a)"><path fill="#1F1F1F" d="M6.626 12.99h7.212l-1.591 1.591 1.414 1.414L17.656 12l-3.995-3.995-1.414 1.414 1.573 1.573H6.643zm-1.698 6.081a9.7 9.7 0 0 1-2.2-3.315A10.1 10.1 0 0 1 1.994 12q0-1.91.734-3.756a9.7 9.7 0 0 1 2.2-3.315 9.7 9.7 0 0 1 3.315-2.2 10.1 10.1 0 0 1 3.756-.735q1.91 0 3.757.734a9.7 9.7 0 0 1 3.315 2.201 9.7 9.7 0 0 1 2.2 3.315q.734 1.847.734 3.756 0 1.91-.734 3.757a9.7 9.7 0 0 1-2.2 3.314 9.7 9.7 0 0 1-3.315 2.201q-1.848.734-3.757.734-1.908 0-3.756-.734a9.7 9.7 0 0 1-3.315-2.2m1.415-1.414q2.368 2.37 5.656 2.369t5.657-2.37q2.37-2.368 2.37-5.656t-2.37-5.657Q15.288 3.974 12 3.974q-3.289 0-5.657 2.37Q3.973 8.711 3.973 12t2.37 5.657"/></g></svg>

After

Width:  |  Height:  |  Size: 901 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M6.896 17.375A7.8 7.8 0 0 0 10 18q1.667 0 3.115-.625a8.066 8.066 0 0 0 4.26-4.271A7.8 7.8 0 0 0 18 10q0-1.667-.625-3.115a8.1 8.1 0 0 0-4.26-4.26A7.8 7.8 0 0 0 10 2a7.8 7.8 0 0 0-3.104.625 8.07 8.07 0 0 0-4.271 4.26A7.8 7.8 0 0 0 2 10q0 1.646.625 3.104t1.719 2.552 2.552 1.719m4.854-1.095a6.8 6.8 0 0 1-1.75.22q-2.708 0-4.604-1.896T3.5 10t1.896-4.604A6.7 6.7 0 0 1 6.75 4.343v7.346l-1.22-1.22-1.06 1.061 3.03 3.03 3.03-3.03-1.06-1.06-1.22 1.22V3.72A6.8 6.8 0 0 1 10 3.5q2.708 0 4.604 1.896T16.5 10t-1.896 4.604a6.7 6.7 0 0 1-1.354 1.053V8.311l1.22 1.22 1.06-1.061-3.03-3.03-3.03 3.03 1.06 1.06 1.22-1.22z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 748 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M6.75 11V4.875L4.562 7.062 3.5 6l4-4 4 4-1.062 1.062L8.25 4.875V11zm5.75 7-4-4 1.062-1.062 2.188 2.187V9h1.5v6.125l2.188-2.187L16.5 14z"/></svg>

After

Width:  |  Height:  |  Size: 240 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.25 17V5.875L7.062 8.062 6 7l4-4 4 4-1.062 1.062-2.188-2.187V17z"/></svg>

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M4 15.5V14h1V9q0-1.793 1.115-3.177T9 4.104V3q0-.417.292-.708A.96.96 0 0 1 10 2q.417 0 .708.292Q11 2.583 11 3v1.104q1.77.334 2.885 1.708Q15 7.188 15 9v5h1v1.5zm6 2.5q-.625 0-1.062-.438A1.44 1.44 0 0 1 8.5 16.5h3q0 .625-.438 1.062A1.44 1.44 0 0 1 10 18m-3.5-4h7V9q0-1.458-1.021-2.479Q11.459 5.501 10 5.5q-1.458 0-2.479 1.021Q6.501 7.541 6.5 9z"/></svg>

After

Width:  |  Height:  |  Size: 446 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M4.5 3A1.5 1.5 0 0 0 3 4.5v11A1.5 1.5 0 0 0 4.5 17h11a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 15.5 3zM6 14c1.575 0 2.69-.439 3.494-1.22.727-.708 1.108-1.623 1.401-2.329l.028-.066c.328-.787.571-1.335.977-1.73C12.253 8.31 12.826 8 14 8V6c-1.575 0-2.69.439-3.494 1.22-.727.708-1.108 1.623-1.401 2.329l-.028.066c-.328.787-.571 1.335-.977 1.73-.353.344-.925.655-2.1.655z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 510 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M6.5 17q-.625 0-1.062-.438A1.44 1.44 0 0 1 5 15.5v-10H4V4h4V3h4v1h4v1.5h-1v10q0 .625-.438 1.062A1.44 1.44 0 0 1 13.5 17zm7-11.5h-7v10h7zM8 14h1.5V7H8zm2.5 0H12V7h-1.5z"/></svg>

After

Width:  |  Height:  |  Size: 272 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m10 10 3.25-3.5h-6.5zm5.604-7q.585 0 .99.406.405.405.406.99v11.208q0 .585-.406.99-.405.405-.99.406H4.396q-.585 0-.99-.406-.405-.405-.406-.99V4.396q0-.585.406-.99.405-.405.99-.406zM4.5 13v2.5h11V13zm11-1.5v-7h-11v7z"/></svg>

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M6.75 9.5h6.5L10 6zM4.396 17q-.585 0-.99-.406-.405-.405-.406-.99V4.396q0-.585.406-.99.405-.405.99-.406h11.208q.585 0 .99.406.405.405.406.99v11.208q0 .585-.406.99-.405.405-.99.406zm.104-4v2.5h11V13zm0-1.5h11v-7h-11z"/></svg>

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M12 16v-1.5h1.75a.72.72 0 0 0 .531-.219.72.72 0 0 0 .219-.531v-1.5q0-.854.573-1.469a2.27 2.27 0 0 1 1.427-.719v-.083a2.6 2.6 0 0 1-1.427-.771A2.04 2.04 0 0 1 14.5 7.75v-1.5a.72.72 0 0 0-.219-.531.72.72 0 0 0-.531-.219H12V4h1.75a2.17 2.17 0 0 1 1.594.656Q16 5.312 16 6.25v1.5q0 .312.219.531a.72.72 0 0 0 .531.219H18v3h-1.25a.72.72 0 0 0-.531.219.72.72 0 0 0-.219.531v1.5a2.17 2.17 0 0 1-.656 1.594A2.17 2.17 0 0 1 13.75 16zm-5.75 0a2.17 2.17 0 0 1-1.594-.656A2.17 2.17 0 0 1 4 13.75v-1.5a.72.72 0 0 0-.219-.531.72.72 0 0 0-.531-.219H2v-3h1.25a.72.72 0 0 0 .531-.219A.72.72 0 0 0 4 7.75v-1.5q0-.938.656-1.594A2.17 2.17 0 0 1 6.25 4H8v1.5H6.25a.72.72 0 0 0-.531.219.72.72 0 0 0-.219.531v1.5q0 .875-.573 1.49T3.5 9.958v.084a2.15 2.15 0 0 1 1.427.708q.573.625.573 1.5v1.5q0 .312.219.531a.72.72 0 0 0 .531.219H8V16z"/></svg>

After

Width:  |  Height:  |  Size: 914 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10q0-1.667.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.8 7.8 0 0 1 10 2q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.333 18 10a7.8 7.8 0 0 1-.625 3.104 8.07 8.07 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18m0-1.5q2.708 0 4.604-1.896T16.5 10t-1.896-4.604T10 3.5 5.396 5.396 3.5 10t1.896 4.604T10 16.5"/><path fill="#000" fill-rule="evenodd" d="M5.75 7.5c0-.69.56-1.25 1.25-1.25h4.766c.37 0 .723.165.96.45l2.75 3.3-2.75 3.3a1.25 1.25 0 0 1-.96.45H7c-.69 0-1.25-.56-1.25-1.25zm1.5.25v4.5h4.399L13.524 10l-1.875-2.25z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 729 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M17.06 17 3 2.94 1.94 4l2 2H3.5A1.5 1.5 0 0 0 2 7.5v5A1.5 1.5 0 0 0 3.5 14h8.44L16 18.06zm.94-7-2.72 3.108L8.172 6h5.647a1.5 1.5 0 0 1 1.13.512z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 289 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M17.06 17 3 2.94 1.94 4l2 2H3.5A1.5 1.5 0 0 0 2 7.5v5A1.5 1.5 0 0 0 3.5 14h8.44L16 18.06zm-6.62-4.5-5-5H3.5v5zM18 10l-2.72 3.108-1.063-1.063L16.007 10l-2.188-2.5H9.672L8.172 6h5.647a1.5 1.5 0 0 1 1.13.512z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 350 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M5.146 17.104a3.8 3.8 0 0 1-1.76-.427A4.1 4.1 0 0 1 2 15.521a1.7 1.7 0 0 0 1.104-.48q.458-.437.458-1.083 0-.999.691-1.677a2.3 2.3 0 0 1 1.677-.677q.987 0 1.664.687.677.686.677 1.667 0 1.312-.906 2.23-.907.916-2.22.916m0-1.396q.721 0 1.236-.514.514-.514.514-1.236a.92.92 0 0 0-.281-.677.92.92 0 0 0-.678-.281.92.92 0 0 0-.677.281.92.92 0 0 0-.28.677q0 .459-.105.886a1.8 1.8 0 0 1-.396.76q.166.042.333.073.168.03.334.031m4.917-3.541-2.126-2.125 6.646-6.646a.97.97 0 0 1 .709-.292q.416 0 .708.292l.708.708q.292.3.292.703a.95.95 0 0 1-.292.693z"/></svg>

After

Width:  |  Height:  |  Size: 645 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.5 18.021q-.625 0-1.062-.438A1.44 1.44 0 0 1 8 16.521v-3.5H5.5q-.625 0-1.062-.438A1.44 1.44 0 0 1 4 11.521v-5.5q0-1.271.875-2.136Q5.75 3.021 7 3.021h9v8.5q0 .625-.448 1.062-.449.438-1.052.438H12v3.5q0 .625-.448 1.062-.449.438-1.052.438zm-4-9.5h9v-4h-1v3H12v-3h-1v1.5H9.5v-1.5H7a1.67 1.67 0 0 0-1.062.448Q5.5 5.374 5.5 6.021z"/></svg>

After

Width:  |  Height:  |  Size: 431 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.5 18.021q-.625 0-1.062-.438A1.44 1.44 0 0 1 8 16.521v-3.5H5.5q-.625 0-1.062-.438A1.44 1.44 0 0 1 4 11.521v-5.5q0-1.271.875-2.136Q5.75 3.021 7 3.021h9v8.5q0 .625-.448 1.062-.449.438-1.052.438H12v3.5q0 .625-.448 1.062-.449.438-1.052.438zm-4-9.5h9v-4h-1v3H12v-3h-1v1.5H9.5v-1.5H7a1.67 1.67 0 0 0-1.062.448Q5.5 5.374 5.5 6.021zm0 3h9v-1.5h-9z"/></svg>

After

Width:  |  Height:  |  Size: 446 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10 17a4 4 0 0 1-2.271-.677A3.6 3.6 0 0 1 6.292 14.5H4V13h2v-1.25H4v-1.5h2V9H4V7.5h2.292q.166-.542.541-.979.375-.438.855-.771L6 4.062 7.062 3l2.105 2.083a3.46 3.46 0 0 1 1.687 0L12.938 3 14 4.062 12.312 5.75q.48.333.834.771.354.437.562.979H16V9h-2v1.25h2v1.5h-2V13h2v1.5h-2.292a3.6 3.6 0 0 1-1.437 1.823A4 4 0 0 1 10 17m0-1.5q1.02 0 1.74-.729A2.59 2.59 0 0 0 12.5 13V9a2.26 2.26 0 0 0-.698-1.771 2.45 2.45 0 0 0-1.781-.729q-1.063 0-1.781.729A2.5 2.5 0 0 0 7.5 9v4a2.34 2.34 0 0 0 .708 1.771q.73.729 1.792.729M8.5 13h3v-1.5h-3zm0-2.5h3V9h-3z"/></svg>

After

Width:  |  Height:  |  Size: 645 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M3 16.5V7.917a1.3 1.3 0 0 1-.74-.542A1.56 1.56 0 0 1 2 6.5v-3q0-.625.438-1.062A1.44 1.44 0 0 1 3.5 2h13q.625 0 1.062.438Q18 2.875 18 3.5v3q0 .48-.26.875-.26.396-.74.542V16.5q0 .625-.438 1.062A1.44 1.44 0 0 1 15.5 18h-11q-.625 0-1.062-.438A1.44 1.44 0 0 1 3 16.5M4.5 8v8.5h11V8zm12-1.5v-3h-13v3zm-8.5 5h4V10H8z"/></svg>

After

Width:  |  Height:  |  Size: 414 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m13 18-2-2 2-2 2 2zm-6-2-5-5 5-5 5 5zm7.5-6q0-1.882-1.31-3.19Q11.883 5.5 10 5.5q1.882 0 3.19-1.31Q14.5 2.883 14.5 1q0 1.882 1.31 3.19Q17.117 5.5 19 5.5q-1.882 0-3.19 1.31Q14.5 8.117 14.5 10"/></svg>

After

Width:  |  Height:  |  Size: 294 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M4.5 18q-.618 0-1.06-.448A1.45 1.45 0 0 1 3 16.5v-11q0-.604.44-1.052A1.43 1.43 0 0 1 4.5 4H6V2h1.5v2h5V2H14v2h1.5q.619 0 1.06.448.44.449.44 1.052v11q0 .604-.44 1.052A1.43 1.43 0 0 1 15.5 18zm0-1.5h11V9h-11zm0-9h11v-2h-11z"/></svg>

After

Width:  |  Height:  |  Size: 326 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#5f6368" viewBox="0 -960 960 960"><path d="M480-336q-60 0-102-42t-42-102 42-102 102-42 102 42 42 102-42 102-102 42m.21-72Q510-408 531-429.21t21-51T530.79-531t-51-21T429-530.79t-21 51T429.21-429t51 21M216-144q-29.7 0-50.85-21.15T144-216v-168h72v168h168v72zm360 0v-72h168v-168h72v168q0 29.7-21.15 50.85T744-144zM144-576v-168q0-29.7 21.15-50.85T216-816h168v72H216v168zm600 0v-168H576v-72h168q29.7 0 50.85 21.15T816-744v168z"/></svg>

After

Width:  |  Height:  |  Size: 498 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m8.938 13 4.958-4.938L12.833 7l-3.895 3.875-1.771-1.75-1.063 1.063zM10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10q0-1.667.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.8 7.8 0 0 1 10 2q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.333 18 10a7.8 7.8 0 0 1-.625 3.104 8.07 8.07 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18m0-1.5q2.708 0 4.604-1.896T16.5 10t-1.896-4.604T10 3.5 5.396 5.396 3.5 10t1.896 4.604T10 16.5"/></svg>

After

Width:  |  Height:  |  Size: 562 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m6.104 14.146-3.541-3.542 1.062-1.062 2.48 2.479 1.062 1.062zm4.25-.021-3.541-3.52 1.062-1.063 2.48 2.479 6-6.021 1.062 1.063zm0-4.23L9.292 8.834 12.125 6l1.063 1.063z"/></svg>

After

Width:  |  Height:  |  Size: 272 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none"><g clip-path="url(#a)"><path fill="#fff" d="M0 0h12v12H0z"/><path fill="#CCC" d="M0 0h6v6H0zM6 6h6v6H6z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 269 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m8.229 14.062-3.521-3.541L5.75 9.479l2.479 2.459 6.021-6L15.292 7z"/></svg>

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M5.062 15 4 13.938 7.938 10 4 6.062 5.062 5l5 5zM11 15l-1.062-1.062L13.875 10 9.938 6.062 11 5l5 5z"/></svg>

After

Width:  |  Height:  |  Size: 204 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m10 13.063-5-5L6.063 7 10 10.938 13.938 7 15 8.063z"/></svg>

After

Width:  |  Height:  |  Size: 156 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m10 15-5-5 5-5 1.062 1.062L7.125 10l3.937 3.938z"/><circle cx="12.5" cy="10.125" r="1.25" fill="#000"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m12 15-5-5 5-5 1.062 1.062L9.125 10l3.937 3.938z"/></svg>

After

Width:  |  Height:  |  Size: 153 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m8 15-1.062-1.062L10.875 10 6.938 6.062 8 5l5 5z"/></svg>

After

Width:  |  Height:  |  Size: 153 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M6.063 13 5 11.938l5-5 5 5L13.938 13 10 9.063z"/></svg>

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M19.147 7.928v1.373a3.5 3.5 0 0 0-.906-.418 3.2 3.2 0 0 0-.939-.145q-.525 0-.794.155a.49.49 0 0 0-.268.451q0 .429 1.148.697l.059.016.45.107q.858.204 1.255.66.402.45.402 1.223 0 .927-.61 1.394-.607.461-1.83.461a6.6 6.6 0 0 1-1.11-.096 8 8 0 0 1-1.153-.28v-1.372q.521.295 1.057.45.541.156 1.045.156.553 0 .837-.16a.51.51 0 0 0 .284-.467q0-.3-.204-.462-.198-.16-.954-.343l-.434-.096q-.901-.204-1.314-.638t-.413-1.164q0-.87.627-1.352t1.765-.482q.51 0 1.013.086.51.08.987.246M10.059 11.242V6.61H8.466V5.402h3.164v5.84q0 .709.22 1.003.22.295.745.295h1.255v1.207h-1.694q-1.121 0-1.61-.58-.486-.578-.487-1.925M8.484 13.441a3.2 3.2 0 0 1-.853.343 4 4 0 0 1-.982.118q-1.39 0-2.171-.836-.783-.837-.783-2.317 0-1.485.788-2.322.788-.842 2.177-.842a3.77 3.77 0 0 1 1.824.461v1.437a2.5 2.5 0 0 0-.757-.45 2.3 2.3 0 0 0-.847-.16q-.766 0-1.18.487t-.413 1.39.413 1.383q.414.482 1.18.482.456 0 .853-.15.397-.156.75-.466zM1 11.779h1.786v1.968H1z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M12.062 15 11 13.938 12.958 12 11 10.042l1.062-1.063L14 10.938l1.958-1.959 1.063 1.063L15.062 12l1.959 1.938L15.958 15 14 13.042zM3 10.729v-1.5h6v1.5zm0-3.125v-1.5h9v1.5zm0-3.125v-1.5h9v1.5z"/></svg>

After

Width:  |  Height:  |  Size: 295 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0M16 10a6 6 0 0 1-9.68 4.74l8.42-8.42A5.97 5.97 0 0 1 16 10M5.26 13.68l8.42-8.42a6 6 0 0 0-8.42 8.42" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 290 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M5 16q-1.667 0-2.833-1.167Q1 13.667 1 12q0-1.583 1.083-2.74Q3.167 8.105 4.729 8a5.3 5.3 0 0 1 1.927-2.885Q8.104 4 10 4q2.146 0 3.729 1.448T15.5 9q1.458 0 2.479 1.021 1.02 1.02 1.021 2.479 0 1.458-1.021 2.479-1.02 1.02-2.479 1.021zm0-1.5h10.5q.833 0 1.417-.583.583-.585.583-1.417t-.583-1.417A1.93 1.93 0 0 0 15.5 10.5h-1.375L14 9.146a3.9 3.9 0 0 0-1.292-2.594A3.87 3.87 0 0 0 10 5.5q-1.333 0-2.396.802a3.82 3.82 0 0 0-1.416 2.115l-.292 1.021-1.063.062a2.4 2.4 0 0 0-1.666.781A2.44 2.44 0 0 0 2.5 12q0 1.042.729 1.771A2.4 2.4 0 0 0 5 14.5"/></svg>

After

Width:  |  Height:  |  Size: 641 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10q0-1.667.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.8 7.8 0 0 1 10 2q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.333 18 10a7.8 7.8 0 0 1-.625 3.104 8.07 8.07 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18m0-1.5q2.708 0 4.604-1.896T16.5 10t-1.896-4.604T10 3.5 5.396 5.396 3.5 10t1.896 4.604T10 16.5"/><path fill="#000" fill-rule="evenodd" d="m7.97 6.97 1.06 1.06L7.06 10l1.97 1.97-1.06 1.06L4.94 10zM12.03 6.97l-1.06 1.06L12.94 10l-1.97 1.97 1.06 1.06L15.06 10z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 678 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m7 15-5-5 5-5 1.062 1.062L4.125 10l3.937 3.938zm6 0-1.062-1.062L15.875 10l-3.937-3.938L13 5l5 5z"/></svg>

After

Width:  |  Height:  |  Size: 201 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.25 14v-1.5h1.5V14zM9.25 7.5V6h1.5v1.5z"/></svg>

After

Width:  |  Height:  |  Size: 146 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M3 17.083v-3.708l7.125-7.125L9 5.146l1.062-1.063 1.5 1.5 2.292-2.291a.75.75 0 0 1 .552-.23q.323 0 .552.23l1.813 1.833a.75.75 0 0 1 .229.552q0 .323-.229.552L14.5 8.5l1.5 1.521-1.062 1.062-1.105-1.104-7.125 7.104zm1.5-1.5h1.583l6.667-6.666-1.562-1.584L4.5 14z"/></svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M3 17.083v-3.708l7.125-7.125L9 5.146l1.062-1.063 1.5 1.5 2.292-2.291a.75.75 0 0 1 .552-.23q.323 0 .552.23l1.813 1.833a.75.75 0 0 1 .229.552q0 .323-.229.552L14.5 8.5l1.5 1.521-1.062 1.062-1.126-1.125-7.104 7.125zm1.5-1.5h1.583l6.667-6.666-1.562-1.584L4.5 14zm8.833-8.021 1.875-1.895-.791-.813-1.896 1.875z"/></svg>

After

Width:  |  Height:  |  Size: 409 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><mask id="a" width="20" height="20" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M0 0h20v20H0z"/></mask><g mask="url(#a)"><path fill="#1F1F1F" d="M3.333 11.667V10h13.334v1.667zm0-2.5V7.5h13.334v1.667zm5.834 9.166v-2.666L7.833 17l-1.166-1.167L10 12.5l3.333 3.333L12.167 17l-1.334-1.292v2.625zM10 6.667 6.667 3.333l1.166-1.166L9.167 3.5V.833h1.666V3.5l1.334-1.333 1.166 1.166z"/></g></svg>

After

Width:  |  Height:  |  Size: 504 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="none"><g clip-path="url(#a)"><path fill="#EF8F00" fill-opacity=".2" d="M8.143.5H0v12h8.143L12 6.5z"/><path stroke="#E37400" d="M0 .5h8.143L12 6.5l-3.857 6H0"/><path stroke="#E37400" stroke-width="1.094" d="M4.636 7.938C4.636 6.688 6 7 6 5.75c0-.938-.682-1.25-1.364-1.25-.681 0-1.363.313-1.363 1.563"/><ellipse cx="4.636" cy="8.875" fill="#E37400" rx=".682" ry=".625"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h13v13H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 525 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" fill="none"><g clip-path="url(#a)"><path fill="#F23295" fill-opacity=".2" d="M8.143.5H0v12h8.143L12 6.5z"/><path stroke="#E52592" d="M0 .5h8.143L12 6.5l-3.857 6H0"/><circle cx="3" cy="6.5" r="1" fill="#E52592"/><circle cx="7" cy="6.5" r="1" fill="#E52592"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h13v13H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 408 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M8.75 8.5q.52 0 .885-.365T10 7.25t-.365-.885A1.2 1.2 0 0 0 8.75 6q-.52 0-.885.365a1.2 1.2 0 0 0-.365.885q0 .52.365.885t.885.365m-2 4q.52 0 .885-.365Q8 11.771 8 11.25q0-.52-.365-.885A1.2 1.2 0 0 0 6.75 10q-.52 0-.885.365a1.2 1.2 0 0 0-.365.885q0 .52.365.885t.885.365m5.75.75a.72.72 0 0 0 .531-.219.72.72 0 0 0 .219-.531.72.72 0 0 0-.219-.531.72.72 0 0 0-.531-.219.72.72 0 0 0-.531.219.72.72 0 0 0-.219.531q0 .312.219.531a.72.72 0 0 0 .531.219M10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10a7.8 7.8 0 0 1 .844-3.594 8.35 8.35 0 0 1 2.218-2.76 8.1 8.1 0 0 1 3.105-1.542 6.66 6.66 0 0 1 3.5.063q-.167.915.104 1.687.27.771.854 1.281.583.51 1.417.709.832.198 1.77-.032-.52 1.188.157 2.261.676 1.073 1.989 1.115.188 1.77-.375 3.364a8.2 8.2 0 0 1-1.656 2.802 8.2 8.2 0 0 1-2.625 1.927A7.7 7.7 0 0 1 10 18m0-1.5q2.604 0 4.469-1.76t2.031-4.365a3.74 3.74 0 0 1-1.562-1.156 3.8 3.8 0 0 1-.792-1.781q-1.584-.23-2.688-1.313A4.4 4.4 0 0 1 10.146 3.5a5.6 5.6 0 0 0-2.511.406 6.67 6.67 0 0 0-3.593 3.5A6.3 6.3 0 0 0 3.5 10q0 2.708 1.896 4.604T10 16.5"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="m16.625 14.5-1.104-1.104a6.7 6.7 0 0 0 .979-3.021 3.75 3.75 0 0 1-1.562-1.156 3.8 3.8 0 0 1-.792-1.781q-1.584-.229-2.688-1.313A4.4 4.4 0 0 1 10.146 3.5a5.7 5.7 0 0 0-1.886.188 6.3 6.3 0 0 0-1.697.75L5.458 3.333a7.8 7.8 0 0 1 2.948-1.302 6.6 6.6 0 0 1 3.26.136q-.166.915.105 1.687.27.771.854 1.281.583.51 1.417.709.833.197 1.77-.031-.52 1.187.157 2.26.676 1.073 1.99 1.114.165 1.478-.199 2.833a8 8 0 0 1-1.135 2.48m-9.875-2q-.52 0-.885-.364a1.2 1.2 0 0 1-.365-.886q0-.52.365-.885T6.75 10t.885.365.365.885q0 .52-.365.886a1.2 1.2 0 0 1-.885.364m9.125 5.5L14.5 16.625q-1.021.668-2.156 1.02A7.8 7.8 0 0 1 10 18a7.8 7.8 0 0 1-3.108-.625 8.1 8.1 0 0 1-2.548-1.719 8.1 8.1 0 0 1-1.719-2.548A7.8 7.8 0 0 1 2 10q0-1.209.354-2.344A8.6 8.6 0 0 1 3.375 5.5L2 4.125l1.063-1.062 13.875 13.875zm-5.873-1.5q.915 0 1.769-.27a9 9 0 0 0 1.646-.71L4.479 6.584a9 9 0 0 0-.708 1.646q-.27.855-.271 1.769 0 2.702 1.9 4.602t4.602 1.9"/></svg>

After

Width:  |  Height:  |  Size: 1012 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M4.5 18q-.625 0-1.062-.438A1.44 1.44 0 0 1 3 16.5V5h1.5v11.5H14V18zm3-3q-.625 0-1.062-.438A1.44 1.44 0 0 1 6 13.5v-10q0-.625.438-1.062A1.44 1.44 0 0 1 7.5 2h8q.625 0 1.062.438Q17 2.875 17 3.5v10q0 .625-.438 1.062A1.44 1.44 0 0 1 15.5 15zm0-1.5h8v-10h-8z"/></svg>

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 17V3.5h8v3h8V17zm1.5-1.5h5V14h-5zm0-3h5V11h-5zm0-3h5V8h-5zm0-3h5V5h-5zm6.5 9h6.5V8H10zm1.5-4.5V9.5H15V11zm0 3v-1.5H15V14z"/></svg>

After

Width:  |  Height:  |  Size: 229 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M18 5.5v9q0 .604-.438 1.052A1.43 1.43 0 0 1 16.5 16h-13a1.44 1.44 0 0 1-1.052-.448A1.44 1.44 0 0 1 2 14.5v-9q0-.604.448-1.052A1.44 1.44 0 0 1 3.5 4h13q.625 0 1.062.448Q18 4.897 18 5.5M3.5 7h13V5.5h-13zm0 3v4.5h13V10z"/></svg>

After

Width:  |  Height:  |  Size: 321 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M7.062 14 10 11.062 12.938 14 14 12.938 11.062 10 14 7.062 12.938 6 10 8.938 7.062 6 6 7.062 8.938 10 6 12.938zM10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10q0-1.667.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.8 7.8 0 0 1 10 2q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.333 18 10a7.8 7.8 0 0 1-.625 3.104 8.07 8.07 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18"/></svg>

After

Width:  |  Height:  |  Size: 513 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M7.062 14 10 11.062 12.938 14 14 12.938 11.062 10 14 7.062 12.938 6 10 8.938 7.062 6 6 7.062 8.938 10 6 12.938zM10 18a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10q0-1.667.625-3.115a8.066 8.066 0 0 1 4.271-4.26A7.8 7.8 0 0 1 10 2q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.333 18 10a7.8 7.8 0 0 1-.625 3.104 8.07 8.07 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18m0-1.5q2.708 0 4.604-1.896T16.5 10t-1.896-4.604T10 3.5 5.396 5.396 3.5 10t1.896 4.604T10 16.5"/></svg>

After

Width:  |  Height:  |  Size: 606 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M6.062 15 5 13.938 8.938 10 5 6.062 6.062 5 10 8.938 13.938 5 15 6.062 11.062 10 15 13.938 13.938 15 10 11.062z"/></svg>

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.5 18v-5H11v1.75h6v1.5h-6V18zM3 16.25v-1.5h5.5v1.5zM5.813 11h1.556l.825-2.292h3.618L12.624 11h1.565l-3.396-9H9.208zm2.854-3.604 1.375-3.73 1.312 3.73z"/></svg>

After

Width:  |  Height:  |  Size: 257 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10 17q-2.937 0-4.98-.875Q3 15.25 3 14V6q0-1.25 2.042-2.125T10 3q2.895 0 4.938.875Q17 4.75 17 6v8q0 1.25-2.042 2.125T10 17m0-9.5q1.791 0 3.458-.437Q15.125 6.604 15.5 6q-.375-.583-2.062-1.042A13 13 0 0 0 10 4.5q-1.791 0-3.48.458Q4.855 5.417 4.5 6q.354.604 2 1.063Q8.167 7.5 10 7.5m0 4q.875 0 1.667-.083.79-.105 1.479-.271.708-.167 1.291-.417a6 6 0 0 0 1.063-.604v-2.27q-.5.27-1.125.5-.604.207-1.312.353-.71.146-1.48.23a20.646 20.646 0 0 1-3.208 0 16 16 0 0 1-1.48-.23 12 12 0 0 1-1.312-.354 8 8 0 0 1-1.083-.5v2.271q.459.333 1.042.604.583.25 1.27.417.71.166 1.5.27.813.084 1.688.084m0 4q.916 0 1.833-.125a16 16 0 0 0 1.709-.354q.791-.23 1.312-.5.542-.27.646-.563v-2.104q-.5.27-1.125.5-.604.21-1.312.354-.71.146-1.48.23Q10.813 13 10 13q-.834 0-1.625-.062a16 16 0 0 1-1.48-.23 12 12 0 0 1-1.312-.354 8 8 0 0 1-1.083-.5V14q.105.27.625.542.542.27 1.313.479.791.208 1.729.354.938.125 1.833.125"/></svg>

After

Width:  |  Height:  |  Size: 992 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" fill-rule="evenodd" d="M10.64 1.78a1.25 1.25 0 0 0-1.28 0l-6 3.581a1.25 1.25 0 0 0-.61 1.073v7.463c0 .45.242.865.633 1.088l6 3.403c.383.216.851.216 1.234 0l6-3.404a1.25 1.25 0 0 0 .633-1.087V6.434c0-.44-.232-.847-.61-1.073zM4.96 6.153 10 3.144l5.041 3.01L10 9.188zM4.25 7.478v6.274l5 2.835v-6.099zm6.5 9.11 5-2.836V7.477l-5 3.011z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 452 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M9.5 17a1.45 1.45 0 0 1-1.06-.44A1.45 1.45 0 0 1 8 15.5V3.875q0-.417.198-.792c.198-.375.323-.43.573-.541l2.5-1.375q.796-.354 1.512.073.717.426.717 1.26V3h3q.62 0 1.06.44T18 4.5v11q0 .619-.44 1.06-.44.44-1.06.44zm0-2.542 2.5-1.354V2.5L9.5 3.875zm1.25 1.042h5.75v-11h-3v8.604a1.5 1.5 0 0 1-.208.77 1.4 1.4 0 0 1-.563.543zM2 4.5V3h1.5v1.5zM2 17v-1.5h1.5V17zm0-3.125v-1.5h1.5v1.5zm0-3.125v-1.5h1.5v1.5zm0-3.125v-1.5h1.5v1.5zM5.125 4.5V3h1.5v1.5zm0 12.5v-1.5h1.5V17z"/></svg>

After

Width:  |  Height:  |  Size: 566 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M2 16v-2h2V5.5q0-.625.438-1.062A1.44 1.44 0 0 1 5.5 4H17v1.5H5.5V14H10v2zm11 0a.96.96 0 0 1-.708-.292A.96.96 0 0 1 12 15V8q0-.417.292-.708A.96.96 0 0 1 13 7h4q.417 0 .708.292Q18 7.583 18 8v7a.96.96 0 0 1-.292.708A.96.96 0 0 1 17 16zm.5-2h3V8.5h-3z"/></svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="72" fill="none"><g clip-path="url(#a)"><path fill="#fff" d="M0 0h117v72H0z"/><g clip-path="url(#b)"><path fill="#1A73E8" d="M714.5-129H-130v563.556h844.5z"/><path stroke="#fff" stroke-opacity=".3" stroke-width=".5" d="m-130-129 317.039 317.352M187.039-129.352-130 188M49.456-129v317M7.231-129v317M433 50.633h-563M433 8.367h-563M28.344 59.363c16.476 0 29.833-13.37 29.833-29.863S44.82-.363 28.344-.363C11.867-.363-1.49 13.007-1.49 29.5s13.356 29.863 29.833 29.863ZM-130 29.5h563M28.344-129v317"/><path stroke="#fff" d="M27.992 71.062c23.126 0 41.873-18.765 41.873-41.914S51.118-12.767 27.992-12.767-13.881 6-13.881 29.148 4.866 71.062 27.992 71.062Z" clip-rule="evenodd"/><path stroke="#fff" d="M27.992 50.431c11.743 0 21.262-9.529 21.262-21.283S39.734 7.864 27.992 7.864 6.729 17.394 6.729 29.148 16.25 50.43 27.992 50.43Z"/><path stroke="#fff" d="M27.992 44.99c8.74 0 15.826-7.093 15.826-15.842s-7.086-15.842-15.826-15.842-15.827 7.093-15.827 15.842S19.252 44.99 27.993 44.99ZM46.414 39.808 28.399 71.041M9.547 39.806-8.467 8.573M27.992 7.864h36.03"/></g><g filter="url(#c)"><path fill="#ECF3FE" d="M73.059 30.804c4 2.31 4 8.083 0 10.392L56.47 50.773c-4 2.31-9-.577-9-5.196V26.423c0-4.619 5-7.506 9-5.196z"/></g><g filter="url(#d)"><path fill="#fff" fill-opacity=".3" d="M78 30.804c4 2.31 4 8.083 0 10.392L54 55.053c-4 2.309-9-.578-9-5.197V22.144c0-4.62 5-7.506 9-5.197z"/></g></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h117v72H0z"/></clipPath><clipPath id="b"><path fill="#fff" d="M-130-129h563v317h-563z"/></clipPath><filter id="c" width="44.588" height="47.172" x="39.471" y="14.414" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow_4199_2136"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_4199_2136"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="effect1_dropShadow_4199_2136" result="effect2_dropShadow_4199_2136"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_4199_2136" result="shape"/></filter><filter id="d" width="52" height="55.731" x="37" y="8.135" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_4199_2136" stdDeviation="4"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="72" fill="none"><g clip-path="url(#a)"><path fill="#fff" d="M0 0h117v72H0z"/><g clip-path="url(#b)"><path fill="#1A73E8" d="M714.5-129H-130v563.556h844.5z"/><path stroke="#fff" stroke-opacity=".3" stroke-width=".5" d="m-130-129 317.039 317.352M187.039-129.352-130 188M49.456-129v317M7.231-129v317M433 50.633h-563M433 8.367h-563M28.344 59.363c16.476 0 29.833-13.37 29.833-29.863 0-16.492-13.357-29.862-29.833-29.862C11.867-.362-1.49 13.008-1.49 29.5c0 16.493 13.356 29.863 29.833 29.863ZM-130 29.5h563M28.344-129v317"/><path stroke="#fff" d="M27.992 71.062c23.126 0 41.873-18.765 41.873-41.914S51.118-12.767 27.992-12.767-13.881 6-13.881 29.148 4.866 71.062 27.992 71.062Z" clip-rule="evenodd"/><path stroke="#fff" d="M27.992 50.431c11.743 0 21.262-9.529 21.262-21.283S39.734 7.864 27.992 7.864 6.729 17.394 6.729 29.148 16.25 50.43 27.992 50.43Z"/><path stroke="#fff" d="M27.992 44.99c8.74 0 15.826-7.093 15.826-15.842s-7.086-15.842-15.826-15.842S12.165 20.4 12.165 29.148 19.252 44.99 27.993 44.99ZM46.414 39.808 28.399 71.041M9.547 39.806-8.467 8.574M27.992 7.864h36.03"/></g><g filter="url(#c)"><path fill="#ECF3FE" d="M73.059 30.804c4 2.31 4 8.083 0 10.392L56.47 50.774c-4 2.309-9-.578-9-5.197V26.423c0-4.619 5-7.506 9-5.196z"/></g><g filter="url(#d)"><path fill="#fff" fill-opacity=".3" d="M78 30.804c4 2.31 4 8.083 0 10.392L54 55.053c-4 2.31-9-.578-9-5.196V22.143c0-4.62 5-7.506 9-5.196z"/></g><g opacity=".9"><rect width="29" height="16" x="80" y="12" fill="#fff" rx="4"/><path fill="#1A73E8" d="M84.352 18.214h.957V16.63h1.441v1.584h1.32v1.232h-1.32v2.541q0 .374.165.561t.506.187q.21 0 .352-.055.154-.055.33-.154v1.375a2.4 2.4 0 0 1-.462.132 2.2 2.2 0 0 1-.517.055q-.847 0-1.331-.495-.484-.506-.484-1.386v-2.76h-.957zM89.433 24v-5.786h1.441V24zm.726-6.776a.9.9 0 0 1-.66-.275.9.9 0 0 1-.275-.66.9.9 0 0 1 .275-.66.9.9 0 0 1 .66-.275.9.9 0 0 1 .66.275.9.9 0 0 1 .275.66.9.9 0 0 1-.275.66.9.9 0 0 1-.66.275m2.325 9.152v-8.162h1.353v.671h.088a1.8 1.8 0 0 1 .396-.418q.242-.198.572-.308.34-.12.759-.12.736 0 1.309.351.582.353.924 1.034.34.683.34 1.683 0 .99-.34 1.683-.342.683-.924 1.034a2.45 2.45 0 0 1-1.31.352q-.66 0-1.1-.253-.428-.264-.626-.605h-.088l.088.858v2.2zm2.827-3.542q.418 0 .748-.187.34-.187.528-.572.198-.386.198-.968 0-.583-.198-.968a1.25 1.25 0 0 0-.528-.572 1.5 1.5 0 0 0-.748-.187q-.418 0-.76.187-.33.187-.527.572-.187.386-.187.968 0 .583.187.968.198.385.528.572.34.187.759.187m6.268 1.342q-.748 0-1.287-.23a2.2 2.2 0 0 1-.858-.66 2.4 2.4 0 0 1-.407-.969l1.375-.23q.088.395.396.615.308.21.781.21.407 0 .704-.144.308-.154.308-.473a.45.45 0 0 0-.132-.33 1 1 0 0 0-.374-.242 2.5 2.5 0 0 0-.572-.154l-.66-.12a2.8 2.8 0 0 1-.847-.298 1.7 1.7 0 0 1-.572-.56 1.5 1.5 0 0 1-.209-.804q0-.517.297-.913.309-.396.814-.616.517-.22 1.155-.22.682 0 1.166.187.495.175.792.528.297.352.396.87l-1.265.197a.83.83 0 0 0-.396-.484 1.4 1.4 0 0 0-.66-.143q-.406 0-.66.165-.242.165-.242.385a.47.47 0 0 0 .198.385q.198.154.638.242l.803.165q.847.176 1.309.583.462.397.462 1.155 0 .572-.33 1.001a2.2 2.2 0 0 1-.891.671 3.2 3.2 0 0 1-1.232.231"/></g></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h117v72H0z"/></clipPath><clipPath id="b"><path fill="#fff" d="M-130-129h563v317h-563z"/></clipPath><filter id="c" width="44.588" height="47.172" x="39.471" y="14.414" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow_4170_128"/><feOffset dy="2"/><feGaussianBlur stdDeviation="3"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_4170_128"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="effect1_dropShadow_4170_128" result="effect2_dropShadow_4170_128"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_4170_128" result="shape"/></filter><filter id="d" width="52" height="55.731" x="37" y="8.135" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_4170_128" stdDeviation="4"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" fill="none"><mask id="a" width="20" height="21" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><circle cx="10" cy="10.167" r="10" fill="#C4C4C4"/></mask><g mask="url(#a)"><circle cx="10" cy="10.167" r="10" fill="#1A73E8"/><path stroke="#fff" stroke-width="1.042" d="M10 18.061a7.894 7.894 0 1 0 0-15.789 7.894 7.894 0 0 0 0 15.79Z"/><path stroke="#fff" stroke-width=".833" d="M9.966 13.643a3.613 3.613 0 1 0 0-7.226 3.613 3.613 0 0 0 0 7.226ZM13.114 11.795l-3.505 6.069M6.833 11.824l-3.504-6.07M10.003 6.417h7.009"/></g></svg>

After

Width:  |  Height:  |  Size: 605 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M10.25 9.5h1.5V8h1.5V6.5h-1.5V5h-1.5v1.5h-1.5V8h1.5zm-1.5 3h4.5V11h-4.5zM6.5 16a1.44 1.44 0 0 1-1.052-.448A1.44 1.44 0 0 1 5 14.5v-12q0-.604.448-1.052A1.44 1.44 0 0 1 6.5 1H13l4 4v9.5q0 .605-.448 1.052A1.44 1.44 0 0 1 15.5 16zm0-1.5h9V5.625L12.375 2.5H6.5zm-3 4.5a1.44 1.44 0 0 1-1.052-.448A1.44 1.44 0 0 1 2 17.5V6h1.5v11.5h9V19z"/></svg>

After

Width:  |  Height:  |  Size: 435 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="#000" d="M4.396 17q-.585 0-.99-.406-.405-.405-.406-.99V4.396q0-.585.406-.99.405-.405.99-.406h11.208q.585 0 .99.406.405.405.406.99v11.208q0 .585-.406.99-.405.405-.99.406zm.104-4v2.5h11V13zm0-1.5h11v-7h-11z"/></svg>

After

Width:  |  Height:  |  Size: 300 B

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