feat: add benchmark icon (#283)

This commit is contained in:
uncenter 2024-09-10 15:25:54 -04:00 committed by GitHub
parent 57eb6cd00c
commit eea04a0302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="none" stroke="var(--vscode-ctp-peach)" stroke-linecap="round" stroke-linejoin="round" d="m 14.562407,13.624879 c 0.635619,-1.100617 0.937494,-2.386859 0.937494,-3.7499726 A 7.4999463,7.4999463 0 1 0 1.5031254,13.624879 m 5.5593354,0 3.7499732,-4.6874663" />
</svg>

After

Width:  |  Height:  |  Size: 362 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="none" stroke="#ef9f76" stroke-linecap="round" stroke-linejoin="round" d="m 14.562407,13.624879 c 0.635619,-1.100617 0.937494,-2.386859 0.937494,-3.7499726 A 7.4999463,7.4999463 0 1 0 1.5031254,13.624879 m 5.5593354,0 3.7499732,-4.6874663" />
</svg>

After

Width:  |  Height:  |  Size: 346 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="none" stroke="#fe640b" stroke-linecap="round" stroke-linejoin="round" d="m 14.562407,13.624879 c 0.635619,-1.100617 0.937494,-2.386859 0.937494,-3.7499726 A 7.4999463,7.4999463 0 1 0 1.5031254,13.624879 m 5.5593354,0 3.7499732,-4.6874663" />
</svg>

After

Width:  |  Height:  |  Size: 346 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="none" stroke="#f5a97f" stroke-linecap="round" stroke-linejoin="round" d="m 14.562407,13.624879 c 0.635619,-1.100617 0.937494,-2.386859 0.937494,-3.7499726 A 7.4999463,7.4999463 0 1 0 1.5031254,13.624879 m 5.5593354,0 3.7499732,-4.6874663" />
</svg>

After

Width:  |  Height:  |  Size: 346 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="none" stroke="#fab387" stroke-linecap="round" stroke-linejoin="round" d="m 14.562407,13.624879 c 0.635619,-1.100617 0.937494,-2.386859 0.937494,-3.7499726 A 7.4999463,7.4999463 0 1 0 1.5031254,13.624879 m 5.5593354,0 3.7499732,-4.6874663" />
</svg>

After

Width:  |  Height:  |  Size: 346 B

View File

@ -236,6 +236,16 @@ const fileIcons: Record<string, {
fileExtensions: ['bzl', 'bazel'],
fileNames: ['.bazelrc'],
},
'benchmark': {
fileNames: [
'benchmark.md',
'benchmark.rst',
'benchmark.txt',
'benchmarks.md',
'benchmarks.rst',
'benchmarks.txt',
],
},
'binary': {
languageIds: ['code-text-binary'],
fileExtensions: ['bin'],