All Projects → dderevjanik → vscode-icons-js

dderevjanik / vscode-icons-js

Licence: MIT license
File specific icons from vscode vscode-icons extension

Programming Languages

typescript
32286 projects

vscode-icons-js

Greenkeeper badge Build Status code style: prettier

File specific icons from vscode vscode-icons extension inspired by file-icons-js

Installation

npm i vscode-icons-js

Usage

import { getIconForFile, getIconForFolder, getIconForOpenFolder } from 'vscode-icons-js';

console.log(getIconForFile('main.cpp'));
// file_type_cpp.svg

Example

https://dderevjanik.github.io/vscode-icons-js-example/

Source Code: https://github.com/dderevjanik/vscode-icons-js-example

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].