mirror of
https://github.com/catppuccin/vscode-icons.git
synced 2026-01-09 05:31:03 +08:00
feat: add benchmark icon (#283)
This commit is contained in:
parent
57eb6cd00c
commit
eea04a0302
3
icons/css-variables/benchmark.svg
Normal file
3
icons/css-variables/benchmark.svg
Normal 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 |
3
icons/frappe/benchmark.svg
Normal file
3
icons/frappe/benchmark.svg
Normal 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 |
3
icons/latte/benchmark.svg
Normal file
3
icons/latte/benchmark.svg
Normal 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 |
3
icons/macchiato/benchmark.svg
Normal file
3
icons/macchiato/benchmark.svg
Normal 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 |
3
icons/mocha/benchmark.svg
Normal file
3
icons/mocha/benchmark.svg
Normal 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 |
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user