
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
react-file-icon
Advanced tools
CodeSandbox demo with default icon styles.
import { FileIcon } from 'react-file-icon';
| Property | Type | Default | Description |
|---|---|---|---|
color | string | whitesmoke | Color of icon background |
extension | string | undefined | Text to display in label |
fold | bool | true | Displays the corner fold |
foldColor | string | undefined | Color of the corner fold |
glyphColor | string | undefined | Color of file type icon |
gradientColor | string | white | Color of page gradient |
gradientOpacity | number | 0.25 | Opacity of page gradient |
labelColor | string | undefined | Color of label |
labelTextColor | string | white | Color of label text |
labelUppercase | bool | false | Displays the label in all caps |
radius | number | 4 | Corner radius of the file icon |
type | enum | undefined | Type of glyph icon to display (One of: 3d, acrobat, audio, binary, code, compressed, document, drive, font, image, presentation, settings, spreadsheet, vector, video) |
We also export an object of default styles that can be used as a starting point when rendering icons. Object keys map to file extensions.
import { FileIcon, defaultStyles } from 'react-file-icon';
// Render a .docx icon with default styles
<FileIcon extension="docx" {...defaultStyles.docx} />;
FAQs
React component to render svg file icons
The npm package react-file-icon receives a total of 152,327 weekly downloads. As such, react-file-icon popularity was classified as popular.
We found that react-file-icon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.