Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/icons.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ import electron from '../svg/electron.svg';
import elixir from '../svg/elixir.svg';
import elysia from '../svg/elysia.svg';
import ember from '../svg/ember.svg';
import eve from '../svg/eve.svg';
import expo from '../svg/expo.svg';
import express from '../svg/express.svg';
import falcon from '../svg/falcon.svg';
Expand All @@ -84,6 +85,7 @@ import fiber from '../svg/fiber.svg';
import firebase from '../svg/firebase.svg';
import firefox from '../svg/firefox.svg';
import flask from '../svg/flask.svg';
import flue from '../svg/flue.svg';
import flutter from '../svg/flutter.svg';
import font from '../svg/font.svg';
import fsharp from '../svg/fsharp.svg';
Expand Down Expand Up @@ -297,6 +299,7 @@ import electron_lg from '../svg_80x80/electron.svg';
import elixir_lg from '../svg_80x80/elixir.svg';
import elysia_lg from '../svg_80x80/elysia.svg';
import ember_lg from '../svg_80x80/ember.svg';
import eve_lg from '../svg_80x80/eve.svg';
import expo_lg from '../svg_80x80/expo.svg';
import express_lg from '../svg_80x80/express.svg';
import falcon_lg from '../svg_80x80/falcon.svg';
Expand All @@ -308,6 +311,7 @@ import fiber_lg from '../svg_80x80/fiber.svg';
import firebase_lg from '../svg_80x80/firebase.svg';
import firefox_lg from '../svg_80x80/firefox.svg';
import flask_lg from '../svg_80x80/flask.svg';
import flue_lg from '../svg_80x80/flue.svg';
import flutter_lg from '../svg_80x80/flutter.svg';
import font_lg from '../svg_80x80/font.svg';
import fsharp_lg from '../svg_80x80/fsharp.svg';
Expand Down Expand Up @@ -522,6 +526,7 @@ export const icons: Record<string, string> = {
"elixir": elixir,
"elysia": elysia,
"ember": ember,
"eve": eve,
"expo": expo,
"express": express,
"falcon": falcon,
Expand All @@ -533,6 +538,7 @@ export const icons: Record<string, string> = {
"firebase": firebase,
"firefox": firefox,
"flask": flask,
"flue": flue,
"flutter": flutter,
"font": font,
"fsharp": fsharp,
Expand Down Expand Up @@ -748,6 +754,7 @@ export const iconsLg: Record<string, string> = {
"elixir": elixir_lg,
"elysia": elysia_lg,
"ember": ember_lg,
"eve": eve_lg,
"expo": expo_lg,
"express": express_lg,
"falcon": falcon_lg,
Expand All @@ -759,6 +766,7 @@ export const iconsLg: Record<string, string> = {
"firebase": firebase_lg,
"firefox": firefox_lg,
"flask": flask_lg,
"flue": flue_lg,
"flutter": flutter_lg,
"font": font_lg,
"fsharp": fsharp_lg,
Expand Down
5 changes: 5 additions & 0 deletions src/platformIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ export const PLATFORM_TO_ICON = {
"edge-legacy": "edge-legacy",
electron: "electron",
elixir: "elixir",
eve: "eve",
expo: "expo",
fastmcp: "fastmcp",
firebase: "firebase",
firefox: "firefox",
flue: "flue",
flutter: "flutter",
font: "font",
fsharp: "fsharp",
Expand Down Expand Up @@ -107,10 +109,12 @@ export const PLATFORM_TO_ICON = {
"javascript-effect": "effect",
"javascript-electron": "electron",
"javascript-ember": "ember",
"javascript-eve": "eve",
"javascript-expo": "expo",
"javascript-express": "express",
"javascript-fastify": "fastify",
"javascript-firebase": "firebase",
"javascript-flue": "flue",
"javascript-gatsby": "gatsby",
"javascript-gcpfunctions": "gcp-functions",
"javascript-hapi": "hapi",
Expand All @@ -119,6 +123,7 @@ export const PLATFORM_TO_ICON = {
"javascript-ionic": "ionic",
"javascript-koa": "koa",
"javascript-lit": "lit",
"javascript-mastra": "mastra",
"javascript-meteor": "meteor",
"javascript-million": "million",
"javascript-nestjs": "nestjs",
Expand Down
9 changes: 9 additions & 0 deletions svg/eve.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions svg/flue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions svg_80x80/eve.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions svg_80x80/flue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading