@pierre/vscode-icons 0.0.3 → 0.0.4
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/.github/workflows/publish.yml +6 -6
- package/package.json +4 -3
- package/scripts/build-icon-theme.mjs +1 -5
- package/scripts/format-svgs.mjs +60 -0
- package/svgo.config.js +0 -1
- package/svgs/astro.svg +4 -6
- package/svgs/babel.svg +2 -2
- package/svgs/bash-duo.svg +4 -6
- package/svgs/bash.svg +2 -2
- package/svgs/biome.svg +2 -2
- package/svgs/bootstrap-duo.svg +4 -6
- package/svgs/bootstrap.svg +2 -2
- package/svgs/braces.svg +2 -3
- package/svgs/browserslist-duo.svg +5 -9
- package/svgs/bun-duo.svg +4 -6
- package/svgs/bun.svg +2 -2
- package/svgs/claude.svg +2 -2
- package/svgs/code-block-duo.svg +4 -9
- package/svgs/css.svg +3 -1
- package/svgs/docker.svg +3 -3
- package/svgs/eslint.svg +3 -3
- package/svgs/extension.svg +2 -2
- package/svgs/file-duo.svg +4 -6
- package/svgs/file-text-duo.svg +4 -6
- package/svgs/file-text.svg +3 -4
- package/svgs/file.svg +2 -2
- package/svgs/folder-duo.svg +4 -6
- package/svgs/folder-open-duo.svg +4 -6
- package/svgs/folder-open.svg +2 -2
- package/svgs/folder.svg +2 -2
- package/svgs/font.svg +2 -3
- package/svgs/git.svg +2 -2
- package/svgs/graphql.svg +3 -8
- package/svgs/html.svg +3 -3
- package/svgs/image-duo.svg +4 -9
- package/svgs/image.svg +3 -3
- package/svgs/javascript.svg +3 -1
- package/svgs/lang-css-duo.svg +4 -10
- package/svgs/lang-css.svg +2 -2
- package/svgs/lang-go.svg +2 -2
- package/svgs/lang-html-duo.svg +4 -6
- package/svgs/lang-html.svg +3 -3
- package/svgs/lang-html5-duo.svg +4 -6
- package/svgs/lang-html5.svg +3 -5
- package/svgs/lang-javascript-duo.svg +4 -9
- package/svgs/lang-javascript.svg +2 -2
- package/svgs/lang-markdown.svg +2 -3
- package/svgs/lang-python.svg +4 -6
- package/svgs/lang-ruby.svg +2 -2
- package/svgs/lang-rust.svg +2 -2
- package/svgs/lang-swift.svg +2 -2
- package/svgs/lang-typescript-duo.svg +4 -9
- package/svgs/lang-typescript.svg +3 -3
- package/svgs/markdown.svg +3 -1
- package/svgs/mcp.svg +3 -10
- package/svgs/nextjs.svg +3 -13
- package/svgs/npm-duo.svg +4 -6
- package/svgs/npm.svg +2 -2
- package/svgs/oxc-fill.svg +2 -2
- package/svgs/oxc.svg +2 -2
- package/svgs/postcss.svg +4 -22
- package/svgs/prettier.svg +5 -5
- package/svgs/react.svg +3 -3
- package/svgs/rss.svg +2 -2
- package/svgs/sass.svg +2 -2
- package/svgs/stylelint.svg +3 -9
- package/svgs/svelte.svg +2 -2
- package/svgs/svg-2.svg +3 -3
- package/svgs/svg.svg +2 -2
- package/svgs/svgo.svg +3 -3
- package/svgs/tailwind.svg +2 -2
- package/svgs/terraform.svg +2 -2
- package/svgs/typescript.svg +3 -1
- package/svgs/vite.svg +2 -2
- package/svgs/vscode.svg +4 -10
- package/svgs/vue.svg +3 -3
- package/svgs/wasm-duo.svg +5 -9
- package/svgs/wasm.svg +2 -2
- package/svgs/webpack.svg +4 -6
- package/svgs/yml.svg +2 -2
- package/svgs/zig.svg +3 -4
- package/svgs/ruby.svg +0 -1
|
@@ -11,12 +11,12 @@ jobs:
|
|
|
11
11
|
|
|
12
12
|
steps:
|
|
13
13
|
- name: Checkout code
|
|
14
|
-
uses: actions/checkout@
|
|
14
|
+
uses: actions/checkout@v5
|
|
15
15
|
|
|
16
16
|
- name: Setup Node.js
|
|
17
|
-
uses: actions/setup-node@
|
|
17
|
+
uses: actions/setup-node@v5
|
|
18
18
|
with:
|
|
19
|
-
node-version: '
|
|
19
|
+
node-version: '22'
|
|
20
20
|
cache: 'npm'
|
|
21
21
|
|
|
22
22
|
- name: Install dependencies
|
|
@@ -47,12 +47,12 @@ jobs:
|
|
|
47
47
|
|
|
48
48
|
steps:
|
|
49
49
|
- name: Checkout code
|
|
50
|
-
uses: actions/checkout@
|
|
50
|
+
uses: actions/checkout@v5
|
|
51
51
|
|
|
52
52
|
- name: Setup Node.js
|
|
53
|
-
uses: actions/setup-node@
|
|
53
|
+
uses: actions/setup-node@v5
|
|
54
54
|
with:
|
|
55
|
-
node-version: '
|
|
55
|
+
node-version: '22'
|
|
56
56
|
cache: 'npm'
|
|
57
57
|
registry-url: 'https://registry.npmjs.org'
|
|
58
58
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@pierre/vscode-icons",
|
|
3
3
|
"displayName": "Pierre VS Code Icons",
|
|
4
4
|
"description": "File icon theme for VS Code backed by source SVGs.",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.4",
|
|
6
6
|
"publisher": "pierrecomputer",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"type": "module",
|
|
@@ -31,12 +31,13 @@
|
|
|
31
31
|
"icon-theme"
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "node scripts/build-icon-theme.mjs",
|
|
34
|
+
"build": "npm run format:svgs && npm run format:check && npm run lint && node scripts/build-icon-theme.mjs",
|
|
35
35
|
"watch": "node scripts/watch-svgs.mjs",
|
|
36
36
|
"package": "npm run build && node scripts/package-vsix.mjs",
|
|
37
37
|
"lint": "oxlint scripts/",
|
|
38
38
|
"format": "oxfmt scripts/",
|
|
39
|
-
"format:check": "oxfmt --check scripts/"
|
|
39
|
+
"format:check": "oxfmt --check scripts/",
|
|
40
|
+
"format:svgs": "node scripts/format-svgs.mjs"
|
|
40
41
|
},
|
|
41
42
|
"contributes": {
|
|
42
43
|
"iconThemes": [
|
|
@@ -24,10 +24,6 @@ const tiers = {
|
|
|
24
24
|
// SVG generation — read source, optimize, stamp dark/light fills
|
|
25
25
|
// ---------------------------------------------------------------------------
|
|
26
26
|
|
|
27
|
-
function normalizeSvg(svg) {
|
|
28
|
-
return svg.replaceAll("#6c6c71", "currentColor");
|
|
29
|
-
}
|
|
30
|
-
|
|
31
27
|
function applyOpacity(svg, opacity) {
|
|
32
28
|
if (!opacity || opacity === 1) return svg;
|
|
33
29
|
return svg.replace("<svg", `<svg opacity="${opacity}"`);
|
|
@@ -38,7 +34,7 @@ function applyBgStyle(svg, bgColor) {
|
|
|
38
34
|
}
|
|
39
35
|
|
|
40
36
|
function optimizeSvg(raw) {
|
|
41
|
-
return
|
|
37
|
+
return optimize(raw, SVGOConfig).data;
|
|
42
38
|
}
|
|
43
39
|
|
|
44
40
|
async function generateSvgPair(name, { opacity } = {}) {
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { readdir, readFile, writeFile } from "node:fs/promises";
|
|
2
|
+
import path from "node:path";
|
|
3
|
+
import { fileURLToPath } from "node:url";
|
|
4
|
+
import { optimize } from "svgo";
|
|
5
|
+
|
|
6
|
+
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
7
|
+
const svgDir = path.resolve(__dirname, "..", "svgs");
|
|
8
|
+
|
|
9
|
+
const svgoConfig = {
|
|
10
|
+
js2svg: { pretty: true, indent: 2 },
|
|
11
|
+
plugins: [
|
|
12
|
+
{
|
|
13
|
+
name: "preset-default",
|
|
14
|
+
params: {
|
|
15
|
+
overrides: {
|
|
16
|
+
convertTransform: false,
|
|
17
|
+
inlineStyles: false,
|
|
18
|
+
convertColors: false,
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: "removeAttrs",
|
|
24
|
+
params: { attrs: ["id"] },
|
|
25
|
+
},
|
|
26
|
+
"sortAttrs",
|
|
27
|
+
],
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
function preprocess(svg) {
|
|
31
|
+
return svg
|
|
32
|
+
.replace(/<defs>[\s\S]*?<\/defs>/g, "")
|
|
33
|
+
.replace(/<g[^>]*>/g, "")
|
|
34
|
+
.replace(/<\/g>/g, "")
|
|
35
|
+
.replace(/\s+clip-path="[^"]*"/g, "");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function postprocess(svg) {
|
|
39
|
+
return svg
|
|
40
|
+
.replace(/fill="(?!none|currentColor)[^"]+"/g, 'fill="currentColor"')
|
|
41
|
+
.replace(/\s+stroke(?:-[\w-]+)?="[^"]*"/g, "");
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
async function formatSvgs() {
|
|
45
|
+
const files = (await readdir(svgDir)).filter((f) => f.endsWith(".svg")).sort();
|
|
46
|
+
|
|
47
|
+
for (const file of files) {
|
|
48
|
+
const filePath = path.join(svgDir, file);
|
|
49
|
+
const raw = await readFile(filePath, "utf8");
|
|
50
|
+
const cleaned = preprocess(raw);
|
|
51
|
+
const optimized = optimize(cleaned, svgoConfig).data;
|
|
52
|
+
const normalized = postprocess(optimized);
|
|
53
|
+
await writeFile(filePath, normalized);
|
|
54
|
+
console.log(`Formatted ${file}`);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
console.log(`\nFormatted ${files.length} SVGs`);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
formatSvgs();
|
package/svgo.config.js
CHANGED
package/svgs/astro.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M6.078 13.924c-.627-.578-.81-1.792-.549-2.673.453.555 1.08.731 1.73.83 1.004.153 1.989.096 2.921-.367.107-.053.205-.123.322-.194.087.256.11.514.08.777-.075.64-.39 1.136-.893 1.51-.201.15-.414.285-.622.426-.637.435-.81.945-.57 1.687l.024.08a1.7 1.7 0 0 1-.745-.643 1.8 1.8 0 0 1-.287-.98c-.003-.174-.003-.348-.026-.519-.056-.416-.25-.602-.614-.613a.72.72 0 0 0-.748.59l-.024.09" class="bg" opacity=".6"/>
|
|
3
|
+
<path fill="currentColor" d="M2.5 11.105s1.856-.912 3.717-.912L7.621 5.81c.052-.212.206-.356.379-.356s.327.144.38.356l1.403 4.383c2.204 0 3.717.912 3.717.912L10.341 2.42c-.09-.256-.243-.421-.45-.421H6.11c-.206 0-.353.165-.45.421z" class="fg"/>
|
|
4
|
+
</svg>
|
package/svgs/babel.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M9.99 0c1.285.032 2.162.223 2.663.54.846.413 1.284.889 1.347 1.523v.223c-.063.857-.25 1.524-.532 1.904l-1.38 1.239c-.5.254-.719.476-.719.634.772.818 1.33 1.284.846 2.414-.313.73-.972 1.491-2.036 2.285-.501.317-1.88 1.35-2.961 1.857-1.643.772-3.091 1.4-4.652 1.889-.219.476-.564.984-1.003 1.492h-.125v-.032c.126-.413.251-.698.376-.825.126-.222.188-.38.157-.476v-.127c-.063.031-.094 0-.094-.032l-.125.063h-.094v-.094h-.063c-.094.063-.251.127-.532.19L1 14.507A76.4 76.4 0 0 0 6.263 2.985c-.063-.031-.094-.127-.094-.19.063 0 .156-.128.312-.35l-.03-.094c-.784.254-1.567.698-2.38 1.3l-.127.033c0-.064-.062-.128-.218-.16-.314.19-.564.446-.815.7l-.126-.19.157-.065-.03-.158-.346.286L2.504 4c.25-.317.47-.508.72-.54l.157.032-.125-.127v-.063c.125 0 .156-.032.156-.064l.125.032H3.6l-.063-.095c.75-.539 1.126-.825 1.128-.889v-.032h-.062l-.125.063q-.001-.094-.095-.094l-.156.063-.032-.096c.627-.349 1.16-.698 1.63-1.047C7.514.476 8.924.095 9.99 0M8.957 7.333l-.313.032c-1.316.54-2.318.825-2.914.889-1.41 2.825-2.162 4.35-2.193 4.54H3.6c.376-.032 1.41-.508 3.039-1.429.094 0 .627-.35 1.66-1.048l1.378-1.111v.032c.313-.127.564-.571.814-1.301v-.19c-.344-.318-.845-.446-1.534-.414m.281-5.746c-.5.095-.75.19-.72.38L7.36 4.572c-.125.064-.22.381-.344.952-.188.318-.283.573-.251.763v.095l.22.063c1.378-.635 2.161-.92 2.38-.952.627-.412 1.034-.73 1.19-.888.033-.002.157-.13.344-.414.188 0 .534-.38 1.003-1.079l.032-.317h.093c.032.095.063.158.125.158.157-.222.251-.412.22-.539 0-.222-.157-.413-.407-.54h-.125l.031.254h-.126c-.031-.444-.5-.635-1.409-.54l-.908.127-.031-.158z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/svgs/bash-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8 1C2.236 1 1 2.236 1 8s1.236 7 7 7 7-1.235 7-7-1.235-7-7-7" class="bg" opacity=".2"/>
|
|
3
|
+
<path d="M8.5 11.5h3M6 5.5c-.828 0-1.5.56-1.5 1.25S5.1 7.799 6 8s1.5.56 1.5 1.25S6.828 10.5 6 10.5m0-5c.828 0 1.5.56 1.5 1.25M6 5.5v-1m0 6c-.828 0-1.5-.56-1.5-1.25M6 10.5v1" class="fg"/>
|
|
4
|
+
</svg>
|
package/svgs/bash.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M8 1c5.765 0 7 1.236 7 7s-1.235 7-7 7-7-1.235-7-7 1.236-7 7-7M6 4a.5.5 0 0 0-.5.5v.558C4.684 5.244 4 5.877 4 6.75c0 .519.238.921.608 1.205.348.266.806.427 1.283.533.423.095.715.215.892.35.154.119.217.24.217.412 0 .333-.358.75-1 .75s-1-.417-1-.75a.5.5 0 0 0-1 0c0 .873.684 1.505 1.5 1.691v.559a.5.5 0 0 0 1 0v-.559c.816-.186 1.5-.818 1.5-1.691 0-.519-.238-.921-.608-1.205-.348-.266-.806-.427-1.283-.533-.423-.095-.715-.215-.892-.35C5.063 7.042 5 6.921 5 6.75 5 6.417 5.358 6 6 6s1 .417 1 .75a.5.5 0 0 0 1 0c0-.873-.684-1.506-1.5-1.692V4.5A.5.5 0 0 0 6 4m2.5 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/svgs/biome.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8 2 4.882 7.346a7.1 7.1 0 0 1 3.69-.127l1.053.246-.991 4.162-1.055-.247a2.73 2.73 0 0 0-3.07 1.448l-.976-.467a3.8 3.8 0 0 1 1.063-1.312 3.83 3.83 0 0 1 3.232-.712l.494-2.074A6 6 0 0 0 3.26 9.379 5.87 5.87 0 0 0 1 13.999L15 14z"/>
|
|
3
3
|
</svg>
|
package/svgs/bootstrap-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M3.323 1.5c-.913 0-1.588.815-1.558 1.699.029.849-.009 1.949-.28 2.846-.272.9-.733 1.469-1.485 1.542v.826c.752.073 1.213.643 1.485 1.542.271.897.309 1.997.28 2.846-.03.884.645 1.699 1.558 1.699h9.355c.913 0 1.588-.815 1.558-1.699-.029-.849.009-1.949.28-2.846.273-.9.732-1.469 1.484-1.542v-.826c-.752-.073-1.211-.643-1.484-1.542-.271-.897-.309-1.997-.28-2.846.03-.884-.645-1.699-1.558-1.699z" class="bg" clip-rule="evenodd" opacity=".2"/>
|
|
3
|
+
<path fill="currentColor" fill-rule="evenodd" d="M8.467 4.542c1.23 0 2.039.681 2.039 1.726 0 .733-.543 1.39-1.236 1.505v.038c.943.105 1.577.772 1.577 1.692 0 1.216-.89 1.955-2.366 1.955H5.967a.27.27 0 0 1-.192-.081.28.28 0 0 1-.08-.196V4.819a.28.28 0 0 1 .08-.196.27.27 0 0 1 .192-.08zm-1.695 6.039H8.26c.972 0 1.487-.399 1.487-1.146 0-.748-.53-1.13-1.55-1.13H6.772zm0-5.162v2.066H7.98c.933 0 1.448-.384 1.449-1.068 0-.643-.443-.998-1.223-.998z" class="fg" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
package/svgs/bootstrap.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M3.323 1.5c-.913 0-1.588.815-1.558 1.699.029.849-.009 1.949-.28 2.846-.272.9-.733 1.469-1.485 1.542v.826c.752.073 1.213.643 1.485 1.542.271.897.309 1.997.28 2.846-.03.884.645 1.699 1.558 1.699h9.355c.913 0 1.588-.815 1.558-1.699-.029-.849.009-1.949.28-2.846.273-.9.732-1.469 1.484-1.542v-.826c-.752-.073-1.211-.643-1.484-1.542-.271-.897-.309-1.997-.28-2.846.03-.884-.645-1.699-1.558-1.699zm7.525 8.002c0 1.217-.89 1.955-2.368 1.955H5.966a.27.27 0 0 1-.192-.08.28.28 0 0 1-.08-.196V4.819a.28.28 0 0 1 .08-.195.27.27 0 0 1 .192-.081h2.5c1.232 0 2.04.68 2.04 1.725 0 .733-.544 1.39-1.237 1.504v.039c.944.105 1.579.771 1.579 1.691M8.206 5.42H6.773v2.066H7.98c.933 0 1.448-.384 1.448-1.069 0-.642-.442-.997-1.222-.997M6.773 8.304v2.276h1.486c.972 0 1.487-.397 1.487-1.145s-.53-1.13-1.55-1.13z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/svgs/braces.svg
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="M2.75 4.
|
|
3
|
-
<path d="M9.25 2.75C9.25 2.33579 9.58579 2 10 2H10.5C12.0188 2 13.25 3.23122 13.25 4.75V6.2457C13.25 6.35732 13.324 6.45542 13.4313 6.48608L13.9753 6.6415C14.5818 6.8148 15 7.36918 15 8C15 8.63082 14.5818 9.1852 13.9753 9.3585L13.4313 9.51392C13.324 9.54458 13.25 9.64268 13.25 9.7543V11.25C13.25 12.7688 12.0188 14 10.5 14H10C9.58579 14 9.25 13.6642 9.25 13.25C9.25 12.8358 9.58579 12.5 10 12.5H10.5C11.1904 12.5 11.75 11.9404 11.75 11.25V9.7543C11.75 8.97296 12.268 8.28628 13.0192 8.07163L13.27 8L13.0192 7.92837C12.268 7.71371 11.75 7.02704 11.75 6.2457V4.75C11.75 4.05964 11.1904 3.5 10.5 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75Z" fill="currentColor"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M2.75 4.75A2.75 2.75 0 0 1 5.5 2H6a.75.75 0 0 1 0 1.5h-.5c-.69 0-1.25.56-1.25 1.25v1.496a1.75 1.75 0 0 1-1.27 1.682L2.73 8l.25.072a1.75 1.75 0 0 1 1.27 1.682v1.496c0 .69.56 1.25 1.25 1.25H6A.75.75 0 0 1 6 14h-.5a2.75 2.75 0 0 1-2.75-2.75V9.754a.25.25 0 0 0-.181-.24l-.544-.155a1.413 1.413 0 0 1 0-2.718l.544-.155a.25.25 0 0 0 .181-.24zm6.5-2A.75.75 0 0 1 10 2h.5a2.75 2.75 0 0 1 2.75 2.75v1.496c0 .111.074.21.181.24l.544.155a1.413 1.413 0 0 1 0 2.717l-.544.156a.25.25 0 0 0-.181.24v1.496A2.75 2.75 0 0 1 10.5 14H10a.75.75 0 0 1 0-1.5h.5c.69 0 1.25-.56 1.25-1.25V9.754a1.75 1.75 0 0 1 1.27-1.682L13.27 8l-.25-.072a1.75 1.75 0 0 1-1.27-1.682V4.75c0-.69-.56-1.25-1.25-1.25H10a.75.75 0 0 1-.75-.75"/>
|
|
4
3
|
</svg>
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<path d="M10.3546 5.17676C10.2881 5.27915 10.2744 5.42438 10.3321 5.56055C10.4172 5.76114 10.6227 5.86537 10.7911 5.79297C10.9596 5.72035 11.0275 5.49779 10.9425 5.29688C10.9384 5.28727 10.9324 5.27868 10.9278 5.26953C11.0759 5.35495 11.1985 5.48725 11.2706 5.65723C11.4473 6.07451 11.2528 6.55872 10.836 6.73828C10.4193 6.9176 9.93846 6.72478 9.76179 6.30762C9.58508 5.89033 9.7796 5.40613 10.1964 5.22656C10.2483 5.2042 10.3013 5.18785 10.3546 5.17676Z" fill="#6C6C71"/>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8.881 6.956c0 3.822 3.717 4.705 5.69 3.743-.223.907-1.032 1.674-2.34 1.93-.025.395.421 1.284.82 1.636-.905.341-1.943-.121-2.516-.486-.218.316-.314 1.272-.314 1.868-.682 0-1.569-.992-1.792-1.37-.314.183-.863 1.157-.965 1.723a2.35 2.35 0 0 1-.814-.859 2.4 2.4 0 0 1-.297-1.15c-.386.274-1.484.95-1.99 1.181-.254-.584-.152-1.308 0-2.057-.218.116-1.799.262-2.432.116.32-.365.748-1.187.941-1.57A4.45 4.45 0 0 1 .44 10.6c.483-.218.966-.535 1.49-1.064-.668-.364-1.688-.9-1.93-1.837.621-.043 1.388-.134 1.786-.317C1.279 7.084.44 6.147.609 5.015c.423.207 1.304.365 1.732.286-.374-.828-.621-1.631-.253-2.739a4.45 4.45 0 0 0 1.484 1.004c-.085-.815.29-2.318.79-2.72.211.462.736 1.217 1.086 1.4.09-.609.875-2.051 1.569-2.246 0 .499.272 1.4.495 1.674C8.03 1.126 9.774.23 11.156.542c-.428.45-.742.608-.857.973 1.05 0 2.776.341 4.272 1.93-2.34-.883-5.69.56-5.69 3.511" class="bg" opacity=".5"/>
|
|
3
|
+
<path fill="currentColor" d="M11.21 3.585c.142.63.428 1.217.84 1.713.435.524.995.93 1.628 1.178.241-.22.616-.378.954-.183.76.438.192 1.26-.345 1.655l-.072.06a13.3 13.3 0 0 1-4.483 1.614 4 4 0 0 1-.295-.43c1.393-.18 2.826-.533 4.127-1.317a.63.63 0 0 0 .229-.243.5.5 0 0 0-.218-.688l-.15-.06a4.5 4.5 0 0 1-1.77-1.319 4.5 4.5 0 0 1-.879-1.761q.21-.12.435-.219"/>
|
|
4
|
+
<path fill="currentColor" d="M10.355 5.177a.41.41 0 0 0-.023.384c.085.2.29.304.46.232.168-.073.236-.295.15-.496l-.014-.027c.148.085.27.217.343.387a.83.83 0 0 1-.435 1.081.815.815 0 0 1-1.074-.43.828.828 0 0 1 .593-1.131"/>
|
|
5
|
+
</svg>
|
package/svgs/bun-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8 14c3.866 0 7-2.457 7-5.486 0-1.879-1.2-3.538-3.044-4.522-.75-.405-1.34-.768-1.831-1.07C9.2 2.352 8.63 2 8 2c-.64 0-1.361.445-2.314 1.031a29 29 0 0 1-1.642.961C2.2 4.976 1 6.635 1 8.514 1 11.544 4.134 14 8 14" class="bg" opacity=".2"/>
|
|
3
|
+
<path fill="currentColor" d="M7.183 3.875c.194-.43.293-.895.29-1.364 0-.082.118-.106.134-.016.384 1.575-.526 2.356-1.2 2.617-.072.028-.116-.068-.06-.118a3.3 3.3 0 0 0 .836-1.119m1.2-.058a3.2 3.2 0 0 0-.456-1.306v-.008c-.04-.07.05-.15.108-.098 1.144 1.195.762 2.303.324 2.86-.048.058-.134-.002-.11-.071.144-.445.19-.914.134-1.377M9.42 3.5a3.3 3.3 0 0 0-.94-1.023v-.008c-.065-.048-.014-.156.066-.124 1.514.616 1.618 1.8 1.435 2.496a.07.07 0 0 1-.029.04.066.066 0 0 1-.102-.062 3.3 3.3 0 0 0-.43-1.32m-2.967.317c-.36.31-.748.43-1.204.566-.068 0-.113-.044-.09-.102 1.021-.515 1.385-.934 1.749-1.573 0 0 .09-.067.11.048 0 .172-.204.752-.565 1.061m2.885 6.363a1.67 1.67 0 0 1-.547.88 1.28 1.28 0 0 1-.75.35 1.3 1.3 0 0 1-.774-.35 1.67 1.67 0 0 1-.54-.88.134.134 0 0 1 .15-.151H9.19a.14.14 0 0 1 .11.04.14.14 0 0 1 .038.111M6.153 8.948a1.11 1.11 0 0 1-1.391-.139 1.093 1.093 0 0 1 .359-1.79 1.11 1.11 0 0 1 1.2.24 1.092 1.092 0 0 1-.168 1.689m4.955.003a1.11 1.11 0 0 1-1.389-.143 1.094 1.094 0 0 1 .363-1.789 1.11 1.11 0 0 1 1.202.242 1.1 1.1 0 0 1 .233 1.198 1.1 1.1 0 0 1-.409.492" class="fg"/>
|
|
4
|
+
</svg>
|
package/svgs/bun.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="M8
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8 14c3.866 0 7-2.457 7-5.486 0-1.879-1.2-3.538-3.044-4.522-.75-.405-1.34-.768-1.831-1.07C9.2 2.352 8.63 2 8 2c-.64 0-1.361.445-2.314 1.031a29 29 0 0 1-1.642.961C2.2 4.976 1 6.635 1 8.514 1 11.544 4.134 14 8 14M7.183 3.875c.194-.43.293-.895.29-1.364 0-.082.118-.106.134-.016.384 1.575-.526 2.356-1.2 2.617-.072.028-.116-.068-.06-.118a3.3 3.3 0 0 0 .836-1.119m1.2-.058a3.2 3.2 0 0 0-.456-1.306v-.008c-.04-.07.05-.15.108-.098 1.144 1.195.762 2.303.324 2.86-.048.058-.134-.002-.11-.071.144-.445.19-.914.134-1.377M9.42 3.5a3.3 3.3 0 0 0-.94-1.023v-.008c-.065-.048-.014-.156.066-.124 1.514.616 1.618 1.8 1.435 2.496a.07.07 0 0 1-.028.04.066.066 0 0 1-.103-.062 3.3 3.3 0 0 0-.43-1.32m-2.967.317c-.36.31-.748.43-1.204.566-.068 0-.113-.044-.09-.102 1.022-.515 1.385-.934 1.749-1.573 0 0 .09-.067.11.048 0 .172-.204.752-.565 1.061m2.885 6.363c-.083.342-.274.65-.547.88a1.28 1.28 0 0 1-.75.35 1.3 1.3 0 0 1-.774-.35 1.67 1.67 0 0 1-.54-.88.134.134 0 0 1 .15-.151H9.19a.135.135 0 0 1 .148.151M6.153 8.948a1.11 1.11 0 0 1-1.39-.139 1.093 1.093 0 0 1 .359-1.79 1.11 1.11 0 0 1 1.2.24 1.092 1.092 0 0 1-.17 1.689m4.955.003a1.11 1.11 0 0 1-1.389-.144 1.094 1.094 0 0 1 .363-1.788 1.11 1.11 0 0 1 1.202.242 1.1 1.1 0 0 1 .233 1.198 1.1 1.1 0 0 1-.409.492"/>
|
|
3
3
|
</svg>
|
package/svgs/claude.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="m3.747 10.31 2.76-1.54.043-.14-.042-.07h-.14l-.463-.028-1.57-.042-1.373-.07-1.331-.07-.337-.07L1 7.86l.028-.21.28-.182.407.028.883.07 1.33.084.968.056 1.43.168h.224l.028-.098-.07-.056-.057-.056-1.387-.924-1.485-.98-.785-.574-.42-.28-.21-.28-.085-.588.378-.42.519.042.126.028.519.406 1.12.854L6.186 6.04l.21.168.084-.056.014-.042-.098-.154-.77-1.456-.841-1.456-.379-.602-.098-.364a1.4 1.4 0 0 1-.056-.42l.42-.588.253-.07.589.084.224.196.364.84.575 1.302.91 1.764.28.532.141.476.042.14h.098v-.07l.07-1.008.14-1.218.14-1.568.043-.448.224-.532.42-.28.365.154.28.406-.042.252L9.633 3.1l-.365 1.694-.21 1.148h.126l.14-.154.575-.756.967-1.204.42-.49.505-.518.322-.252h.603l.434.658-.196.686-.617.784-.518.658-.743.994-.448.798.042.056h.098l1.681-.364.897-.154 1.065-.182.49.224.057.224-.196.476-1.15.28-1.345.28-2.004.462-.028.014.028.042.897.084.393.028h.952l1.766.14.463.28.266.378-.042.28-.715.364-.953-.224-2.242-.532-.757-.182h-.112v.056l.645.63 1.163 1.05 1.486 1.358.07.336-.183.28-.196-.028-1.29-.98-.504-.42-1.12-.952h-.07v.098l.251.378 1.374 2.058.07.63-.098.196-.365.14-.378-.084-.813-1.12-.84-1.26-.66-1.148-.07.056-.406 4.228-.182.21-.42.168-.35-.28-.197-.42.196-.868.225-1.12.182-.896.168-1.106.098-.364v-.028h-.098l-.841 1.162-1.261 1.722-1.01 1.064-.237.098-.42-.21.041-.392.224-.322 1.402-1.792.84-1.106.561-.644-.014-.07H7.11l-3.7 2.408-.658.084-.28-.28.027-.42.14-.14 1.122-.77z"/>
|
|
3
3
|
</svg>
|
package/svgs/code-block-duo.svg
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
<path d="M6.18934 5.25198C6.46449 4.94243 6.93834 4.91441 7.24793 5.18948C7.55747 5.46463 7.5855 5.93848 7.31043 6.24807L5.75379 8.00002L7.31043 9.75198C7.58551 10.0616 7.55748 10.5354 7.24793 10.8106C6.93834 11.0856 6.46449 11.0576 6.18934 10.7481L4.18934 8.49807C3.93689 8.21394 3.93689 7.7861 4.18934 7.50198L6.18934 5.25198Z" fill="#6C6C71"/>
|
|
6
|
-
<path d="M8.75184 5.18948C9.06142 4.91441 9.53528 4.94243 9.81043 5.25198L11.8104 7.50198C12.0629 7.7861 12.0629 8.21394 11.8104 8.49807L9.81043 10.7481C9.53527 11.0576 9.06142 11.0856 8.75184 10.8106C8.44229 10.5354 8.41426 10.0616 8.68934 9.75198L10.246 8.00002L8.68934 6.24807C8.41427 5.93848 8.44229 5.46463 8.75184 5.18948Z" fill="#6C6C71"/>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M8 1c1.327 0 2.436.068 3.347.268.918.202 1.677.546 2.258 1.127.58.582.925 1.34 1.127 2.258.2.91.268 2.02.268 3.347s-.068 2.436-.268 3.347c-.202.918-.546 1.677-1.127 2.258-.582.58-1.34.925-2.258 1.127-.91.2-2.02.268-3.347.268s-2.436-.068-3.347-.268c-.918-.202-1.676-.546-2.258-1.127-.58-.582-.925-1.34-1.127-2.258C1.068 10.437 1 9.327 1 8s.068-2.436.268-3.347c.202-.918.546-1.676 1.127-2.258.582-.58 1.34-.925 2.258-1.127C5.563 1.068 6.673 1 8 1" class="subtract" clip-rule="evenodd" opacity=".2"/>
|
|
3
|
+
<path fill="currentColor" d="M6.19 5.252a.75.75 0 0 1 1.12.996L5.754 8 7.31 9.752a.75.75 0 0 1-1.12.996l-2-2.25a.75.75 0 0 1 0-.996zm2.562-.062a.75.75 0 0 1 1.058.062l2 2.25a.75.75 0 0 1 0 .996l-2 2.25a.75.75 0 0 1-1.12-.996L10.245 8 8.689 6.248a.75.75 0 0 1 .063-1.059"/>
|
|
4
|
+
</svg>
|
package/svgs/css.svg
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M8 0c6.588 0 8 1.412 8 8s-1.412 8-8 8-8-1.412-8-8V1a1 1 0 0 1 1-1zM4.053 5.23q-.461 0-.828.16a1.66 1.66 0 0 0-.625.473q-.255.313-.391.766a3.6 3.6 0 0 0-.137 1.035v.988q0 .582.13 1.036.132.449.382.757.254.31.617.473.363.16.824.16.606 0 1.028-.226.426-.228.652-.66.231-.438.258-1.067H4.92q-.019.422-.113.66a.6.6 0 0 1-.278.332 1.14 1.14 0 0 1-.504.094.9.9 0 0 1-.437-.094.7.7 0 0 1-.281-.289 1.6 1.6 0 0 1-.149-.488 4.4 4.4 0 0 1-.047-.688v-.996q0-.41.055-.703a1.4 1.4 0 0 1 .168-.48.7.7 0 0 1 .293-.282q.18-.09.426-.09.315 0 .5.106a.62.62 0 0 1 .27.352q.085.242.1.656h1.044q-.04-.637-.262-1.078a1.55 1.55 0 0 0-.633-.676q-.41-.23-1.02-.23m4.103.004q-.39 0-.715.114a1.6 1.6 0 0 0-.554.324 1.4 1.4 0 0 0-.364.5 1.6 1.6 0 0 0-.125.64q0 .36.13.63.132.27.363.468.23.2.523.352.293.148.621.281.278.113.453.223.176.106.27.214a.6.6 0 0 1 .125.243q.035.129.035.297a.9.9 0 0 1-.07.363.54.54 0 0 1-.223.246.8.8 0 0 1-.398.09q-.207 0-.372-.051a.7.7 0 0 1-.28-.168.7.7 0 0 1-.177-.305 1.6 1.6 0 0 1-.058-.453H6.297q0 .47.152.817.153.344.418.57t.61.34q.347.11.73.11.399 0 .723-.11a1.6 1.6 0 0 0 .558-.32q.23-.208.352-.497.12-.288.12-.64a1.9 1.9 0 0 0-.097-.633 1.4 1.4 0 0 0-.297-.496 2 2 0 0 0-.492-.399 4 4 0 0 0-.691-.328 5 5 0 0 1-.39-.168 2 2 0 0 1-.294-.187.8.8 0 0 1-.191-.215.55.55 0 0 1-.067-.27q0-.207.075-.367a.57.57 0 0 1 .23-.258.74.74 0 0 1 .399-.097q.257 0 .421.113.165.114.239.316.078.2.078.457h1.043q0-.495-.215-.89a1.6 1.6 0 0 0-.61-.625q-.394-.23-.945-.23m4.041 0q-.39 0-.715.114a1.6 1.6 0 0 0-.554.324 1.4 1.4 0 0 0-.364.5 1.6 1.6 0 0 0-.124.64q0 .36.128.63.133.269.364.468.23.2.523.352.292.148.621.281.277.113.453.223.176.106.27.214a.6.6 0 0 1 .125.243q.035.129.035.297a.9.9 0 0 1-.07.363.54.54 0 0 1-.223.246.8.8 0 0 1-.398.09q-.207 0-.372-.051a.7.7 0 0 1-.28-.168.7.7 0 0 1-.176-.305 1.6 1.6 0 0 1-.06-.453h-1.042q0 .47.152.817.153.344.418.57t.61.34q.347.11.73.11.399 0 .723-.11.328-.114.558-.32.23-.208.352-.497.12-.288.121-.64a1.9 1.9 0 0 0-.098-.633 1.4 1.4 0 0 0-.297-.496 2 2 0 0 0-.492-.399 4 4 0 0 0-.691-.328 5 5 0 0 1-.39-.168 2 2 0 0 1-.294-.187.8.8 0 0 1-.191-.215.55.55 0 0 1-.067-.27q0-.207.075-.367a.57.57 0 0 1 .23-.258.74.74 0 0 1 .398-.097q.258 0 .422.113a.64.64 0 0 1 .239.316q.078.2.078.457h1.043q0-.495-.215-.89a1.6 1.6 0 0 0-.61-.625q-.394-.23-.945-.23" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/svgs/docker.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="M15.848 6.
|
|
3
|
-
<path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M15.848 6.536c-.048-.034-.448-.36-1.312-.36q-.336.002-.672.067c-.168-1.172-1.104-1.766-1.144-1.791l-.232-.142-.144.226a2.8 2.8 0 0 0-.408.995c-.16.67-.064 1.306.264 1.85-.392.234-1.032.293-1.168.293H.496C.224 7.674 0 7.908 0 8.2c0 .962.144 1.925.464 2.828.36.996.904 1.733 1.6 2.184.784.503 2.072.787 3.536.787.632 0 1.288-.059 1.936-.184a7.7 7.7 0 0 0 2.552-.97 6.7 6.7 0 0 0 1.736-1.499c.84-.979 1.336-2.092 1.696-3.054h.152c.912 0 1.48-.385 1.792-.711a2 2 0 0 0 .472-.728l.064-.2z"/>
|
|
3
|
+
<path fill="currentColor" d="M1.48 7.364h1.408a.135.135 0 0 0 .128-.134V5.908c0-.067-.056-.134-.128-.134H1.48a.13.13 0 0 0-.128.134V7.23c.008.075.056.134.128.134m1.944 0h1.408a.135.135 0 0 0 .128-.134V5.908c0-.067-.056-.134-.128-.134H3.424a.13.13 0 0 0-.128.134V7.23c.008.075.056.134.128.134m1.976 0h1.4c.08 0 .136-.059.136-.134V5.908a.13.13 0 0 0-.136-.134H5.4c-.064 0-.12.059-.12.134V7.23c0 .075.048.134.12.134m1.952 0h1.416c.064 0 .12-.059.12-.134V5.908c0-.067-.048-.134-.12-.134H7.352c-.064 0-.12.059-.12.134V7.23c0 .075.056.134.12.134M3.424 5.49h1.408c.064 0 .128-.076.128-.151V4.025a.13.13 0 0 0-.128-.134H3.424c-.072 0-.128.05-.128.134V5.34c.008.075.056.15.128.15m1.976 0h1.4c.08 0 .136-.076.136-.151V4.025c0-.075-.048-.134-.136-.134H5.4c-.064 0-.12.05-.12.134V5.34c0 .075.048.15.12.15m1.952 0h1.416c.064 0 .12-.076.12-.151V4.025c0-.075-.056-.134-.12-.134H7.352c-.064 0-.12.05-.12.134V5.34c0 .075.056.15.12.15m0-1.908h1.416c.064 0 .12-.059.12-.134V2.142c0-.083-.056-.142-.12-.142H7.352c-.064 0-.12.05-.12.142v1.306c0 .067.056.134.12.134M9.32 7.364h1.408a.13.13 0 0 0 .128-.134V5.908c0-.067-.056-.134-.128-.134H9.32c-.064 0-.12.059-.12.134V7.23c0 .075.056.134.12.134" opacity=".5"/>
|
|
4
4
|
</svg>
|
package/svgs/eslint.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="m11.162 6.096-3.04-1.748a.25.25 0 0 0-.245 0L4.838 6.096a.25.25 0 0 0-.123.212v3.495c0 .087.047.168.123.212l3.039 1.747c.076.044.17.044.246 0l3.039-1.747a.24.24 0 0 0 .123-.212V6.307a.25.25 0 0 0-.123-.212" opacity=".5"/>
|
|
3
|
+
<path fill="currentColor" d="m.099 7.687 3.63-6.292c.133-.227.376-.395.64-.395h7.262c.264 0 .507.168.64.395l3.63 6.279a.75.75 0 0 1 0 .742l-3.63 6.24c-.133.228-.376.344-.64.344H4.369c-.264 0-.507-.113-.64-.34L.1 8.409a.71.71 0 0 1 0-.722m3.006 3.026c0 .093.056.178.137.224l4.625 2.658c.08.046.181.046.262 0l4.628-2.658a.27.27 0 0 0 .137-.224V5.397a.27.27 0 0 0-.136-.225L8.133 2.515a.26.26 0 0 0-.262 0L3.242 5.173a.27.27 0 0 0-.137.224z"/>
|
|
4
4
|
</svg>
|
package/svgs/extension.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="M7.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M7.25 3a.75.75 0 0 1 .75.75V8h4.25a.75.75 0 0 1 .75.75v3.75a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 2 12.5v-8A1.5 1.5 0 0 1 3.5 3zM3 12.5a.5.5 0 0 0 .5.5H7V9H3zm5 .5h3.5a.5.5 0 0 0 .5-.5V9H8zM3.5 4a.5.5 0 0 0-.5.5V8h4V4zm10-3A1.5 1.5 0 0 1 15 2.5v3.75a.75.75 0 0 1-.75.75h-4.5A.75.75 0 0 1 9 6.25v-4.5A.75.75 0 0 1 9.75 1zM10 6h4V2.5a.5.5 0 0 0-.5-.5H10z"/>
|
|
3
3
|
</svg>
|
package/svgs/file-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8 1v3a3 3 0 0 0 3 3h3v5.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1z" class="bg" opacity=".5"/>
|
|
3
|
+
<path fill="currentColor" d="M9.5 1a.5.5 0 0 1 .354.146l4 4A.5.5 0 0 1 14 5.5V6h-3a2 2 0 0 1-2-2V1z" class="fg"/>
|
|
4
|
+
</svg>
|
package/svgs/file-text-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M8 4a3 3 0 0 0 3 3h3v5.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1H8zm-2.5 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0-2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z" class="bg" clip-rule="evenodd" opacity=".5"/>
|
|
3
|
+
<path fill="currentColor" d="M9.5 1a.5.5 0 0 1 .354.146l4 4A.5.5 0 0 1 14 5.5V6h-3a2 2 0 0 1-2-2V1z" class="fg"/>
|
|
4
|
+
</svg>
|
package/svgs/file-text.svg
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="M8.
|
|
3
|
-
<path d="
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50049 1.00024C9.63296 1.00034 9.76032 1.05305 9.854 1.14673L13.854 5.14673C13.9476 5.24047 14.0005 5.36778 14.0005 5.50024V12.5002C14.0004 13.8807 12.8809 15 11.5005 15.0002H4.50049C3.11986 15.0002 2.00062 13.8808 2.00049 12.5002V3.50024C2.00049 2.11953 3.11978 1.00024 4.50049 1.00024H9.50049ZM4.50049 2.00024C3.67206 2.00024 3.00049 2.67182 3.00049 3.50024V12.5002C3.00062 13.3286 3.67214 14.0002 4.50049 14.0002H11.5005C12.3287 14 13.0004 13.3284 13.0005 12.5002V6.00024H11.0005C9.896 6.00024 9.00062 5.1047 9.00049 4.00024V2.00024H4.50049Z" fill="currentColor"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M8.5 11a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm2-2a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>
|
|
3
|
+
<path fill="currentColor" fill-rule="evenodd" d="M9.5 1a.5.5 0 0 1 .354.147l4 4a.5.5 0 0 1 .147.353v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1zm-5 1A1.5 1.5 0 0 0 3 3.5v9A1.5 1.5 0 0 0 4.5 14h7a1.5 1.5 0 0 0 1.5-1.5V6h-2a2 2 0 0 1-2-2V2z" clip-rule="evenodd"/>
|
|
5
4
|
</svg>
|
package/svgs/file.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path fill
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M9.5 1a.5.5 0 0 1 .354.147l4 4a.5.5 0 0 1 .147.353v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 12.5v-9A2.5 2.5 0 0 1 4.5 1zm-5 1A1.5 1.5 0 0 0 3 3.5v9A1.5 1.5 0 0 0 4.5 14h7a1.5 1.5 0 0 0 1.5-1.5V6h-2a2 2 0 0 1-2-2V2z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/svgs/folder-duo.svg
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
<path
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="currentColor" d="M14 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6h14z" class="fg"/>
|
|
3
|
+
<path fill="currentColor" d="M4.585 2a2 2 0 0 1 1.028.285l1.788 1.072a1 1 0 0 0 .514.143H12A2 2 0 0 1 13.935 5H0V4a2 2 0 0 1 2-2z" class="bg" opacity=".5"/>
|
|
4
|
+
</svg>
|