@@ -94,6 +94,7 @@ import NuxtSVG from 'platformicons/svg/nuxt.svg';
9494import OpenaiSVG from 'platformicons/svg/openai.svg' ;
9595import PerlSVG from 'platformicons/svg/perl.svg' ;
9696import PhpSVG from 'platformicons/svg/php.svg' ;
97+ import PlaystationSVG from 'platformicons/svg/playstation.svg' ;
9798import PostgresqlSVG from 'platformicons/svg/postgresql.svg' ;
9899import PowershellSVG from 'platformicons/svg/powershell.svg' ;
99100import PyramidSVG from 'platformicons/svg/pyramid.svg' ;
@@ -234,6 +235,7 @@ import NuxtSVGLarge from 'platformicons/svg_80x80/nuxt.svg';
234235import OpenaiSVGLarge from 'platformicons/svg_80x80/openai.svg' ;
235236import PerlSVGLarge from 'platformicons/svg_80x80/perl.svg' ;
236237import PhpSVGLarge from 'platformicons/svg_80x80/php.svg' ;
238+ import PlaystationSVGLarge from 'platformicons/svg_80x80/playstation.svg' ;
237239import PostgresqlSVGLarge from 'platformicons/svg_80x80/postgresql.svg' ;
238240import PowershellSVGLarge from 'platformicons/svg_80x80/powershell.svg' ;
239241import PyramidSVGLarge from 'platformicons/svg_80x80/pyramid.svg' ;
@@ -666,6 +668,10 @@ const formatToSVG = {
666668 sm : PhpSVG ,
667669 lg : PhpSVGLarge ,
668670 } ,
671+ playstation : {
672+ sm : PlaystationSVG ,
673+ lg : PlaystationSVGLarge ,
674+ } ,
669675 postgresql : {
670676 sm : PostgresqlSVG ,
671677 lg : PostgresqlSVGLarge ,
@@ -963,6 +969,7 @@ export const PLATFORM_TO_ICON = {
963969 'php-monolog' : 'php' ,
964970 'php-symfony2' : 'symfony' ,
965971 'php-symfony' : 'symfony' ,
972+ playstation : 'playstation' ,
966973 python : 'python' ,
967974 'python-aiohttp' : 'aiohttp' ,
968975 'python-airflow' : 'apache-airflow' ,
0 commit comments