material-icon-theme 4.14.1 → 4.15.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/.github/workflows/color-check.yml +1 -1
- package/CHANGELOG.md +19 -1
- package/icons/folder-unity-open.svg +2 -0
- package/icons/folder-unity.svg +2 -0
- package/icons/gleam.svg +3 -3
- package/icons/poetry.svg +1 -0
- package/icons/processing.svg +10 -1
- package/icons/steadybit.svg +1 -0
- package/icons/turborepo.svg +12 -0
- package/icons/turborepo_light.svg +12 -0
- package/images/contributors.png +0 -0
- package/images/fileIcons.png +0 -0
- package/images/folderIcons.png +0 -0
- package/package.json +1 -1
- package/src/i18n/lang-ru.ts +8 -8
- package/src/icons/fileIcons.ts +69 -15
- package/src/icons/folderIcons.ts +45 -6
- package/src/icons/languageIcons.ts +1 -1
- package/icons/processing_light.svg +0 -1
|
@@ -18,5 +18,5 @@ jobs:
|
|
|
18
18
|
fetch-depth: 0
|
|
19
19
|
- name: Check colors 🎨
|
|
20
20
|
run: |
|
|
21
|
-
svgFiles=$(git diff origin/${{ env.TARGET_BRANCH }} --name-only | grep '.svg$')
|
|
21
|
+
svgFiles=$(git diff origin/${{ env.TARGET_BRANCH }} --diff-filter=ACMRTUX --name-only | grep '.svg$')
|
|
22
22
|
npx svg-color-linter --colors material-colors.yml ${svgFiles}
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
#### [v4.
|
|
6
|
+
#### [v4.15.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.1...HEAD)
|
|
7
|
+
|
|
8
|
+
> March 30, 2022
|
|
9
|
+
|
|
10
|
+
- Aligns Processing icon to Processing 4.x [`#1440`](https://github.com/PKief/vscode-material-icon-theme/pull/1440)
|
|
11
|
+
- Update color check to ignore deleted SVG icons [`#1450`](https://github.com/PKief/vscode-material-icon-theme/pull/1450)
|
|
12
|
+
- Several file extension, file name, and folder name icon associations [`#1447`](https://github.com/PKief/vscode-material-icon-theme/pull/1447)
|
|
13
|
+
- feat: add 'commit'msg' as file name to display 'console' icon [`#1445`](https://github.com/PKief/vscode-material-icon-theme/pull/1445)
|
|
14
|
+
- feat: psv alias [`#1442`](https://github.com/PKief/vscode-material-icon-theme/pull/1442)
|
|
15
|
+
- Unity folder icon [`#1434`](https://github.com/PKief/vscode-material-icon-theme/pull/1434)
|
|
16
|
+
- Update Gleam file icon [`#1433`](https://github.com/PKief/vscode-material-icon-theme/pull/1433)
|
|
17
|
+
- feat: turborepo [`#1388`](https://github.com/PKief/vscode-material-icon-theme/pull/1388)
|
|
18
|
+
- Add Poetry Python icon [`#1155`](https://github.com/PKief/vscode-material-icon-theme/pull/1155)
|
|
19
|
+
- Update lang-ru.ts [`#1428`](https://github.com/PKief/vscode-material-icon-theme/pull/1428)
|
|
20
|
+
- Update lang-ru.ts [`#1427`](https://github.com/PKief/vscode-material-icon-theme/pull/1427)
|
|
21
|
+
- feat: support avif image file type [`#1424`](https://github.com/PKief/vscode-material-icon-theme/pull/1424)
|
|
22
|
+
- feat: fileicon for steadybit configuration files [`#1399`](https://github.com/PKief/vscode-material-icon-theme/pull/1399)
|
|
23
|
+
|
|
24
|
+
#### [v4.14.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.0...v4.14.1)
|
|
7
25
|
|
|
8
26
|
> March 8, 2022
|
|
9
27
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M19 20H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h7c1.097 0 2 .903 2 2H4v10l2.14-8h17.07l-2.28 8.5c-.23.87-1.01 1.5-1.93 1.5z" fill="#1976d2"/><path d="m16.259 18.052h-1.7748l-3.3387-3.3999 3.3387-3.3999h1.7748l0.89078-1.5368 4.6171-1.1832 1.2716 4.5831-0.89078 1.5368 0.89078 1.5368-1.2716 4.5831-4.6171-1.1832-0.89078-1.5368m0.0952-0.17 3.4883 0.93838-2.0127-3.4883h-4.0255l2.5499 2.5499m4.6715 0.25839 0.93838-3.4883-0.93838-3.4883-2.0195 3.4883 2.0195 3.4883m-4.6715-6.7182-2.5499 2.5499h4.0255l2.0127-3.4883z" fill="#bbdefb" stroke-width=".67998"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414" version="1.1" viewBox="0 0 24 24" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="M10 4H4c-1.11 0-2 .89-2 2v12c0 1.097.903 2 2 2h16c1.097 0 2-.903 2-2V8a2 2 0 0 0-2-2h-8l-2-2z" fill="#1976d2" fill-rule="nonzero"/><path d="m16.259 18.052h-1.7748l-3.3387-3.3999 3.3387-3.3999h1.7748l0.89078-1.5368 4.6171-1.1832 1.2716 4.5831-0.89078 1.5368 0.89078 1.5368-1.2716 4.5831-4.6171-1.1832-0.89078-1.5368m0.0952-0.17 3.4883 0.93838-2.0127-3.4883h-4.0255l2.5499 2.5499m4.6715 0.25839 0.93838-3.4883-0.93838-3.4883-2.0195 3.4883 2.0195 3.4883m-4.6715-6.7182-2.5499 2.5499h4.0255l2.0127-3.4883z" fill="#bbdefb" stroke-width=".67998"/></svg>
|
package/icons/gleam.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="m12.717 2.5293-0.027344 0.0058593-0.4375 0.091797-0.2207 0.33398 0.041016 0.41016-0.1875 0.30664 0.041015 0.052734s0.06296 0.076999 0.03125 0.19531c-0.01603 0.059854-0.11441 0.31786-0.20508 0.54297-0.09066 0.22511-0.17578 0.42969-0.17578 0.42969l-0.017578 0.042969 0.021484 0.037109c-0.043267 0.095485-0.10305 0.29504 0.025391 0.51758 0.05757 0.099726 0.03576 0.19959-0.00586 0.28711-0.04158 0.087519-0.099609 0.14648-0.099609 0.14648l-0.013672 0.015625-0.14648 0.43164-0.023438 0.18164 0.029297 0.066406-0.056641 0.044922-0.30469 0.94531-0.035156 0.2832-0.097657 0.39844-0.19531 0.56055-0.050781 0.29297-0.082031 0.3418-0.11719 0.26953-0.083984 0.15625-0.15234 0.46094-0.11133 0.48828 0.49219 0.34961 0.84961-0.12305 0.58398-0.76562 0.28125-0.77148 0.18164-0.85156 0.11133-0.63086 0.066406-0.33789 0.17383-0.80664 0.052734-0.47266 0.12695-0.39062 0.021484-0.32812 0.082031-0.57617 0.03711-0.47656 0.083984-0.27344 0.054687-0.625-0.03125-0.14648 0.11914-0.36719-0.078125-0.09375 0.029297-0.16992-0.14258-0.31055-0.4375-0.16992zm-10.658 2.9141-0.039063 0.017578-0.57617 0.22656-0.25781 0.2832 0.89258 1.1426 0.32617 0.03125 0.26758 0.45312 0.45703 0.17188 0.068359 0.16016 0.35742 0.28516 0.93164 0.67773 0.66406 0.43359 1.3125 1.0547 0.11133 0.20898 0.36523 0.20117 0.4668 0.39844 0.58789 0.51758 0.10156 0.22266 0.625 0.042968 0.65625-0.84961-0.0058593-0.60547-1.7383-1.3945-1.2695-0.92188-1.2461-0.83789-0.95312-0.51562-0.056641-0.14062-1.0645-0.62695-0.40625-0.32422-0.57812-0.3125zm17.912 5.5273-0.15234 0.13477-0.23242-0.0625-0.95898 0.14062-0.4707-0.10938 0.019531 0.13086c-0.11468-0.06502-0.23944-0.048656-0.3418-0.035156-0.10522 0.01388-0.1877 0.0189-0.23242-0.00586-0.12437-0.068709-0.26129-0.033593-0.36133 0.003907-0.06898 0.02583-0.090086 0.043337-0.11914 0.060547l-0.26367-0.15039-0.37305 0.16602-0.40039-0.041016-0.41992-0.017578-0.44922 0.080078-0.25195-0.0625-0.61719 0.066406-0.32617-0.083984-0.039062 0.048828s-0.02751 0.03523-0.0625 0.0625c-0.0175 0.01364-0.037155 0.022431-0.046875 0.025391-0.0097 3e-3 -0.004606 0.001453-0.003906 0.001953-0.087451-0.05049-0.17883-0.03927-0.25391-0.03125-0.07507 8e-3 -0.13476 0.021484-0.13476 0.021484l-0.007813 0.003906-0.24805 0.11719-0.79492 0.13281-0.021484 0.027344s-0.12044 0.14332-0.22656 0.30469c-0.05307 0.08069-0.10143 0.16613-0.13281 0.24609-0.01569 0.03998-0.02937 0.080318-0.03125 0.12305-0.0018 0.04273 0.010894 0.095869 0.052734 0.13281-0.0018-0.0016 0.011089 0.019533 0.011719 0.064453 6.26e-4 0.04492-0.008164 0.1054-0.021484 0.16406-0.02661 0.11733-0.06836 0.22656-0.06836 0.22656l-0.02539 0.0625 0.46094 0.36719 0.4707 0.0625 0.28906-0.09375 0.94922-0.17383 0.18555-0.076172 0.10742 0.03711 0.58789-0.052735 0.18945 0.10547 0.125-0.10742 0.11523 0.03711 0.91797-0.13867 0.40234 0.125-0.027344-0.14648c0.03994 0.0182 0.076295 0.026477 0.12109 0.029297 0.05246 0.0033 0.11466 0.001847 0.18164-0.001953 0.13396-0.0076 0.29309-0.027168 0.44726-0.048828 0.29568-0.04153 0.54811-0.08953 0.57031-0.09375l0.18945 0.066406 0.85352-0.12695 0.52734-0.15625 0.36328 0.11719 0.40625-0.058594 0.22461-0.21484 0.53906 0.13477-0.017578-0.13477s-0.003026-0.062062 0.027344-0.10547c0.01516-0.02171 0.034274-0.041397 0.083984-0.054687 0.04972-0.01329 0.12982-0.015974 0.25 0.009765 0.27544 0.058831 0.45043 0.023382 0.55664-0.042968 0.05311-0.03317 0.087036-0.072587 0.10742-0.10547 0.02038-0.03289 0.029297-0.066406 0.029297-0.066406l0.009765-0.042969-0.12109-0.1582 0.052734-0.18945-0.33789-0.44922-0.57617-0.11133-0.35742 0.005859-0.039063-0.0625-0.046875-0.001953s-0.24742-0.022318-0.44922 0.044922c-0.10743 0.03581-0.23438-0.072266-0.23438-0.072266l-0.13867 0.12695 0.009765-0.13086zm-10.941 2.1465-0.033203 0.017578-0.6582 0.34961-0.23047 0.2207-0.17188 0.35547 0.20312 0.57226 0.31836 0.29492 0.30664 0.46484-3.8027 3.1582-0.11914 0.16992-0.79883 0.61524-0.32812 0.33398-0.55859 0.42188-0.089844 0.13476-0.15234 0.44531 0.38477 0.53125 0.45898-0.31055 0.20703 0.09375 0.16602-0.19922 0.10156 0.046875 0.72852-0.57226 0.23828-0.13281 0.28711-0.068359 0.34375-0.26562-0.039062-0.050781 0.20508-0.06836 0.41602-0.35938 0.27344-0.076172 0.32812-0.22461 0.14062-0.26758 0.03125-0.021485 0.11133 0.048829 0.51953-0.54688 0.54102-0.29102 1.1016-0.92383 0.45703 1.2832 0.25195 0.375 0.14648 0.62891 0.21289 0.082031-0.011719 0.033204 0.11133 0.75 0.19336 0.17969-0.080078 0.32617 0.31641 0.16406c-0.01122 0.04868-0.007255 0.098085 0.015625 0.15625 0.02623 0.066559 0.071751 0.1464 0.14844 0.25391 0.16352 0.2292 0.36812 0.29039 0.52148 0.27734 0.15336-0.01305 0.26172-0.089844 0.26172-0.089844l0.023438-0.015625 0.18555-0.44531-0.25586-1.3906-0.22461-1.0918-0.27539-0.5918-0.19336-0.55274v-0.001953c-5.15e-4 -0.0015-0.051508-0.15442-0.10547-0.33594-0.05424-0.18244-0.10919-0.39835-0.11914-0.48633-0.02579-0.2281-0.10189-0.36996-0.10352-0.37305l-0.001953-0.003907-0.14258-0.30078 0.18945-0.17773 0.55859-0.64844 0.080079-0.72852-0.6875-0.76172-0.48438 0.19531-0.37891 0.40625-0.58203-0.86719-0.45703-0.14453z" color="#000000" fill="#ea80fc" stroke-width=".18819" style="-inkscape-stroke:none"/>
|
|
4
|
+
</svg>
|
package/icons/poetry.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" version="1.1"><path d="m 15.31 13.31 C 12.42 16.21 8.42 18 4 18 L 8 22 A 20.4 20.4 0 0 0 18.4 16.4 L 15.31 13.31 z" fill="#3F51B5"/><path d="m 4 2 v 16 c 4.42 0 8.42 -1.79 11.31 -4.69 z" fill="#1976D2"/><path d="m 4 2 L 15.31 13.31 C 18.21 10.42 20 6.42 20 2 L 4 2 z " fill="#29B6F6"/></svg>
|
package/icons/processing.svg
CHANGED
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg fill="none" version="1.1" viewBox="0 0 800 800" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g>
|
|
4
|
+
<g transform="translate(33.541 65)" stroke="#536dfe">
|
|
5
|
+
<path d="m400 500c300 0 300-400 0-400" fill="none" stroke="#536dfe" stroke-width="150"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="m433.54 265-300 400" fill="none" stroke="#673ab7" stroke-width="150"/>
|
|
8
|
+
<path d="m133.54 365 100 200" stroke="#82b1ff" stroke-width="150"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 24 24"><path d="M19.2,10.7c-0.2,0-0.3,0-0.5,0.1L16.3,7c0.6-0.5,1.1-1.3,1.1-2.2c0-1.6-1.3-3-3-3s-3,1.3-3,3c0,0.3,0,0.5,0.1,0.8L7,7.9c-0.5-0.6-1.3-1-2.2-1c-1.6,0-3,1.3-3,3s1.3,3,3,3c0.2,0,0.4,0,0.6-0.1l2.3,4.3c-0.6,0.5-0.9,1.3-0.9,2.1c0,1.6,1.3,3,3,3s3-1.3,3-3c0-0.2,0-0.4-0.1-0.6l4.2-3.1c0.5,0.7,1.4,1.1,2.3,1.1c1.6,0,3-1.3,3-3S20.8,10.7,19.2,10.7z M14.4,3.8c0.6,0,1,0.5,1,1c0,0.6-0.5,1-1,1s-1-0.5-1-1C13.4,4.2,13.8,3.8,14.4,3.8z M4.8,10.9c-0.6,0-1-0.5-1-1c0-0.6,0.5-1,1-1s1,0.5,1,1C5.9,10.5,5.4,10.9,4.8,10.9z M6.8,12.1c0.6-0.5,1-1.3,1-2.2c0-0.3,0-0.5-0.1-0.7l4.5-2.4c0.2,0.2,0.4,0.4,0.7,0.5l-2.8,9c-0.1,0-0.2,0-0.3,0c-0.3,0-0.6,0.1-0.8,0.1L6.8,12.1z M9.8,20.3c-0.6,0-1-0.5-1-1c0-0.6,0.5-1,1-1s1,0.5,1,1C10.8,19.8,10.4,20.3,9.8,20.3z M16.2,13.7c0,0.2,0,0.3,0.1,0.5l-4.2,3.1c-0.2-0.2-0.4-0.4-0.6-0.6l2.9-9c0,0,0.1,0,0.1,0c0.2,0,0.4,0,0.6-0.1l2.3,3.7C16.7,11.9,16.2,12.8,16.2,13.7z M19.2,14.7c-0.6,0-1-0.5-1-1c0-0.6,0.5-1,1-1s1,0.5,1,1C20.2,14.3,19.7,14.7,19.2,14.7z" fill="#e53935"/></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g transform="translate(-.4 -.49911)">
|
|
4
|
+
<path d="m10.786 2.006c-2.4-0.083-4.8 0.666-6.786 2.249l1.324 0.75c1.573-1.167 3.559-1.666 5.462-1.583z" fill="#2979ff"/>
|
|
5
|
+
<path d="m17.82 5.17c-1.654-1.748-3.806-2.83-6.123-3.08v1.415a9.306 9.306 0 0 1 5.13 2.665l0.994-1z" fill="#448aff"/>
|
|
6
|
+
<path d="m20.8 12c-0.083-2.166-0.91-4.33-2.317-6.163l-0.993 1c1.158 1.582 1.82 3.33 1.903 5.163z" fill="#7e57c2"/>
|
|
7
|
+
<path d="m18.483 19.162c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-0.082 1.832-0.745 3.581-1.903 5.163z" fill="#ab47bc"/>
|
|
8
|
+
<path d="m11.697 22.91c2.234-0.25 4.469-1.333 6.124-3.082l-0.993-1c-1.407 1.5-3.228 2.416-5.131 2.666z" fill="#d81b60"/>
|
|
9
|
+
<path d="m4 20.744a10.275 10.275 0 0 0 6.786 2.248v-1.415c-1.903 0.083-3.807-0.417-5.462-1.583z" fill="#f50057"/>
|
|
10
|
+
<path d="m10.408 6.711a6.47 6.47 0 0 1 2.45 0.455 5.62 5.62 0 0 1 1.924 1.232 5.755 5.755 0 0 1 1.72 4.152c0 0.822-0.15 1.59-0.452 2.303a5.802 5.802 0 0 1-3.193 3.095c-0.781 0.3-1.612 0.449-2.449 0.44-0.894 0-1.715-0.146-2.463-0.44a5.836 5.836 0 0 1-1.91-1.246 5.75 5.75 0 0 1-1.254-1.849 5.86 5.86 0 0 1-0.452-2.303c0-0.821 0.15-1.584 0.452-2.289a5.71 5.71 0 0 1 1.254-1.863 5.65 5.65 0 0 1 1.91-1.232c0.748-0.303 1.57-0.455 2.463-0.455zm0 2.788c-0.418 0-0.816 0.078-1.195 0.234-0.37 0.147-0.695 0.357-0.977 0.631a3.08 3.08 0 0 0-0.67 0.968 2.965 2.965 0 0 0-0.248 1.218c0 0.44 0.082 0.846 0.248 1.218a3.08 3.08 0 0 0 1.647 1.613c0.379 0.147 0.777 0.22 1.195 0.22s0.812-0.073 1.181-0.22c0.38-0.156 0.71-0.371 0.992-0.645a2.98 2.98 0 0 0 0.685-0.968 2.97 2.97 0 0 0 0.248-1.218c0-0.44-0.083-0.846-0.248-1.218a2.97 2.97 0 0 0-0.685-0.968 2.917 2.917 0 0 0-0.992-0.63 2.994 2.994 0 0 0-1.18-0.235z" fill="#eceff1"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g transform="translate(-.4 -.49913)">
|
|
4
|
+
<path d="m10.786 2.006c-2.4-0.083-4.8 0.666-6.786 2.249l1.324 0.75c1.573-1.167 3.559-1.666 5.462-1.583z" fill="#2979ff"/>
|
|
5
|
+
<path d="m17.82 5.17c-1.654-1.748-3.806-2.83-6.123-3.08v1.415c1.9496 0.32121 3.7463 1.2546 5.13 2.665l0.994-1z" fill="#448aff"/>
|
|
6
|
+
<path d="m20.8 12c-0.083-2.166-0.91-4.33-2.317-6.163l-0.993 1c1.158 1.582 1.82 3.33 1.903 5.163z" fill="#7e57c2"/>
|
|
7
|
+
<path d="m18.483 19.162c1.407-1.832 2.234-3.998 2.317-6.163h-1.407c-0.082 1.832-0.745 3.581-1.903 5.163z" fill="#ab47bc"/>
|
|
8
|
+
<path d="m11.697 22.91c2.234-0.25 4.469-1.333 6.124-3.082l-0.993-1c-1.407 1.5-3.228 2.416-5.131 2.666v1.415z" fill="#d81b60"/>
|
|
9
|
+
<path d="m4 20.744c1.92 1.5374 4.3278 2.3351 6.786 2.248v-1.415c-1.903 0.083-3.807-0.417-5.462-1.583z" fill="#f50057"/>
|
|
10
|
+
<path d="m10.408 6.711c0.885 0 1.701 0.152 2.45 0.455 0.7189 0.2746 1.3738 0.69393 1.924 1.232 0.5505 0.5413 0.9865 1.1879 1.282 1.9012 0.2955 0.7133 0.4445 1.4787 0.438 2.2508 0 0.822-0.15 1.59-0.452 2.303-0.3026 0.7005-0.7403 1.3345-1.2882 1.8655-0.5479 0.5311-1.1952 0.9489-1.9048 1.2295-0.7814 0.2994-1.6123 0.4487-2.449 0.44-0.89402 0-1.715-0.146-2.463-0.44-0.71241-0.2857-1.3615-0.7091-1.91-1.246-0.53485-0.5284-0.96089-1.1566-1.254-1.849-0.30443-0.7293-0.45818-1.5127-0.452-2.303 0-0.821 0.15-1.584 0.452-2.289 0.29055-0.69789 0.71679-1.3311 1.254-1.863 0.54663-0.53581 1.1964-0.95496 1.91-1.232 0.748-0.303 1.57-0.455 2.463-0.455zm0 2.788c-0.41802 0-0.81602 0.078-1.195 0.234-0.37 0.147-0.695 0.357-0.977 0.631-0.2835 0.2766-0.51099 0.6053-0.67 0.968-0.1678 0.3839-0.25232 0.799-0.248 1.218 0 0.44 0.082 0.846 0.248 1.218 0.165 0.371 0.388 0.694 0.67 0.968s0.608 0.489 0.977 0.645c0.379 0.147 0.777 0.22 1.195 0.22 0.418 0 0.812-0.073 1.181-0.22 0.38-0.156 0.71-0.371 0.992-0.645 0.291-0.274 0.52-0.597 0.685-0.968 0.165-0.372 0.248-0.778 0.248-1.218s-0.083-0.846-0.248-1.218c-0.1609-0.3654-0.3939-0.6947-0.685-0.968-0.2845-0.2751-0.622-0.4895-0.992-0.63-0.3734-0.15737-0.7748-0.23732-1.18-0.235z" fill="#607d8b"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
package/images/contributors.png
CHANGED
|
Binary file
|
package/images/fileIcons.png
CHANGED
|
Binary file
|
package/images/folderIcons.png
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "material-icon-theme",
|
|
3
3
|
"displayName": "Material Icon Theme",
|
|
4
4
|
"description": "Material Design Icons for Visual Studio Code",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.15.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run compile:dev && npm run postcompile",
|
|
8
8
|
"check": "ts-node ./src/scripts/icons/checks",
|
package/src/i18n/lang-ru.ts
CHANGED
|
@@ -7,7 +7,7 @@ export const translation: Translation = {
|
|
|
7
7
|
activated: 'Material Icon Theme активен.',
|
|
8
8
|
neverShowAgain: 'Никогда не показывать снова',
|
|
9
9
|
themeUpdated: 'Material Icon Theme был обновлен.',
|
|
10
|
-
readChangelog: '
|
|
10
|
+
readChangelog: 'Смотреть список изменений',
|
|
11
11
|
iconPacks: {
|
|
12
12
|
selectPack: 'Выбрать набор иконок',
|
|
13
13
|
description: "Выбрать '%0' набор иконок",
|
|
@@ -18,31 +18,31 @@ export const translation: Translation = {
|
|
|
18
18
|
color: 'Выбрать цвет папки',
|
|
19
19
|
hexCode: 'Вставить HEX-код цвета',
|
|
20
20
|
wrongHexCode: 'Неверный HEX-код цвета!',
|
|
21
|
-
disabled: 'Нет
|
|
21
|
+
disabled: 'Нет иконок для папки',
|
|
22
22
|
theme: {
|
|
23
23
|
description: "Выбрать '%0' тему папки",
|
|
24
24
|
},
|
|
25
25
|
},
|
|
26
26
|
opacity: {
|
|
27
|
-
inputPlaceholder: 'Значение непрозрачности (
|
|
28
|
-
wrongValue: 'Значение должно быть
|
|
27
|
+
inputPlaceholder: 'Значение непрозрачности (между 0 и 1)',
|
|
28
|
+
wrongValue: 'Значение должно быть между 0 и 1!',
|
|
29
29
|
},
|
|
30
30
|
toggleSwitch: {
|
|
31
31
|
on: 'Включить',
|
|
32
32
|
off: 'Выключить',
|
|
33
33
|
},
|
|
34
34
|
explorerArrows: {
|
|
35
|
-
toggle: '
|
|
35
|
+
toggle: 'Показать/скрыть стрелки у папок',
|
|
36
36
|
enable: 'Показать стрелки у папок',
|
|
37
37
|
disable: 'Скрыть стрелки у папок',
|
|
38
38
|
},
|
|
39
39
|
confirmReload: 'Нужно перезапустить VS Code для активации иконок.',
|
|
40
40
|
reload: 'Перезагрузить',
|
|
41
|
-
outdatedVersion: 'Нужно обновить VS Code чтобы использовать эту команду.',
|
|
41
|
+
outdatedVersion: 'Нужно обновить VS Code, чтобы использовать эту команду.',
|
|
42
42
|
updateVSCode: 'Обновить VS Code',
|
|
43
43
|
grayscale: {
|
|
44
|
-
toggle: 'Переключение
|
|
45
|
-
enable: 'Включить
|
|
44
|
+
toggle: 'Переключение серых значков',
|
|
45
|
+
enable: 'Включить значки в оттенках серого',
|
|
46
46
|
disable: 'Отключить значки в оттенках серого',
|
|
47
47
|
},
|
|
48
48
|
saturation: {
|
package/src/icons/fileIcons.ts
CHANGED
|
@@ -22,7 +22,14 @@ export const fileIcons: FileIcons = {
|
|
|
22
22
|
{ name: 'less', fileExtensions: ['less'] },
|
|
23
23
|
{
|
|
24
24
|
name: 'json',
|
|
25
|
-
fileExtensions: [
|
|
25
|
+
fileExtensions: [
|
|
26
|
+
'json',
|
|
27
|
+
'jsonc',
|
|
28
|
+
'tsbuildinfo',
|
|
29
|
+
'json5',
|
|
30
|
+
'jsonl',
|
|
31
|
+
'ndjson',
|
|
32
|
+
],
|
|
26
33
|
fileNames: [
|
|
27
34
|
'.jscsrc',
|
|
28
35
|
'.jshintrc',
|
|
@@ -38,10 +45,7 @@ export const fileIcons: FileIcons = {
|
|
|
38
45
|
fileExtensions: ['jinja', 'jinja2', 'j2', 'jinja-html'],
|
|
39
46
|
light: true,
|
|
40
47
|
},
|
|
41
|
-
{
|
|
42
|
-
name: 'proto',
|
|
43
|
-
fileExtensions: ['proto'],
|
|
44
|
-
},
|
|
48
|
+
{ name: 'proto', fileExtensions: ['proto'] },
|
|
45
49
|
{
|
|
46
50
|
name: 'playwright',
|
|
47
51
|
fileNames: ['playwright.config.js', 'playwright.config.ts'],
|
|
@@ -96,6 +100,7 @@ export const fileIcons: FileIcons = {
|
|
|
96
100
|
'psb',
|
|
97
101
|
'ami',
|
|
98
102
|
'apx',
|
|
103
|
+
'avif',
|
|
99
104
|
'bmp',
|
|
100
105
|
'bpg',
|
|
101
106
|
'brk',
|
|
@@ -242,7 +247,10 @@ export const fileIcons: FileIcons = {
|
|
|
242
247
|
fileNames: ['astro.config.js', 'astro.config.mjs', 'astro.config.cjs'],
|
|
243
248
|
},
|
|
244
249
|
{ name: 'pdf', fileExtensions: ['pdf'] },
|
|
245
|
-
{
|
|
250
|
+
{
|
|
251
|
+
name: 'table',
|
|
252
|
+
fileExtensions: ['xlsx', 'xls', 'csv', 'tsv', 'psv', 'ods'],
|
|
253
|
+
},
|
|
246
254
|
{
|
|
247
255
|
name: 'vscode',
|
|
248
256
|
fileExtensions: [
|
|
@@ -295,12 +303,17 @@ export const fileIcons: FileIcons = {
|
|
|
295
303
|
'tar',
|
|
296
304
|
'gz',
|
|
297
305
|
'xz',
|
|
306
|
+
'lzma',
|
|
307
|
+
'lz4',
|
|
298
308
|
'br',
|
|
309
|
+
'bz2',
|
|
299
310
|
'bzip2',
|
|
300
311
|
'gzip',
|
|
301
312
|
'brotli',
|
|
302
313
|
'7z',
|
|
303
314
|
'rar',
|
|
315
|
+
'tz',
|
|
316
|
+
'txz',
|
|
304
317
|
'tgz',
|
|
305
318
|
],
|
|
306
319
|
},
|
|
@@ -352,7 +365,7 @@ export const fileIcons: FileIcons = {
|
|
|
352
365
|
'fish',
|
|
353
366
|
'exp',
|
|
354
367
|
],
|
|
355
|
-
fileNames: ['pre-commit', 'pre-push', 'post-merge'],
|
|
368
|
+
fileNames: ['commit-msg', 'pre-commit', 'pre-push', 'post-merge'],
|
|
356
369
|
},
|
|
357
370
|
{
|
|
358
371
|
name: 'powershell',
|
|
@@ -363,22 +376,26 @@ export const fileIcons: FileIcons = {
|
|
|
363
376
|
fileExtensions: ['gradle'],
|
|
364
377
|
fileNames: ['gradle.properties', 'gradlew', 'gradle-wrapper.properties'],
|
|
365
378
|
},
|
|
366
|
-
{ name: 'word', fileExtensions: ['doc', 'docx', 'rtf'] },
|
|
379
|
+
{ name: 'word', fileExtensions: ['doc', 'docx', 'rtf', 'odt'] },
|
|
367
380
|
{
|
|
368
381
|
name: 'certificate',
|
|
369
382
|
fileExtensions: ['cer', 'cert', 'crt'],
|
|
370
383
|
fileNames: [
|
|
371
384
|
'copying',
|
|
372
385
|
'copying.md',
|
|
386
|
+
'copying.rst',
|
|
373
387
|
'copying.txt',
|
|
374
388
|
'copyright',
|
|
375
|
-
'copyright.txt',
|
|
376
389
|
'copyright.md',
|
|
390
|
+
'copyright.rst',
|
|
391
|
+
'copyright.txt',
|
|
377
392
|
'license',
|
|
378
393
|
'license.md',
|
|
394
|
+
'license.rst',
|
|
379
395
|
'license.txt',
|
|
380
396
|
'licence',
|
|
381
397
|
'licence.md',
|
|
398
|
+
'licence.rst',
|
|
382
399
|
'licence.txt',
|
|
383
400
|
],
|
|
384
401
|
},
|
|
@@ -487,6 +504,7 @@ export const fileIcons: FileIcons = {
|
|
|
487
504
|
'pps',
|
|
488
505
|
'ppam',
|
|
489
506
|
'ppa',
|
|
507
|
+
'odp',
|
|
490
508
|
],
|
|
491
509
|
},
|
|
492
510
|
{
|
|
@@ -544,7 +562,7 @@ export const fileIcons: FileIcons = {
|
|
|
544
562
|
'graphql.config.yml',
|
|
545
563
|
],
|
|
546
564
|
},
|
|
547
|
-
{ name: 'rust', fileExtensions: ['rs'] },
|
|
565
|
+
{ name: 'rust', fileExtensions: ['rs', 'ron'] },
|
|
548
566
|
{ name: 'raml', fileExtensions: ['raml'] },
|
|
549
567
|
{ name: 'xaml', fileExtensions: ['xaml'] },
|
|
550
568
|
{ name: 'haskell', fileExtensions: ['hs'] },
|
|
@@ -554,6 +572,7 @@ export const fileIcons: FileIcons = {
|
|
|
554
572
|
fileExtensions: ['patch'],
|
|
555
573
|
fileNames: [
|
|
556
574
|
'.gitignore',
|
|
575
|
+
'.gitignore-global',
|
|
557
576
|
'.gitignore_global',
|
|
558
577
|
'.gitconfig',
|
|
559
578
|
'.gitattributes',
|
|
@@ -963,6 +982,11 @@ export const fileIcons: FileIcons = {
|
|
|
963
982
|
'.env.test.local',
|
|
964
983
|
],
|
|
965
984
|
},
|
|
985
|
+
{
|
|
986
|
+
name: 'turborepo',
|
|
987
|
+
light: true,
|
|
988
|
+
fileNames: ['turbo.json'],
|
|
989
|
+
},
|
|
966
990
|
{
|
|
967
991
|
name: 'babel',
|
|
968
992
|
fileNames: [
|
|
@@ -994,27 +1018,46 @@ export const fileIcons: FileIcons = {
|
|
|
994
1018
|
},
|
|
995
1019
|
{
|
|
996
1020
|
name: 'contributing',
|
|
997
|
-
fileNames: [
|
|
1021
|
+
fileNames: [
|
|
1022
|
+
'contributing.md',
|
|
1023
|
+
'contributing.rst',
|
|
1024
|
+
'contributing.txt',
|
|
1025
|
+
'contributing',
|
|
1026
|
+
],
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
name: 'readme',
|
|
1030
|
+
fileNames: ['readme.md', 'readme.rst', 'readme.txt', 'readme'],
|
|
998
1031
|
},
|
|
999
|
-
{ name: 'readme', fileNames: ['readme.md', 'readme.txt', 'readme'] },
|
|
1000
1032
|
{
|
|
1001
1033
|
name: 'changelog',
|
|
1002
1034
|
fileNames: [
|
|
1003
1035
|
'changelog',
|
|
1004
1036
|
'changelog.md',
|
|
1037
|
+
'changelog.rst',
|
|
1005
1038
|
'changelog.txt',
|
|
1006
1039
|
'changes',
|
|
1007
1040
|
'changes.md',
|
|
1041
|
+
'changes.rst',
|
|
1008
1042
|
'changes.txt',
|
|
1009
1043
|
],
|
|
1010
1044
|
},
|
|
1011
1045
|
{
|
|
1012
1046
|
name: 'credits',
|
|
1013
|
-
fileNames: ['credits', 'credits.
|
|
1047
|
+
fileNames: ['credits.md', 'credits.rst', 'credits.txt', 'credits'],
|
|
1014
1048
|
},
|
|
1015
1049
|
{
|
|
1016
1050
|
name: 'authors',
|
|
1017
|
-
fileNames: [
|
|
1051
|
+
fileNames: [
|
|
1052
|
+
'authors.md',
|
|
1053
|
+
'authors.rst',
|
|
1054
|
+
'authors.txt',
|
|
1055
|
+
'authors',
|
|
1056
|
+
'contributors.md',
|
|
1057
|
+
'contributors.rst',
|
|
1058
|
+
'contributors.txt',
|
|
1059
|
+
'contributors',
|
|
1060
|
+
],
|
|
1018
1061
|
},
|
|
1019
1062
|
{ name: 'flow', fileNames: ['.flowconfig'] },
|
|
1020
1063
|
{ name: 'favicon', fileNames: ['favicon.ico'] },
|
|
@@ -1274,7 +1317,7 @@ export const fileIcons: FileIcons = {
|
|
|
1274
1317
|
'jest.teardown.js',
|
|
1275
1318
|
],
|
|
1276
1319
|
},
|
|
1277
|
-
{ name: 'processing', fileExtensions: ['pde']
|
|
1320
|
+
{ name: 'processing', fileExtensions: ['pde'] },
|
|
1278
1321
|
{
|
|
1279
1322
|
name: 'storybook',
|
|
1280
1323
|
fileExtensions: [
|
|
@@ -1729,6 +1772,7 @@ export const fileIcons: FileIcons = {
|
|
|
1729
1772
|
fileNames: ['horusec-config.json'],
|
|
1730
1773
|
fileExtensions: ['horusec-config.json'],
|
|
1731
1774
|
},
|
|
1775
|
+
{ name: 'poetry', fileNames: ['pyproject.toml', 'poetry.lock'] },
|
|
1732
1776
|
{ name: 'coala', fileExtensions: ['coarc', 'coafile'] },
|
|
1733
1777
|
{ name: 'parcel', fileNames: ['.parcelrc'] },
|
|
1734
1778
|
{
|
|
@@ -1778,5 +1822,15 @@ export const fileIcons: FileIcons = {
|
|
|
1778
1822
|
name: 'gridsome',
|
|
1779
1823
|
fileNames: ['gridsome.config.js', 'gridsome.server.js'],
|
|
1780
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
name: 'steadybit',
|
|
1827
|
+
fileExtensions: ['steadybit.yml', 'steadybit.yaml'],
|
|
1828
|
+
fileNames: [
|
|
1829
|
+
'.steadybit.yml',
|
|
1830
|
+
'steadybit.yml',
|
|
1831
|
+
'.steadybit.yaml',
|
|
1832
|
+
'steadybit.yaml',
|
|
1833
|
+
],
|
|
1834
|
+
},
|
|
1781
1835
|
],
|
|
1782
1836
|
};
|
package/src/icons/folderIcons.ts
CHANGED
|
@@ -9,7 +9,10 @@ export const folderIcons: FolderTheme[] = [
|
|
|
9
9
|
defaultIcon: { name: 'folder' },
|
|
10
10
|
rootFolder: { name: 'folder-root' },
|
|
11
11
|
icons: [
|
|
12
|
-
{
|
|
12
|
+
{
|
|
13
|
+
name: 'folder-src',
|
|
14
|
+
folderNames: ['src', 'srcs', 'source', 'sources', 'code'],
|
|
15
|
+
},
|
|
13
16
|
{
|
|
14
17
|
name: 'folder-dist',
|
|
15
18
|
folderNames: ['dist', 'out', 'build', 'release', 'bin'],
|
|
@@ -24,12 +27,18 @@ export const folderIcons: FolderTheme[] = [
|
|
|
24
27
|
folderNames: [
|
|
25
28
|
'images',
|
|
26
29
|
'image',
|
|
30
|
+
'imgs',
|
|
27
31
|
'img',
|
|
28
32
|
'icons',
|
|
29
33
|
'icon',
|
|
34
|
+
'icos',
|
|
30
35
|
'ico',
|
|
31
36
|
'screenshot',
|
|
32
37
|
'screenshots',
|
|
38
|
+
'screengrab',
|
|
39
|
+
'screengrabs',
|
|
40
|
+
'pic',
|
|
41
|
+
'pics',
|
|
33
42
|
'picture',
|
|
34
43
|
'pictures',
|
|
35
44
|
],
|
|
@@ -40,7 +49,7 @@ export const folderIcons: FolderTheme[] = [
|
|
|
40
49
|
name: 'folder-javascript',
|
|
41
50
|
folderNames: ['js', 'javascript', 'javascripts'],
|
|
42
51
|
},
|
|
43
|
-
{ name: 'folder-json', folderNames: ['json'] },
|
|
52
|
+
{ name: 'folder-json', folderNames: ['json', 'jsons'] },
|
|
44
53
|
{ name: 'folder-font', folderNames: ['font', 'fonts'] },
|
|
45
54
|
{ name: 'folder-bower', folderNames: ['bower_components'] },
|
|
46
55
|
{
|
|
@@ -112,6 +121,10 @@ export const folderIcons: FolderTheme[] = [
|
|
|
112
121
|
{
|
|
113
122
|
name: 'folder-config',
|
|
114
123
|
folderNames: [
|
|
124
|
+
'cfg',
|
|
125
|
+
'cfgs',
|
|
126
|
+
'conf',
|
|
127
|
+
'confs',
|
|
115
128
|
'config',
|
|
116
129
|
'configs',
|
|
117
130
|
'configuration',
|
|
@@ -129,6 +142,7 @@ export const folderIcons: FolderTheme[] = [
|
|
|
129
142
|
'i18n',
|
|
130
143
|
'internationalization',
|
|
131
144
|
'lang',
|
|
145
|
+
'langs',
|
|
132
146
|
'language',
|
|
133
147
|
'languages',
|
|
134
148
|
'locale',
|
|
@@ -284,11 +298,19 @@ export const folderIcons: FolderTheme[] = [
|
|
|
284
298
|
{ name: 'folder-aws', folderNames: ['aws', '.aws'] },
|
|
285
299
|
{
|
|
286
300
|
name: 'folder-audio',
|
|
287
|
-
folderNames: [
|
|
301
|
+
folderNames: [
|
|
302
|
+
'aud',
|
|
303
|
+
'auds',
|
|
304
|
+
'audio',
|
|
305
|
+
'audios',
|
|
306
|
+
'music',
|
|
307
|
+
'sound',
|
|
308
|
+
'sounds',
|
|
309
|
+
],
|
|
288
310
|
},
|
|
289
311
|
{
|
|
290
312
|
name: 'folder-video',
|
|
291
|
-
folderNames: ['video', 'videos', 'movie', 'movies'],
|
|
313
|
+
folderNames: ['vid', 'vids', 'video', 'videos', 'movie', 'movies'],
|
|
292
314
|
},
|
|
293
315
|
{ name: 'folder-kubernetes', folderNames: ['kubernetes', 'k8s'] },
|
|
294
316
|
{ name: 'folder-import', folderNames: ['import', 'imports', 'imported'] },
|
|
@@ -431,9 +453,15 @@ export const folderIcons: FolderTheme[] = [
|
|
|
431
453
|
{
|
|
432
454
|
name: 'folder-archive',
|
|
433
455
|
folderNames: [
|
|
456
|
+
'arc',
|
|
457
|
+
'arcs',
|
|
434
458
|
'archive',
|
|
435
459
|
'archives',
|
|
436
460
|
'archival',
|
|
461
|
+
'bkp',
|
|
462
|
+
'bkps',
|
|
463
|
+
'bak',
|
|
464
|
+
'baks',
|
|
437
465
|
'backup',
|
|
438
466
|
'backups',
|
|
439
467
|
'back-up',
|
|
@@ -483,13 +511,17 @@ export const folderIcons: FolderTheme[] = [
|
|
|
483
511
|
{
|
|
484
512
|
name: 'folder-functions',
|
|
485
513
|
folderNames: [
|
|
514
|
+
'func',
|
|
515
|
+
'funcs',
|
|
486
516
|
'function',
|
|
487
517
|
'functions',
|
|
488
518
|
'lambda',
|
|
489
519
|
'lambdas',
|
|
490
520
|
'logic',
|
|
491
521
|
'math',
|
|
522
|
+
'maths',
|
|
492
523
|
'calc',
|
|
524
|
+
'calcs',
|
|
493
525
|
'calculation',
|
|
494
526
|
'calculations',
|
|
495
527
|
],
|
|
@@ -519,7 +551,10 @@ export const folderIcons: FolderTheme[] = [
|
|
|
519
551
|
},
|
|
520
552
|
{ name: 'folder-mappings', folderNames: ['mappings', 'mapping'] },
|
|
521
553
|
{ name: 'folder-meta', folderNames: ['meta'] },
|
|
522
|
-
{
|
|
554
|
+
{
|
|
555
|
+
name: 'folder-packages',
|
|
556
|
+
folderNames: ['package', 'packages', 'pkg', 'pkgs'],
|
|
557
|
+
},
|
|
523
558
|
{ name: 'folder-shared', folderNames: ['shared', 'common'] },
|
|
524
559
|
{ name: 'folder-stack', folderNames: ['stack', 'stacks'] },
|
|
525
560
|
{ name: 'folder-template', folderNames: ['template', 'templates'] },
|
|
@@ -582,7 +617,7 @@ export const folderIcons: FolderTheme[] = [
|
|
|
582
617
|
},
|
|
583
618
|
{
|
|
584
619
|
name: 'folder-animation',
|
|
585
|
-
folderNames: ['animation', 'animations', 'animated'],
|
|
620
|
+
folderNames: ['anim', 'anims', 'animation', 'animations', 'animated'],
|
|
586
621
|
},
|
|
587
622
|
{ name: 'folder-guard', folderNames: ['guard', 'guards'] },
|
|
588
623
|
{ name: 'folder-prisma', folderNames: ['prisma'] },
|
|
@@ -700,6 +735,10 @@ export const folderIcons: FolderTheme[] = [
|
|
|
700
735
|
name: 'folder-angular',
|
|
701
736
|
folderNames: ['.angular'],
|
|
702
737
|
},
|
|
738
|
+
{
|
|
739
|
+
name: 'folder-unity',
|
|
740
|
+
folderNames: ['unity'],
|
|
741
|
+
},
|
|
703
742
|
],
|
|
704
743
|
},
|
|
705
744
|
{
|
|
@@ -87,7 +87,7 @@ export const languageIcons: LanguageIcon[] = [
|
|
|
87
87
|
{ icon: { name: 'salesforce' }, ids: ['apex'] },
|
|
88
88
|
{ icon: { name: 'sas' }, ids: ['sas'] },
|
|
89
89
|
{ icon: { name: 'docker' }, ids: ['dockerfile'] },
|
|
90
|
-
{ icon: { name: 'table' }, ids: ['csv', 'tsv'] },
|
|
90
|
+
{ icon: { name: 'table' }, ids: ['csv', 'tsv', 'psv'] },
|
|
91
91
|
{ icon: { name: 'csharp' }, ids: ['csharp'] },
|
|
92
92
|
{ icon: { name: 'console' }, ids: ['bat', 'awk', 'shellscript'] },
|
|
93
93
|
{ icon: { name: 'cpp' }, ids: ['cpp'] },
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 300 300" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><g style="fill:#455a64"><path class="st2" d="M6.7 8.6h4.4v11.1l2.1.3v1.2H6.8v-1.3l2.1-.3V10c-.3 0-.7 0-1.1-.1s-.7-.1-1-.2c0-.3-.1-.7-.1-1.1zM11.3 5.7V2.9c.4-.1.9-.3 1.5-.4.5-.1 1.3-.2 2.2-.1.5.1 1.1.2 1.7.6.2.2.7.6 1 1.3.5 1.1.1 2.2-.1 2.6-.6 1.4-2 1.9-2.2 2 .4.1 1 .2 1.6.7 1.1.9 1.2 2.1 1.3 2.4.2 1.7-1.1 2.9-1.3 3.2-.8.8-1.6 1-2.1 1.2-.8.3-1.6.3-2.1.3v-1.6h.9c.4-.1 1.1-.2 1.8-.7.2-.2.8-.7.8-1.7 0-.2.1-1.1-.6-1.8-.4-.4-.8-.5-1.4-.7s-1.2-.2-1.5-.2V8.6c.3 0 .7-.1 1.2-.3s1-.3 1.4-.8c.2-.2.8-.9.7-1.9 0-.2-.1-.8-.6-1.2-.5-.5-1.2-.5-1.6-.5-.6 0-1.1.2-1.3.3-.1.5-.1 1.1-.2 1.6-.3-.1-.7-.1-1.1-.1z" style="fill:#455a64" transform="translate(-18.982 -9.107) scale(13.507)"/></g></svg>
|