@vscode/codicons 0.0.43 → 0.0.45-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fantasticonrc.js +12 -1
- package/.github/workflows/build.yml +17 -14
- package/RELEASING.md +32 -0
- package/_iconCloud/categories.csv +533 -0
- package/_iconCloud/categories.transforms.json +92 -0
- package/_iconCloud/categories.variables.json +48 -0
- package/_iconCloud/descriptions.csv +533 -0
- package/_iconCloud/descriptions.transforms.json +83 -0
- package/_iconCloud/descriptions.variables.json +47 -0
- package/_iconCloud/keywords.csv +533 -1
- package/_iconCloud/keywords.transforms.json +22 -13
- package/_iconCloud/keywords.variables.json +19 -18
- package/_iconCloud/manifest.json +11 -1
- package/_iconCloud/manifest.transforms.json +2 -2
- package/_iconCloud/metaphors.csv +533 -0
- package/_iconCloud/metaphors.transforms.json +92 -0
- package/_iconCloud/metaphors.variables.json +48 -0
- package/build/pipeline.yml +18 -7
- package/dist/codicon.css +14 -3
- package/dist/codicon.csv +16 -2
- package/dist/codicon.html +8171 -853
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +13 -2
- package/dist/metadata.json +2672 -0
- package/package.json +6 -2
- package/scripts/check-metadata.js +126 -0
- package/scripts/embed-metadata.js +25 -0
- package/scripts/embed-svg-data.js +31 -0
- package/scripts/export-to-ts.js +9 -2
- package/scripts/svg-sprite.js +34 -6
- package/src/icons/add-small.svg +1 -0
- package/src/icons/ask.svg +1 -0
- package/src/icons/chat-sparkle-error.svg +1 -1
- package/src/icons/chat-sparkle-warning.svg +1 -1
- package/src/icons/chat-sparkle.svg +1 -1
- package/src/icons/clockface.svg +1 -0
- package/src/icons/cloud-download.svg +1 -1
- package/src/icons/cloud-small.svg +1 -0
- package/src/icons/cloud-upload.svg +1 -1
- package/src/icons/cloud.svg +1 -1
- package/src/icons/collection-small.svg +1 -0
- package/src/icons/copilot-blocked.svg +1 -1
- package/src/icons/copilot-error.svg +1 -1
- package/src/icons/copilot-in-progress.svg +1 -1
- package/src/icons/copilot-success.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/debug-continue.svg +1 -1
- package/src/icons/debug-pause.svg +1 -1
- package/src/icons/debug-restart.svg +1 -1
- package/src/icons/debug-reverse-continue.svg +1 -1
- package/src/icons/debug-start.svg +1 -1
- package/src/icons/debug-step-back.svg +1 -1
- package/src/icons/debug-step-into.svg +1 -1
- package/src/icons/debug-step-out.svg +1 -1
- package/src/icons/debug-step-over.svg +1 -1
- package/src/icons/debug-stop.svg +1 -1
- package/src/icons/empty-window.svg +1 -1
- package/src/icons/exclude.svg +1 -1
- package/src/icons/extensions-large.svg +1 -1
- package/src/icons/extensions.svg +1 -1
- package/src/icons/filter-filled.svg +1 -1
- package/src/icons/filter.svg +1 -1
- package/src/icons/folder-active.svg +1 -1
- package/src/icons/git-branch-changes.svg +1 -1
- package/src/icons/git-branch-conflicts.svg +1 -1
- package/src/icons/git-branch-staged-changes.svg +1 -1
- package/src/icons/git-pull-request-create.svg +1 -1
- package/src/icons/git-pull-request-done.svg +1 -1
- package/src/icons/git-stash-apply.svg +1 -1
- package/src/icons/git-stash-pop.svg +1 -1
- package/src/icons/git-stash.svg +1 -1
- package/src/icons/index-zero.svg +1 -1
- package/src/icons/keyboard-tab-above.svg +1 -1
- package/src/icons/new-collection.svg +1 -1
- package/src/icons/new-file.svg +1 -1
- package/src/icons/new-folder.svg +1 -1
- package/src/icons/person-add.svg +1 -1
- package/src/icons/remove-small.svg +1 -0
- package/src/icons/report.svg +1 -1
- package/src/icons/run-all-coverage.svg +1 -1
- package/src/icons/run-coverage.svg +1 -1
- package/src/icons/run-errors.svg +1 -1
- package/src/icons/screen-cut.svg +1 -0
- package/src/icons/session-in-progress.svg +1 -0
- package/src/icons/unarchive.svg +1 -0
- package/src/icons/unfold.svg +1 -1
- package/src/icons/vm-active.svg +1 -1
- package/src/icons/vm-pending.svg +1 -1
- package/src/icons/vm-small.svg +1 -0
- package/src/icons/window-active.svg +1 -1
- package/src/icons/worktree-small.svg +1 -0
- package/src/icons/worktree.svg +1 -0
- package/src/template/mapping.json +1716 -633
- package/src/template/metadata.json +2672 -0
- package/src/template/preview.hbs +583 -321
- package/src/icons/git-lens.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/codicons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45-0",
|
|
4
4
|
"fontVersion": "1.15",
|
|
5
5
|
"description": "The icon font for Visual Studio Code",
|
|
6
6
|
"license": "CC-BY-4.0",
|
|
@@ -12,9 +12,13 @@
|
|
|
12
12
|
"replace-in-vscode": "cp -R ./dist/codicon.ttf ../vscode/src/vs/base/browser/ui/codicons/codicon/codicon.ttf && cp ./dist/codiconsLibrary.ts ../vscode/src/vs/base/common/codiconsLibrary.ts",
|
|
13
13
|
"export-to-ts": "node ./scripts/export-to-ts.js -f ./src/template/mapping.json > ./dist/codiconsLibrary.ts",
|
|
14
14
|
"export-to-csv": "node ./scripts/export-to-csv.js -f ./dist/codicon.ttf > ./dist/codicon.csv",
|
|
15
|
+
"copy-metadata": "cp ./src/template/metadata.json ./dist/metadata.json",
|
|
16
|
+
"embed-metadata": "node ./scripts/embed-metadata.js",
|
|
17
|
+
"embed-svg-data": "node ./scripts/embed-svg-data.js",
|
|
18
|
+
"check-metadata": "node ./scripts/check-metadata.js",
|
|
15
19
|
"fonts": "fantasticon",
|
|
16
20
|
"dev": "npm run build && npm run replace-in-vscode",
|
|
17
|
-
"build": "npm run clean && npm run svgo && npm run fonts && npm run export-to-ts && npm run export-to-csv && npm run sprite",
|
|
21
|
+
"build": "npm run clean && npm run svgo && npm run fonts && npm run export-to-ts && npm run export-to-csv && npm run copy-metadata && npm run embed-metadata && npm run embed-svg-data && npm run sprite",
|
|
18
22
|
"version:bump": "node ./scripts/version-bump.js",
|
|
19
23
|
"version:patch": "node ./scripts/version-bump.js patch minor",
|
|
20
24
|
"version:minor": "node ./scripts/version-bump.js minor minor",
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This script checks which icons are missing metadata and reports them.
|
|
5
|
+
* It helps maintain the metadata.json file by identifying gaps.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
const fs = require('fs');
|
|
9
|
+
const path = require('path');
|
|
10
|
+
|
|
11
|
+
// Load the mapping file to get all icon names
|
|
12
|
+
const mappingPath = path.join(__dirname, '..', 'src', 'template', 'mapping.json');
|
|
13
|
+
const metadataPath = path.join(__dirname, '..', 'src', 'template', 'metadata.json');
|
|
14
|
+
|
|
15
|
+
if (!fs.existsSync(mappingPath)) {
|
|
16
|
+
console.error('Error: mapping.json not found at', mappingPath);
|
|
17
|
+
process.exit(1);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (!fs.existsSync(metadataPath)) {
|
|
21
|
+
console.error('Error: metadata.json not found at', metadataPath);
|
|
22
|
+
process.exit(1);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const mapping = JSON.parse(fs.readFileSync(mappingPath, 'utf8'));
|
|
26
|
+
const metadata = JSON.parse(fs.readFileSync(metadataPath, 'utf8'));
|
|
27
|
+
|
|
28
|
+
// Collect all unique icon names from mapping
|
|
29
|
+
const allIconNames = new Set();
|
|
30
|
+
Object.values(mapping).forEach(aliases => {
|
|
31
|
+
// For each code point, add the first alias (primary name)
|
|
32
|
+
if (aliases && aliases.length > 0) {
|
|
33
|
+
allIconNames.add(aliases[0]);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
// Find icons without metadata
|
|
38
|
+
const missingMetadata = [];
|
|
39
|
+
allIconNames.forEach(iconName => {
|
|
40
|
+
if (!metadata[iconName]) {
|
|
41
|
+
missingMetadata.push(iconName);
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
// Find metadata for icons that don't exist
|
|
46
|
+
const orphanedMetadata = [];
|
|
47
|
+
Object.keys(metadata).forEach(iconName => {
|
|
48
|
+
if (!allIconNames.has(iconName)) {
|
|
49
|
+
orphanedMetadata.push(iconName);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
// Report results
|
|
54
|
+
console.log('='.repeat(60));
|
|
55
|
+
console.log('Icon Metadata Coverage Report');
|
|
56
|
+
console.log('='.repeat(60));
|
|
57
|
+
console.log();
|
|
58
|
+
|
|
59
|
+
console.log(`Total icons: ${allIconNames.size}`);
|
|
60
|
+
console.log(`Icons with metadata: ${allIconNames.size - missingMetadata.length}`);
|
|
61
|
+
console.log(`Coverage: ${Math.round(((allIconNames.size - missingMetadata.length) / allIconNames.size) * 100)}%`);
|
|
62
|
+
console.log();
|
|
63
|
+
|
|
64
|
+
if (missingMetadata.length > 0) {
|
|
65
|
+
console.log(`Icons missing metadata (${missingMetadata.length}):`);
|
|
66
|
+
console.log('-'.repeat(60));
|
|
67
|
+
missingMetadata.sort().forEach(name => {
|
|
68
|
+
console.log(` - ${name}`);
|
|
69
|
+
});
|
|
70
|
+
console.log();
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if (orphanedMetadata.length > 0) {
|
|
74
|
+
console.log(`Metadata entries for non-existent icons (${orphanedMetadata.length}):`);
|
|
75
|
+
console.log('-'.repeat(60));
|
|
76
|
+
orphanedMetadata.sort().forEach(name => {
|
|
77
|
+
console.log(` - ${name}`);
|
|
78
|
+
});
|
|
79
|
+
console.log();
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
if (missingMetadata.length === 0 && orphanedMetadata.length === 0) {
|
|
83
|
+
console.log('✓ All icons have metadata and no orphaned entries found!');
|
|
84
|
+
console.log();
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Validate existing metadata structure
|
|
88
|
+
const invalidEntries = [];
|
|
89
|
+
Object.entries(metadata).forEach(([name, meta]) => {
|
|
90
|
+
const issues = [];
|
|
91
|
+
|
|
92
|
+
if (!meta.tags || !Array.isArray(meta.tags)) {
|
|
93
|
+
issues.push('missing or invalid tags array');
|
|
94
|
+
} else if (meta.tags.length === 0) {
|
|
95
|
+
issues.push('empty tags array');
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
if (!meta.category || typeof meta.category !== 'string') {
|
|
99
|
+
issues.push('missing or invalid category');
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
if (!meta.description || typeof meta.description !== 'string') {
|
|
103
|
+
issues.push('missing or invalid description');
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
if (issues.length > 0) {
|
|
107
|
+
invalidEntries.push({ name, issues });
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
if (invalidEntries.length > 0) {
|
|
112
|
+
console.log(`Metadata entries with validation issues (${invalidEntries.length}):`);
|
|
113
|
+
console.log('-'.repeat(60));
|
|
114
|
+
invalidEntries.forEach(({ name, issues }) => {
|
|
115
|
+
console.log(` - ${name}:`);
|
|
116
|
+
issues.forEach(issue => {
|
|
117
|
+
console.log(` * ${issue}`);
|
|
118
|
+
});
|
|
119
|
+
});
|
|
120
|
+
console.log();
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Exit with error if there are missing entries
|
|
124
|
+
if (missingMetadata.length > 0 || orphanedMetadata.length > 0 || invalidEntries.length > 0) {
|
|
125
|
+
process.exit(1);
|
|
126
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const fs = require('fs');
|
|
2
|
+
const path = require('path');
|
|
3
|
+
|
|
4
|
+
const metadataPath = path.join(__dirname, '../src/template/metadata.json');
|
|
5
|
+
const htmlPath = path.join(__dirname, '../dist/codicon.html');
|
|
6
|
+
|
|
7
|
+
if (!fs.existsSync(htmlPath)) {
|
|
8
|
+
console.error('HTML file not found:', htmlPath);
|
|
9
|
+
process.exit(1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const metadata = fs.readFileSync(metadataPath, 'utf8');
|
|
13
|
+
let html = fs.readFileSync(htmlPath, 'utf8');
|
|
14
|
+
|
|
15
|
+
const placeholder = '{} // METADATA_PLACEHOLDER';
|
|
16
|
+
const replacement = `${metadata} // METADATA_PLACEHOLDER`;
|
|
17
|
+
|
|
18
|
+
if (html.includes('// METADATA_PLACEHOLDER')) {
|
|
19
|
+
// Use regex to replace the initialization
|
|
20
|
+
html = html.replace(/let metadata = .* \/\/ METADATA_PLACEHOLDER/, `let metadata = ${metadata}; // METADATA_PLACEHOLDER`);
|
|
21
|
+
fs.writeFileSync(htmlPath, html);
|
|
22
|
+
console.log('Metadata embedded into HTML.');
|
|
23
|
+
} else {
|
|
24
|
+
console.warn('Metadata placeholder not found in HTML.');
|
|
25
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const fs = require('fs');
|
|
2
|
+
const path = require('path');
|
|
3
|
+
|
|
4
|
+
const iconsDir = path.join(__dirname, '../src/icons');
|
|
5
|
+
const htmlPath = path.join(__dirname, '../dist/codicon.html');
|
|
6
|
+
|
|
7
|
+
if (!fs.existsSync(htmlPath)) {
|
|
8
|
+
console.error('HTML file not found:', htmlPath);
|
|
9
|
+
process.exit(1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Read all SVG files and build a data object
|
|
13
|
+
const svgData = {};
|
|
14
|
+
const svgFiles = fs.readdirSync(iconsDir).filter(file => file.endsWith('.svg'));
|
|
15
|
+
|
|
16
|
+
for (const file of svgFiles) {
|
|
17
|
+
const name = path.basename(file, '.svg');
|
|
18
|
+
const content = fs.readFileSync(path.join(iconsDir, file), 'utf8');
|
|
19
|
+
svgData[name] = content;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
let html = fs.readFileSync(htmlPath, 'utf8');
|
|
23
|
+
|
|
24
|
+
if (html.includes('// SVG_DATA_PLACEHOLDER')) {
|
|
25
|
+
// Use regex to replace the initialization
|
|
26
|
+
html = html.replace(/let svgData = .*? \/\/ SVG_DATA_PLACEHOLDER/, `let svgData = ${JSON.stringify(svgData)}; // SVG_DATA_PLACEHOLDER`);
|
|
27
|
+
fs.writeFileSync(htmlPath, html);
|
|
28
|
+
console.log(`SVG data embedded into HTML (${Object.keys(svgData).length} icons).`);
|
|
29
|
+
} else {
|
|
30
|
+
console.warn('SVG data placeholder not found in HTML.');
|
|
31
|
+
}
|
package/scripts/export-to-ts.js
CHANGED
|
@@ -28,8 +28,15 @@ fs.readFile(opts.f, 'utf8', (err, data) => {
|
|
|
28
28
|
console.log("// Instead, add mappings to codiconsDerived in codicons.ts.");
|
|
29
29
|
console.log("export const codiconsLibrary = {");
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
// New format: mapping is { "code": ["alias1", "alias2", ...] }
|
|
32
|
+
Object.entries(mapping).forEach(([code, aliases]) => {
|
|
33
|
+
const codeValue = parseInt(code);
|
|
34
|
+
const hexValue = decimalToHex(codeValue);
|
|
35
|
+
|
|
36
|
+
// Register each alias with the same code
|
|
37
|
+
aliases.forEach((name) => {
|
|
38
|
+
console.log(`\t${toCamelCase(name)}: register('${name}', ${hexValue}),`);
|
|
39
|
+
});
|
|
33
40
|
});
|
|
34
41
|
|
|
35
42
|
console.log("} as const;");
|
package/scripts/svg-sprite.js
CHANGED
|
@@ -13,7 +13,14 @@ const config = {
|
|
|
13
13
|
const spriter = new SVGSpriter(config);
|
|
14
14
|
const mapping = require("../src/template/mapping.json");
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
// New format: mapping is { "code": ["alias1", "alias2", ...] }
|
|
17
|
+
// Build a lookup from alias to code for easy access
|
|
18
|
+
const aliasToCode = {};
|
|
19
|
+
Object.entries(mapping).forEach(([code, aliases]) => {
|
|
20
|
+
aliases.forEach(alias => {
|
|
21
|
+
aliasToCode[alias] = parseInt(code);
|
|
22
|
+
});
|
|
23
|
+
});
|
|
17
24
|
|
|
18
25
|
// Check if the icons directory exists and has SVG files
|
|
19
26
|
const iconsDir = path.resolve(__dirname, '..', 'src', 'icons');
|
|
@@ -42,18 +49,39 @@ if (svgFiles.length === 0) {
|
|
|
42
49
|
|
|
43
50
|
console.log(`Found ${svgFiles.length} SVG files in ${iconsDir}`);
|
|
44
51
|
|
|
45
|
-
|
|
46
|
-
|
|
52
|
+
// Find all aliases that share the same code as the given alias
|
|
53
|
+
const findNames = (aliasName) => {
|
|
54
|
+
const code = aliasToCode[aliasName];
|
|
55
|
+
if (!code) return [aliasName];
|
|
56
|
+
|
|
57
|
+
// Find all aliases with this code
|
|
58
|
+
const codeStr = code.toString();
|
|
59
|
+
return mapping[codeStr] || [aliasName];
|
|
47
60
|
};
|
|
48
61
|
|
|
49
62
|
let processedFiles = 0;
|
|
50
|
-
|
|
63
|
+
|
|
64
|
+
// Process all unique aliases (we use a Set to track processed icons)
|
|
65
|
+
const processedIcons = new Set();
|
|
66
|
+
|
|
67
|
+
Object.entries(mapping).forEach(([code, aliases]) => {
|
|
68
|
+
// Use the first alias as the primary SVG file name
|
|
69
|
+
const primaryAlias = aliases[0];
|
|
70
|
+
|
|
71
|
+
// Skip if we've already processed this icon
|
|
72
|
+
if (processedIcons.has(primaryAlias)) {
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
|
|
51
76
|
// Use path.resolve for cross-platform compatibility
|
|
52
|
-
const file = path.resolve(iconsDir, `${
|
|
77
|
+
const file = path.resolve(iconsDir, `${primaryAlias}.svg`);
|
|
53
78
|
|
|
54
79
|
if (fs.existsSync(file)) {
|
|
55
80
|
processedFiles++;
|
|
56
|
-
|
|
81
|
+
processedIcons.add(primaryAlias);
|
|
82
|
+
|
|
83
|
+
// Add sprite entries for all aliases of this icon
|
|
84
|
+
for (const name of aliases) {
|
|
57
85
|
// Use path.resolve for cross-platform compatibility
|
|
58
86
|
const svgPath = path.resolve(iconsDir, `${name}.svg`);
|
|
59
87
|
spriter.add(
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11 5.5C11 5.776 10.776 6 10.5 6H6V10.5C6 10.776 5.776 11 5.5 11C5.224 11 5 10.776 5 10.5V6H0.5C0.224 6 0 5.776 0 5.5C0 5.224 0.224 5 0.5 5H5V0.5C5 0.224 5.224 0 5.5 0C5.776 0 6 0.224 6 0.5V5H10.5C10.776 5 11 5.224 11 5.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 11C8.414 11 8.75 11.336 8.75 11.75C8.75 12.164 8.414 12.5 8 12.5C7.586 12.5 7.25 12.164 7.25 11.75C7.25 11.336 7.586 11 8 11Z"/><path d="M8 4C9.262 4 10.25 4.988 10.25 6.25C10.25 7.333 9.68352 7.89752 9.22852 8.35352C8.82052 8.76052 8.5 9.082 8.5 9.75C8.5 10.026 8.276 10.25 8 10.25C7.724 10.25 7.5 10.026 7.5 9.75C7.5 8.667 8.06648 8.10248 8.52148 7.64648C8.92948 7.23948 9.25 6.918 9.25 6.25C9.25 5.538 8.712 5 8 5C7.288 5 6.75 5.538 6.75 6.25C6.75 6.526 6.526 6.75 6.25 6.75C5.974 6.75 5.75 6.526 5.75 6.25C5.75 4.988 6.738 4 8 4Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1C11.866 1 14.999 4.13499 14.999 8.00098C14.999 11.867 11.865 15.001 7.99902 15.001C6.72402 15.001 5.52612 14.6585 4.49512 14.0615L1.7666 14.9707C1.70669 14.9906 1.64491 15.001 1.58301 15.001C1.43501 15.001 1.28969 14.9449 1.17969 14.8389C1.02386 14.6889 0.964466 14.4647 1.02344 14.2568L1.85254 11.3506C1.30871 10.3547 1 9.21279 1 8C1 4.134 4.134 1 8 1ZM8.00098 2.00098C4.693 2.00099 2.00099 4.693 2.00098 8.00098C2.00098 9.00398 2.25345 9.99707 2.73145 10.8721L2.92676 11.2324L2.20117 13.7725L4.17871 13.1133L4.60742 12.9697L4.99707 13.1963C5.90503 13.7222 6.94407 14 8 14L8.00098 14.001C11.309 14.001 14.001 11.309 14.001 8.00098C14.001 4.69299 11.309 2.00098 8.00098 2.00098Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.99 4.002C14.04 4.002 14.089 4.018 14.13 4.046C14.171 4.075 14.202 4.116 14.218 4.163L14.417 4.775C14.479 4.961 14.583 5.129 14.722 5.268C14.861 5.407 15.03 5.512 15.216 5.574V5.572L15.828 5.771L15.84 5.774C15.887 5.791 15.928 5.822 15.957 5.862C15.986 5.903 16.001 5.952 16.001 6.002C16.001 6.052 15.985 6.101 15.957 6.142C15.929 6.183 15.887 6.215 15.84 6.231L15.229 6.429C15.043 6.491 14.874 6.596 14.735 6.735C14.673 6.797 14.618 6.864 14.571 6.937C13.825 6.434 12.95 6.11 12.006 6.024C12.006 6.017 12.003 6.009 12.003 6.001C12.003 5.951 12.019 5.902 12.047 5.861C12.075 5.82 12.117 5.789 12.164 5.773L12.776 5.574C12.96 5.511 13.126 5.404 13.262 5.266C13.399 5.127 13.502 4.96 13.563 4.776L13.761 4.164C13.778 4.117 13.809 4.076 13.849 4.047C13.89 4.018 13.94 4.002 13.99 4.002ZM9.2 2.782L9.966 3.032L10.049 3.061C10.049 3.061 10.054 3.064 10.056 3.065C10.119 3.09 10.182 3.12 10.241 3.153C10.367 3.224 10.482 3.312 10.585 3.414C10.739 3.567 10.86 3.751 10.938 3.953C10.948 3.98 10.957 4.007 10.966 4.034L11.215 4.799C11.236 4.858 11.274 4.909 11.326 4.945C11.377 4.981 11.438 5.001 11.501 5.001H11.505C11.566 5.001 11.626 4.981 11.676 4.945C11.71 4.921 11.738 4.889 11.76 4.854C11.771 4.836 11.78 4.817 11.787 4.798L12.036 4.033C12.113 3.8 12.244 3.589 12.417 3.416C12.59 3.243 12.802 3.112 13.035 3.035L13.8 2.786C13.859 2.765 13.911 2.727 13.947 2.676C13.983 2.625 14.003 2.564 14.003 2.501C14.003 2.438 13.984 2.378 13.947 2.326C13.911 2.275 13.859 2.237 13.8 2.217L13.785 2.213L13.02 1.964C12.861 1.911 12.712 1.834 12.578 1.735C12.516 1.689 12.457 1.638 12.402 1.583C12.229 1.41 12.098 1.198 12.021 0.966L11.772 0.201C11.751 0.142 11.713 0.091 11.661 0.055C11.614 0.022 11.559 0.003 11.502 0H11.487C11.424 0 11.363 0.019 11.312 0.055C11.261 0.091 11.222 0.142 11.202 0.201L10.953 0.966C10.877 1.197 10.749 1.407 10.578 1.58C10.553 1.605 10.528 1.629 10.502 1.652C10.347 1.79 10.166 1.896 9.969 1.964L9.374 2.157H9.372L9.2 2.212C9.141 2.233 9.09 2.272 9.054 2.323C9.018 2.374 8.998 2.435 8.998 2.498C8.998 2.561 9.018 2.622 9.054 2.672C9.09 2.723 9.141 2.761 9.2 2.782ZM15.998 11.501C15.998 13.986 13.983 16.001 11.498 16.001C9.013 16.001 6.998 13.986 6.998 11.501C6.998 9.016 9.013 7.001 11.498 7.001C13.983 7.001 15.998 9.016 15.998 11.501ZM13.498 12.794L12.205 11.5L13.436 10.208C13.631 10.013 13.631 9.696 13.436 9.501C13.241 9.306 12.924 9.306 12.729 9.501L11.498 10.793L10.206 9.501C10.011 9.306 9.694 9.306 9.499 9.501C9.304 9.696 9.304 10.013 9.499 10.208L10.792 11.5L9.498 12.794C9.303 12.989 9.303 13.306 9.498 13.501C9.693 13.696 10.01 13.696 10.205 13.501L11.498 12.207L12.792 13.501C12.987 13.696 13.304 13.696 13.499 13.501C13.694 13.306 13.693 12.989 13.498 12.794ZM4 13.9V11.002H2.5C1.672 11.002 1 10.33 1 9.502V4.502C1 3.674 1.672 3.002 2.5 3.002H8V2.002H2.5C1.119 2.002 0 3.121 0 4.502V9.502C0 10.883 1.119 12.002 2.5 12.002H3V13.944C3 14.786 3.992 15.236 4.625 14.681L6.281 13.232C6.162 12.875 6.078 12.503 6.035 12.119L4 13.9Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.993 4.002C14.043 4.002 14.092 4.018 14.133 4.046C14.174 4.075 14.205 4.116 14.221 4.163L14.42 4.775C14.482 4.961 14.586 5.129 14.725 5.268C14.864 5.407 15.033 5.512 15.219 5.574V5.572L15.831 5.771L15.843 5.774C15.89 5.791 15.931 5.822 15.96 5.862C15.989 5.903 16.004 5.952 16.004 6.002C16.004 6.052 15.988 6.101 15.96 6.142C15.932 6.183 15.89 6.215 15.843 6.231L15.232 6.429C15.046 6.491 14.877 6.596 14.738 6.735C14.599 6.874 14.494 7.042 14.432 7.228L14.234 7.84C14.217 7.887 14.186 7.928 14.145 7.957C14.104 7.986 14.055 8.001 14.005 8.001H13.998C13.949 8.001 13.902 7.985 13.862 7.957C13.821 7.928 13.79 7.887 13.774 7.84L13.574 7.228C13.512 7.042 13.406 6.873 13.268 6.734C13.129 6.595 12.961 6.49 12.774 6.428L12.749 6.42V6.417L12.708 6.403C12.66 6.367 12.609 6.331 12.557 6.299C12.388 6.195 12.206 6.117 12.016 6.067C12.01 6.046 12.005 6.024 12.005 6.001C12.005 5.951 12.021 5.902 12.049 5.861C12.077 5.82 12.119 5.789 12.166 5.773L12.778 5.574C12.962 5.511 13.128 5.404 13.264 5.266C13.401 5.127 13.504 4.96 13.565 4.776L13.763 4.164C13.78 4.117 13.811 4.076 13.851 4.047H13.852C13.893 4.017 13.943 4.002 13.993 4.002ZM9.20198 2.782L9.96898 3.032L10.052 3.061C10.052 3.061 10.057 3.064 10.059 3.065C10.122 3.09 10.185 3.12 10.244 3.153C10.37 3.224 10.485 3.312 10.588 3.414C10.742 3.567 10.863 3.751 10.941 3.953C10.951 3.98 10.96 4.007 10.969 4.034L11.218 4.799C11.239 4.858 11.277 4.909 11.329 4.945C11.38 4.981 11.441 5.001 11.504 5.001H11.508C11.569 5.001 11.629 4.981 11.679 4.945C11.713 4.921 11.741 4.889 11.763 4.854C11.774 4.836 11.783 4.817 11.79 4.798L12.039 4.033C12.116 3.8 12.247 3.589 12.42 3.416C12.593 3.243 12.805 3.112 13.038 3.035L13.803 2.786C13.862 2.765 13.913 2.727 13.949 2.676C13.985 2.625 14.005 2.564 14.005 2.501C14.005 2.438 13.986 2.378 13.949 2.326C13.913 2.275 13.861 2.237 13.803 2.217L13.788 2.213L13.023 1.964C12.864 1.911 12.715 1.834 12.581 1.735C12.519 1.689 12.46 1.638 12.405 1.583C12.232 1.41 12.101 1.198 12.024 0.966L11.775 0.201C11.754 0.142 11.716 0.091 11.664 0.055C11.617 0.022 11.562 0.003 11.505 0H11.49C11.427 0 11.366 0.019 11.315 0.055C11.264 0.091 11.225 0.142 11.205 0.201L10.956 0.966C10.88 1.197 10.752 1.407 10.581 1.58C10.556 1.605 10.531 1.629 10.505 1.652C10.35 1.79 10.169 1.896 9.97198 1.964L9.37698 2.157H9.37498L9.20298 2.212C9.14398 2.233 9.09298 2.272 9.05698 2.323C9.02098 2.374 9.00098 2.435 9.00098 2.498C9.00098 2.561 9.02098 2.622 9.05698 2.672C9.09298 2.723 9.14398 2.761 9.20198 2.782ZM15.893 14.553C15.969 14.705 16.005 14.875 15.998 15.045C15.99 15.215 15.94 15.381 15.85 15.526C15.761 15.671 15.636 15.791 15.487 15.874C15.338 15.957 15.171 16.001 15 16.001H7.99998C7.82898 16.001 7.66097 15.959 7.51097 15.876C7.36197 15.793 7.23598 15.674 7.14598 15.528C7.05598 15.383 7.00497 15.217 6.99697 15.046C6.98898 14.875 7.02498 14.705 7.10198 14.553L10.602 7.553C10.685 7.386 10.813 7.246 10.971 7.148C11.129 7.05 11.312 6.998 11.498 6.998C11.684 6.998 11.866 7.05 12.025 7.148C12.184 7.246 12.311 7.386 12.394 7.553L15.894 14.553H15.893ZM12 14.501C12 14.368 11.947 14.241 11.854 14.147C11.76 14.053 11.633 14.001 11.5 14.001C11.401 14.001 11.304 14.03 11.222 14.085C11.14 14.14 11.076 14.218 11.038 14.309C11 14.4 10.99 14.501 11.01 14.598C11.029 14.695 11.077 14.784 11.147 14.854C11.217 14.924 11.306 14.972 11.403 14.991C11.5 15.01 11.601 15 11.692 14.963C11.783 14.925 11.861 14.861 11.916 14.779C11.971 14.697 12 14.6 12 14.501ZM12 9.496C12 9.363 11.947 9.236 11.854 9.142C11.76 9.048 11.633 8.996 11.5 8.996C11.367 8.996 11.24 9.049 11.146 9.142C11.052 9.236 11 9.363 11 9.496V12.496C11 12.629 11.053 12.756 11.146 12.85C11.24 12.944 11.367 12.996 11.5 12.996C11.633 12.996 11.76 12.943 11.854 12.85C11.948 12.756 12 12.629 12 12.496V9.496ZM7.31298 11.002L4.00098 13.9V11.002H2.50098C1.67298 11.002 1.00098 10.33 1.00098 9.502V4.502C1.00098 3.674 1.67298 3.002 2.50098 3.002H8.00098V2.002H2.50098C1.11998 2.002 0.000976562 3.121 0.000976562 4.502V9.502C0.000976562 10.883 1.11998 12.002 2.50098 12.002H3.00098V13.944C3.00098 14.786 3.99298 15.236 4.62598 14.681L6.92398 12.67L7.75798 11.001H7.31198L7.31298 11.002Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M9.055 2.672C9.019 2.622 8.999 2.561 8.999 2.498C8.999 2.435 9.019 2.374 9.055 2.323C9.091 2.272 9.142 2.233 9.201 2.212L9.373 2.157H9.375L9.97 1.964C10.167 1.896 10.348 1.79 10.503 1.652C10.529 1.629 10.554 1.605 10.579 1.58C10.75 1.407 10.878 1.197 10.954 0.966L11.203 0.201C11.223 0.142 11.262 0.091 11.313 0.055C11.364 0.019 11.425 0 11.488 0H11.503C11.56 0.003 11.615 0.022 11.662 0.055C11.714 0.091 11.752 0.142 11.773 0.201L12.022 0.966C12.099 1.198 12.23 1.41 12.403 1.583C12.458 1.638 12.517 1.689 12.579 1.735C12.713 1.834 12.862 1.911 13.021 1.964L13.786 2.213L13.801 2.217C13.86 2.237 13.911 2.275 13.947 2.326C13.984 2.378 14.003 2.438 14.003 2.501C14.003 2.564 13.983 2.625 13.947 2.676C13.911 2.727 13.86 2.765 13.801 2.786L13.036 3.035C12.803 3.112 12.591 3.243 12.418 3.416C12.245 3.589 12.114 3.8 12.037 4.033L11.788 4.798C11.781 4.817 11.772 4.836 11.761 4.854C11.739 4.889 11.711 4.92 11.677 4.944C11.627 4.98 11.567 5 11.506 5H11.502C11.439 5 11.378 4.98 11.327 4.944C11.275 4.908 11.237 4.857 11.216 4.798L10.967 4.033C10.958 4.006 10.948 3.979 10.938 3.952C10.86 3.75 10.74 3.566 10.586 3.413C10.483 3.311 10.368 3.223 10.242 3.152C10.183 3.119 10.121 3.089 10.058 3.064C10.056 3.064 10.051 3.061 10.051 3.061L9.968 3.031L9.201 2.782C9.142 2.761 9.091 2.723 9.055 2.672ZM15.958 5.862C15.929 5.822 15.888 5.791 15.841 5.774L15.829 5.771L15.217 5.572V5.574C15.031 5.512 14.862 5.408 14.723 5.269C14.584 5.13 14.48 4.961 14.418 4.775L14.219 4.163C14.203 4.116 14.172 4.075 14.131 4.046C14.09 4.018 14.041 4.002 13.991 4.002C13.941 4.002 13.892 4.017 13.851 4.046C13.811 4.075 13.78 4.116 13.763 4.163L13.564 4.775C13.503 4.959 13.401 5.127 13.264 5.266C13.128 5.404 12.961 5.51 12.777 5.573L12.165 5.772C12.118 5.788 12.076 5.819 12.048 5.86C12.02 5.901 12.004 5.95 12.004 6C12.004 6.05 12.019 6.099 12.048 6.14C12.077 6.18 12.118 6.211 12.165 6.228L12.748 6.417V6.42L12.772 6.428C12.959 6.49 13.128 6.594 13.267 6.733C13.405 6.872 13.51 7.042 13.572 7.228L13.772 7.84C13.788 7.887 13.819 7.928 13.86 7.957C13.9 7.985 13.947 8.001 13.996 8.001H14.003C14.053 8.001 14.102 7.986 14.143 7.957C14.184 7.928 14.214 7.887 14.231 7.84L14.43 7.228C14.492 7.042 14.596 6.873 14.735 6.734C14.874 6.595 15.043 6.491 15.229 6.429L15.841 6.23C15.888 6.214 15.93 6.183 15.958 6.142C15.986 6.101 16.002 6.052 16.002 6.002C16.002 5.952 15.987 5.903 15.958 5.862ZM13 9.5C13 10.328 12.328 11 11.5 11H7.312L4 13.898V11H2.5C1.672 11 1 10.328 1 9.5V4.5C1 3.672 1.672 3 2.5 3H8V2H2.5C1.119 2 0 3.119 0 4.5V9.5C0 10.881 1.119 12 2.5 12H3V13.942C3 14.784 3.992 15.234 4.625 14.679L7.688 11.999H11.5C12.881 11.999 14 10.88 14 9.499V8.999H13V9.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1ZM8 4.5C8 4.22386 7.77614 4 7.5 4C7.22386 4 7 4.22386 7 4.5V8.5C7 8.77614 7.22386 9 7.5 9H10.5C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8H8V4.5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM13.854 11.854L11.854 13.854C11.806 13.902 11.751 13.938 11.692 13.963C11.634 13.987 11.57 14 11.504 14.001H11.498C11.431 14.001 11.368 13.987 11.31 13.963C11.252 13.939 11.197 13.903 11.15 13.857L11.147 13.854L9.147 11.854C8.952 11.659 8.952 11.342 9.147 11.147C9.342 10.952 9.659 10.952 9.854 11.147L11 12.294V9.001C11 8.725 11.224 8.501 11.5 8.501C11.776 8.501 12 8.725 12 9.001V12.294L13.146 11.147C13.341 10.952 13.658 10.952 13.853 11.147C14.048 11.342 14.048 11.659 13.853 11.854H13.854ZM4.25 12H6V13H4.25C2.455 13 1 11.545 1 9.75C1 8.029 2.338 6.62 4.03 6.507C4.273 4.53 5.958 3 8 3C9.862 3 11.411 4.278 11.857 6H10.811C10.397 4.838 9.303 4 8 4C6.343 4 5 5.343 5 7C5 7.276 4.776 7.5 4.5 7.5H4.25C3.007 7.5 2 8.507 2 9.75C2 10.993 3.007 12 4.25 12Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M7.75 8H2.25C1.01 8 0 6.99 0 5.75C0 4.58 0.897 3.616 2.04 3.51C2.274 2.088 3.513 1 5 1C6.487 1 7.726 2.088 7.96 3.51C9.103 3.616 10 4.58 10 5.75C10 6.99 8.99 8 7.75 8ZM2.25 4.5C1.561 4.5 1 5.061 1 5.75C1 6.439 1.561 7 2.25 7H7.75C8.439 7 9 6.439 9 5.75C9 5.061 8.439 4.5 7.75 4.5H7.5C7.224 4.5 7 4.276 7 4C7 2.897 6.103 2 5 2C3.897 2 3 2.897 3 4C3 4.276 2.776 4.5 2.5 4.5H2.25Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM13.854 11.854C13.659 12.049 13.342 12.049 13.147 11.854L12.001 10.708V14.001C12.001 14.277 11.777 14.501 11.501 14.501C11.225 14.501 11.001 14.277 11.001 14.001V10.708L9.855 11.854C9.66 12.049 9.343 12.049 9.148 11.854C8.953 11.659 8.953 11.342 9.148 11.147L11.148 9.147C11.196 9.099 11.251 9.063 11.31 9.039C11.368 9.015 11.432 9.001 11.498 9.001H11.504C11.571 9.001 11.634 9.015 11.692 9.039C11.75 9.063 11.805 9.099 11.852 9.145L11.855 9.148L13.855 11.148C14.05 11.343 14.05 11.66 13.855 11.855L13.854 11.854ZM4.25 12H6V13H4.25C2.455 13 1 11.545 1 9.75C1 8.029 2.338 6.62 4.03 6.507C4.273 4.53 5.958 3 8 3C9.862 3 11.411 4.278 11.857 6H10.811C10.397 4.838 9.303 4 8 4C6.343 4 5 5.343 5 7C5 7.276 4.776 7.5 4.5 7.5H4.25C3.007 7.5 2 8.507 2 9.75C2 10.993 3.007 12 4.25 12Z"/></svg>
|
package/src/icons/cloud.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 4C6.34315 4 5 5.34315 5 7C5 7.27614 4.77614 7.5 4.5 7.5H4.25C3.00736 7.5 2 8.50736 2 9.75C2 10.9926 3.00736 12 4.25 12H11.75C12.9926 12 14 10.9926 14 9.75C14 8.50736 12.9926 7.5 11.75 7.5H11.5C11.2239 7.5 11 7.27614 11 7C11 5.34315 9.65685 4 8 4ZM4.03004 6.50733C4.27283 4.53062 5.95767 3 8 3C10.0423 3 11.7272 4.53063 11.97 6.50733C13.6623 6.62043 15 8.029 15 9.75C15 11.5449 13.5449 13 11.75 13H4.25C2.45507 13 1 11.5449 1 9.75C1 8.029 2.33769 6.62043 4.03004 6.50733Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8 0H5C4.45 0 4 0.45 4 1H1C0.45 1 0 1.45 0 2V6C0 6.55 0.45 7 1 7H2V8C2 8.55 2.45 9 3 9H6C6.55 9 7 8.55 7 8V6H8C8.55 6 9 5.55 9 5V1C9 0.45 8.55 0 8 0ZM1 6V2H4V3H3C2.45 3 2 3.45 2 4V6H1ZM6 8H3V4H6V8ZM8 5H7V4C7 3.45 6.55 3 6 3H5V1H8V5Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.201 12.684H4.199C3.715 12.479 3.329 12.274 3.065 12.123L3 12.085V7.824L3.023 7.709C3.513 7.919 4.098 8 4.75 8C5.896 8 6.81 7.672 7.46 7.009C7.679 6.785 7.857 6.535 8 6.266C8.047 6.354 8.104 6.436 8.158 6.52C8.577 6.238 9.036 6.013 9.52 5.843C9.258 5.52 9.075 5.057 8.994 4.407C8.877 3.471 9.032 3.011 9.236 2.793C9.429 2.586 9.873 2.379 10.917 2.495C11.937 2.608 12.396 2.899 12.63 3.195C12.877 3.508 13 3.984 13 4.75C13 5.158 12.965 5.453 12.907 5.674C13.396 5.792 13.863 5.967 14.298 6.197C14.441 5.741 14.5 5.248 14.5 4.75C14.5 3.879 14.372 2.981 13.807 2.265C13.228 1.532 12.313 1.141 11.083 1.004C9.877 0.870002 8.821 1.038 8.139 1.769C8.09 1.822 8.043 1.877 8 1.933C7.957 1.877 7.91 1.822 7.861 1.769C7.179 1.038 6.123 0.870002 4.917 1.004C3.687 1.141 2.772 1.532 2.193 2.265C1.628 2.981 1.5 3.879 1.5 4.75C1.5 5.322 1.553 5.897 1.754 6.405L1.586 7.243L1.52 7.276C0.588 7.742 0 8.694 0 9.736V11C0 11.24 0.086 11.438 0.156 11.567C0.231 11.704 0.325 11.828 0.415 11.933C0.595 12.143 0.819 12.346 1.02 12.513C1.225 12.684 1.427 12.836 1.577 12.943C1.816 13.116 2.062 13.275 2.318 13.423C2.625 13.6 3.066 13.832 3.614 14.065C4.391 14.395 5.404 14.722 6.553 14.887C6.203 14.377 5.931 13.809 5.751 13.202C5.173 13.055 4.645 12.873 4.201 12.684ZM3.37 3.195C3.604 2.899 4.063 2.609 5.083 2.495C6.127 2.379 6.571 2.586 6.764 2.793C6.968 3.011 7.123 3.471 7.006 4.407C6.915 5.133 6.704 5.637 6.388 5.959C6.089 6.264 5.604 6.5 4.75 6.5C3.828 6.5 3.47 6.301 3.308 6.12C3.129 5.92 3 5.542 3 4.75C3 3.984 3.123 3.508 3.37 3.195Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM14 12L9.24996 12.067C8.97396 12.067 8.74996 11.843 8.74996 11.567C8.74996 11.291 8.97396 11.067 9.24996 11.067L14 11C14.276 11 14.5 11.224 14.5 11.5C14.5 11.776 14.276 12 14 12Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.199 12.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.199 12.684C3.715 12.479 3.329 12.274 3.065 12.123L3 12.085V7.824L3.023 7.709C3.513 7.919 4.098 8 4.75 8C5.896 8 6.81 7.672 7.46 7.009C7.679 6.785 7.857 6.535 8 6.266C8.047 6.354 8.104 6.436 8.158 6.52C8.577 6.238 9.036 6.013 9.52 5.843C9.258 5.52 9.075 5.057 8.994 4.407C8.877 3.471 9.032 3.011 9.236 2.793C9.429 2.586 9.873 2.379 10.917 2.495C11.937 2.608 12.396 2.899 12.63 3.195C12.877 3.508 13 3.984 13 4.75C13 5.158 12.965 5.453 12.907 5.674C13.396 5.792 13.863 5.967 14.298 6.197C14.441 5.741 14.5 5.248 14.5 4.75C14.5 3.879 14.372 2.981 13.807 2.265C13.228 1.532 12.313 1.141 11.083 1.004C9.877 0.870002 8.821 1.038 8.139 1.769C8.09 1.822 8.043 1.877 8 1.933C7.957 1.877 7.91 1.822 7.861 1.769C7.179 1.038 6.123 0.870002 4.917 1.004C3.687 1.141 2.772 1.532 2.193 2.265C1.628 2.981 1.5 3.879 1.5 4.75C1.5 5.322 1.553 5.897 1.754 6.405L1.586 7.243L1.52 7.276C0.588 7.742 0 8.694 0 9.736V11C0 11.24 0.086 11.438 0.156 11.567C0.231 11.704 0.325 11.828 0.415 11.933C0.595 12.143 0.819 12.346 1.02 12.513C1.225 12.684 1.427 12.836 1.577 12.943C1.816 13.116 2.062 13.275 2.318 13.423C2.625 13.6 3.066 13.832 3.614 14.065C4.391 14.395 5.404 14.722 6.553 14.887C6.203 14.377 5.931 13.809 5.751 13.202C5.173 13.055 4.645 12.873 4.201 12.684H4.199ZM3.37 3.195C3.604 2.899 4.063 2.609 5.083 2.495C6.127 2.379 6.571 2.586 6.764 2.793C6.968 3.011 7.123 3.471 7.006 4.407C6.915 5.133 6.704 5.637 6.388 5.959C6.089 6.264 5.604 6.5 4.75 6.5C3.828 6.5 3.47 6.301 3.308 6.12C3.129 5.92 3 5.542 3 4.75C3 3.984 3.123 3.508 3.37 3.195ZM11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM13.502 12.794C13.697 12.989 13.697 13.306 13.502 13.501C13.307 13.696 12.99 13.696 12.795 13.501L11.501 12.207L10.207 13.501C10.012 13.696 9.695 13.696 9.5 13.501C9.305 13.306 9.305 12.989 9.5 12.794L10.794 11.5L9.5 10.206C9.305 10.011 9.305 9.694 9.5 9.499C9.695 9.304 10.012 9.304 10.207 9.499L11.501 10.793L12.795 9.499C12.99 9.304 13.307 9.304 13.502 9.499C13.697 9.694 13.697 10.011 13.502 10.206L12.208 11.5L13.502 12.794Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.199 12.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.199 12.684C3.715 12.479 3.329 12.274 3.065 12.123L3 12.085V7.824L3.023 7.709C3.513 7.919 4.098 8 4.75 8C5.896 8 6.81 7.672 7.46 7.009C7.679 6.785 7.857 6.535 8 6.266C8.047 6.354 8.104 6.436 8.158 6.52C8.577 6.238 9.036 6.013 9.52 5.843C9.258 5.52 9.075 5.057 8.994 4.407C8.877 3.471 9.032 3.011 9.236 2.793C9.429 2.586 9.873 2.379 10.917 2.495C11.937 2.608 12.396 2.899 12.63 3.195C12.877 3.508 13 3.984 13 4.75C13 5.158 12.965 5.453 12.907 5.674C13.396 5.792 13.863 5.967 14.298 6.197C14.441 5.741 14.5 5.248 14.5 4.75C14.5 3.879 14.372 2.981 13.807 2.265C13.228 1.532 12.313 1.141 11.083 1.004C9.877 0.870002 8.821 1.038 8.139 1.769C8.09 1.822 8.043 1.877 8 1.933C7.957 1.877 7.91 1.822 7.861 1.769C7.179 1.038 6.123 0.870002 4.917 1.004C3.687 1.141 2.772 1.532 2.193 2.265C1.628 2.981 1.5 3.879 1.5 4.75C1.5 5.322 1.553 5.897 1.754 6.405L1.586 7.243L1.52 7.276C0.588 7.742 0 8.694 0 9.736V11C0 11.24 0.0859982 11.438 0.155998 11.567C0.230998 11.704 0.325001 11.828 0.415001 11.933C0.595001 12.143 0.819 12.346 1.02 12.513C1.225 12.684 1.427 12.836 1.577 12.943C1.816 13.116 2.062 13.275 2.318 13.423C2.625 13.6 3.066 13.832 3.614 14.065C4.391 14.395 5.404 14.722 6.553 14.887C6.203 14.377 5.931 13.809 5.751 13.202C5.173 13.055 4.645 12.873 4.201 12.684H4.199ZM3.37 3.195C3.604 2.899 4.063 2.609 5.083 2.495C6.127 2.379 6.571 2.586 6.764 2.793C6.968 3.011 7.123 3.471 7.006 4.407C6.915 5.133 6.704 5.637 6.388 5.959C6.089 6.264 5.604 6.5 4.75 6.5C3.828 6.5 3.47 6.301 3.308 6.12C3.129 5.92 3 5.542 3 4.75C3 3.984 3.123 3.508 3.37 3.195ZM11.5 7C9.015 7 7 9.015 7 11.5C7 13.985 9.015 16 11.5 16C13.985 16 16 13.985 16 11.5C16 9.015 13.985 7 11.5 7ZM13.621 13.371C13.336 13.656 12.997 13.88 12.623 14.031C12.25 14.182 11.85 14.256 11.447 14.249C11.044 14.242 10.647 14.154 10.279 13.99C10.183 13.947 10.09 13.9 9.999 13.847V13.999C9.999 14.275 9.775 14.499 9.499 14.499C9.223 14.499 8.999 14.275 8.999 13.999V12.499C8.999 12.223 9.223 11.999 9.499 11.999H10.999C11.275 11.999 11.499 12.223 11.499 12.499C11.499 12.775 11.275 12.999 10.999 12.999H10.531C10.581 13.027 10.633 13.053 10.686 13.076C10.931 13.185 11.196 13.244 11.465 13.249C11.733 13.254 12 13.204 12.249 13.104C12.498 13.004 12.724 12.854 12.914 12.664C13.109 12.469 13.426 12.469 13.621 12.664C13.816 12.859 13.816 13.176 13.621 13.371ZM14 10.5C14 10.776 13.776 11 13.5 11H12C11.724 11 11.5 10.776 11.5 10.5C11.5 10.224 11.724 10 12 10H12.468C12.418 9.972 12.366 9.946 12.313 9.923C12.068 9.814 11.803 9.755 11.534 9.75C11.266 9.745 10.999 9.795 10.75 9.895C10.501 9.995 10.275 10.145 10.085 10.335C9.89 10.53 9.573 10.53 9.378 10.335C9.183 10.14 9.183 9.823 9.378 9.628C9.663 9.343 10.002 9.119 10.376 8.968C10.749 8.817 11.149 8.743 11.552 8.75C11.955 8.757 12.352 8.845 12.72 9.009C12.816 9.052 12.909 9.099 13 9.152V9C13 8.724 13.224 8.5 13.5 8.5C13.776 8.5 14 8.724 14 9V10.5Z"/></svg>
|