Skip to content

Releases: pheralb/react-symbols

v1.3.1

16 Mar 23:15
4ec92f6

Choose a tag to compare

📦 Icons

  • New icons update: <Vite /> & <Vitest />. The previous update has been renamed to <ViteOld /> & <VitestOld />.
  • New icons added: <Oxc /> & <Rolldown /> .
  • New icon color: updated <Reactts /> SVG color - Check.

⚙️ Utils

  • Added new file name icons for <FileIcon />: "svelte.config.ts", "svelte.config.cts", "rolldown.config.js", "rolldown.config.cjs", "rolldown.config.mjs", "rolldown.config.ts", "rolldown.config.mts", "rolldown.config.cts", "oxlint.config.js", "oxlint.config.cjs", "oxlint.config.mjs", "oxlint.config.ts", "oxlint.config.mts", "oxlint.config.cts", ".oxfmtrc.json" & ".oxfmtrc.jsonc".
  • "rslib.config.cts" is assigned to <Rslib /> icon.

v1.3.0

15 Dec 16:58
bea6290

Choose a tag to compare

📦 Icons

  • Folders: FolderAngular, FolderDocker, FolderDocuments, FolderI18n, FolderLock, FolderYellow, FolderYellowCode, FolderYellowOutline & FolderTauri.
  • Files: Markdoc, Rsbuild, Rslib & Rspack.
  • Fixes: SWC icon, remove unused properties.

✨ Utils

  • <FileIcon /> component: assigns the icon corresponding to a file extension or file name - Docs.
  • <FolderIcon /> component: assigns the icon corresponding to a folder name - Docs.
  • <DefaultFileIcon /> component: default icon for unknown files - Docs.
  • <DefaultFolderIcon /> component: default icon for unknown folders - Docs.
  • <DefaultFolderOpenedIcon /> component: default icon for opened folders - Docs.

⚙️ Imports

Now, you can import icons and folders separately:

// Only Files
import { Audio } from "@react-symbols/icons/files";
// Only Folders
import { FolderApp } from "@react-symbols/icons/folders";
// Files & Folders
import { Audio, FolderApp } from "@react-symbols/icons";

📃 Full Changelog

v1.2.12...v1.3.0

v1.2.12

10 Dec 16:49

Choose a tag to compare

📦 New Icons

Files: Zip, Cursor, Nx, Nim, Svx (MDsveX) & TsTypes

🛠️ Fixes

Fixed FolderNodeModules SVG.

v1.2.11

16 Nov 23:27
d152e2a

Choose a tag to compare

📦 New Icons

  • Files: SWC, Shadcn, DockerYellow, DockerRed, DockerPurple, DockerPink, DockerOrange, DockerGreen & Claude.
  • Folders: FolderClaude

🎨 Improve Icons

  • Update YummaCSS colors.

v1.2.10

05 May 15:42
5ab8cb7

Choose a tag to compare

✨ New Icons

  • Files: Orval, Tauri & YummaCSS.
  • Folders: folderAWS, folderAzure, folderCypress, folderFonts, folderJs, folderNginx, folderNodeModules, folderReact, folderSass & folderVSCode.

v1.2.9

01 May 20:38
ecd57cf

Choose a tag to compare

📦 New Icons

v1.2.8

04 Jan 00:13

Choose a tag to compare

📦 New Icons

  • Files: GoGreen. GoOrange, GoPink, GoPurple, GoRed, GoYellow, NestDecorator & NestMiddleware.
  • Folders: FolderExpo & FolderGradle.

v1.2.7

26 Oct 17:39
cddc18a

Choose a tag to compare

📦 New Icons

  • Files: angularDirective, angularGuard, angularModule, angularPipe, bruno, docusaurus, fortran, luau, mongodb, nestGuard & oxlint.
  • Folders: folderBruno, folderConstants, folderHooks & folderMongoDB.

🖌️ Update Icons

  • Update Deno icon.

🎨 Website

  • Add ✨ Light Theme.

v1.2.6

12 Sep 14:21
6775dc1

Choose a tag to compare

📦 New Icons

  • Files: I18n, BracketsPink, CodePink, Cuda, Fresh (Deno), Expressive, Func, Gitlab, Lunaria, McAddon, NestController, NestService, Nuxt, StatamicAntlers & SvelteTS.
  • Folders: FolderGitlab, FolderGraphql, FolderImages, FolderInterceptor, FolderPink, FolderPinkCode, FolderPinkOutline, FolderPipes, FolderProviders & FolderServices.

🎨 Improvements

  • Github icon now has default currentColor property.
  • The C icon is now CLang (view).

🎉 Website

  • New website built with Remix v2 (Vite) + shadcn/ui.
  • New search engine for icons and folders.

v1.2.5

05 Apr 12:25
285c9ad

Choose a tag to compare

✨ New Icons

  • Files: AngularComponent, AngularService, Biome, Crystal, Gleam, Haskell, PDF, PKL, ReduxActions, ReduxEffects, ReduxFacade, ReduxReducer, ReduxSelector, Turborepo, Twig & Vitest.
  • Folders: FolderActions, FolderAuth, FolderCore, FolderEffects, FolderFacade, FolderHelpers, FolderInterfaces, FolderMail, FolderModels, FolderModules, FolderReducer, FolderRouter, FolderSelector & FolderShared.

🎨 Update Icons

  • Files: Biome icon has been improved to match the new logo. The old design is now called BiomeOld.