From 23766afc22ed0e8b98cc9af995a80a69e8c92a35 Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Fri, 12 Jan 2024 10:49:14 -0500 Subject: [PATCH] Simple-icons package info --- buildTools/.gitignore | 2 +- buildTools/package.json | 4 +- buildTools/src/main.ts | 22 +- components.json | 14652 ------------------------------------- example/src/App.vue | 4 +- simple-icons.json | 14656 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 14676 insertions(+), 14664 deletions(-) delete mode 100644 components.json create mode 100644 simple-icons.json diff --git a/buildTools/.gitignore b/buildTools/.gitignore index 625fc43..32a8fb5 100644 --- a/buildTools/.gitignore +++ b/buildTools/.gitignore @@ -1,4 +1,4 @@ node_modules .vscode test -test.components.json +test.simple-icons.json diff --git a/buildTools/package.json b/buildTools/package.json index 1fb875c..ce6304b 100644 --- a/buildTools/package.json +++ b/buildTools/package.json @@ -4,8 +4,8 @@ "type": "module", "version": "0.0.0", "scripts": { - "dev": "deno run --allow-all src/main.ts --target test --component-json test.components.json", - "build": "deno run --allow-all src/main.ts --target ../src --component-json ../components.json", + "dev": "deno run --allow-all src/main.ts --target test --info-json test.simple-icons.json", + "build": "deno run --allow-all src/main.ts --target ../src --info-json ../simple-icons.json", "format": "deno run -A npm:@biomejs/biome format src --write", "lint": "deno run -A npm:@biomejs/biome lint src", "check": "deno run -A npm:@biomejs/biome check --apply src" diff --git a/buildTools/src/main.ts b/buildTools/src/main.ts index 1ed7412..86e9165 100644 --- a/buildTools/src/main.ts +++ b/buildTools/src/main.ts @@ -16,15 +16,15 @@ await new Command() .option("--simple-icons [simpleIcons:file]", "Path to simple-icons", { default: "node_modules/simple-icons", }) - .option("--component-json [componentJson:file]", "Path to component.json", { - default: "component.json", + .option("--info-json [infoJson:file]", "Path to infoJson.json", { + default: "simple-icons.json", }) - .action(async ({ target, simpleIcons, componentJson }) => { + .action(async ({ target, simpleIcons, infoJson }) => { const source = !simpleIcons ? "node_modules/simple-icons" : (simpleIcons as string); const finalTarget = !target ? "test" : (target as string); - const jsonOutput = !componentJson ? "component.json" : (componentJson as string); + const jsonOutput = !infoJson ? "simple-icons.json" : (infoJson as string); await buildIcons(finalTarget, source, jsonOutput); }) .parse(Deno.args); @@ -85,11 +85,19 @@ async function buildIcons(targetFolder: string, sourceFolder: string, componentJ components.push(component); } await buildIndex(components, targetFolder); - - await Deno.writeTextFile(componentJson, JSON.stringify(components, null, 2)); + const info: SimpleIconsInfoFile = { + builtOn: new Date(), + simpleIconsVersion: simpleIconsVersion, + components, + }; + await Deno.writeTextFile(componentJson, JSON.stringify(info, null, 2)); console.log("Done"); } - +interface SimpleIconsInfoFile{ + builtOn: Date; + simpleIconsVersion: string; + components: Component[]; +} interface Component { originalTitle: string; componentName: string; diff --git a/components.json b/components.json deleted file mode 100644 index 2ea3650..0000000 --- a/components.json +++ /dev/null @@ -1,14652 +0,0 @@ -[ - { - "originalTitle": ".ENV", - "componentName": "DotEnvIcon", - "slug": "dotenv" - }, - { - "originalTitle": ".NET", - "componentName": "DotNetIcon", - "slug": "dotnet" - }, - { - "originalTitle": "/e/", - "componentName": "EIcon", - "slug": "e" - }, - { - "originalTitle": "1001Tracklists", - "componentName": "OneThousandOneTracklistsIcon", - "slug": "1001tracklists" - }, - { - "originalTitle": "1Password", - "componentName": "OnePasswordIcon", - "slug": "1password" - }, - { - "originalTitle": "3M", - "componentName": "ThreeMIcon", - "slug": "3m" - }, - { - "originalTitle": "42", - "componentName": "FortyTwoIcon", - "slug": "42" - }, - { - "originalTitle": "4chan", - "componentName": "FourChanIcon", - "slug": "4chan" - }, - { - "originalTitle": "4D", - "componentName": "FourDIcon", - "slug": "4d" - }, - { - "originalTitle": "500px", - "componentName": "FiveHundredPxIcon", - "slug": "500px" - }, - { - "originalTitle": "99designs", - "componentName": "NinetyNineDesignsIcon", - "slug": "99designs" - }, - { - "originalTitle": "9GAG", - "componentName": "NineGagIcon", - "slug": "9gag" - }, - { - "originalTitle": "A-Frame", - "componentName": "AframeIcon", - "slug": "aframe" - }, - { - "originalTitle": "ABB RobotStudio", - "componentName": "AbbRobotStudioIcon", - "slug": "abbrobotstudio" - }, - { - "originalTitle": "Abbott", - "componentName": "AbbottIcon", - "slug": "abbott" - }, - { - "originalTitle": "Abbvie", - "componentName": "AbbvieIcon", - "slug": "abbvie" - }, - { - "originalTitle": "About.me", - "componentName": "AboutDotmeIcon", - "slug": "aboutdotme" - }, - { - "originalTitle": "Abstract", - "componentName": "AbstractIcon", - "slug": "abstract" - }, - { - "originalTitle": "Academia", - "componentName": "AcademiaIcon", - "slug": "academia" - }, - { - "originalTitle": "Accenture", - "componentName": "AccentureIcon", - "slug": "accenture" - }, - { - "originalTitle": "Accusoft", - "componentName": "AccusoftIcon", - "slug": "accusoft" - }, - { - "originalTitle": "Acer", - "componentName": "AcerIcon", - "slug": "acer" - }, - { - "originalTitle": "ACM", - "componentName": "AcmIcon", - "slug": "acm" - }, - { - "originalTitle": "ActiGraph", - "componentName": "ActiGraphIcon", - "slug": "actigraph" - }, - { - "originalTitle": "Activision", - "componentName": "ActivisionIcon", - "slug": "activision" - }, - { - "originalTitle": "ActivityPub", - "componentName": "ActivityPubIcon", - "slug": "activitypub" - }, - { - "originalTitle": "Acura", - "componentName": "AcuraIcon", - "slug": "acura" - }, - { - "originalTitle": "Adafruit", - "componentName": "AdafruitIcon", - "slug": "adafruit" - }, - { - "originalTitle": "AdBlock", - "componentName": "AdBlockIcon", - "slug": "adblock" - }, - { - "originalTitle": "Adblock Plus", - "componentName": "AdblockPlusIcon", - "slug": "adblockplus" - }, - { - "originalTitle": "AdGuard", - "componentName": "AdGuardIcon", - "slug": "adguard" - }, - { - "originalTitle": "Adidas", - "componentName": "AdidasIcon", - "slug": "adidas" - }, - { - "originalTitle": "Adminer", - "componentName": "AdminerIcon", - "slug": "adminer" - }, - { - "originalTitle": "Adobe", - "componentName": "AdobeIcon", - "slug": "adobe" - }, - { - "originalTitle": "Adobe Acrobat Reader", - "componentName": "AdobeAcrobatReaderIcon", - "slug": "adobeacrobatreader" - }, - { - "originalTitle": "Adobe After Effects", - "componentName": "AdobeAfterEffectsIcon", - "slug": "adobeaftereffects" - }, - { - "originalTitle": "Adobe Audition", - "componentName": "AdobeAuditionIcon", - "slug": "adobeaudition" - }, - { - "originalTitle": "Adobe Creative Cloud", - "componentName": "AdobeCreativeCloudIcon", - "slug": "adobecreativecloud" - }, - { - "originalTitle": "Adobe Dreamweaver", - "componentName": "AdobeDreamweaverIcon", - "slug": "adobedreamweaver" - }, - { - "originalTitle": "Adobe Fonts", - "componentName": "AdobeFontsIcon", - "slug": "adobefonts" - }, - { - "originalTitle": "Adobe Illustrator", - "componentName": "AdobeIllustratorIcon", - "slug": "adobeillustrator" - }, - { - "originalTitle": "Adobe InDesign", - "componentName": "AdobeInDesignIcon", - "slug": "adobeindesign" - }, - { - "originalTitle": "Adobe Lightroom", - "componentName": "AdobeLightroomIcon", - "slug": "adobelightroom" - }, - { - "originalTitle": "Adobe Lightroom Classic", - "componentName": "AdobeLightroomClassicIcon", - "slug": "adobelightroomclassic" - }, - { - "originalTitle": "Adobe Photoshop", - "componentName": "AdobePhotoshopIcon", - "slug": "adobephotoshop" - }, - { - "originalTitle": "Adobe Premiere Pro", - "componentName": "AdobePremiereProIcon", - "slug": "adobepremierepro" - }, - { - "originalTitle": "Adobe XD", - "componentName": "AdobeXdIcon", - "slug": "adobexd" - }, - { - "originalTitle": "AdonisJS", - "componentName": "AdonisJsIcon", - "slug": "adonisjs" - }, - { - "originalTitle": "ADP", - "componentName": "AdpIcon", - "slug": "adp" - }, - { - "originalTitle": "Adroll", - "componentName": "AdrollIcon", - "slug": "adroll" - }, - { - "originalTitle": "Advent Of Code", - "componentName": "AdventOfCodeIcon", - "slug": "adventofcode" - }, - { - "originalTitle": "Adyen", - "componentName": "AdyenIcon", - "slug": "adyen" - }, - { - "originalTitle": "Aer Lingus", - "componentName": "AerLingusIcon", - "slug": "aerlingus" - }, - { - "originalTitle": "Aeroflot", - "componentName": "AeroflotIcon", - "slug": "aeroflot" - }, - { - "originalTitle": "Aeroméxico", - "componentName": "AeromexicoIcon", - "slug": "aeromexico" - }, - { - "originalTitle": "Aerospike", - "componentName": "AerospikeIcon", - "slug": "aerospike" - }, - { - "originalTitle": "AEW", - "componentName": "AewIcon", - "slug": "aew" - }, - { - "originalTitle": "AFFiNE", - "componentName": "AfFiNeIcon", - "slug": "affine" - }, - { - "originalTitle": "Affinity", - "componentName": "AffinityIcon", - "slug": "affinity" - }, - { - "originalTitle": "Affinity Designer", - "componentName": "AffinityDesignerIcon", - "slug": "affinitydesigner" - }, - { - "originalTitle": "Affinity Photo", - "componentName": "AffinityPhotoIcon", - "slug": "affinityphoto" - }, - { - "originalTitle": "Affinity Publisher", - "componentName": "AffinityPublisherIcon", - "slug": "affinitypublisher" - }, - { - "originalTitle": "Afterpay", - "componentName": "AfterpayIcon", - "slug": "afterpay" - }, - { - "originalTitle": "Agora", - "componentName": "AgoraIcon", - "slug": "agora" - }, - { - "originalTitle": "AI Dungeon", - "componentName": "AiDungeonIcon", - "slug": "aidungeon" - }, - { - "originalTitle": "AIB", - "componentName": "AibIcon", - "slug": "aib" - }, - { - "originalTitle": "AIOHTTP", - "componentName": "AiohttpIcon", - "slug": "aiohttp" - }, - { - "originalTitle": "Aiqfome", - "componentName": "AiqfomeIcon", - "slug": "aiqfome" - }, - { - "originalTitle": "Air Canada", - "componentName": "AirCanadaIcon", - "slug": "aircanada" - }, - { - "originalTitle": "Air China", - "componentName": "AirChinaIcon", - "slug": "airchina" - }, - { - "originalTitle": "Air France", - "componentName": "AirFranceIcon", - "slug": "airfrance" - }, - { - "originalTitle": "Air India", - "componentName": "AirIndiaIcon", - "slug": "airindia" - }, - { - "originalTitle": "AirAsia", - "componentName": "AirAsiaIcon", - "slug": "airasia" - }, - { - "originalTitle": "Airbnb", - "componentName": "AirbnbIcon", - "slug": "airbnb" - }, - { - "originalTitle": "Airbrake.io", - "componentName": "AirbrakeDotioIcon", - "slug": "airbrakedotio" - }, - { - "originalTitle": "Airbus", - "componentName": "AirbusIcon", - "slug": "airbus" - }, - { - "originalTitle": "Airbyte", - "componentName": "AirbyteIcon", - "slug": "airbyte" - }, - { - "originalTitle": "Aircall", - "componentName": "AircallIcon", - "slug": "aircall" - }, - { - "originalTitle": "AirPlay Audio", - "componentName": "AirPlayAudioIcon", - "slug": "airplayaudio" - }, - { - "originalTitle": "AirPlay Video", - "componentName": "AirPlayVideoIcon", - "slug": "airplayvideo" - }, - { - "originalTitle": "Airtable", - "componentName": "AirtableIcon", - "slug": "airtable" - }, - { - "originalTitle": "Airtel", - "componentName": "AirtelIcon", - "slug": "airtel" - }, - { - "originalTitle": "Ajv", - "componentName": "AjvIcon", - "slug": "ajv" - }, - { - "originalTitle": "Akamai", - "componentName": "AkamaiIcon", - "slug": "akamai" - }, - { - "originalTitle": "Akaunting", - "componentName": "AkauntingIcon", - "slug": "akaunting" - }, - { - "originalTitle": "Alacritty", - "componentName": "AlacrittyIcon", - "slug": "alacritty" - }, - { - "originalTitle": "Alamy", - "componentName": "AlamyIcon", - "slug": "alamy" - }, - { - "originalTitle": "Albert Heijn", - "componentName": "AlbertHeijnIcon", - "slug": "albertheijn" - }, - { - "originalTitle": "Alby", - "componentName": "AlbyIcon", - "slug": "alby" - }, - { - "originalTitle": "Alchemy", - "componentName": "AlchemyIcon", - "slug": "alchemy" - }, - { - "originalTitle": "Aldi Nord", - "componentName": "AldiNordIcon", - "slug": "aldinord" - }, - { - "originalTitle": "Aldi Süd", - "componentName": "AldisudIcon", - "slug": "aldisud" - }, - { - "originalTitle": "Alfa Romeo", - "componentName": "AlfaRomeoIcon", - "slug": "alfaromeo" - }, - { - "originalTitle": "Alfred", - "componentName": "AlfredIcon", - "slug": "alfred" - }, - { - "originalTitle": "Algolia", - "componentName": "AlgoliaIcon", - "slug": "algolia" - }, - { - "originalTitle": "Algorand", - "componentName": "AlgorandIcon", - "slug": "algorand" - }, - { - "originalTitle": "Alibaba Cloud", - "componentName": "AlibabaCloudIcon", - "slug": "alibabacloud" - }, - { - "originalTitle": "Alibaba.com", - "componentName": "AlibabaDotcomIcon", - "slug": "alibabadotcom" - }, - { - "originalTitle": "Alienware", - "componentName": "AlienwareIcon", - "slug": "alienware" - }, - { - "originalTitle": "AliExpress", - "componentName": "AliExpressIcon", - "slug": "aliexpress" - }, - { - "originalTitle": "Alipay", - "componentName": "AlipayIcon", - "slug": "alipay" - }, - { - "originalTitle": "Allegro", - "componentName": "AllegroIcon", - "slug": "allegro" - }, - { - "originalTitle": "AlliedModders", - "componentName": "AlliedModdersIcon", - "slug": "alliedmodders" - }, - { - "originalTitle": "AlloCiné", - "componentName": "AllocineIcon", - "slug": "allocine" - }, - { - "originalTitle": "AllTrails", - "componentName": "AllTrailsIcon", - "slug": "alltrails" - }, - { - "originalTitle": "AlmaLinux", - "componentName": "AlmaLinuxIcon", - "slug": "almalinux" - }, - { - "originalTitle": "Alpine Linux", - "componentName": "AlpineLinuxIcon", - "slug": "alpinelinux" - }, - { - "originalTitle": "Alpine.js", - "componentName": "AlpineDotjsIcon", - "slug": "alpinedotjs" - }, - { - "originalTitle": "Alteryx", - "componentName": "AlteryxIcon", - "slug": "alteryx" - }, - { - "originalTitle": "Altium Designer", - "componentName": "AltiumDesignerIcon", - "slug": "altiumdesigner" - }, - { - "originalTitle": "Alwaysdata", - "componentName": "AlwaysdataIcon", - "slug": "alwaysdata" - }, - { - "originalTitle": "Amazon", - "componentName": "AmazonIcon", - "slug": "amazon" - }, - { - "originalTitle": "Amazon Alexa", - "componentName": "AmazonAlexaIcon", - "slug": "amazonalexa" - }, - { - "originalTitle": "Amazon API Gateway", - "componentName": "AmazonApiGatewayIcon", - "slug": "amazonapigateway" - }, - { - "originalTitle": "Amazon AWS", - "componentName": "AmazonAwsIcon", - "slug": "amazonaws" - }, - { - "originalTitle": "Amazon CloudWatch", - "componentName": "AmazonCloudWatchIcon", - "slug": "amazoncloudwatch" - }, - { - "originalTitle": "Amazon DocumentDB", - "componentName": "AmazonDocumentDbIcon", - "slug": "amazondocumentdb" - }, - { - "originalTitle": "Amazon DynamoDB", - "componentName": "AmazonDynamoDbIcon", - "slug": "amazondynamodb" - }, - { - "originalTitle": "Amazon EC2", - "componentName": "Amazonec2Icon", - "slug": "amazonec2" - }, - { - "originalTitle": "Amazon ECS", - "componentName": "AmazonEcsIcon", - "slug": "amazonecs" - }, - { - "originalTitle": "Amazon EKS", - "componentName": "AmazonEksIcon", - "slug": "amazoneks" - }, - { - "originalTitle": "Amazon Fire TV", - "componentName": "AmazonFireTvIcon", - "slug": "amazonfiretv" - }, - { - "originalTitle": "Amazon Games", - "componentName": "AmazonGamesIcon", - "slug": "amazongames" - }, - { - "originalTitle": "Amazon Identity Access Management", - "componentName": "AmazoniamIcon", - "slug": "amazoniam" - }, - { - "originalTitle": "Amazon Lumberyard", - "componentName": "AmazonLumberyardIcon", - "slug": "amazonlumberyard" - }, - { - "originalTitle": "Amazon Luna", - "componentName": "AmazonLunaIcon", - "slug": "amazonluna" - }, - { - "originalTitle": "Amazon Music", - "componentName": "AmazonMusicIcon", - "slug": "amazonmusic" - }, - { - "originalTitle": "Amazon Pay", - "componentName": "AmazonPayIcon", - "slug": "amazonpay" - }, - { - "originalTitle": "Amazon Prime", - "componentName": "AmazonPrimeIcon", - "slug": "amazonprime" - }, - { - "originalTitle": "Amazon RDS", - "componentName": "AmazonRdsIcon", - "slug": "amazonrds" - }, - { - "originalTitle": "Amazon Redshift", - "componentName": "AmazonRedshiftIcon", - "slug": "amazonredshift" - }, - { - "originalTitle": "Amazon Route 53", - "componentName": "Amazonroute53Icon", - "slug": "amazonroute53" - }, - { - "originalTitle": "Amazon S3", - "componentName": "Amazons3Icon", - "slug": "amazons3" - }, - { - "originalTitle": "Amazon Simple Email Service", - "componentName": "AmazonSimpleEmailServiceIcon", - "slug": "amazonsimpleemailservice" - }, - { - "originalTitle": "Amazon SQS", - "componentName": "AmazonSqsIcon", - "slug": "amazonsqs" - }, - { - "originalTitle": "AMD", - "componentName": "AmdIcon", - "slug": "amd" - }, - { - "originalTitle": "Ameba", - "componentName": "AmebaIcon", - "slug": "ameba" - }, - { - "originalTitle": "American Airlines", - "componentName": "AmericanAirlinesIcon", - "slug": "americanairlines" - }, - { - "originalTitle": "American Express", - "componentName": "AmericanExpressIcon", - "slug": "americanexpress" - }, - { - "originalTitle": "AMG", - "componentName": "AmgIcon", - "slug": "amg" - }, - { - "originalTitle": "AMP", - "componentName": "AmpIcon", - "slug": "amp" - }, - { - "originalTitle": "Amul", - "componentName": "AmulIcon", - "slug": "amul" - }, - { - "originalTitle": "ANA", - "componentName": "AnaIcon", - "slug": "ana" - }, - { - "originalTitle": "Anaconda", - "componentName": "AnacondaIcon", - "slug": "anaconda" - }, - { - "originalTitle": "Analogue", - "componentName": "AnalogueIcon", - "slug": "analogue" - }, - { - "originalTitle": "Andela", - "componentName": "AndelaIcon", - "slug": "andela" - }, - { - "originalTitle": "Android", - "componentName": "AndroidIcon", - "slug": "android" - }, - { - "originalTitle": "Android Auto", - "componentName": "AndroidAutoIcon", - "slug": "androidauto" - }, - { - "originalTitle": "Android Studio", - "componentName": "AndroidStudioIcon", - "slug": "androidstudio" - }, - { - "originalTitle": "Angular", - "componentName": "AngularIcon", - "slug": "angular" - }, - { - "originalTitle": "AniList", - "componentName": "AniListIcon", - "slug": "anilist" - }, - { - "originalTitle": "Ansible", - "componentName": "AnsibleIcon", - "slug": "ansible" - }, - { - "originalTitle": "Answer", - "componentName": "AnswerIcon", - "slug": "answer" - }, - { - "originalTitle": "Ansys", - "componentName": "AnsysIcon", - "slug": "ansys" - }, - { - "originalTitle": "Ant Design", - "componentName": "AntDesignIcon", - "slug": "antdesign" - }, - { - "originalTitle": "Anta", - "componentName": "AntaIcon", - "slug": "anta" - }, - { - "originalTitle": "Antena 3", - "componentName": "Antena3Icon", - "slug": "antena3" - }, - { - "originalTitle": "AnyDesk", - "componentName": "AnyDeskIcon", - "slug": "anydesk" - }, - { - "originalTitle": "AOL", - "componentName": "AolIcon", - "slug": "aol" - }, - { - "originalTitle": "Apache", - "componentName": "ApacheIcon", - "slug": "apache" - }, - { - "originalTitle": "Apache Airflow", - "componentName": "ApacheAirflowIcon", - "slug": "apacheairflow" - }, - { - "originalTitle": "Apache Ant", - "componentName": "ApacheAntIcon", - "slug": "apacheant" - }, - { - "originalTitle": "Apache Cassandra", - "componentName": "ApacheCassandraIcon", - "slug": "apachecassandra" - }, - { - "originalTitle": "Apache CloudStack", - "componentName": "ApacheCloudStackIcon", - "slug": "apachecloudstack" - }, - { - "originalTitle": "Apache Cordova", - "componentName": "ApacheCordovaIcon", - "slug": "apachecordova" - }, - { - "originalTitle": "Apache CouchDB", - "componentName": "ApacheCouchDbIcon", - "slug": "apachecouchdb" - }, - { - "originalTitle": "Apache Druid", - "componentName": "ApacheDruidIcon", - "slug": "apachedruid" - }, - { - "originalTitle": "Apache ECharts", - "componentName": "ApacheEChartsIcon", - "slug": "apacheecharts" - }, - { - "originalTitle": "Apache Flink", - "componentName": "ApacheFlinkIcon", - "slug": "apacheflink" - }, - { - "originalTitle": "Apache Groovy", - "componentName": "ApacheGroovyIcon", - "slug": "apachegroovy" - }, - { - "originalTitle": "Apache Guacamole", - "componentName": "ApacheGuacamoleIcon", - "slug": "apacheguacamole" - }, - { - "originalTitle": "Apache Hadoop", - "componentName": "ApacheHadoopIcon", - "slug": "apachehadoop" - }, - { - "originalTitle": "Apache Hive", - "componentName": "ApacheHiveIcon", - "slug": "apachehive" - }, - { - "originalTitle": "Apache JMeter", - "componentName": "ApacheJMeterIcon", - "slug": "apachejmeter" - }, - { - "originalTitle": "Apache Kafka", - "componentName": "ApacheKafkaIcon", - "slug": "apachekafka" - }, - { - "originalTitle": "Apache Kylin", - "componentName": "ApacheKylinIcon", - "slug": "apachekylin" - }, - { - "originalTitle": "Apache Maven", - "componentName": "ApacheMavenIcon", - "slug": "apachemaven" - }, - { - "originalTitle": "Apache NetBeans IDE", - "componentName": "ApacheNetBeansIdeIcon", - "slug": "apachenetbeanside" - }, - { - "originalTitle": "Apache OpenOffice", - "componentName": "ApacheOpenOfficeIcon", - "slug": "apacheopenoffice" - }, - { - "originalTitle": "Apache Parquet", - "componentName": "ApacheParquetIcon", - "slug": "apacheparquet" - }, - { - "originalTitle": "Apache Pulsar", - "componentName": "ApachePulsarIcon", - "slug": "apachepulsar" - }, - { - "originalTitle": "Apache RocketMQ", - "componentName": "ApacheRocketMqIcon", - "slug": "apacherocketmq" - }, - { - "originalTitle": "Apache Solr", - "componentName": "ApacheSolrIcon", - "slug": "apachesolr" - }, - { - "originalTitle": "Apache Spark", - "componentName": "ApacheSparkIcon", - "slug": "apachespark" - }, - { - "originalTitle": "Apache Storm", - "componentName": "ApacheStormIcon", - "slug": "apachestorm" - }, - { - "originalTitle": "Apache Tomcat", - "componentName": "ApacheTomcatIcon", - "slug": "apachetomcat" - }, - { - "originalTitle": "Aparat", - "componentName": "AparatIcon", - "slug": "aparat" - }, - { - "originalTitle": "Apifox", - "componentName": "ApifoxIcon", - "slug": "apifox" - }, - { - "originalTitle": "APM Terminals", - "componentName": "ApmTerminalsIcon", - "slug": "apmterminals" - }, - { - "originalTitle": "Apollo GraphQL", - "componentName": "ApolloGraphQlIcon", - "slug": "apollographql" - }, - { - "originalTitle": "Apostrophe", - "componentName": "ApostropheIcon", - "slug": "apostrophe" - }, - { - "originalTitle": "App Store", - "componentName": "AppStoreIcon", - "slug": "appstore" - }, - { - "originalTitle": "Appian", - "componentName": "AppianIcon", - "slug": "appian" - }, - { - "originalTitle": "Apple", - "componentName": "AppleIcon", - "slug": "apple" - }, - { - "originalTitle": "Apple Arcade", - "componentName": "AppleArcadeIcon", - "slug": "applearcade" - }, - { - "originalTitle": "Apple Music", - "componentName": "AppleMusicIcon", - "slug": "applemusic" - }, - { - "originalTitle": "Apple News", - "componentName": "AppleNewsIcon", - "slug": "applenews" - }, - { - "originalTitle": "Apple Pay", - "componentName": "ApplePayIcon", - "slug": "applepay" - }, - { - "originalTitle": "Apple Podcasts", - "componentName": "ApplePodcastsIcon", - "slug": "applepodcasts" - }, - { - "originalTitle": "Apple TV", - "componentName": "AppleTvIcon", - "slug": "appletv" - }, - { - "originalTitle": "AppSignal", - "componentName": "AppSignalIcon", - "slug": "appsignal" - }, - { - "originalTitle": "Appsmith", - "componentName": "AppsmithIcon", - "slug": "appsmith" - }, - { - "originalTitle": "AppVeyor", - "componentName": "AppVeyorIcon", - "slug": "appveyor" - }, - { - "originalTitle": "Appwrite", - "componentName": "AppwriteIcon", - "slug": "appwrite" - }, - { - "originalTitle": "Aqua", - "componentName": "AquaIcon", - "slug": "aqua" - }, - { - "originalTitle": "ARAL", - "componentName": "AralIcon", - "slug": "aral" - }, - { - "originalTitle": "ArangoDB", - "componentName": "ArangoDbIcon", - "slug": "arangodb" - }, - { - "originalTitle": "Arc", - "componentName": "ArcIcon", - "slug": "arc" - }, - { - "originalTitle": "ArcGIS", - "componentName": "ArcGisIcon", - "slug": "arcgis" - }, - { - "originalTitle": "Arch Linux", - "componentName": "ArchLinuxIcon", - "slug": "archlinux" - }, - { - "originalTitle": "Archicad", - "componentName": "ArchicadIcon", - "slug": "archicad" - }, - { - "originalTitle": "Archive of Our Own", - "componentName": "ArchiveOfOurOwnIcon", - "slug": "archiveofourown" - }, - { - "originalTitle": "Ardour", - "componentName": "ArdourIcon", - "slug": "ardour" - }, - { - "originalTitle": "Arduino", - "componentName": "ArduinoIcon", - "slug": "arduino" - }, - { - "originalTitle": "Argo", - "componentName": "ArgoIcon", - "slug": "argo" - }, - { - "originalTitle": "Argos", - "componentName": "ArgosIcon", - "slug": "argos" - }, - { - "originalTitle": "Ariakit", - "componentName": "AriakitIcon", - "slug": "ariakit" - }, - { - "originalTitle": "ARK Ecosystem", - "componentName": "ArkEcosystemIcon", - "slug": "arkecosystem" - }, - { - "originalTitle": "Arlo", - "componentName": "ArloIcon", - "slug": "arlo" - }, - { - "originalTitle": "Arm", - "componentName": "ArmIcon", - "slug": "arm" - }, - { - "originalTitle": "Arm Keil", - "componentName": "ArmKeilIcon", - "slug": "armkeil" - }, - { - "originalTitle": "Ars Technica", - "componentName": "ArsTechnicaIcon", - "slug": "arstechnica" - }, - { - "originalTitle": "Artifact Hub", - "componentName": "ArtifactHubIcon", - "slug": "artifacthub" - }, - { - "originalTitle": "Artix Linux", - "componentName": "ArtixLinuxIcon", - "slug": "artixlinux" - }, - { - "originalTitle": "ArtStation", - "componentName": "ArtStationIcon", - "slug": "artstation" - }, - { - "originalTitle": "arXiv", - "componentName": "ArXivIcon", - "slug": "arxiv" - }, - { - "originalTitle": "Asana", - "componentName": "AsanaIcon", - "slug": "asana" - }, - { - "originalTitle": "Asciidoctor", - "componentName": "AsciidoctorIcon", - "slug": "asciidoctor" - }, - { - "originalTitle": "asciinema", - "componentName": "AsciinemaIcon", - "slug": "asciinema" - }, - { - "originalTitle": "ASDA", - "componentName": "AsdaIcon", - "slug": "asda" - }, - { - "originalTitle": "Aseprite", - "componentName": "AsepriteIcon", - "slug": "aseprite" - }, - { - "originalTitle": "ASKfm", - "componentName": "AsKfmIcon", - "slug": "askfm" - }, - { - "originalTitle": "AssemblyScript", - "componentName": "AssemblyScriptIcon", - "slug": "assemblyscript" - }, - { - "originalTitle": "Aston Martin", - "componentName": "AstonMartinIcon", - "slug": "astonmartin" - }, - { - "originalTitle": "Astro", - "componentName": "AstroIcon", - "slug": "astro" - }, - { - "originalTitle": "ASUS", - "componentName": "AsusIcon", - "slug": "asus" - }, - { - "originalTitle": "AT&T", - "componentName": "AtAndTIcon", - "slug": "atandt" - }, - { - "originalTitle": "Atari", - "componentName": "AtariIcon", - "slug": "atari" - }, - { - "originalTitle": "Atlassian", - "componentName": "AtlassianIcon", - "slug": "atlassian" - }, - { - "originalTitle": "Auchan", - "componentName": "AuchanIcon", - "slug": "auchan" - }, - { - "originalTitle": "Audacity", - "componentName": "AudacityIcon", - "slug": "audacity" - }, - { - "originalTitle": "Audi", - "componentName": "AudiIcon", - "slug": "audi" - }, - { - "originalTitle": "Audible", - "componentName": "AudibleIcon", - "slug": "audible" - }, - { - "originalTitle": "Audio-Technica", - "componentName": "AudiotechnicaIcon", - "slug": "audiotechnica" - }, - { - "originalTitle": "Audioboom", - "componentName": "AudioboomIcon", - "slug": "audioboom" - }, - { - "originalTitle": "Audiomack", - "componentName": "AudiomackIcon", - "slug": "audiomack" - }, - { - "originalTitle": "Aurelia", - "componentName": "AureliaIcon", - "slug": "aurelia" - }, - { - "originalTitle": "Auth0", - "componentName": "Auth0Icon", - "slug": "auth0" - }, - { - "originalTitle": "Authelia", - "componentName": "AutheliaIcon", - "slug": "authelia" - }, - { - "originalTitle": "Authy", - "componentName": "AuthyIcon", - "slug": "authy" - }, - { - "originalTitle": "AutoCAD", - "componentName": "AutoCadIcon", - "slug": "autocad" - }, - { - "originalTitle": "Autodesk", - "componentName": "AutodeskIcon", - "slug": "autodesk" - }, - { - "originalTitle": "Autodesk Maya", - "componentName": "AutodeskMayaIcon", - "slug": "autodeskmaya" - }, - { - "originalTitle": "Autodesk Revit", - "componentName": "AutodeskRevitIcon", - "slug": "autodeskrevit" - }, - { - "originalTitle": "AutoHotkey", - "componentName": "AutoHotkeyIcon", - "slug": "autohotkey" - }, - { - "originalTitle": "AutoIt", - "componentName": "AutoItIcon", - "slug": "autoit" - }, - { - "originalTitle": "Automattic", - "componentName": "AutomatticIcon", - "slug": "automattic" - }, - { - "originalTitle": "Autoprefixer", - "componentName": "AutoprefixerIcon", - "slug": "autoprefixer" - }, - { - "originalTitle": "avajs", - "componentName": "AvajsIcon", - "slug": "avajs" - }, - { - "originalTitle": "Avast", - "componentName": "AvastIcon", - "slug": "avast" - }, - { - "originalTitle": "avianca", - "componentName": "AviancaIcon", - "slug": "avianca" - }, - { - "originalTitle": "Avira", - "componentName": "AviraIcon", - "slug": "avira" - }, - { - "originalTitle": "Awesome Lists", - "componentName": "AwesomeListsIcon", - "slug": "awesomelists" - }, - { - "originalTitle": "awesomeWM", - "componentName": "AwesomeWmIcon", - "slug": "awesomewm" - }, - { - "originalTitle": "AWS Amplify", - "componentName": "AwsAmplifyIcon", - "slug": "awsamplify" - }, - { - "originalTitle": "AWS Fargate", - "componentName": "AwsFargateIcon", - "slug": "awsfargate" - }, - { - "originalTitle": "AWS Lambda", - "componentName": "AwsLambdaIcon", - "slug": "awslambda" - }, - { - "originalTitle": "AWS Organizations", - "componentName": "AwsOrganizationsIcon", - "slug": "awsorganizations" - }, - { - "originalTitle": "Axios", - "componentName": "AxiosIcon", - "slug": "axios" - }, - { - "originalTitle": "Azure Artifacts", - "componentName": "AzureArtifactsIcon", - "slug": "azureartifacts" - }, - { - "originalTitle": "Azure Data Explorer", - "componentName": "AzureDataExplorerIcon", - "slug": "azuredataexplorer" - }, - { - "originalTitle": "Azure DevOps", - "componentName": "AzureDevOpsIcon", - "slug": "azuredevops" - }, - { - "originalTitle": "Azure Functions", - "componentName": "AzureFunctionsIcon", - "slug": "azurefunctions" - }, - { - "originalTitle": "Azure Pipelines", - "componentName": "AzurePipelinesIcon", - "slug": "azurepipelines" - }, - { - "originalTitle": "B&R Automation", - "componentName": "BAndRAutomationIcon", - "slug": "bandrautomation" - }, - { - "originalTitle": "Babel", - "componentName": "BabelIcon", - "slug": "babel" - }, - { - "originalTitle": "Backblaze", - "componentName": "BackblazeIcon", - "slug": "backblaze" - }, - { - "originalTitle": "Backbone.js", - "componentName": "BackboneDotjsIcon", - "slug": "backbonedotjs" - }, - { - "originalTitle": "Backendless", - "componentName": "BackendlessIcon", - "slug": "backendless" - }, - { - "originalTitle": "Backstage", - "componentName": "BackstageIcon", - "slug": "backstage" - }, - { - "originalTitle": "Badoo", - "componentName": "BadooIcon", - "slug": "badoo" - }, - { - "originalTitle": "Baidu", - "componentName": "BaiduIcon", - "slug": "baidu" - }, - { - "originalTitle": "Bakaláři", - "componentName": "BakalariIcon", - "slug": "bakalari" - }, - { - "originalTitle": "Bamboo", - "componentName": "BambooIcon", - "slug": "bamboo" - }, - { - "originalTitle": "Bandcamp", - "componentName": "BandcampIcon", - "slug": "bandcamp" - }, - { - "originalTitle": "BandLab", - "componentName": "BandLabIcon", - "slug": "bandlab" - }, - { - "originalTitle": "Bandsintown", - "componentName": "BandsintownIcon", - "slug": "bandsintown" - }, - { - "originalTitle": "Bank of America", - "componentName": "BankOfAmericaIcon", - "slug": "bankofamerica" - }, - { - "originalTitle": "Barclays", - "componentName": "BarclaysIcon", - "slug": "barclays" - }, - { - "originalTitle": "Baremetrics", - "componentName": "BaremetricsIcon", - "slug": "baremetrics" - }, - { - "originalTitle": "Barmenia", - "componentName": "BarmeniaIcon", - "slug": "barmenia" - }, - { - "originalTitle": "Basecamp", - "componentName": "BasecampIcon", - "slug": "basecamp" - }, - { - "originalTitle": "Basic Attention Token", - "componentName": "BasicAttentionTokenIcon", - "slug": "basicattentiontoken" - }, - { - "originalTitle": "Bastyon", - "componentName": "BastyonIcon", - "slug": "bastyon" - }, - { - "originalTitle": "Bata", - "componentName": "BataIcon", - "slug": "bata" - }, - { - "originalTitle": "Battle.net", - "componentName": "BattleDotnetIcon", - "slug": "battledotnet" - }, - { - "originalTitle": "Beatport", - "componentName": "BeatportIcon", - "slug": "beatport" - }, - { - "originalTitle": "Beats", - "componentName": "BeatsIcon", - "slug": "beats" - }, - { - "originalTitle": "Beats by Dre", - "componentName": "BeatsByDreIcon", - "slug": "beatsbydre" - }, - { - "originalTitle": "Behance", - "componentName": "BehanceIcon", - "slug": "behance" - }, - { - "originalTitle": "Beijing Subway", - "componentName": "BeijingSubwayIcon", - "slug": "beijingsubway" - }, - { - "originalTitle": "BEM", - "componentName": "BemIcon", - "slug": "bem" - }, - { - "originalTitle": "Bentley", - "componentName": "BentleyIcon", - "slug": "bentley" - }, - { - "originalTitle": "Bento", - "componentName": "BentoIcon", - "slug": "bento" - }, - { - "originalTitle": "BentoML", - "componentName": "BentoMlIcon", - "slug": "bentoml" - }, - { - "originalTitle": "BeReal", - "componentName": "BeRealIcon", - "slug": "bereal" - }, - { - "originalTitle": "Betfair", - "componentName": "BetfairIcon", - "slug": "betfair" - }, - { - "originalTitle": "Bevy", - "componentName": "BevyIcon", - "slug": "bevy" - }, - { - "originalTitle": "Big Cartel", - "componentName": "BigCartelIcon", - "slug": "bigcartel" - }, - { - "originalTitle": "bigbasket", - "componentName": "BigbasketIcon", - "slug": "bigbasket" - }, - { - "originalTitle": "BigBlueButton", - "componentName": "BigBlueButtonIcon", - "slug": "bigbluebutton" - }, - { - "originalTitle": "BigCommerce", - "componentName": "BigCommerceIcon", - "slug": "bigcommerce" - }, - { - "originalTitle": "Bilibili", - "componentName": "BilibiliIcon", - "slug": "bilibili" - }, - { - "originalTitle": "Billboard", - "componentName": "BillboardIcon", - "slug": "billboard" - }, - { - "originalTitle": "BIM", - "componentName": "BimIcon", - "slug": "bim" - }, - { - "originalTitle": "Binance", - "componentName": "BinanceIcon", - "slug": "binance" - }, - { - "originalTitle": "Bio Link", - "componentName": "BioLinkIcon", - "slug": "biolink" - }, - { - "originalTitle": "Biome", - "componentName": "BiomeIcon", - "slug": "biome" - }, - { - "originalTitle": "BisectHosting", - "componentName": "BisectHostingIcon", - "slug": "bisecthosting" - }, - { - "originalTitle": "Bit", - "componentName": "BitIcon", - "slug": "bit" - }, - { - "originalTitle": "Bitbucket", - "componentName": "BitbucketIcon", - "slug": "bitbucket" - }, - { - "originalTitle": "Bitcoin", - "componentName": "BitcoinIcon", - "slug": "bitcoin" - }, - { - "originalTitle": "Bitcoin Cash", - "componentName": "BitcoinCashIcon", - "slug": "bitcoincash" - }, - { - "originalTitle": "Bitcoin SV", - "componentName": "BitcoinSvIcon", - "slug": "bitcoinsv" - }, - { - "originalTitle": "BitComet", - "componentName": "BitCometIcon", - "slug": "bitcomet" - }, - { - "originalTitle": "Bitdefender", - "componentName": "BitdefenderIcon", - "slug": "bitdefender" - }, - { - "originalTitle": "Bitly", - "componentName": "BitlyIcon", - "slug": "bitly" - }, - { - "originalTitle": "Bitrise", - "componentName": "BitriseIcon", - "slug": "bitrise" - }, - { - "originalTitle": "BitTorrent", - "componentName": "BitTorrentIcon", - "slug": "bittorrent" - }, - { - "originalTitle": "Bitwarden", - "componentName": "BitwardenIcon", - "slug": "bitwarden" - }, - { - "originalTitle": "Bitwig", - "componentName": "BitwigIcon", - "slug": "bitwig" - }, - { - "originalTitle": "Blackberry", - "componentName": "BlackberryIcon", - "slug": "blackberry" - }, - { - "originalTitle": "Blackmagic Design", - "componentName": "BlackmagicDesignIcon", - "slug": "blackmagicdesign" - }, - { - "originalTitle": "Blazemeter", - "componentName": "BlazemeterIcon", - "slug": "blazemeter" - }, - { - "originalTitle": "Blazor", - "componentName": "BlazorIcon", - "slug": "blazor" - }, - { - "originalTitle": "Blender", - "componentName": "BlenderIcon", - "slug": "blender" - }, - { - "originalTitle": "Blockbench", - "componentName": "BlockbenchIcon", - "slug": "blockbench" - }, - { - "originalTitle": "Blockchain.com", - "componentName": "BlockchainDotcomIcon", - "slug": "blockchaindotcom" - }, - { - "originalTitle": "Blogger", - "componentName": "BloggerIcon", - "slug": "blogger" - }, - { - "originalTitle": "Bloglovin", - "componentName": "BloglovinIcon", - "slug": "bloglovin" - }, - { - "originalTitle": "Blueprint", - "componentName": "BlueprintIcon", - "slug": "blueprint" - }, - { - "originalTitle": "Bluesky", - "componentName": "BlueskyIcon", - "slug": "bluesky" - }, - { - "originalTitle": "Bluetooth", - "componentName": "BluetoothIcon", - "slug": "bluetooth" - }, - { - "originalTitle": "BMC Software", - "componentName": "BmcSoftwareIcon", - "slug": "bmcsoftware" - }, - { - "originalTitle": "BMW", - "componentName": "BmwIcon", - "slug": "bmw" - }, - { - "originalTitle": "BNB Chain", - "componentName": "BnbChainIcon", - "slug": "bnbchain" - }, - { - "originalTitle": "BoardGameGeek", - "componentName": "BoardGameGeekIcon", - "slug": "boardgamegeek" - }, - { - "originalTitle": "Boehringer Ingelheim", - "componentName": "BoehringerIngelheimIcon", - "slug": "boehringeringelheim" - }, - { - "originalTitle": "Boeing", - "componentName": "BoeingIcon", - "slug": "boeing" - }, - { - "originalTitle": "Bombardier", - "componentName": "BombardierIcon", - "slug": "bombardier" - }, - { - "originalTitle": "Bookalope", - "componentName": "BookalopeIcon", - "slug": "bookalope" - }, - { - "originalTitle": "BookBub", - "componentName": "BookBubIcon", - "slug": "bookbub" - }, - { - "originalTitle": "Bookmeter", - "componentName": "BookmeterIcon", - "slug": "bookmeter" - }, - { - "originalTitle": "BookMyShow", - "componentName": "BookMyShowIcon", - "slug": "bookmyshow" - }, - { - "originalTitle": "BookStack", - "componentName": "BookStackIcon", - "slug": "bookstack" - }, - { - "originalTitle": "Boost", - "componentName": "BoostIcon", - "slug": "boost" - }, - { - "originalTitle": "Boosty", - "componentName": "BoostyIcon", - "slug": "boosty" - }, - { - "originalTitle": "Boots", - "componentName": "BootsIcon", - "slug": "boots" - }, - { - "originalTitle": "Bootstrap", - "componentName": "BootstrapIcon", - "slug": "bootstrap" - }, - { - "originalTitle": "BorgBackup", - "componentName": "BorgBackupIcon", - "slug": "borgbackup" - }, - { - "originalTitle": "Bosch", - "componentName": "BoschIcon", - "slug": "bosch" - }, - { - "originalTitle": "Bose", - "componentName": "BoseIcon", - "slug": "bose" - }, - { - "originalTitle": "Botble CMS", - "componentName": "BotbleCmsIcon", - "slug": "botblecms" - }, - { - "originalTitle": "boulanger", - "componentName": "BoulangerIcon", - "slug": "boulanger" - }, - { - "originalTitle": "Bower", - "componentName": "BowerIcon", - "slug": "bower" - }, - { - "originalTitle": "Box", - "componentName": "BoxIcon", - "slug": "box" - }, - { - "originalTitle": "Boxy SVG", - "componentName": "BoxySvgIcon", - "slug": "boxysvg" - }, - { - "originalTitle": "Brandfolder", - "componentName": "BrandfolderIcon", - "slug": "brandfolder" - }, - { - "originalTitle": "Brave", - "componentName": "BraveIcon", - "slug": "brave" - }, - { - "originalTitle": "Breaker", - "componentName": "BreakerIcon", - "slug": "breaker" - }, - { - "originalTitle": "Brevo", - "componentName": "BrevoIcon", - "slug": "brevo" - }, - { - "originalTitle": "Brex", - "componentName": "BrexIcon", - "slug": "brex" - }, - { - "originalTitle": "Bricks", - "componentName": "BricksIcon", - "slug": "bricks" - }, - { - "originalTitle": "British Airways", - "componentName": "BritishAirwaysIcon", - "slug": "britishairways" - }, - { - "originalTitle": "Broadcom", - "componentName": "BroadcomIcon", - "slug": "broadcom" - }, - { - "originalTitle": "BSD", - "componentName": "BsdIcon", - "slug": "bsd" - }, - { - "originalTitle": "bspwm", - "componentName": "BspwmIcon", - "slug": "bspwm" - }, - { - "originalTitle": "BT", - "componentName": "BtIcon", - "slug": "bt" - }, - { - "originalTitle": "Buddy", - "componentName": "BuddyIcon", - "slug": "buddy" - }, - { - "originalTitle": "Budibase", - "componentName": "BudibaseIcon", - "slug": "budibase" - }, - { - "originalTitle": "Buefy", - "componentName": "BuefyIcon", - "slug": "buefy" - }, - { - "originalTitle": "Buffer", - "componentName": "BufferIcon", - "slug": "buffer" - }, - { - "originalTitle": "Bugatti", - "componentName": "BugattiIcon", - "slug": "bugatti" - }, - { - "originalTitle": "Bugcrowd", - "componentName": "BugcrowdIcon", - "slug": "bugcrowd" - }, - { - "originalTitle": "Bugsnag", - "componentName": "BugsnagIcon", - "slug": "bugsnag" - }, - { - "originalTitle": "Buildkite", - "componentName": "BuildkiteIcon", - "slug": "buildkite" - }, - { - "originalTitle": "Bukalapak", - "componentName": "BukalapakIcon", - "slug": "bukalapak" - }, - { - "originalTitle": "Bulma", - "componentName": "BulmaIcon", - "slug": "bulma" - }, - { - "originalTitle": "Bun", - "componentName": "BunIcon", - "slug": "bun" - }, - { - "originalTitle": "bunq", - "componentName": "BunqIcon", - "slug": "bunq" - }, - { - "originalTitle": "Burger King", - "componentName": "BurgerKingIcon", - "slug": "burgerking" - }, - { - "originalTitle": "Burton", - "componentName": "BurtonIcon", - "slug": "burton" - }, - { - "originalTitle": "Buy Me A Coffee", - "componentName": "BuyMeACoffeeIcon", - "slug": "buymeacoffee" - }, - { - "originalTitle": "BuzzFeed", - "componentName": "BuzzFeedIcon", - "slug": "buzzfeed" - }, - { - "originalTitle": "BVG", - "componentName": "BvgIcon", - "slug": "bvg" - }, - { - "originalTitle": "Byju's", - "componentName": "ByjusIcon", - "slug": "byjus" - }, - { - "originalTitle": "ByteDance", - "componentName": "ByteDanceIcon", - "slug": "bytedance" - }, - { - "originalTitle": "C", - "componentName": "CIcon", - "slug": "c" - }, - { - "originalTitle": "C#", - "componentName": "CsharpIcon", - "slug": "csharp" - }, - { - "originalTitle": "C++", - "componentName": "CPlusPlusIcon", - "slug": "cplusplus" - }, - { - "originalTitle": "C++ Builder", - "componentName": "CPlusPlusBuilderIcon", - "slug": "cplusplusbuilder" - }, - { - "originalTitle": "Cachet", - "componentName": "CachetIcon", - "slug": "cachet" - }, - { - "originalTitle": "Caddy", - "componentName": "CaddyIcon", - "slug": "caddy" - }, - { - "originalTitle": "Cadillac", - "componentName": "CadillacIcon", - "slug": "cadillac" - }, - { - "originalTitle": "CafePress", - "componentName": "CafePressIcon", - "slug": "cafepress" - }, - { - "originalTitle": "Caffeine", - "componentName": "CaffeineIcon", - "slug": "caffeine" - }, - { - "originalTitle": "Cairo Graphics", - "componentName": "CairoGraphicsIcon", - "slug": "cairographics" - }, - { - "originalTitle": "Cairo Metro", - "componentName": "CairoMetroIcon", - "slug": "cairometro" - }, - { - "originalTitle": "CakePHP", - "componentName": "CakePhpIcon", - "slug": "cakephp" - }, - { - "originalTitle": "Calendly", - "componentName": "CalendlyIcon", - "slug": "calendly" - }, - { - "originalTitle": "Campaign Monitor", - "componentName": "CampaignMonitorIcon", - "slug": "campaignmonitor" - }, - { - "originalTitle": "Canonical", - "componentName": "CanonicalIcon", - "slug": "canonical" - }, - { - "originalTitle": "Canva", - "componentName": "CanvaIcon", - "slug": "canva" - }, - { - "originalTitle": "Canvas", - "componentName": "CanvasIcon", - "slug": "canvas" - }, - { - "originalTitle": "Capacitor", - "componentName": "CapacitorIcon", - "slug": "capacitor" - }, - { - "originalTitle": "Car Throttle", - "componentName": "CarThrottleIcon", - "slug": "carthrottle" - }, - { - "originalTitle": "Cardano", - "componentName": "CardanoIcon", - "slug": "cardano" - }, - { - "originalTitle": "Carrd", - "componentName": "CarrdIcon", - "slug": "carrd" - }, - { - "originalTitle": "Carrefour", - "componentName": "CarrefourIcon", - "slug": "carrefour" - }, - { - "originalTitle": "Carto", - "componentName": "CartoIcon", - "slug": "carto" - }, - { - "originalTitle": "Cash App", - "componentName": "CashAppIcon", - "slug": "cashapp" - }, - { - "originalTitle": "Castbox", - "componentName": "CastboxIcon", - "slug": "castbox" - }, - { - "originalTitle": "Castorama", - "componentName": "CastoramaIcon", - "slug": "castorama" - }, - { - "originalTitle": "Castro", - "componentName": "CastroIcon", - "slug": "castro" - }, - { - "originalTitle": "Caterpillar", - "componentName": "CaterpillarIcon", - "slug": "caterpillar" - }, - { - "originalTitle": "CBC", - "componentName": "CbcIcon", - "slug": "cbc" - }, - { - "originalTitle": "CBS", - "componentName": "CbsIcon", - "slug": "cbs" - }, - { - "originalTitle": "CCleaner", - "componentName": "CCleanerIcon", - "slug": "ccleaner" - }, - { - "originalTitle": "CD Projekt", - "componentName": "CdProjektIcon", - "slug": "cdprojekt" - }, - { - "originalTitle": "Celery", - "componentName": "CeleryIcon", - "slug": "celery" - }, - { - "originalTitle": "Celestron", - "componentName": "CelestronIcon", - "slug": "celestron" - }, - { - "originalTitle": "CentOS", - "componentName": "CentOsIcon", - "slug": "centos" - }, - { - "originalTitle": "Ceph", - "componentName": "CephIcon", - "slug": "ceph" - }, - { - "originalTitle": "Cesium", - "componentName": "CesiumIcon", - "slug": "cesium" - }, - { - "originalTitle": "Chai", - "componentName": "ChaiIcon", - "slug": "chai" - }, - { - "originalTitle": "Chainguard", - "componentName": "ChainguardIcon", - "slug": "chainguard" - }, - { - "originalTitle": "Chainlink", - "componentName": "ChainlinkIcon", - "slug": "chainlink" - }, - { - "originalTitle": "Chakra UI", - "componentName": "ChakraUiIcon", - "slug": "chakraui" - }, - { - "originalTitle": "Channel 4", - "componentName": "Channel4Icon", - "slug": "channel4" - }, - { - "originalTitle": "Charles", - "componentName": "CharlesIcon", - "slug": "charles" - }, - { - "originalTitle": "Chart.js", - "componentName": "ChartDotjsIcon", - "slug": "chartdotjs" - }, - { - "originalTitle": "ChartMogul", - "componentName": "ChartMogulIcon", - "slug": "chartmogul" - }, - { - "originalTitle": "Chase", - "componentName": "ChaseIcon", - "slug": "chase" - }, - { - "originalTitle": "ChatBot", - "componentName": "ChatBotIcon", - "slug": "chatbot" - }, - { - "originalTitle": "Chatwoot", - "componentName": "ChatwootIcon", - "slug": "chatwoot" - }, - { - "originalTitle": "CheckiO", - "componentName": "CheckiOIcon", - "slug": "checkio" - }, - { - "originalTitle": "Checkmarx", - "componentName": "CheckmarxIcon", - "slug": "checkmarx" - }, - { - "originalTitle": "Checkmk", - "componentName": "CheckmkIcon", - "slug": "checkmk" - }, - { - "originalTitle": "Chedraui", - "componentName": "ChedrauiIcon", - "slug": "chedraui" - }, - { - "originalTitle": "Chef", - "componentName": "ChefIcon", - "slug": "chef" - }, - { - "originalTitle": "Chemex", - "componentName": "ChemexIcon", - "slug": "chemex" - }, - { - "originalTitle": "Chevrolet", - "componentName": "ChevroletIcon", - "slug": "chevrolet" - }, - { - "originalTitle": "Chia Network", - "componentName": "ChiaNetworkIcon", - "slug": "chianetwork" - }, - { - "originalTitle": "China Eastern Airlines", - "componentName": "ChinaEasternAirlinesIcon", - "slug": "chinaeasternairlines" - }, - { - "originalTitle": "China Southern Airlines", - "componentName": "ChinaSouthernAirlinesIcon", - "slug": "chinasouthernairlines" - }, - { - "originalTitle": "Chocolatey", - "componentName": "ChocolateyIcon", - "slug": "chocolatey" - }, - { - "originalTitle": "Chromatic", - "componentName": "ChromaticIcon", - "slug": "chromatic" - }, - { - "originalTitle": "Chromecast", - "componentName": "ChromecastIcon", - "slug": "chromecast" - }, - { - "originalTitle": "Chrysler", - "componentName": "ChryslerIcon", - "slug": "chrysler" - }, - { - "originalTitle": "Chupa Chups", - "componentName": "ChupaChupsIcon", - "slug": "chupachups" - }, - { - "originalTitle": "Cilium", - "componentName": "CiliumIcon", - "slug": "cilium" - }, - { - "originalTitle": "Cinema 4D", - "componentName": "Cinema4dIcon", - "slug": "cinema4d" - }, - { - "originalTitle": "Circle", - "componentName": "CircleIcon", - "slug": "circle" - }, - { - "originalTitle": "CircleCI", - "componentName": "CircleCiIcon", - "slug": "circleci" - }, - { - "originalTitle": "CircuitVerse", - "componentName": "CircuitVerseIcon", - "slug": "circuitverse" - }, - { - "originalTitle": "Cirrus CI", - "componentName": "CirrusCiIcon", - "slug": "cirrusci" - }, - { - "originalTitle": "Cisco", - "componentName": "CiscoIcon", - "slug": "cisco" - }, - { - "originalTitle": "Citrix", - "componentName": "CitrixIcon", - "slug": "citrix" - }, - { - "originalTitle": "Citroën", - "componentName": "CitroenIcon", - "slug": "citroen" - }, - { - "originalTitle": "CiviCRM", - "componentName": "CiviCrmIcon", - "slug": "civicrm" - }, - { - "originalTitle": "Civo", - "componentName": "CivoIcon", - "slug": "civo" - }, - { - "originalTitle": "CKEditor 4", - "componentName": "Ckeditor4Icon", - "slug": "ckeditor4" - }, - { - "originalTitle": "Clarifai", - "componentName": "ClarifaiIcon", - "slug": "clarifai" - }, - { - "originalTitle": "Claris", - "componentName": "ClarisIcon", - "slug": "claris" - }, - { - "originalTitle": "Clarivate", - "componentName": "ClarivateIcon", - "slug": "clarivate" - }, - { - "originalTitle": "Clerk", - "componentName": "ClerkIcon", - "slug": "clerk" - }, - { - "originalTitle": "Clever Cloud", - "componentName": "CleverCloudIcon", - "slug": "clevercloud" - }, - { - "originalTitle": "ClickHouse", - "componentName": "ClickHouseIcon", - "slug": "clickhouse" - }, - { - "originalTitle": "ClickUp", - "componentName": "ClickUpIcon", - "slug": "clickup" - }, - { - "originalTitle": "CLion", - "componentName": "CLionIcon", - "slug": "clion" - }, - { - "originalTitle": "Cliqz", - "componentName": "CliqzIcon", - "slug": "cliqz" - }, - { - "originalTitle": "Clockify", - "componentName": "ClockifyIcon", - "slug": "clockify" - }, - { - "originalTitle": "Clojure", - "componentName": "ClojureIcon", - "slug": "clojure" - }, - { - "originalTitle": "Cloud 66", - "componentName": "Cloud66Icon", - "slug": "cloud66" - }, - { - "originalTitle": "Cloud Foundry", - "componentName": "CloudFoundryIcon", - "slug": "cloudfoundry" - }, - { - "originalTitle": "CloudBees", - "componentName": "CloudBeesIcon", - "slug": "cloudbees" - }, - { - "originalTitle": "CloudCannon", - "componentName": "CloudCannonIcon", - "slug": "cloudcannon" - }, - { - "originalTitle": "Cloudera", - "componentName": "ClouderaIcon", - "slug": "cloudera" - }, - { - "originalTitle": "Cloudflare", - "componentName": "CloudflareIcon", - "slug": "cloudflare" - }, - { - "originalTitle": "Cloudflare Pages", - "componentName": "CloudflarePagesIcon", - "slug": "cloudflarepages" - }, - { - "originalTitle": "Cloudinary", - "componentName": "CloudinaryIcon", - "slug": "cloudinary" - }, - { - "originalTitle": "Cloudsmith", - "componentName": "CloudsmithIcon", - "slug": "cloudsmith" - }, - { - "originalTitle": "Cloudways", - "componentName": "CloudwaysIcon", - "slug": "cloudways" - }, - { - "originalTitle": "Clubhouse", - "componentName": "ClubhouseIcon", - "slug": "clubhouse" - }, - { - "originalTitle": "Clyp", - "componentName": "ClypIcon", - "slug": "clyp" - }, - { - "originalTitle": "CMake", - "componentName": "CMakeIcon", - "slug": "cmake" - }, - { - "originalTitle": "CNCF", - "componentName": "CncfIcon", - "slug": "cncf" - }, - { - "originalTitle": "CNN", - "componentName": "CnnIcon", - "slug": "cnn" - }, - { - "originalTitle": "Co-op", - "componentName": "CoopIcon", - "slug": "coop" - }, - { - "originalTitle": "Coca Cola", - "componentName": "CocaColaIcon", - "slug": "cocacola" - }, - { - "originalTitle": "Cockpit", - "componentName": "CockpitIcon", - "slug": "cockpit" - }, - { - "originalTitle": "Cockroach Labs", - "componentName": "CockroachLabsIcon", - "slug": "cockroachlabs" - }, - { - "originalTitle": "CocoaPods", - "componentName": "CocoaPodsIcon", - "slug": "cocoapods" - }, - { - "originalTitle": "Cocos", - "componentName": "CocosIcon", - "slug": "cocos" - }, - { - "originalTitle": "Coda", - "componentName": "CodaIcon", - "slug": "coda" - }, - { - "originalTitle": "Codacy", - "componentName": "CodacyIcon", - "slug": "codacy" - }, - { - "originalTitle": "Code Climate", - "componentName": "CodeClimateIcon", - "slug": "codeclimate" - }, - { - "originalTitle": "Code::Blocks", - "componentName": "CodeblocksIcon", - "slug": "codeblocks" - }, - { - "originalTitle": "Codeberg", - "componentName": "CodebergIcon", - "slug": "codeberg" - }, - { - "originalTitle": "Codecademy", - "componentName": "CodecademyIcon", - "slug": "codecademy" - }, - { - "originalTitle": "CodeceptJS", - "componentName": "CodeceptJsIcon", - "slug": "codeceptjs" - }, - { - "originalTitle": "CodeChef", - "componentName": "CodeChefIcon", - "slug": "codechef" - }, - { - "originalTitle": "Codecov", - "componentName": "CodecovIcon", - "slug": "codecov" - }, - { - "originalTitle": "CodeFactor", - "componentName": "CodeFactorIcon", - "slug": "codefactor" - }, - { - "originalTitle": "Codeforces", - "componentName": "CodeforcesIcon", - "slug": "codeforces" - }, - { - "originalTitle": "CodeIgniter", - "componentName": "CodeIgniterIcon", - "slug": "codeigniter" - }, - { - "originalTitle": "Codeium", - "componentName": "CodeiumIcon", - "slug": "codeium" - }, - { - "originalTitle": "Codemagic", - "componentName": "CodemagicIcon", - "slug": "codemagic" - }, - { - "originalTitle": "Codementor", - "componentName": "CodementorIcon", - "slug": "codementor" - }, - { - "originalTitle": "CodeMirror", - "componentName": "CodeMirrorIcon", - "slug": "codemirror" - }, - { - "originalTitle": "CodeNewbie", - "componentName": "CodeNewbieIcon", - "slug": "codenewbie" - }, - { - "originalTitle": "CodePen", - "componentName": "CodePenIcon", - "slug": "codepen" - }, - { - "originalTitle": "CodeProject", - "componentName": "CodeProjectIcon", - "slug": "codeproject" - }, - { - "originalTitle": "CodersRank", - "componentName": "CodersRankIcon", - "slug": "codersrank" - }, - { - "originalTitle": "Coderwall", - "componentName": "CoderwallIcon", - "slug": "coderwall" - }, - { - "originalTitle": "CodeSandbox", - "componentName": "CodeSandboxIcon", - "slug": "codesandbox" - }, - { - "originalTitle": "Codeship", - "componentName": "CodeshipIcon", - "slug": "codeship" - }, - { - "originalTitle": "CodeSignal", - "componentName": "CodeSignalIcon", - "slug": "codesignal" - }, - { - "originalTitle": "CodeStream", - "componentName": "CodeStreamIcon", - "slug": "codestream" - }, - { - "originalTitle": "Codewars", - "componentName": "CodewarsIcon", - "slug": "codewars" - }, - { - "originalTitle": "Coding Ninjas", - "componentName": "CodingNinjasIcon", - "slug": "codingninjas" - }, - { - "originalTitle": "CodinGame", - "componentName": "CodinGameIcon", - "slug": "codingame" - }, - { - "originalTitle": "Codio", - "componentName": "CodioIcon", - "slug": "codio" - }, - { - "originalTitle": "CoffeeScript", - "componentName": "CoffeeScriptIcon", - "slug": "coffeescript" - }, - { - "originalTitle": "Coggle", - "componentName": "CoggleIcon", - "slug": "coggle" - }, - { - "originalTitle": "Cognizant", - "componentName": "CognizantIcon", - "slug": "cognizant" - }, - { - "originalTitle": "Coil", - "componentName": "CoilIcon", - "slug": "coil" - }, - { - "originalTitle": "Coinbase", - "componentName": "CoinbaseIcon", - "slug": "coinbase" - }, - { - "originalTitle": "CoinMarketCap", - "componentName": "CoinMarketCapIcon", - "slug": "coinmarketcap" - }, - { - "originalTitle": "ComicFury", - "componentName": "ComicFuryIcon", - "slug": "comicfury" - }, - { - "originalTitle": "Commerzbank", - "componentName": "CommerzbankIcon", - "slug": "commerzbank" - }, - { - "originalTitle": "commitlint", - "componentName": "CommitlintIcon", - "slug": "commitlint" - }, - { - "originalTitle": "Commodore", - "componentName": "CommodoreIcon", - "slug": "commodore" - }, - { - "originalTitle": "Common Workflow Language", - "componentName": "CommonWorkflowLanguageIcon", - "slug": "commonworkflowlanguage" - }, - { - "originalTitle": "Compiler Explorer", - "componentName": "CompilerExplorerIcon", - "slug": "compilerexplorer" - }, - { - "originalTitle": "Composer", - "componentName": "ComposerIcon", - "slug": "composer" - }, - { - "originalTitle": "CompTIA", - "componentName": "CompTiaIcon", - "slug": "comptia" - }, - { - "originalTitle": "Comsol", - "componentName": "ComsolIcon", - "slug": "comsol" - }, - { - "originalTitle": "Conan", - "componentName": "ConanIcon", - "slug": "conan" - }, - { - "originalTitle": "Concourse", - "componentName": "ConcourseIcon", - "slug": "concourse" - }, - { - "originalTitle": "Conda-Forge", - "componentName": "CondaforgeIcon", - "slug": "condaforge" - }, - { - "originalTitle": "Conekta", - "componentName": "ConektaIcon", - "slug": "conekta" - }, - { - "originalTitle": "Confluence", - "componentName": "ConfluenceIcon", - "slug": "confluence" - }, - { - "originalTitle": "Construct 3", - "componentName": "Construct3Icon", - "slug": "construct3" - }, - { - "originalTitle": "Consul", - "componentName": "ConsulIcon", - "slug": "consul" - }, - { - "originalTitle": "Contactless Payment", - "componentName": "ContactlessPaymentIcon", - "slug": "contactlesspayment" - }, - { - "originalTitle": "containerd", - "componentName": "ContainerdIcon", - "slug": "containerd" - }, - { - "originalTitle": "Contao", - "componentName": "ContaoIcon", - "slug": "contao" - }, - { - "originalTitle": "Contentful", - "componentName": "ContentfulIcon", - "slug": "contentful" - }, - { - "originalTitle": "Contentstack", - "componentName": "ContentstackIcon", - "slug": "contentstack" - }, - { - "originalTitle": "Conventional Commits", - "componentName": "ConventionalCommitsIcon", - "slug": "conventionalcommits" - }, - { - "originalTitle": "Convertio", - "componentName": "ConvertioIcon", - "slug": "convertio" - }, - { - "originalTitle": "Cookiecutter", - "componentName": "CookiecutterIcon", - "slug": "cookiecutter" - }, - { - "originalTitle": "Cooler Master", - "componentName": "CoolerMasterIcon", - "slug": "coolermaster" - }, - { - "originalTitle": "Coppel", - "componentName": "CoppelIcon", - "slug": "coppel" - }, - { - "originalTitle": "Cora", - "componentName": "CoraIcon", - "slug": "cora" - }, - { - "originalTitle": "Corona Engine", - "componentName": "CoronaEngineIcon", - "slug": "coronaengine" - }, - { - "originalTitle": "Corona Renderer", - "componentName": "CoronaRendererIcon", - "slug": "coronarenderer" - }, - { - "originalTitle": "Corsair", - "componentName": "CorsairIcon", - "slug": "corsair" - }, - { - "originalTitle": "Couchbase", - "componentName": "CouchbaseIcon", - "slug": "couchbase" - }, - { - "originalTitle": "Counter-Strike", - "componentName": "CounterstrikeIcon", - "slug": "counterstrike" - }, - { - "originalTitle": "CountingWorks PRO", - "componentName": "CountingWorksProIcon", - "slug": "countingworkspro" - }, - { - "originalTitle": "Coursera", - "componentName": "CourseraIcon", - "slug": "coursera" - }, - { - "originalTitle": "Coveralls", - "componentName": "CoverallsIcon", - "slug": "coveralls" - }, - { - "originalTitle": "cPanel", - "componentName": "CPanelIcon", - "slug": "cpanel" - }, - { - "originalTitle": "Craft CMS", - "componentName": "CraftCmsIcon", - "slug": "craftcms" - }, - { - "originalTitle": "Craftsman", - "componentName": "CraftsmanIcon", - "slug": "craftsman" - }, - { - "originalTitle": "CrateDB", - "componentName": "CrateDbIcon", - "slug": "cratedb" - }, - { - "originalTitle": "Crayon", - "componentName": "CrayonIcon", - "slug": "crayon" - }, - { - "originalTitle": "Creality", - "componentName": "CrealityIcon", - "slug": "creality" - }, - { - "originalTitle": "Create React App", - "componentName": "CreateReactAppIcon", - "slug": "createreactapp" - }, - { - "originalTitle": "Creative Commons", - "componentName": "CreativeCommonsIcon", - "slug": "creativecommons" - }, - { - "originalTitle": "Creative Technology", - "componentName": "CreativeTechnologyIcon", - "slug": "creativetechnology" - }, - { - "originalTitle": "Credly", - "componentName": "CredlyIcon", - "slug": "credly" - }, - { - "originalTitle": "Crehana", - "componentName": "CrehanaIcon", - "slug": "crehana" - }, - { - "originalTitle": "Crew United", - "componentName": "CrewUnitedIcon", - "slug": "crewunited" - }, - { - "originalTitle": "Critical Role", - "componentName": "CriticalRoleIcon", - "slug": "criticalrole" - }, - { - "originalTitle": "Crowdin", - "componentName": "CrowdinIcon", - "slug": "crowdin" - }, - { - "originalTitle": "Crowdsource", - "componentName": "CrowdsourceIcon", - "slug": "crowdsource" - }, - { - "originalTitle": "Crunchbase", - "componentName": "CrunchbaseIcon", - "slug": "crunchbase" - }, - { - "originalTitle": "Crunchyroll", - "componentName": "CrunchyrollIcon", - "slug": "crunchyroll" - }, - { - "originalTitle": "CRYENGINE", - "componentName": "CryengineIcon", - "slug": "cryengine" - }, - { - "originalTitle": "Crystal", - "componentName": "CrystalIcon", - "slug": "crystal" - }, - { - "originalTitle": "CSS Modules", - "componentName": "CssModulesIcon", - "slug": "cssmodules" - }, - { - "originalTitle": "CSS Wizardry", - "componentName": "CssWizardryIcon", - "slug": "csswizardry" - }, - { - "originalTitle": "CSS3", - "componentName": "Css3Icon", - "slug": "css3" - }, - { - "originalTitle": "CTS", - "componentName": "CtsIcon", - "slug": "cts" - }, - { - "originalTitle": "Cucumber", - "componentName": "CucumberIcon", - "slug": "cucumber" - }, - { - "originalTitle": "Cultura", - "componentName": "CulturaIcon", - "slug": "cultura" - }, - { - "originalTitle": "curl", - "componentName": "CurlIcon", - "slug": "curl" - }, - { - "originalTitle": "CurseForge", - "componentName": "CurseForgeIcon", - "slug": "curseforge" - }, - { - "originalTitle": "Custom Ink", - "componentName": "CustomInkIcon", - "slug": "customink" - }, - { - "originalTitle": "CyberDefenders", - "componentName": "CyberDefendersIcon", - "slug": "cyberdefenders" - }, - { - "originalTitle": "Cycling '74", - "componentName": "Cycling74Icon", - "slug": "cycling74" - }, - { - "originalTitle": "Cypress", - "componentName": "CypressIcon", - "slug": "cypress" - }, - { - "originalTitle": "Cytoscape.js", - "componentName": "CytoscapeDotjsIcon", - "slug": "cytoscapedotjs" - }, - { - "originalTitle": "D", - "componentName": "DIcon", - "slug": "d" - }, - { - "originalTitle": "D-EDGE", - "componentName": "DedgeIcon", - "slug": "dedge" - }, - { - "originalTitle": "D-Wave Systems", - "componentName": "DwavesystemsIcon", - "slug": "dwavesystems" - }, - { - "originalTitle": "D3.js", - "componentName": "D3dotjsIcon", - "slug": "d3dotjs" - }, - { - "originalTitle": "Dacia", - "componentName": "DaciaIcon", - "slug": "dacia" - }, - { - "originalTitle": "DAF", - "componentName": "DafIcon", - "slug": "daf" - }, - { - "originalTitle": "daily.dev", - "componentName": "DailyDotdevIcon", - "slug": "dailydotdev" - }, - { - "originalTitle": "Dailymotion", - "componentName": "DailymotionIcon", - "slug": "dailymotion" - }, - { - "originalTitle": "Daimler", - "componentName": "DaimlerIcon", - "slug": "daimler" - }, - { - "originalTitle": "DaisyUI", - "componentName": "DaisyUiIcon", - "slug": "daisyui" - }, - { - "originalTitle": "Dapr", - "componentName": "DaprIcon", - "slug": "dapr" - }, - { - "originalTitle": "Dark Reader", - "componentName": "DarkReaderIcon", - "slug": "darkreader" - }, - { - "originalTitle": "Dart", - "componentName": "DartIcon", - "slug": "dart" - }, - { - "originalTitle": "Darty", - "componentName": "DartyIcon", - "slug": "darty" - }, - { - "originalTitle": "Das Erste", - "componentName": "DasErsteIcon", - "slug": "daserste" - }, - { - "originalTitle": "Dash", - "componentName": "DashIcon", - "slug": "dash" - }, - { - "originalTitle": "Dashlane", - "componentName": "DashlaneIcon", - "slug": "dashlane" - }, - { - "originalTitle": "Dask", - "componentName": "DaskIcon", - "slug": "dask" - }, - { - "originalTitle": "Dassault Systèmes", - "componentName": "DassaultsystemesIcon", - "slug": "dassaultsystemes" - }, - { - "originalTitle": "data.ai", - "componentName": "DataDotaiIcon", - "slug": "datadotai" - }, - { - "originalTitle": "Databricks", - "componentName": "DatabricksIcon", - "slug": "databricks" - }, - { - "originalTitle": "DataCamp", - "componentName": "DataCampIcon", - "slug": "datacamp" - }, - { - "originalTitle": "Datadog", - "componentName": "DatadogIcon", - "slug": "datadog" - }, - { - "originalTitle": "DataGrip", - "componentName": "DataGripIcon", - "slug": "datagrip" - }, - { - "originalTitle": "Dataiku", - "componentName": "DataikuIcon", - "slug": "dataiku" - }, - { - "originalTitle": "DataStax", - "componentName": "DataStaxIcon", - "slug": "datastax" - }, - { - "originalTitle": "Dataverse", - "componentName": "DataverseIcon", - "slug": "dataverse" - }, - { - "originalTitle": "date-fns", - "componentName": "DatefnsIcon", - "slug": "datefns" - }, - { - "originalTitle": "DatoCMS", - "componentName": "DatoCmsIcon", - "slug": "datocms" - }, - { - "originalTitle": "Datto", - "componentName": "DattoIcon", - "slug": "datto" - }, - { - "originalTitle": "DAZN", - "componentName": "DaznIcon", - "slug": "dazn" - }, - { - "originalTitle": "DBeaver", - "componentName": "DBeaverIcon", - "slug": "dbeaver" - }, - { - "originalTitle": "dblp", - "componentName": "DblpIcon", - "slug": "dblp" - }, - { - "originalTitle": "dbt", - "componentName": "DbtIcon", - "slug": "dbt" - }, - { - "originalTitle": "DC Entertainment", - "componentName": "DcEntertainmentIcon", - "slug": "dcentertainment" - }, - { - "originalTitle": "De'Longhi", - "componentName": "DelonghiIcon", - "slug": "delonghi" - }, - { - "originalTitle": "Debian", - "componentName": "DebianIcon", - "slug": "debian" - }, - { - "originalTitle": "Decap CMS", - "componentName": "DecapCmsIcon", - "slug": "decapcms" - }, - { - "originalTitle": "DeepCool", - "componentName": "DeepCoolIcon", - "slug": "deepcool" - }, - { - "originalTitle": "deepin", - "componentName": "DeepinIcon", - "slug": "deepin" - }, - { - "originalTitle": "DeepL", - "componentName": "DeepLIcon", - "slug": "deepl" - }, - { - "originalTitle": "Deepnote", - "componentName": "DeepnoteIcon", - "slug": "deepnote" - }, - { - "originalTitle": "del.icio.us", - "componentName": "DeliciousIcon", - "slug": "delicious" - }, - { - "originalTitle": "Deliveroo", - "componentName": "DeliverooIcon", - "slug": "deliveroo" - }, - { - "originalTitle": "Dell", - "componentName": "DellIcon", - "slug": "dell" - }, - { - "originalTitle": "Delphi", - "componentName": "DelphiIcon", - "slug": "delphi" - }, - { - "originalTitle": "Delta", - "componentName": "DeltaIcon", - "slug": "delta" - }, - { - "originalTitle": "Deluge", - "componentName": "DelugeIcon", - "slug": "deluge" - }, - { - "originalTitle": "Deno", - "componentName": "DenoIcon", - "slug": "deno" - }, - { - "originalTitle": "Denon", - "componentName": "DenonIcon", - "slug": "denon" - }, - { - "originalTitle": "Dependabot", - "componentName": "DependabotIcon", - "slug": "dependabot" - }, - { - "originalTitle": "Depositphotos", - "componentName": "DepositphotosIcon", - "slug": "depositphotos" - }, - { - "originalTitle": "Der Spiegel", - "componentName": "DerSpiegelIcon", - "slug": "derspiegel" - }, - { - "originalTitle": "Designer News", - "componentName": "DesignerNewsIcon", - "slug": "designernews" - }, - { - "originalTitle": "Deutsche Bahn", - "componentName": "DeutscheBahnIcon", - "slug": "deutschebahn" - }, - { - "originalTitle": "Deutsche Bank", - "componentName": "DeutscheBankIcon", - "slug": "deutschebank" - }, - { - "originalTitle": "Deutsche Post", - "componentName": "DeutschePostIcon", - "slug": "deutschepost" - }, - { - "originalTitle": "dev.to", - "componentName": "DevDottoIcon", - "slug": "devdotto" - }, - { - "originalTitle": "DevExpress", - "componentName": "DevExpressIcon", - "slug": "devexpress" - }, - { - "originalTitle": "DeviantArt", - "componentName": "DeviantArtIcon", - "slug": "deviantart" - }, - { - "originalTitle": "Devpost", - "componentName": "DevpostIcon", - "slug": "devpost" - }, - { - "originalTitle": "devRant", - "componentName": "DevRantIcon", - "slug": "devrant" - }, - { - "originalTitle": "Dgraph", - "componentName": "DgraphIcon", - "slug": "dgraph" - }, - { - "originalTitle": "DHL", - "componentName": "DhlIcon", - "slug": "dhl" - }, - { - "originalTitle": "diagrams.net", - "componentName": "DiagramsDotnetIcon", - "slug": "diagramsdotnet" - }, - { - "originalTitle": "Dialogflow", - "componentName": "DialogflowIcon", - "slug": "dialogflow" - }, - { - "originalTitle": "Diaspora", - "componentName": "DiasporaIcon", - "slug": "diaspora" - }, - { - "originalTitle": "Digg", - "componentName": "DiggIcon", - "slug": "digg" - }, - { - "originalTitle": "Digi-Key Electronics", - "componentName": "DigikeyelectronicsIcon", - "slug": "digikeyelectronics" - }, - { - "originalTitle": "DigitalOcean", - "componentName": "DigitalOceanIcon", - "slug": "digitalocean" - }, - { - "originalTitle": "Diners Club", - "componentName": "DinersClubIcon", - "slug": "dinersclub" - }, - { - "originalTitle": "Dior", - "componentName": "DiorIcon", - "slug": "dior" - }, - { - "originalTitle": "Directus", - "componentName": "DirectusIcon", - "slug": "directus" - }, - { - "originalTitle": "Discogs", - "componentName": "DiscogsIcon", - "slug": "discogs" - }, - { - "originalTitle": "Discord", - "componentName": "DiscordIcon", - "slug": "discord" - }, - { - "originalTitle": "Discourse", - "componentName": "DiscourseIcon", - "slug": "discourse" - }, - { - "originalTitle": "Discover", - "componentName": "DiscoverIcon", - "slug": "discover" - }, - { - "originalTitle": "Disqus", - "componentName": "DisqusIcon", - "slug": "disqus" - }, - { - "originalTitle": "Disroot", - "componentName": "DisrootIcon", - "slug": "disroot" - }, - { - "originalTitle": "Distrokid", - "componentName": "DistrokidIcon", - "slug": "distrokid" - }, - { - "originalTitle": "Django", - "componentName": "DjangoIcon", - "slug": "django" - }, - { - "originalTitle": "DJI", - "componentName": "DjiIcon", - "slug": "dji" - }, - { - "originalTitle": "Dlib", - "componentName": "DlibIcon", - "slug": "dlib" - }, - { - "originalTitle": "DLNA", - "componentName": "DlnaIcon", - "slug": "dlna" - }, - { - "originalTitle": "dm", - "componentName": "DmIcon", - "slug": "dm" - }, - { - "originalTitle": "Docker", - "componentName": "DockerIcon", - "slug": "docker" - }, - { - "originalTitle": "Docs.rs", - "componentName": "DocsDotrsIcon", - "slug": "docsdotrs" - }, - { - "originalTitle": "Docsify", - "componentName": "DocsifyIcon", - "slug": "docsify" - }, - { - "originalTitle": "Docusaurus", - "componentName": "DocusaurusIcon", - "slug": "docusaurus" - }, - { - "originalTitle": "DocuSign", - "componentName": "DocuSignIcon", - "slug": "docusign" - }, - { - "originalTitle": "Dogecoin", - "componentName": "DogecoinIcon", - "slug": "dogecoin" - }, - { - "originalTitle": "DOI", - "componentName": "DoiIcon", - "slug": "doi" - }, - { - "originalTitle": "Dolby", - "componentName": "DolbyIcon", - "slug": "dolby" - }, - { - "originalTitle": "DoorDash", - "componentName": "DoorDashIcon", - "slug": "doordash" - }, - { - "originalTitle": "Douban", - "componentName": "DoubanIcon", - "slug": "douban" - }, - { - "originalTitle": "Douban Read", - "componentName": "DoubanReadIcon", - "slug": "doubanread" - }, - { - "originalTitle": "Dovecot", - "componentName": "DovecotIcon", - "slug": "dovecot" - }, - { - "originalTitle": "Doxygen", - "componentName": "DoxygenIcon", - "slug": "doxygen" - }, - { - "originalTitle": "DPD", - "componentName": "DpdIcon", - "slug": "dpd" - }, - { - "originalTitle": "Dragonframe", - "componentName": "DragonframeIcon", - "slug": "dragonframe" - }, - { - "originalTitle": "Draugiem.lv", - "componentName": "DraugiemDotlvIcon", - "slug": "draugiemdotlv" - }, - { - "originalTitle": "Dreamstime", - "componentName": "DreamstimeIcon", - "slug": "dreamstime" - }, - { - "originalTitle": "Dribbble", - "componentName": "DribbbleIcon", - "slug": "dribbble" - }, - { - "originalTitle": "Drizzle", - "componentName": "DrizzleIcon", - "slug": "drizzle" - }, - { - "originalTitle": "Drone", - "componentName": "DroneIcon", - "slug": "drone" - }, - { - "originalTitle": "Drooble", - "componentName": "DroobleIcon", - "slug": "drooble" - }, - { - "originalTitle": "Dropbox", - "componentName": "DropboxIcon", - "slug": "dropbox" - }, - { - "originalTitle": "Drupal", - "componentName": "DrupalIcon", - "slug": "drupal" - }, - { - "originalTitle": "DS Automobiles", - "componentName": "DsAutomobilesIcon", - "slug": "dsautomobiles" - }, - { - "originalTitle": "DTS", - "componentName": "DtsIcon", - "slug": "dts" - }, - { - "originalTitle": "DTube", - "componentName": "DTubeIcon", - "slug": "dtube" - }, - { - "originalTitle": "Ducati", - "componentName": "DucatiIcon", - "slug": "ducati" - }, - { - "originalTitle": "DuckDB", - "componentName": "DuckDbIcon", - "slug": "duckdb" - }, - { - "originalTitle": "DuckDuckGo", - "componentName": "DuckDuckGoIcon", - "slug": "duckduckgo" - }, - { - "originalTitle": "Dungeons & Dragons", - "componentName": "DungeonsAndDragonsIcon", - "slug": "dungeonsanddragons" - }, - { - "originalTitle": "Dunked", - "componentName": "DunkedIcon", - "slug": "dunked" - }, - { - "originalTitle": "Dunzo", - "componentName": "DunzoIcon", - "slug": "dunzo" - }, - { - "originalTitle": "Duolingo", - "componentName": "DuolingoIcon", - "slug": "duolingo" - }, - { - "originalTitle": "DVC", - "componentName": "DvcIcon", - "slug": "dvc" - }, - { - "originalTitle": "dwm", - "componentName": "DwmIcon", - "slug": "dwm" - }, - { - "originalTitle": "Dynamics 365", - "componentName": "Dynamics365Icon", - "slug": "dynamics365" - }, - { - "originalTitle": "Dynatrace", - "componentName": "DynatraceIcon", - "slug": "dynatrace" - }, - { - "originalTitle": "E.Leclerc", - "componentName": "EDotLeclercIcon", - "slug": "edotleclerc" - }, - { - "originalTitle": "E3", - "componentName": "E3Icon", - "slug": "e3" - }, - { - "originalTitle": "EA", - "componentName": "EaIcon", - "slug": "ea" - }, - { - "originalTitle": "Eagle", - "componentName": "EagleIcon", - "slug": "eagle" - }, - { - "originalTitle": "EasyEDA", - "componentName": "EasyEdaIcon", - "slug": "easyeda" - }, - { - "originalTitle": "easyJet", - "componentName": "EasyJetIcon", - "slug": "easyjet" - }, - { - "originalTitle": "eBay", - "componentName": "EBayIcon", - "slug": "ebay" - }, - { - "originalTitle": "EBOX", - "componentName": "EboxIcon", - "slug": "ebox" - }, - { - "originalTitle": "Eclipse Adoptium", - "componentName": "EclipseAdoptiumIcon", - "slug": "eclipseadoptium" - }, - { - "originalTitle": "Eclipse Che", - "componentName": "EclipseCheIcon", - "slug": "eclipseche" - }, - { - "originalTitle": "Eclipse IDE", - "componentName": "EclipseIdeIcon", - "slug": "eclipseide" - }, - { - "originalTitle": "Eclipse Jetty", - "componentName": "EclipseJettyIcon", - "slug": "eclipsejetty" - }, - { - "originalTitle": "Eclipse Mosquitto", - "componentName": "EclipseMosquittoIcon", - "slug": "eclipsemosquitto" - }, - { - "originalTitle": "Eclipse Vert.x", - "componentName": "EclipseVertDotxIcon", - "slug": "eclipsevertdotx" - }, - { - "originalTitle": "EDEKA", - "componentName": "EdekaIcon", - "slug": "edeka" - }, - { - "originalTitle": "EditorConfig", - "componentName": "EditorConfigIcon", - "slug": "editorconfig" - }, - { - "originalTitle": "Educative", - "componentName": "EducativeIcon", - "slug": "educative" - }, - { - "originalTitle": "edX", - "componentName": "EdXIcon", - "slug": "edx" - }, - { - "originalTitle": "egghead", - "componentName": "EggheadIcon", - "slug": "egghead" - }, - { - "originalTitle": "Egnyte", - "componentName": "EgnyteIcon", - "slug": "egnyte" - }, - { - "originalTitle": "Eight Sleep", - "componentName": "EightSleepIcon", - "slug": "eightsleep" - }, - { - "originalTitle": "EJS", - "componentName": "EjsIcon", - "slug": "ejs" - }, - { - "originalTitle": "El Jueves", - "componentName": "ElJuevesIcon", - "slug": "eljueves" - }, - { - "originalTitle": "Elastic", - "componentName": "ElasticIcon", - "slug": "elastic" - }, - { - "originalTitle": "Elastic Cloud", - "componentName": "ElasticCloudIcon", - "slug": "elasticcloud" - }, - { - "originalTitle": "Elastic Stack", - "componentName": "ElasticStackIcon", - "slug": "elasticstack" - }, - { - "originalTitle": "Elasticsearch", - "componentName": "ElasticsearchIcon", - "slug": "elasticsearch" - }, - { - "originalTitle": "Elavon", - "componentName": "ElavonIcon", - "slug": "elavon" - }, - { - "originalTitle": "Electron", - "componentName": "ElectronIcon", - "slug": "electron" - }, - { - "originalTitle": "Electron Fiddle", - "componentName": "ElectronFiddleIcon", - "slug": "electronfiddle" - }, - { - "originalTitle": "electron-builder", - "componentName": "ElectronbuilderIcon", - "slug": "electronbuilder" - }, - { - "originalTitle": "Element", - "componentName": "ElementIcon", - "slug": "element" - }, - { - "originalTitle": "elementary", - "componentName": "ElementaryIcon", - "slug": "elementary" - }, - { - "originalTitle": "Elementor", - "componentName": "ElementorIcon", - "slug": "elementor" - }, - { - "originalTitle": "Eleventy", - "componentName": "EleventyIcon", - "slug": "eleventy" - }, - { - "originalTitle": "Elgato", - "componentName": "ElgatoIcon", - "slug": "elgato" - }, - { - "originalTitle": "Elixir", - "componentName": "ElixirIcon", - "slug": "elixir" - }, - { - "originalTitle": "Ello", - "componentName": "ElloIcon", - "slug": "ello" - }, - { - "originalTitle": "Elm", - "componentName": "ElmIcon", - "slug": "elm" - }, - { - "originalTitle": "Elsevier", - "componentName": "ElsevierIcon", - "slug": "elsevier" - }, - { - "originalTitle": "Embarcadero", - "componentName": "EmbarcaderoIcon", - "slug": "embarcadero" - }, - { - "originalTitle": "Embark", - "componentName": "EmbarkIcon", - "slug": "embark" - }, - { - "originalTitle": "Ember.js", - "componentName": "EmberDotjsIcon", - "slug": "emberdotjs" - }, - { - "originalTitle": "Emby", - "componentName": "EmbyIcon", - "slug": "emby" - }, - { - "originalTitle": "Emirates", - "componentName": "EmiratesIcon", - "slug": "emirates" - }, - { - "originalTitle": "Emlakjet", - "componentName": "EmlakjetIcon", - "slug": "emlakjet" - }, - { - "originalTitle": "Empire Kred", - "componentName": "EmpireKredIcon", - "slug": "empirekred" - }, - { - "originalTitle": "Engadget", - "componentName": "EngadgetIcon", - "slug": "engadget" - }, - { - "originalTitle": "Enpass", - "componentName": "EnpassIcon", - "slug": "enpass" - }, - { - "originalTitle": "EnterpriseDB", - "componentName": "EnterpriseDbIcon", - "slug": "enterprisedb" - }, - { - "originalTitle": "Envato", - "componentName": "EnvatoIcon", - "slug": "envato" - }, - { - "originalTitle": "Envoy Proxy", - "componentName": "EnvoyProxyIcon", - "slug": "envoyproxy" - }, - { - "originalTitle": "EPEL", - "componentName": "EpelIcon", - "slug": "epel" - }, - { - "originalTitle": "Epic Games", - "componentName": "EpicGamesIcon", - "slug": "epicgames" - }, - { - "originalTitle": "Epson", - "componentName": "EpsonIcon", - "slug": "epson" - }, - { - "originalTitle": "Equinix Metal", - "componentName": "EquinixMetalIcon", - "slug": "equinixmetal" - }, - { - "originalTitle": "Ericsson", - "componentName": "EricssonIcon", - "slug": "ericsson" - }, - { - "originalTitle": "Erlang", - "componentName": "ErlangIcon", - "slug": "erlang" - }, - { - "originalTitle": "ERPNext", - "componentName": "ErpNextIcon", - "slug": "erpnext" - }, - { - "originalTitle": "esbuild", - "componentName": "EsbuildIcon", - "slug": "esbuild" - }, - { - "originalTitle": "ESEA", - "componentName": "EseaIcon", - "slug": "esea" - }, - { - "originalTitle": "ESLGaming", - "componentName": "EslGamingIcon", - "slug": "eslgaming" - }, - { - "originalTitle": "ESLint", - "componentName": "EsLintIcon", - "slug": "eslint" - }, - { - "originalTitle": "ESPHome", - "componentName": "EspHomeIcon", - "slug": "esphome" - }, - { - "originalTitle": "Espressif", - "componentName": "EspressifIcon", - "slug": "espressif" - }, - { - "originalTitle": "ESRI", - "componentName": "EsriIcon", - "slug": "esri" - }, - { - "originalTitle": "etcd", - "componentName": "EtcdIcon", - "slug": "etcd" - }, - { - "originalTitle": "Ethereum", - "componentName": "EthereumIcon", - "slug": "ethereum" - }, - { - "originalTitle": "Ethiopian Airlines", - "componentName": "EthiopianAirlinesIcon", - "slug": "ethiopianairlines" - }, - { - "originalTitle": "Etihad Airways", - "componentName": "EtihadAirwaysIcon", - "slug": "etihadairways" - }, - { - "originalTitle": "Etsy", - "componentName": "EtsyIcon", - "slug": "etsy" - }, - { - "originalTitle": "Event Store", - "componentName": "EventStoreIcon", - "slug": "eventstore" - }, - { - "originalTitle": "Eventbrite", - "componentName": "EventbriteIcon", - "slug": "eventbrite" - }, - { - "originalTitle": "Evernote", - "componentName": "EvernoteIcon", - "slug": "evernote" - }, - { - "originalTitle": "Exercism", - "componentName": "ExercismIcon", - "slug": "exercism" - }, - { - "originalTitle": "Exordo", - "componentName": "ExordoIcon", - "slug": "exordo" - }, - { - "originalTitle": "Exoscale", - "componentName": "ExoscaleIcon", - "slug": "exoscale" - }, - { - "originalTitle": "Expedia", - "componentName": "ExpediaIcon", - "slug": "expedia" - }, - { - "originalTitle": "Expensify", - "componentName": "ExpensifyIcon", - "slug": "expensify" - }, - { - "originalTitle": "Experts Exchange", - "componentName": "ExpertsExchangeIcon", - "slug": "expertsexchange" - }, - { - "originalTitle": "Expo", - "componentName": "ExpoIcon", - "slug": "expo" - }, - { - "originalTitle": "Express", - "componentName": "ExpressIcon", - "slug": "express" - }, - { - "originalTitle": "ExpressVPN", - "componentName": "ExpressVpnIcon", - "slug": "expressvpn" - }, - { - "originalTitle": "EyeEm", - "componentName": "EyeEmIcon", - "slug": "eyeem" - }, - { - "originalTitle": "F-Droid", - "componentName": "FdroidIcon", - "slug": "fdroid" - }, - { - "originalTitle": "F-Secure", - "componentName": "FsecureIcon", - "slug": "fsecure" - }, - { - "originalTitle": "F#", - "componentName": "FsharpIcon", - "slug": "fsharp" - }, - { - "originalTitle": "F1", - "componentName": "F1Icon", - "slug": "f1" - }, - { - "originalTitle": "F5", - "componentName": "F5Icon", - "slug": "f5" - }, - { - "originalTitle": "Facebook", - "componentName": "FacebookIcon", - "slug": "facebook" - }, - { - "originalTitle": "Facebook Gaming", - "componentName": "FacebookGamingIcon", - "slug": "facebookgaming" - }, - { - "originalTitle": "Facebook Live", - "componentName": "FacebookLiveIcon", - "slug": "facebooklive" - }, - { - "originalTitle": "FACEIT", - "componentName": "FaceitIcon", - "slug": "faceit" - }, - { - "originalTitle": "Facepunch", - "componentName": "FacepunchIcon", - "slug": "facepunch" - }, - { - "originalTitle": "Fairphone", - "componentName": "FairphoneIcon", - "slug": "fairphone" - }, - { - "originalTitle": "Falco", - "componentName": "FalcoIcon", - "slug": "falco" - }, - { - "originalTitle": "Falcon", - "componentName": "FalconIcon", - "slug": "falcon" - }, - { - "originalTitle": "FamPay", - "componentName": "FamPayIcon", - "slug": "fampay" - }, - { - "originalTitle": "Fandango", - "componentName": "FandangoIcon", - "slug": "fandango" - }, - { - "originalTitle": "Fandom", - "componentName": "FandomIcon", - "slug": "fandom" - }, - { - "originalTitle": "Fanfou", - "componentName": "FanfouIcon", - "slug": "fanfou" - }, - { - "originalTitle": "Fantom", - "componentName": "FantomIcon", - "slug": "fantom" - }, - { - "originalTitle": "FareHarbor", - "componentName": "FareHarborIcon", - "slug": "fareharbor" - }, - { - "originalTitle": "FARFETCH", - "componentName": "FarfetchIcon", - "slug": "farfetch" - }, - { - "originalTitle": "FastAPI", - "componentName": "FastApiIcon", - "slug": "fastapi" - }, - { - "originalTitle": "Fastify", - "componentName": "FastifyIcon", - "slug": "fastify" - }, - { - "originalTitle": "Fastlane", - "componentName": "FastlaneIcon", - "slug": "fastlane" - }, - { - "originalTitle": "Fastly", - "componentName": "FastlyIcon", - "slug": "fastly" - }, - { - "originalTitle": "Fathom", - "componentName": "FathomIcon", - "slug": "fathom" - }, - { - "originalTitle": "Fauna", - "componentName": "FaunaIcon", - "slug": "fauna" - }, - { - "originalTitle": "Favro", - "componentName": "FavroIcon", - "slug": "favro" - }, - { - "originalTitle": "FeatHub", - "componentName": "FeatHubIcon", - "slug": "feathub" - }, - { - "originalTitle": "FedEx", - "componentName": "FedExIcon", - "slug": "fedex" - }, - { - "originalTitle": "Fedora", - "componentName": "FedoraIcon", - "slug": "fedora" - }, - { - "originalTitle": "Feedly", - "componentName": "FeedlyIcon", - "slug": "feedly" - }, - { - "originalTitle": "Ferrari", - "componentName": "FerrariIcon", - "slug": "ferrari" - }, - { - "originalTitle": "Ferrari N.V.", - "componentName": "FerrarinvIcon", - "slug": "ferrarinv" - }, - { - "originalTitle": "FerretDB", - "componentName": "FerretDbIcon", - "slug": "ferretdb" - }, - { - "originalTitle": "FFmpeg", - "componentName": "FFmpegIcon", - "slug": "ffmpeg" - }, - { - "originalTitle": "Fi", - "componentName": "FiIcon", - "slug": "fi" - }, - { - "originalTitle": "Fiat", - "componentName": "FiatIcon", - "slug": "fiat" - }, - { - "originalTitle": "Fido Alliance", - "componentName": "FidoAllianceIcon", - "slug": "fidoalliance" - }, - { - "originalTitle": "FIFA", - "componentName": "FifaIcon", - "slug": "fifa" - }, - { - "originalTitle": "Fig", - "componentName": "FigIcon", - "slug": "fig" - }, - { - "originalTitle": "Figma", - "componentName": "FigmaIcon", - "slug": "figma" - }, - { - "originalTitle": "figshare", - "componentName": "FigshareIcon", - "slug": "figshare" - }, - { - "originalTitle": "Fila", - "componentName": "FilaIcon", - "slug": "fila" - }, - { - "originalTitle": "Files", - "componentName": "FilesIcon", - "slug": "files" - }, - { - "originalTitle": "FileZilla", - "componentName": "FileZillaIcon", - "slug": "filezilla" - }, - { - "originalTitle": "Fineco", - "componentName": "FinecoIcon", - "slug": "fineco" - }, - { - "originalTitle": "Fing", - "componentName": "FingIcon", - "slug": "fing" - }, - { - "originalTitle": "Firebase", - "componentName": "FirebaseIcon", - "slug": "firebase" - }, - { - "originalTitle": "Firefish", - "componentName": "FirefishIcon", - "slug": "firefish" - }, - { - "originalTitle": "Firefly III", - "componentName": "FireflyIiiIcon", - "slug": "fireflyiii" - }, - { - "originalTitle": "Firefox", - "componentName": "FirefoxIcon", - "slug": "firefox" - }, - { - "originalTitle": "Firefox Browser", - "componentName": "FirefoxBrowserIcon", - "slug": "firefoxbrowser" - }, - { - "originalTitle": "Fireship", - "componentName": "FireshipIcon", - "slug": "fireship" - }, - { - "originalTitle": "Firewalla", - "componentName": "FirewallaIcon", - "slug": "firewalla" - }, - { - "originalTitle": "FIRST", - "componentName": "FirstIcon", - "slug": "first" - }, - { - "originalTitle": "Fitbit", - "componentName": "FitbitIcon", - "slug": "fitbit" - }, - { - "originalTitle": "FITE", - "componentName": "FiteIcon", - "slug": "fite" - }, - { - "originalTitle": "FiveM", - "componentName": "FiveMIcon", - "slug": "fivem" - }, - { - "originalTitle": "Fiverr", - "componentName": "FiverrIcon", - "slug": "fiverr" - }, - { - "originalTitle": "Flask", - "componentName": "FlaskIcon", - "slug": "flask" - }, - { - "originalTitle": "Flat", - "componentName": "FlatIcon", - "slug": "flat" - }, - { - "originalTitle": "Flathub", - "componentName": "FlathubIcon", - "slug": "flathub" - }, - { - "originalTitle": "Flatpak", - "componentName": "FlatpakIcon", - "slug": "flatpak" - }, - { - "originalTitle": "Flattr", - "componentName": "FlattrIcon", - "slug": "flattr" - }, - { - "originalTitle": "Flickr", - "componentName": "FlickrIcon", - "slug": "flickr" - }, - { - "originalTitle": "Flightaware", - "componentName": "FlightawareIcon", - "slug": "flightaware" - }, - { - "originalTitle": "Flipboard", - "componentName": "FlipboardIcon", - "slug": "flipboard" - }, - { - "originalTitle": "Flipkart", - "componentName": "FlipkartIcon", - "slug": "flipkart" - }, - { - "originalTitle": "Floatplane", - "componentName": "FloatplaneIcon", - "slug": "floatplane" - }, - { - "originalTitle": "Flood", - "componentName": "FloodIcon", - "slug": "flood" - }, - { - "originalTitle": "Fluent Bit", - "componentName": "FluentBitIcon", - "slug": "fluentbit" - }, - { - "originalTitle": "Fluentd", - "componentName": "FluentdIcon", - "slug": "fluentd" - }, - { - "originalTitle": "Fluke", - "componentName": "FlukeIcon", - "slug": "fluke" - }, - { - "originalTitle": "Flutter", - "componentName": "FlutterIcon", - "slug": "flutter" - }, - { - "originalTitle": "Flux", - "componentName": "FluxIcon", - "slug": "flux" - }, - { - "originalTitle": "Fluxus", - "componentName": "FluxusIcon", - "slug": "fluxus" - }, - { - "originalTitle": "Flyway", - "componentName": "FlywayIcon", - "slug": "flyway" - }, - { - "originalTitle": "FMOD", - "componentName": "FmodIcon", - "slug": "fmod" - }, - { - "originalTitle": "Fnac", - "componentName": "FnacIcon", - "slug": "fnac" - }, - { - "originalTitle": "Folium", - "componentName": "FoliumIcon", - "slug": "folium" - }, - { - "originalTitle": "Fonoma", - "componentName": "FonomaIcon", - "slug": "fonoma" - }, - { - "originalTitle": "Font Awesome", - "componentName": "FontAwesomeIcon", - "slug": "fontawesome" - }, - { - "originalTitle": "FontBase", - "componentName": "FontBaseIcon", - "slug": "fontbase" - }, - { - "originalTitle": "FontForge", - "componentName": "FontForgeIcon", - "slug": "fontforge" - }, - { - "originalTitle": "foodpanda", - "componentName": "FoodpandaIcon", - "slug": "foodpanda" - }, - { - "originalTitle": "Ford", - "componentName": "FordIcon", - "slug": "ford" - }, - { - "originalTitle": "Forgejo", - "componentName": "ForgejoIcon", - "slug": "forgejo" - }, - { - "originalTitle": "Formstack", - "componentName": "FormstackIcon", - "slug": "formstack" - }, - { - "originalTitle": "Fortinet", - "componentName": "FortinetIcon", - "slug": "fortinet" - }, - { - "originalTitle": "Fortran", - "componentName": "FortranIcon", - "slug": "fortran" - }, - { - "originalTitle": "Fossa", - "componentName": "FossaIcon", - "slug": "fossa" - }, - { - "originalTitle": "Fossil SCM", - "componentName": "FossilScmIcon", - "slug": "fossilscm" - }, - { - "originalTitle": "Foursquare", - "componentName": "FoursquareIcon", - "slug": "foursquare" - }, - { - "originalTitle": "Foursquare City Guide", - "componentName": "FoursquareCityGuideIcon", - "slug": "foursquarecityguide" - }, - { - "originalTitle": "FOX", - "componentName": "FoxIcon", - "slug": "fox" - }, - { - "originalTitle": "Foxtel", - "componentName": "FoxtelIcon", - "slug": "foxtel" - }, - { - "originalTitle": "Fozzy", - "componentName": "FozzyIcon", - "slug": "fozzy" - }, - { - "originalTitle": "Framer", - "componentName": "FramerIcon", - "slug": "framer" - }, - { - "originalTitle": "Framework", - "componentName": "FrameworkIcon", - "slug": "framework" - }, - { - "originalTitle": "Framework7", - "componentName": "Framework7Icon", - "slug": "framework7" - }, - { - "originalTitle": "Franprix", - "componentName": "FranprixIcon", - "slug": "franprix" - }, - { - "originalTitle": "Frappe", - "componentName": "FrappeIcon", - "slug": "frappe" - }, - { - "originalTitle": "Fraunhofer-Gesellschaft", - "componentName": "FraunhofergesellschaftIcon", - "slug": "fraunhofergesellschaft" - }, - { - "originalTitle": "FreeBSD", - "componentName": "FreeBsdIcon", - "slug": "freebsd" - }, - { - "originalTitle": "freeCodeCamp", - "componentName": "FreeCodeCampIcon", - "slug": "freecodecamp" - }, - { - "originalTitle": "freedesktop.org", - "componentName": "FreedesktopDotorgIcon", - "slug": "freedesktopdotorg" - }, - { - "originalTitle": "Freelancer", - "componentName": "FreelancerIcon", - "slug": "freelancer" - }, - { - "originalTitle": "FreeNAS", - "componentName": "FreeNasIcon", - "slug": "freenas" - }, - { - "originalTitle": "Freepik", - "componentName": "FreepikIcon", - "slug": "freepik" - }, - { - "originalTitle": "Frontend Mentor", - "componentName": "FrontendMentorIcon", - "slug": "frontendmentor" - }, - { - "originalTitle": "Frontify", - "componentName": "FrontifyIcon", - "slug": "frontify" - }, - { - "originalTitle": "Fuga Cloud", - "componentName": "FugaCloudIcon", - "slug": "fugacloud" - }, - { - "originalTitle": "Fujifilm", - "componentName": "FujifilmIcon", - "slug": "fujifilm" - }, - { - "originalTitle": "Fujitsu", - "componentName": "FujitsuIcon", - "slug": "fujitsu" - }, - { - "originalTitle": "Funimation", - "componentName": "FunimationIcon", - "slug": "funimation" - }, - { - "originalTitle": "Fur Affinity", - "componentName": "FurAffinityIcon", - "slug": "furaffinity" - }, - { - "originalTitle": "Furry Network", - "componentName": "FurryNetworkIcon", - "slug": "furrynetwork" - }, - { - "originalTitle": "FutureLearn", - "componentName": "FutureLearnIcon", - "slug": "futurelearn" - }, - { - "originalTitle": "G2", - "componentName": "G2Icon", - "slug": "g2" - }, - { - "originalTitle": "G2A", - "componentName": "G2aIcon", - "slug": "g2a" - }, - { - "originalTitle": "Galaxus", - "componentName": "GalaxusIcon", - "slug": "galaxus" - }, - { - "originalTitle": "Game & Watch", - "componentName": "GameAndWatchIcon", - "slug": "gameandwatch" - }, - { - "originalTitle": "Game Developer", - "componentName": "GameDeveloperIcon", - "slug": "gamedeveloper" - }, - { - "originalTitle": "Game Jolt", - "componentName": "GameJoltIcon", - "slug": "gamejolt" - }, - { - "originalTitle": "GameBanana", - "componentName": "GameBananaIcon", - "slug": "gamebanana" - }, - { - "originalTitle": "Gamemaker", - "componentName": "GamemakerIcon", - "slug": "gamemaker" - }, - { - "originalTitle": "Garmin", - "componentName": "GarminIcon", - "slug": "garmin" - }, - { - "originalTitle": "Gatling", - "componentName": "GatlingIcon", - "slug": "gatling" - }, - { - "originalTitle": "Gatsby", - "componentName": "GatsbyIcon", - "slug": "gatsby" - }, - { - "originalTitle": "GDAL", - "componentName": "GdalIcon", - "slug": "gdal" - }, - { - "originalTitle": "Géant", - "componentName": "GeantIcon", - "slug": "geant" - }, - { - "originalTitle": "GeeksforGeeks", - "componentName": "GeeksforGeeksIcon", - "slug": "geeksforgeeks" - }, - { - "originalTitle": "General Electric", - "componentName": "GeneralElectricIcon", - "slug": "generalelectric" - }, - { - "originalTitle": "General Motors", - "componentName": "GeneralMotorsIcon", - "slug": "generalmotors" - }, - { - "originalTitle": "Genius", - "componentName": "GeniusIcon", - "slug": "genius" - }, - { - "originalTitle": "Gentoo", - "componentName": "GentooIcon", - "slug": "gentoo" - }, - { - "originalTitle": "Geocaching", - "componentName": "GeocachingIcon", - "slug": "geocaching" - }, - { - "originalTitle": "Gerrit", - "componentName": "GerritIcon", - "slug": "gerrit" - }, - { - "originalTitle": "GetX", - "componentName": "GetXIcon", - "slug": "getx" - }, - { - "originalTitle": "Ghost", - "componentName": "GhostIcon", - "slug": "ghost" - }, - { - "originalTitle": "Ghostery", - "componentName": "GhosteryIcon", - "slug": "ghostery" - }, - { - "originalTitle": "GIMP", - "componentName": "GimpIcon", - "slug": "gimp" - }, - { - "originalTitle": "Gin", - "componentName": "GinIcon", - "slug": "gin" - }, - { - "originalTitle": "GIPHY", - "componentName": "GiphyIcon", - "slug": "giphy" - }, - { - "originalTitle": "Git", - "componentName": "GitIcon", - "slug": "git" - }, - { - "originalTitle": "Git Extensions", - "componentName": "GitExtensionsIcon", - "slug": "gitextensions" - }, - { - "originalTitle": "Git LFS", - "componentName": "GitLfsIcon", - "slug": "gitlfs" - }, - { - "originalTitle": "GitBook", - "componentName": "GitBookIcon", - "slug": "gitbook" - }, - { - "originalTitle": "Gitea", - "componentName": "GiteaIcon", - "slug": "gitea" - }, - { - "originalTitle": "Gitee", - "componentName": "GiteeIcon", - "slug": "gitee" - }, - { - "originalTitle": "GitHub", - "componentName": "GitHubIcon", - "slug": "github" - }, - { - "originalTitle": "GitHub Actions", - "componentName": "GitHubActionsIcon", - "slug": "githubactions" - }, - { - "originalTitle": "GitHub Copilot", - "componentName": "GitHubCopilotIcon", - "slug": "githubcopilot" - }, - { - "originalTitle": "GitHub Pages", - "componentName": "GitHubPagesIcon", - "slug": "githubpages" - }, - { - "originalTitle": "GitHub Sponsors", - "componentName": "GitHubSponsorsIcon", - "slug": "githubsponsors" - }, - { - "originalTitle": "gitignore.io", - "componentName": "GitignoreDotioIcon", - "slug": "gitignoredotio" - }, - { - "originalTitle": "GitKraken", - "componentName": "GitKrakenIcon", - "slug": "gitkraken" - }, - { - "originalTitle": "GitLab", - "componentName": "GitLabIcon", - "slug": "gitlab" - }, - { - "originalTitle": "Gitpod", - "componentName": "GitpodIcon", - "slug": "gitpod" - }, - { - "originalTitle": "Gitter", - "componentName": "GitterIcon", - "slug": "gitter" - }, - { - "originalTitle": "Glassdoor", - "componentName": "GlassdoorIcon", - "slug": "glassdoor" - }, - { - "originalTitle": "Glitch", - "componentName": "GlitchIcon", - "slug": "glitch" - }, - { - "originalTitle": "Globus", - "componentName": "GlobusIcon", - "slug": "globus" - }, - { - "originalTitle": "Glovo", - "componentName": "GlovoIcon", - "slug": "glovo" - }, - { - "originalTitle": "Gmail", - "componentName": "GmailIcon", - "slug": "gmail" - }, - { - "originalTitle": "GNOME", - "componentName": "GnomeIcon", - "slug": "gnome" - }, - { - "originalTitle": "GNOME Terminal", - "componentName": "GnomeTerminalIcon", - "slug": "gnometerminal" - }, - { - "originalTitle": "GNU", - "componentName": "GnuIcon", - "slug": "gnu" - }, - { - "originalTitle": "GNU Bash", - "componentName": "GnuBashIcon", - "slug": "gnubash" - }, - { - "originalTitle": "GNU Emacs", - "componentName": "GnuEmacsIcon", - "slug": "gnuemacs" - }, - { - "originalTitle": "GNU IceCat", - "componentName": "GnuIceCatIcon", - "slug": "gnuicecat" - }, - { - "originalTitle": "GNU Privacy Guard", - "componentName": "GnuPrivacyGuardIcon", - "slug": "gnuprivacyguard" - }, - { - "originalTitle": "GNU social", - "componentName": "GnuSocialIcon", - "slug": "gnusocial" - }, - { - "originalTitle": "Go", - "componentName": "GoIcon", - "slug": "go" - }, - { - "originalTitle": "GoCD", - "componentName": "GoCdIcon", - "slug": "gocd" - }, - { - "originalTitle": "GoDaddy", - "componentName": "GoDaddyIcon", - "slug": "godaddy" - }, - { - "originalTitle": "Godot Engine", - "componentName": "GodotEngineIcon", - "slug": "godotengine" - }, - { - "originalTitle": "GoFundMe", - "componentName": "GoFundMeIcon", - "slug": "gofundme" - }, - { - "originalTitle": "GOG.com", - "componentName": "GogDotcomIcon", - "slug": "gogdotcom" - }, - { - "originalTitle": "GoLand", - "componentName": "GoLandIcon", - "slug": "goland" - }, - { - "originalTitle": "GoldenLine", - "componentName": "GoldenLineIcon", - "slug": "goldenline" - }, - { - "originalTitle": "Goldman Sachs", - "componentName": "GoldmanSachsIcon", - "slug": "goldmansachs" - }, - { - "originalTitle": "Goodreads", - "componentName": "GoodreadsIcon", - "slug": "goodreads" - }, - { - "originalTitle": "Google", - "componentName": "GoogleIcon", - "slug": "google" - }, - { - "originalTitle": "Google AdMob", - "componentName": "GoogleAdMobIcon", - "slug": "googleadmob" - }, - { - "originalTitle": "Google Ads", - "componentName": "GoogleAdsIcon", - "slug": "googleads" - }, - { - "originalTitle": "Google AdSense", - "componentName": "GoogleAdSenseIcon", - "slug": "googleadsense" - }, - { - "originalTitle": "Google Analytics", - "componentName": "GoogleAnalyticsIcon", - "slug": "googleanalytics" - }, - { - "originalTitle": "Google Apps Script", - "componentName": "GoogleAppsScriptIcon", - "slug": "googleappsscript" - }, - { - "originalTitle": "Google Assistant", - "componentName": "GoogleAssistantIcon", - "slug": "googleassistant" - }, - { - "originalTitle": "Google Bard", - "componentName": "GoogleBardIcon", - "slug": "googlebard" - }, - { - "originalTitle": "Google BigQuery", - "componentName": "GoogleBigQueryIcon", - "slug": "googlebigquery" - }, - { - "originalTitle": "Google Bigtable", - "componentName": "GoogleBigtableIcon", - "slug": "googlebigtable" - }, - { - "originalTitle": "Google Calendar", - "componentName": "GoogleCalendarIcon", - "slug": "googlecalendar" - }, - { - "originalTitle": "Google Campaign Manager 360", - "componentName": "Googlecampaignmanager360Icon", - "slug": "googlecampaignmanager360" - }, - { - "originalTitle": "Google Cardboard", - "componentName": "GoogleCardboardIcon", - "slug": "googlecardboard" - }, - { - "originalTitle": "Google Chat", - "componentName": "GoogleChatIcon", - "slug": "googlechat" - }, - { - "originalTitle": "Google Chrome", - "componentName": "GoogleChromeIcon", - "slug": "googlechrome" - }, - { - "originalTitle": "Google Classroom", - "componentName": "GoogleClassroomIcon", - "slug": "googleclassroom" - }, - { - "originalTitle": "Google Cloud", - "componentName": "GoogleCloudIcon", - "slug": "googlecloud" - }, - { - "originalTitle": "Google Cloud Composer", - "componentName": "GoogleCloudComposerIcon", - "slug": "googlecloudcomposer" - }, - { - "originalTitle": "Google Cloud Spanner", - "componentName": "GoogleCloudSpannerIcon", - "slug": "googlecloudspanner" - }, - { - "originalTitle": "Google Cloud Storage", - "componentName": "GoogleCloudStorageIcon", - "slug": "googlecloudstorage" - }, - { - "originalTitle": "Google Colab", - "componentName": "GoogleColabIcon", - "slug": "googlecolab" - }, - { - "originalTitle": "Google Container Optimized OS", - "componentName": "GoogleContainerOptimizedOsIcon", - "slug": "googlecontaineroptimizedos" - }, - { - "originalTitle": "Google Data Studio", - "componentName": "GoogleDataStudioIcon", - "slug": "googledatastudio" - }, - { - "originalTitle": "Google Dataflow", - "componentName": "GoogleDataflowIcon", - "slug": "googledataflow" - }, - { - "originalTitle": "Google Dataproc", - "componentName": "GoogleDataprocIcon", - "slug": "googledataproc" - }, - { - "originalTitle": "Google Docs", - "componentName": "GoogleDocsIcon", - "slug": "googledocs" - }, - { - "originalTitle": "Google Domains", - "componentName": "GoogleDomainsIcon", - "slug": "googledomains" - }, - { - "originalTitle": "Google Drive", - "componentName": "GoogleDriveIcon", - "slug": "googledrive" - }, - { - "originalTitle": "Google Earth", - "componentName": "GoogleEarthIcon", - "slug": "googleearth" - }, - { - "originalTitle": "Google Earth Engine", - "componentName": "GoogleEarthEngineIcon", - "slug": "googleearthengine" - }, - { - "originalTitle": "Google Fit", - "componentName": "GoogleFitIcon", - "slug": "googlefit" - }, - { - "originalTitle": "Google Fonts", - "componentName": "GoogleFontsIcon", - "slug": "googlefonts" - }, - { - "originalTitle": "Google Forms", - "componentName": "GoogleFormsIcon", - "slug": "googleforms" - }, - { - "originalTitle": "Google Hangouts", - "componentName": "GoogleHangoutsIcon", - "slug": "googlehangouts" - }, - { - "originalTitle": "Google Home", - "componentName": "GoogleHomeIcon", - "slug": "googlehome" - }, - { - "originalTitle": "Google Keep", - "componentName": "GoogleKeepIcon", - "slug": "googlekeep" - }, - { - "originalTitle": "Google Lens", - "componentName": "GoogleLensIcon", - "slug": "googlelens" - }, - { - "originalTitle": "Google Maps", - "componentName": "GoogleMapsIcon", - "slug": "googlemaps" - }, - { - "originalTitle": "Google Marketing Platform", - "componentName": "GoogleMarketingPlatformIcon", - "slug": "googlemarketingplatform" - }, - { - "originalTitle": "Google Meet", - "componentName": "GoogleMeetIcon", - "slug": "googlemeet" - }, - { - "originalTitle": "Google Messages", - "componentName": "GoogleMessagesIcon", - "slug": "googlemessages" - }, - { - "originalTitle": "Google My Business", - "componentName": "GoogleMyBusinessIcon", - "slug": "googlemybusiness" - }, - { - "originalTitle": "Google Nearby", - "componentName": "GoogleNearbyIcon", - "slug": "googlenearby" - }, - { - "originalTitle": "Google News", - "componentName": "GoogleNewsIcon", - "slug": "googlenews" - }, - { - "originalTitle": "Google Optimize", - "componentName": "GoogleOptimizeIcon", - "slug": "googleoptimize" - }, - { - "originalTitle": "Google Pay", - "componentName": "GooglePayIcon", - "slug": "googlepay" - }, - { - "originalTitle": "Google Photos", - "componentName": "GooglePhotosIcon", - "slug": "googlephotos" - }, - { - "originalTitle": "Google Play", - "componentName": "GooglePlayIcon", - "slug": "googleplay" - }, - { - "originalTitle": "Google Podcasts", - "componentName": "GooglePodcastsIcon", - "slug": "googlepodcasts" - }, - { - "originalTitle": "Google Pub/Sub", - "componentName": "GooglepubsubIcon", - "slug": "googlepubsub" - }, - { - "originalTitle": "Google Scholar", - "componentName": "GoogleScholarIcon", - "slug": "googlescholar" - }, - { - "originalTitle": "Google Search Console", - "componentName": "GoogleSearchConsoleIcon", - "slug": "googlesearchconsole" - }, - { - "originalTitle": "Google Sheets", - "componentName": "GoogleSheetsIcon", - "slug": "googlesheets" - }, - { - "originalTitle": "Google Slides", - "componentName": "GoogleSlidesIcon", - "slug": "googleslides" - }, - { - "originalTitle": "Google Street View", - "componentName": "GoogleStreetViewIcon", - "slug": "googlestreetview" - }, - { - "originalTitle": "Google Tag Manager", - "componentName": "GoogleTagManagerIcon", - "slug": "googletagmanager" - }, - { - "originalTitle": "Google Tasks", - "componentName": "GoogleTasksIcon", - "slug": "googletasks" - }, - { - "originalTitle": "Google Translate", - "componentName": "GoogleTranslateIcon", - "slug": "googletranslate" - }, - { - "originalTitle": "GoToMeeting", - "componentName": "GoToMeetingIcon", - "slug": "gotomeeting" - }, - { - "originalTitle": "Grab", - "componentName": "GrabIcon", - "slug": "grab" - }, - { - "originalTitle": "Gradle", - "componentName": "GradleIcon", - "slug": "gradle" - }, - { - "originalTitle": "Gradle Play Publisher", - "componentName": "GradlePlayPublisherIcon", - "slug": "gradleplaypublisher" - }, - { - "originalTitle": "Grafana", - "componentName": "GrafanaIcon", - "slug": "grafana" - }, - { - "originalTitle": "Grammarly", - "componentName": "GrammarlyIcon", - "slug": "grammarly" - }, - { - "originalTitle": "Grand Frais", - "componentName": "GrandFraisIcon", - "slug": "grandfrais" - }, - { - "originalTitle": "GrapheneOS", - "componentName": "GrapheneOsIcon", - "slug": "grapheneos" - }, - { - "originalTitle": "Graphite", - "componentName": "GraphiteIcon", - "slug": "graphite" - }, - { - "originalTitle": "GraphQL", - "componentName": "GraphQlIcon", - "slug": "graphql" - }, - { - "originalTitle": "Grav", - "componentName": "GravIcon", - "slug": "grav" - }, - { - "originalTitle": "Gravatar", - "componentName": "GravatarIcon", - "slug": "gravatar" - }, - { - "originalTitle": "Graylog", - "componentName": "GraylogIcon", - "slug": "graylog" - }, - { - "originalTitle": "Greasy Fork", - "componentName": "GreasyForkIcon", - "slug": "greasyfork" - }, - { - "originalTitle": "Great Learning", - "componentName": "GreatLearningIcon", - "slug": "greatlearning" - }, - { - "originalTitle": "Greenhouse", - "componentName": "GreenhouseIcon", - "slug": "greenhouse" - }, - { - "originalTitle": "GreenSock", - "componentName": "GreenSockIcon", - "slug": "greensock" - }, - { - "originalTitle": "Grid.ai", - "componentName": "GridDotaiIcon", - "slug": "griddotai" - }, - { - "originalTitle": "Gridsome", - "componentName": "GridsomeIcon", - "slug": "gridsome" - }, - { - "originalTitle": "GroupMe", - "componentName": "GroupMeIcon", - "slug": "groupme" - }, - { - "originalTitle": "Groupon", - "componentName": "GrouponIcon", - "slug": "groupon" - }, - { - "originalTitle": "Grubhub", - "componentName": "GrubhubIcon", - "slug": "grubhub" - }, - { - "originalTitle": "Grunt", - "componentName": "GruntIcon", - "slug": "grunt" - }, - { - "originalTitle": "GSK", - "componentName": "GskIcon", - "slug": "gsk" - }, - { - "originalTitle": "GSMArena.com", - "componentName": "GsmArenaDotcomIcon", - "slug": "gsmarenadotcom" - }, - { - "originalTitle": "GStreamer", - "componentName": "GStreamerIcon", - "slug": "gstreamer" - }, - { - "originalTitle": "GTK", - "componentName": "GtkIcon", - "slug": "gtk" - }, - { - "originalTitle": "Guangzhou Metro", - "componentName": "GuangzhouMetroIcon", - "slug": "guangzhoumetro" - }, - { - "originalTitle": "Guilded", - "componentName": "GuildedIcon", - "slug": "guilded" - }, - { - "originalTitle": "gulp", - "componentName": "GulpIcon", - "slug": "gulp" - }, - { - "originalTitle": "Gumroad", - "componentName": "GumroadIcon", - "slug": "gumroad" - }, - { - "originalTitle": "Gumtree", - "componentName": "GumtreeIcon", - "slug": "gumtree" - }, - { - "originalTitle": "Gunicorn", - "componentName": "GunicornIcon", - "slug": "gunicorn" - }, - { - "originalTitle": "Gurobi", - "componentName": "GurobiIcon", - "slug": "gurobi" - }, - { - "originalTitle": "Gutenberg", - "componentName": "GutenbergIcon", - "slug": "gutenberg" - }, - { - "originalTitle": "H&M", - "componentName": "HAndMIcon", - "slug": "handm" - }, - { - "originalTitle": "H3", - "componentName": "H3Icon", - "slug": "h3" - }, - { - "originalTitle": "Habr", - "componentName": "HabrIcon", - "slug": "habr" - }, - { - "originalTitle": "Hack Club", - "componentName": "HackClubIcon", - "slug": "hackclub" - }, - { - "originalTitle": "Hack The Box", - "componentName": "HackTheBoxIcon", - "slug": "hackthebox" - }, - { - "originalTitle": "Hackaday", - "componentName": "HackadayIcon", - "slug": "hackaday" - }, - { - "originalTitle": "Hacker Noon", - "componentName": "HackerNoonIcon", - "slug": "hackernoon" - }, - { - "originalTitle": "HackerEarth", - "componentName": "HackerEarthIcon", - "slug": "hackerearth" - }, - { - "originalTitle": "HackerOne", - "componentName": "HackerOneIcon", - "slug": "hackerone" - }, - { - "originalTitle": "HackerRank", - "componentName": "HackerRankIcon", - "slug": "hackerrank" - }, - { - "originalTitle": "Hackster", - "componentName": "HacksterIcon", - "slug": "hackster" - }, - { - "originalTitle": "HAL", - "componentName": "HalIcon", - "slug": "hal" - }, - { - "originalTitle": "Handlebars.js", - "componentName": "HandlebarsDotjsIcon", - "slug": "handlebarsdotjs" - }, - { - "originalTitle": "Handshake", - "componentName": "HandshakeIcon", - "slug": "handshake" - }, - { - "originalTitle": "Handshake", - "componentName": "HandshakeProtocolIcon", - "slug": "handshake_protocol" - }, - { - "originalTitle": "HappyCow", - "componentName": "HappyCowIcon", - "slug": "happycow" - }, - { - "originalTitle": "Harbor", - "componentName": "HarborIcon", - "slug": "harbor" - }, - { - "originalTitle": "HarmonyOS", - "componentName": "HarmonyOsIcon", - "slug": "harmonyos" - }, - { - "originalTitle": "HashiCorp", - "componentName": "HashiCorpIcon", - "slug": "hashicorp" - }, - { - "originalTitle": "Hashnode", - "componentName": "HashnodeIcon", - "slug": "hashnode" - }, - { - "originalTitle": "Haskell", - "componentName": "HaskellIcon", - "slug": "haskell" - }, - { - "originalTitle": "Hasura", - "componentName": "HasuraIcon", - "slug": "hasura" - }, - { - "originalTitle": "Hatena Bookmark", - "componentName": "HatenaBookmarkIcon", - "slug": "hatenabookmark" - }, - { - "originalTitle": "haveibeenpwned", - "componentName": "HaveibeenpwnedIcon", - "slug": "haveibeenpwned" - }, - { - "originalTitle": "Haxe", - "componentName": "HaxeIcon", - "slug": "haxe" - }, - { - "originalTitle": "HBO", - "componentName": "HboIcon", - "slug": "hbo" - }, - { - "originalTitle": "HCL", - "componentName": "HclIcon", - "slug": "hcl" - }, - { - "originalTitle": "HDFC Bank", - "componentName": "HdfcBankIcon", - "slug": "hdfcbank" - }, - { - "originalTitle": "Headless UI", - "componentName": "HeadlessUiIcon", - "slug": "headlessui" - }, - { - "originalTitle": "Headphone Zone", - "componentName": "HeadphoneZoneIcon", - "slug": "headphonezone" - }, - { - "originalTitle": "Headspace", - "componentName": "HeadspaceIcon", - "slug": "headspace" - }, - { - "originalTitle": "Hearth", - "componentName": "HearthIcon", - "slug": "hearth" - }, - { - "originalTitle": "hearthis.at", - "componentName": "HearthisDotatIcon", - "slug": "hearthisdotat" - }, - { - "originalTitle": "Hedera", - "componentName": "HederaIcon", - "slug": "hedera" - }, - { - "originalTitle": "Helium", - "componentName": "HeliumIcon", - "slug": "helium" - }, - { - "originalTitle": "HelloFresh", - "componentName": "HelloFreshIcon", - "slug": "hellofresh" - }, - { - "originalTitle": "Helly Hansen", - "componentName": "HellyHansenIcon", - "slug": "hellyhansen" - }, - { - "originalTitle": "Helm", - "componentName": "HelmIcon", - "slug": "helm" - }, - { - "originalTitle": "Help Scout", - "componentName": "HelpScoutIcon", - "slug": "helpscout" - }, - { - "originalTitle": "HelpDesk", - "componentName": "HelpDeskIcon", - "slug": "helpdesk" - }, - { - "originalTitle": "Hepsiemlak", - "componentName": "HepsiemlakIcon", - "slug": "hepsiemlak" - }, - { - "originalTitle": "HERE", - "componentName": "HereIcon", - "slug": "here" - }, - { - "originalTitle": "Heroku", - "componentName": "HerokuIcon", - "slug": "heroku" - }, - { - "originalTitle": "Hetzner", - "componentName": "HetznerIcon", - "slug": "hetzner" - }, - { - "originalTitle": "Hexlet", - "componentName": "HexletIcon", - "slug": "hexlet" - }, - { - "originalTitle": "Hexo", - "componentName": "HexoIcon", - "slug": "hexo" - }, - { - "originalTitle": "HEY", - "componentName": "HeyIcon", - "slug": "hey" - }, - { - "originalTitle": "Hi Bob", - "componentName": "HiBobIcon", - "slug": "hibob" - }, - { - "originalTitle": "Hibernate", - "componentName": "HibernateIcon", - "slug": "hibernate" - }, - { - "originalTitle": "Hilton", - "componentName": "HiltonIcon", - "slug": "hilton" - }, - { - "originalTitle": "Hilton Hotels & Resorts", - "componentName": "HiltonHotelsAndResortsIcon", - "slug": "hiltonhotelsandresorts" - }, - { - "originalTitle": "Hitachi", - "componentName": "HitachiIcon", - "slug": "hitachi" - }, - { - "originalTitle": "Hive", - "componentName": "HiveIcon", - "slug": "hive" - }, - { - "originalTitle": "Hive", - "componentName": "HiveBlockchainIcon", - "slug": "hive_blockchain" - }, - { - "originalTitle": "Home Assistant", - "componentName": "HomeAssistantIcon", - "slug": "homeassistant" - }, - { - "originalTitle": "Home Assistant Community Store", - "componentName": "HomeAssistantCommunityStoreIcon", - "slug": "homeassistantcommunitystore" - }, - { - "originalTitle": "HomeAdvisor", - "componentName": "HomeAdvisorIcon", - "slug": "homeadvisor" - }, - { - "originalTitle": "Homebrew", - "componentName": "HomebrewIcon", - "slug": "homebrew" - }, - { - "originalTitle": "Homebridge", - "componentName": "HomebridgeIcon", - "slug": "homebridge" - }, - { - "originalTitle": "homify", - "componentName": "HomifyIcon", - "slug": "homify" - }, - { - "originalTitle": "Honda", - "componentName": "HondaIcon", - "slug": "honda" - }, - { - "originalTitle": "Honey", - "componentName": "HoneyIcon", - "slug": "honey" - }, - { - "originalTitle": "Hono", - "componentName": "HonoIcon", - "slug": "hono" - }, - { - "originalTitle": "Honor", - "componentName": "HonorIcon", - "slug": "honor" - }, - { - "originalTitle": "Hootsuite", - "componentName": "HootsuiteIcon", - "slug": "hootsuite" - }, - { - "originalTitle": "Hoppscotch", - "componentName": "HoppscotchIcon", - "slug": "hoppscotch" - }, - { - "originalTitle": "Hostinger", - "componentName": "HostingerIcon", - "slug": "hostinger" - }, - { - "originalTitle": "Hotels.com", - "componentName": "HotelsDotcomIcon", - "slug": "hotelsdotcom" - }, - { - "originalTitle": "Hotjar", - "componentName": "HotjarIcon", - "slug": "hotjar" - }, - { - "originalTitle": "Hotwire", - "componentName": "HotwireIcon", - "slug": "hotwire" - }, - { - "originalTitle": "Houdini", - "componentName": "HoudiniIcon", - "slug": "houdini" - }, - { - "originalTitle": "Houzz", - "componentName": "HouzzIcon", - "slug": "houzz" - }, - { - "originalTitle": "HP", - "componentName": "HpIcon", - "slug": "hp" - }, - { - "originalTitle": "HSBC", - "componentName": "HsbcIcon", - "slug": "hsbc" - }, - { - "originalTitle": "HTML Academy", - "componentName": "HtmlAcademyIcon", - "slug": "htmlacademy" - }, - { - "originalTitle": "HTML5", - "componentName": "Html5Icon", - "slug": "html5" - }, - { - "originalTitle": "htop", - "componentName": "HtopIcon", - "slug": "htop" - }, - { - "originalTitle": "HTTPie", - "componentName": "HttPieIcon", - "slug": "httpie" - }, - { - "originalTitle": "Huawei", - "componentName": "HuaweiIcon", - "slug": "huawei" - }, - { - "originalTitle": "HubSpot", - "componentName": "HubSpotIcon", - "slug": "hubspot" - }, - { - "originalTitle": "Hugo", - "componentName": "HugoIcon", - "slug": "hugo" - }, - { - "originalTitle": "Humble Bundle", - "componentName": "HumbleBundleIcon", - "slug": "humblebundle" - }, - { - "originalTitle": "Hungry Jack's", - "componentName": "HungryjacksIcon", - "slug": "hungryjacks" - }, - { - "originalTitle": "Husqvarna", - "componentName": "HusqvarnaIcon", - "slug": "husqvarna" - }, - { - "originalTitle": "Hyper", - "componentName": "HyperIcon", - "slug": "hyper" - }, - { - "originalTitle": "Hypothesis", - "componentName": "HypothesisIcon", - "slug": "hypothesis" - }, - { - "originalTitle": "Hyundai", - "componentName": "HyundaiIcon", - "slug": "hyundai" - }, - { - "originalTitle": "i18next", - "componentName": "I18nextIcon", - "slug": "i18next" - }, - { - "originalTitle": "i3", - "componentName": "I3Icon", - "slug": "i3" - }, - { - "originalTitle": "Iata", - "componentName": "IataIcon", - "slug": "iata" - }, - { - "originalTitle": "iBeacon", - "componentName": "IBeaconIcon", - "slug": "ibeacon" - }, - { - "originalTitle": "IBM", - "componentName": "IbmIcon", - "slug": "ibm" - }, - { - "originalTitle": "IBM Cloud", - "componentName": "IbmCloudIcon", - "slug": "ibmcloud" - }, - { - "originalTitle": "IBM Watson", - "componentName": "IbmWatsonIcon", - "slug": "ibmwatson" - }, - { - "originalTitle": "Iced", - "componentName": "IcedIcon", - "slug": "iced" - }, - { - "originalTitle": "Iceland", - "componentName": "IcelandIcon", - "slug": "iceland" - }, - { - "originalTitle": "ICICI Bank", - "componentName": "IciciBankIcon", - "slug": "icicibank" - }, - { - "originalTitle": "Icinga", - "componentName": "IcingaIcon", - "slug": "icinga" - }, - { - "originalTitle": "iCloud", - "componentName": "ICloudIcon", - "slug": "icloud" - }, - { - "originalTitle": "IcoMoon", - "componentName": "IcoMoonIcon", - "slug": "icomoon" - }, - { - "originalTitle": "ICON", - "componentName": "IconIcon", - "slug": "icon" - }, - { - "originalTitle": "Iconfinder", - "componentName": "IconfinderIcon", - "slug": "iconfinder" - }, - { - "originalTitle": "Iconify", - "componentName": "IconifyIcon", - "slug": "iconify" - }, - { - "originalTitle": "IconJar", - "componentName": "IconJarIcon", - "slug": "iconjar" - }, - { - "originalTitle": "Icons8", - "componentName": "Icons8Icon", - "slug": "icons8" - }, - { - "originalTitle": "ICQ", - "componentName": "IcqIcon", - "slug": "icq" - }, - { - "originalTitle": "IEEE", - "componentName": "IeeeIcon", - "slug": "ieee" - }, - { - "originalTitle": "iFixit", - "componentName": "IFixitIcon", - "slug": "ifixit" - }, - { - "originalTitle": "iFood", - "componentName": "IFoodIcon", - "slug": "ifood" - }, - { - "originalTitle": "IFTTT", - "componentName": "IftttIcon", - "slug": "ifttt" - }, - { - "originalTitle": "IGDB", - "componentName": "IgdbIcon", - "slug": "igdb" - }, - { - "originalTitle": "iHeartRadio", - "componentName": "IHeartRadioIcon", - "slug": "iheartradio" - }, - { - "originalTitle": "IKEA", - "componentName": "IkeaIcon", - "slug": "ikea" - }, - { - "originalTitle": "Île-de-France Mobilités", - "componentName": "IledefrancemobilitesIcon", - "slug": "iledefrancemobilites" - }, - { - "originalTitle": "ImageJ", - "componentName": "ImageJIcon", - "slug": "imagej" - }, - { - "originalTitle": "IMDb", - "componentName": "ImDbIcon", - "slug": "imdb" - }, - { - "originalTitle": "Imgur", - "componentName": "ImgurIcon", - "slug": "imgur" - }, - { - "originalTitle": "Immer", - "componentName": "ImmerIcon", - "slug": "immer" - }, - { - "originalTitle": "Immich", - "componentName": "ImmichIcon", - "slug": "immich" - }, - { - "originalTitle": "Imou", - "componentName": "ImouIcon", - "slug": "imou" - }, - { - "originalTitle": "ImprovMX", - "componentName": "ImprovMxIcon", - "slug": "improvmx" - }, - { - "originalTitle": "Indeed", - "componentName": "IndeedIcon", - "slug": "indeed" - }, - { - "originalTitle": "IndiGo", - "componentName": "IndiGoIcon", - "slug": "indigo" - }, - { - "originalTitle": "Inertia", - "componentName": "InertiaIcon", - "slug": "inertia" - }, - { - "originalTitle": "INFINITI", - "componentName": "InfinitiIcon", - "slug": "infiniti" - }, - { - "originalTitle": "InfluxDB", - "componentName": "InfluxDbIcon", - "slug": "influxdb" - }, - { - "originalTitle": "InfoQ", - "componentName": "InfoQIcon", - "slug": "infoq" - }, - { - "originalTitle": "Informatica", - "componentName": "InformaticaIcon", - "slug": "informatica" - }, - { - "originalTitle": "Infosys", - "componentName": "InfosysIcon", - "slug": "infosys" - }, - { - "originalTitle": "Infracost", - "componentName": "InfracostIcon", - "slug": "infracost" - }, - { - "originalTitle": "Ingress", - "componentName": "IngressIcon", - "slug": "ingress" - }, - { - "originalTitle": "Inkdrop", - "componentName": "InkdropIcon", - "slug": "inkdrop" - }, - { - "originalTitle": "Inkscape", - "componentName": "InkscapeIcon", - "slug": "inkscape" - }, - { - "originalTitle": "Insomnia", - "componentName": "InsomniaIcon", - "slug": "insomnia" - }, - { - "originalTitle": "INSPIRE", - "componentName": "InspireIcon", - "slug": "inspire" - }, - { - "originalTitle": "Insta360", - "componentName": "Insta360Icon", - "slug": "insta360" - }, - { - "originalTitle": "Instacart", - "componentName": "InstacartIcon", - "slug": "instacart" - }, - { - "originalTitle": "Instagram", - "componentName": "InstagramIcon", - "slug": "instagram" - }, - { - "originalTitle": "Instapaper", - "componentName": "InstapaperIcon", - "slug": "instapaper" - }, - { - "originalTitle": "Instatus", - "componentName": "InstatusIcon", - "slug": "instatus" - }, - { - "originalTitle": "Instructables", - "componentName": "InstructablesIcon", - "slug": "instructables" - }, - { - "originalTitle": "Instructure", - "componentName": "InstructureIcon", - "slug": "instructure" - }, - { - "originalTitle": "Integromat", - "componentName": "IntegromatIcon", - "slug": "integromat" - }, - { - "originalTitle": "Intel", - "componentName": "IntelIcon", - "slug": "intel" - }, - { - "originalTitle": "IntelliJ IDEA", - "componentName": "IntelliJIdeaIcon", - "slug": "intellijidea" - }, - { - "originalTitle": "Interaction Design Foundation", - "componentName": "InteractionDesignFoundationIcon", - "slug": "interactiondesignfoundation" - }, - { - "originalTitle": "InteractJS", - "componentName": "InteractJsIcon", - "slug": "interactjs" - }, - { - "originalTitle": "Interbase", - "componentName": "InterbaseIcon", - "slug": "interbase" - }, - { - "originalTitle": "Intercom", - "componentName": "IntercomIcon", - "slug": "intercom" - }, - { - "originalTitle": "Intermarche", - "componentName": "IntermarcheIcon", - "slug": "intermarche" - }, - { - "originalTitle": "Internet Archive", - "componentName": "InternetArchiveIcon", - "slug": "internetarchive" - }, - { - "originalTitle": "Internet Computer", - "componentName": "InternetComputerIcon", - "slug": "internetcomputer" - }, - { - "originalTitle": "Internet Explorer", - "componentName": "InternetExplorerIcon", - "slug": "internetexplorer" - }, - { - "originalTitle": "Intigriti", - "componentName": "IntigritiIcon", - "slug": "intigriti" - }, - { - "originalTitle": "Intuit", - "componentName": "IntuitIcon", - "slug": "intuit" - }, - { - "originalTitle": "InVision", - "componentName": "InVisionIcon", - "slug": "invision" - }, - { - "originalTitle": "Invoice Ninja", - "componentName": "InvoiceNinjaIcon", - "slug": "invoiceninja" - }, - { - "originalTitle": "ioBroker", - "componentName": "IoBrokerIcon", - "slug": "iobroker" - }, - { - "originalTitle": "Ionic", - "componentName": "IonicIcon", - "slug": "ionic" - }, - { - "originalTitle": "Ionos", - "componentName": "IonosIcon", - "slug": "ionos" - }, - { - "originalTitle": "iOS", - "componentName": "IOsIcon", - "slug": "ios" - }, - { - "originalTitle": "IOTA", - "componentName": "IotaIcon", - "slug": "iota" - }, - { - "originalTitle": "IPFS", - "componentName": "IpfsIcon", - "slug": "ipfs" - }, - { - "originalTitle": "IRIS", - "componentName": "IrisIcon", - "slug": "iris" - }, - { - "originalTitle": "ISC2", - "componentName": "Isc2Icon", - "slug": "isc2" - }, - { - "originalTitle": "Issuu", - "componentName": "IssuuIcon", - "slug": "issuu" - }, - { - "originalTitle": "Istio", - "componentName": "IstioIcon", - "slug": "istio" - }, - { - "originalTitle": "Itch.io", - "componentName": "ItchDotioIcon", - "slug": "itchdotio" - }, - { - "originalTitle": "iTerm2", - "componentName": "Iterm2Icon", - "slug": "iterm2" - }, - { - "originalTitle": "iTunes", - "componentName": "ITunesIcon", - "slug": "itunes" - }, - { - "originalTitle": "ITVx", - "componentName": "ItVxIcon", - "slug": "itvx" - }, - { - "originalTitle": "IVECO", - "componentName": "IvecoIcon", - "slug": "iveco" - }, - { - "originalTitle": "Jabber", - "componentName": "JabberIcon", - "slug": "jabber" - }, - { - "originalTitle": "Jaeger", - "componentName": "JaegerIcon", - "slug": "jaeger" - }, - { - "originalTitle": "Jaguar", - "componentName": "JaguarIcon", - "slug": "jaguar" - }, - { - "originalTitle": "Jamboard", - "componentName": "JamboardIcon", - "slug": "jamboard" - }, - { - "originalTitle": "Jameson", - "componentName": "JamesonIcon", - "slug": "jameson" - }, - { - "originalTitle": "Jamstack", - "componentName": "JamstackIcon", - "slug": "jamstack" - }, - { - "originalTitle": "Jasmine", - "componentName": "JasmineIcon", - "slug": "jasmine" - }, - { - "originalTitle": "JavaScript", - "componentName": "JavaScriptIcon", - "slug": "javascript" - }, - { - "originalTitle": "JBL", - "componentName": "JblIcon", - "slug": "jbl" - }, - { - "originalTitle": "JCB", - "componentName": "JcbIcon", - "slug": "jcb" - }, - { - "originalTitle": "Jeep", - "componentName": "JeepIcon", - "slug": "jeep" - }, - { - "originalTitle": "Jekyll", - "componentName": "JekyllIcon", - "slug": "jekyll" - }, - { - "originalTitle": "Jellyfin", - "componentName": "JellyfinIcon", - "slug": "jellyfin" - }, - { - "originalTitle": "Jenkins", - "componentName": "JenkinsIcon", - "slug": "jenkins" - }, - { - "originalTitle": "Jest", - "componentName": "JestIcon", - "slug": "jest" - }, - { - "originalTitle": "JET", - "componentName": "JetIcon", - "slug": "jet" - }, - { - "originalTitle": "JetBlue", - "componentName": "JetBlueIcon", - "slug": "jetblue" - }, - { - "originalTitle": "JetBrains", - "componentName": "JetBrainsIcon", - "slug": "jetbrains" - }, - { - "originalTitle": "Jetpack Compose", - "componentName": "JetpackComposeIcon", - "slug": "jetpackcompose" - }, - { - "originalTitle": "JFrog", - "componentName": "JFrogIcon", - "slug": "jfrog" - }, - { - "originalTitle": "JFrog Pipelines", - "componentName": "JFrogPipelinesIcon", - "slug": "jfrogpipelines" - }, - { - "originalTitle": "Jinja", - "componentName": "JinjaIcon", - "slug": "jinja" - }, - { - "originalTitle": "Jira", - "componentName": "JiraIcon", - "slug": "jira" - }, - { - "originalTitle": "Jira Software", - "componentName": "JiraSoftwareIcon", - "slug": "jirasoftware" - }, - { - "originalTitle": "JitPack", - "componentName": "JitPackIcon", - "slug": "jitpack" - }, - { - "originalTitle": "Jitsi", - "componentName": "JitsiIcon", - "slug": "jitsi" - }, - { - "originalTitle": "John Deere", - "componentName": "JohnDeereIcon", - "slug": "johndeere" - }, - { - "originalTitle": "Joomla", - "componentName": "JoomlaIcon", - "slug": "joomla" - }, - { - "originalTitle": "Joplin", - "componentName": "JoplinIcon", - "slug": "joplin" - }, - { - "originalTitle": "Jordan", - "componentName": "JordanIcon", - "slug": "jordan" - }, - { - "originalTitle": "Jovian", - "componentName": "JovianIcon", - "slug": "jovian" - }, - { - "originalTitle": "JPEG", - "componentName": "JpegIcon", - "slug": "jpeg" - }, - { - "originalTitle": "jQuery", - "componentName": "JQueryIcon", - "slug": "jquery" - }, - { - "originalTitle": "JR Group", - "componentName": "JrGroupIcon", - "slug": "jrgroup" - }, - { - "originalTitle": "jsDelivr", - "componentName": "JsDelivrIcon", - "slug": "jsdelivr" - }, - { - "originalTitle": "JSFiddle", - "componentName": "JsFiddleIcon", - "slug": "jsfiddle" - }, - { - "originalTitle": "JSON", - "componentName": "JsonIcon", - "slug": "json" - }, - { - "originalTitle": "JSON Web Tokens", - "componentName": "JsonWebTokensIcon", - "slug": "jsonwebtokens" - }, - { - "originalTitle": "JSS", - "componentName": "JssIcon", - "slug": "jss" - }, - { - "originalTitle": "JUCE", - "componentName": "JuceIcon", - "slug": "juce" - }, - { - "originalTitle": "Juejin", - "componentName": "JuejinIcon", - "slug": "juejin" - }, - { - "originalTitle": "JUKE", - "componentName": "JukeIcon", - "slug": "juke" - }, - { - "originalTitle": "Julia", - "componentName": "JuliaIcon", - "slug": "julia" - }, - { - "originalTitle": "Juniper Networks", - "componentName": "JuniperNetworksIcon", - "slug": "junipernetworks" - }, - { - "originalTitle": "JUnit5", - "componentName": "Junit5Icon", - "slug": "junit5" - }, - { - "originalTitle": "Jupyter", - "componentName": "JupyterIcon", - "slug": "jupyter" - }, - { - "originalTitle": "Just Eat", - "componentName": "JustEatIcon", - "slug": "justeat" - }, - { - "originalTitle": "JustGiving", - "componentName": "JustGivingIcon", - "slug": "justgiving" - }, - { - "originalTitle": "K3s", - "componentName": "K3sIcon", - "slug": "k3s" - }, - { - "originalTitle": "k6", - "componentName": "K6Icon", - "slug": "k6" - }, - { - "originalTitle": "Kaggle", - "componentName": "KaggleIcon", - "slug": "kaggle" - }, - { - "originalTitle": "Kahoot!", - "componentName": "KahootIcon", - "slug": "kahoot" - }, - { - "originalTitle": "KaiOS", - "componentName": "KaiOsIcon", - "slug": "kaios" - }, - { - "originalTitle": "Kakao", - "componentName": "KakaoIcon", - "slug": "kakao" - }, - { - "originalTitle": "KakaoTalk", - "componentName": "KakaoTalkIcon", - "slug": "kakaotalk" - }, - { - "originalTitle": "Kali Linux", - "componentName": "KaliLinuxIcon", - "slug": "kalilinux" - }, - { - "originalTitle": "Kamailio", - "componentName": "KamailioIcon", - "slug": "kamailio" - }, - { - "originalTitle": "Kaniko", - "componentName": "KanikoIcon", - "slug": "kaniko" - }, - { - "originalTitle": "Karlsruher Verkehrsverbund", - "componentName": "KarlsruherVerkehrsverbundIcon", - "slug": "karlsruherverkehrsverbund" - }, - { - "originalTitle": "Kasa Smart", - "componentName": "KasaSmartIcon", - "slug": "kasasmart" - }, - { - "originalTitle": "KashFlow", - "componentName": "KashFlowIcon", - "slug": "kashflow" - }, - { - "originalTitle": "Kaspersky", - "componentName": "KasperskyIcon", - "slug": "kaspersky" - }, - { - "originalTitle": "Katacoda", - "componentName": "KatacodaIcon", - "slug": "katacoda" - }, - { - "originalTitle": "Katana", - "componentName": "KatanaIcon", - "slug": "katana" - }, - { - "originalTitle": "Kaufland", - "componentName": "KauflandIcon", - "slug": "kaufland" - }, - { - "originalTitle": "KDE", - "componentName": "KdeIcon", - "slug": "kde" - }, - { - "originalTitle": "Kdenlive", - "componentName": "KdenliveIcon", - "slug": "kdenlive" - }, - { - "originalTitle": "Kedro", - "componentName": "KedroIcon", - "slug": "kedro" - }, - { - "originalTitle": "Keep a Changelog", - "componentName": "KeepAChangelogIcon", - "slug": "keepachangelog" - }, - { - "originalTitle": "KeePassXC", - "componentName": "KeePassXcIcon", - "slug": "keepassxc" - }, - { - "originalTitle": "Kentico", - "componentName": "KenticoIcon", - "slug": "kentico" - }, - { - "originalTitle": "Keras", - "componentName": "KerasIcon", - "slug": "keras" - }, - { - "originalTitle": "Keybase", - "componentName": "KeybaseIcon", - "slug": "keybase" - }, - { - "originalTitle": "KeyCDN", - "componentName": "KeyCdnIcon", - "slug": "keycdn" - }, - { - "originalTitle": "Keystone", - "componentName": "KeystoneIcon", - "slug": "keystone" - }, - { - "originalTitle": "KFC", - "componentName": "KfcIcon", - "slug": "kfc" - }, - { - "originalTitle": "Khan Academy", - "componentName": "KhanAcademyIcon", - "slug": "khanacademy" - }, - { - "originalTitle": "Khronos Group", - "componentName": "KhronosGroupIcon", - "slug": "khronosgroup" - }, - { - "originalTitle": "Kia", - "componentName": "KiaIcon", - "slug": "kia" - }, - { - "originalTitle": "Kibana", - "componentName": "KibanaIcon", - "slug": "kibana" - }, - { - "originalTitle": "KiCad", - "componentName": "KiCadIcon", - "slug": "kicad" - }, - { - "originalTitle": "Kick", - "componentName": "KickIcon", - "slug": "kick" - }, - { - "originalTitle": "Kickstarter", - "componentName": "KickstarterIcon", - "slug": "kickstarter" - }, - { - "originalTitle": "Kik", - "componentName": "KikIcon", - "slug": "kik" - }, - { - "originalTitle": "Kingston Technology", - "componentName": "KingstonTechnologyIcon", - "slug": "kingstontechnology" - }, - { - "originalTitle": "Kinopoisk", - "componentName": "KinopoiskIcon", - "slug": "kinopoisk" - }, - { - "originalTitle": "Kinsta", - "componentName": "KinstaIcon", - "slug": "kinsta" - }, - { - "originalTitle": "Kirby", - "componentName": "KirbyIcon", - "slug": "kirby" - }, - { - "originalTitle": "Kit", - "componentName": "KitIcon", - "slug": "kit" - }, - { - "originalTitle": "Kitsu", - "componentName": "KitsuIcon", - "slug": "kitsu" - }, - { - "originalTitle": "Klarna", - "componentName": "KlarnaIcon", - "slug": "klarna" - }, - { - "originalTitle": "KLM", - "componentName": "KlmIcon", - "slug": "klm" - }, - { - "originalTitle": "Klook", - "componentName": "KlookIcon", - "slug": "klook" - }, - { - "originalTitle": "Knative", - "componentName": "KnativeIcon", - "slug": "knative" - }, - { - "originalTitle": "KnowledgeBase", - "componentName": "KnowledgeBaseIcon", - "slug": "knowledgebase" - }, - { - "originalTitle": "Known", - "componentName": "KnownIcon", - "slug": "known" - }, - { - "originalTitle": "Ko-fi", - "componentName": "KofiIcon", - "slug": "kofi" - }, - { - "originalTitle": "Koa", - "componentName": "KoaIcon", - "slug": "koa" - }, - { - "originalTitle": "Koc", - "componentName": "KocIcon", - "slug": "koc" - }, - { - "originalTitle": "Kodak", - "componentName": "KodakIcon", - "slug": "kodak" - }, - { - "originalTitle": "Kodi", - "componentName": "KodiIcon", - "slug": "kodi" - }, - { - "originalTitle": "Kofax", - "componentName": "KofaxIcon", - "slug": "kofax" - }, - { - "originalTitle": "Komoot", - "componentName": "KomootIcon", - "slug": "komoot" - }, - { - "originalTitle": "Konami", - "componentName": "KonamiIcon", - "slug": "konami" - }, - { - "originalTitle": "Kong", - "componentName": "KongIcon", - "slug": "kong" - }, - { - "originalTitle": "Kongregate", - "componentName": "KongregateIcon", - "slug": "kongregate" - }, - { - "originalTitle": "Konva", - "componentName": "KonvaIcon", - "slug": "konva" - }, - { - "originalTitle": "Kotlin", - "componentName": "KotlinIcon", - "slug": "kotlin" - }, - { - "originalTitle": "Koyeb", - "componentName": "KoyebIcon", - "slug": "koyeb" - }, - { - "originalTitle": "Krita", - "componentName": "KritaIcon", - "slug": "krita" - }, - { - "originalTitle": "KTM", - "componentName": "KtmIcon", - "slug": "ktm" - }, - { - "originalTitle": "Kuaishou", - "componentName": "KuaishouIcon", - "slug": "kuaishou" - }, - { - "originalTitle": "Kubernetes", - "componentName": "KubernetesIcon", - "slug": "kubernetes" - }, - { - "originalTitle": "Kubuntu", - "componentName": "KubuntuIcon", - "slug": "kubuntu" - }, - { - "originalTitle": "Kuma", - "componentName": "KumaIcon", - "slug": "kuma" - }, - { - "originalTitle": "Kuula", - "componentName": "KuulaIcon", - "slug": "kuula" - }, - { - "originalTitle": "KX", - "componentName": "KxIcon", - "slug": "kx" - }, - { - "originalTitle": "Kyocera", - "componentName": "KyoceraIcon", - "slug": "kyocera" - }, - { - "originalTitle": "L'Équipe", - "componentName": "LequipeIcon", - "slug": "lequipe" - }, - { - "originalTitle": "LabVIEW", - "componentName": "LabViewIcon", - "slug": "labview" - }, - { - "originalTitle": "Lada", - "componentName": "LadaIcon", - "slug": "lada" - }, - { - "originalTitle": "Lamborghini", - "componentName": "LamborghiniIcon", - "slug": "lamborghini" - }, - { - "originalTitle": "Land Rover", - "componentName": "LandRoverIcon", - "slug": "landrover" - }, - { - "originalTitle": "Lapce", - "componentName": "LapceIcon", - "slug": "lapce" - }, - { - "originalTitle": "Laragon", - "componentName": "LaragonIcon", - "slug": "laragon" - }, - { - "originalTitle": "Laravel", - "componentName": "LaravelIcon", - "slug": "laravel" - }, - { - "originalTitle": "Laravel Horizon", - "componentName": "LaravelHorizonIcon", - "slug": "laravelhorizon" - }, - { - "originalTitle": "Laravel Nova", - "componentName": "LaravelNovaIcon", - "slug": "laravelnova" - }, - { - "originalTitle": "Last.fm", - "componentName": "LastDotfmIcon", - "slug": "lastdotfm" - }, - { - "originalTitle": "LastPass", - "componentName": "LastPassIcon", - "slug": "lastpass" - }, - { - "originalTitle": "LaTeX", - "componentName": "LaTeXIcon", - "slug": "latex" - }, - { - "originalTitle": "Launchpad", - "componentName": "LaunchpadIcon", - "slug": "launchpad" - }, - { - "originalTitle": "Lazarus", - "componentName": "LazarusIcon", - "slug": "lazarus" - }, - { - "originalTitle": "LBRY", - "componentName": "LbryIcon", - "slug": "lbry" - }, - { - "originalTitle": "Leader Price", - "componentName": "LeaderPriceIcon", - "slug": "leaderprice" - }, - { - "originalTitle": "Leaflet", - "componentName": "LeafletIcon", - "slug": "leaflet" - }, - { - "originalTitle": "League of Legends", - "componentName": "LeagueOfLegendsIcon", - "slug": "leagueoflegends" - }, - { - "originalTitle": "Leanpub", - "componentName": "LeanpubIcon", - "slug": "leanpub" - }, - { - "originalTitle": "LeetCode", - "componentName": "LeetCodeIcon", - "slug": "leetcode" - }, - { - "originalTitle": "Legacy Games", - "componentName": "LegacyGamesIcon", - "slug": "legacygames" - }, - { - "originalTitle": "Leica", - "componentName": "LeicaIcon", - "slug": "leica" - }, - { - "originalTitle": "Lemmy", - "componentName": "LemmyIcon", - "slug": "lemmy" - }, - { - "originalTitle": "Lenovo", - "componentName": "LenovoIcon", - "slug": "lenovo" - }, - { - "originalTitle": "Lens", - "componentName": "LensIcon", - "slug": "lens" - }, - { - "originalTitle": "Leptos", - "componentName": "LeptosIcon", - "slug": "leptos" - }, - { - "originalTitle": "Lerna", - "componentName": "LernaIcon", - "slug": "lerna" - }, - { - "originalTitle": "Leroy Merlin", - "componentName": "LeroyMerlinIcon", - "slug": "leroymerlin" - }, - { - "originalTitle": "Les libraires", - "componentName": "LesLibrairesIcon", - "slug": "leslibraires" - }, - { - "originalTitle": "Less", - "componentName": "LessIcon", - "slug": "less" - }, - { - "originalTitle": "Let's Encrypt", - "componentName": "LetsencryptIcon", - "slug": "letsencrypt" - }, - { - "originalTitle": "Letterboxd", - "componentName": "LetterboxdIcon", - "slug": "letterboxd" - }, - { - "originalTitle": "levels.fyi", - "componentName": "LevelsDotfyiIcon", - "slug": "levelsdotfyi" - }, - { - "originalTitle": "LG", - "componentName": "LgIcon", - "slug": "lg" - }, - { - "originalTitle": "Libera.Chat", - "componentName": "LiberaDotChatIcon", - "slug": "liberadotchat" - }, - { - "originalTitle": "Liberapay", - "componentName": "LiberapayIcon", - "slug": "liberapay" - }, - { - "originalTitle": "Libraries.io", - "componentName": "LibrariesDotioIcon", - "slug": "librariesdotio" - }, - { - "originalTitle": "LibraryThing", - "componentName": "LibraryThingIcon", - "slug": "librarything" - }, - { - "originalTitle": "LibreOffice", - "componentName": "LibreOfficeIcon", - "slug": "libreoffice" - }, - { - "originalTitle": "LibreOffice Base", - "componentName": "LibreOfficeBaseIcon", - "slug": "libreofficebase" - }, - { - "originalTitle": "LibreOffice Calc", - "componentName": "LibreOfficeCalcIcon", - "slug": "libreofficecalc" - }, - { - "originalTitle": "LibreOffice Draw", - "componentName": "LibreOfficeDrawIcon", - "slug": "libreofficedraw" - }, - { - "originalTitle": "LibreOffice Impress", - "componentName": "LibreOfficeImpressIcon", - "slug": "libreofficeimpress" - }, - { - "originalTitle": "LibreOffice Math", - "componentName": "LibreOfficeMathIcon", - "slug": "libreofficemath" - }, - { - "originalTitle": "LibreOffice Writer", - "componentName": "LibreOfficeWriterIcon", - "slug": "libreofficewriter" - }, - { - "originalTitle": "libuv", - "componentName": "LibuvIcon", - "slug": "libuv" - }, - { - "originalTitle": "Lichess", - "componentName": "LichessIcon", - "slug": "lichess" - }, - { - "originalTitle": "Lidl", - "componentName": "LidlIcon", - "slug": "lidl" - }, - { - "originalTitle": "LIFX", - "componentName": "LifxIcon", - "slug": "lifx" - }, - { - "originalTitle": "LightBurn", - "componentName": "LightBurnIcon", - "slug": "lightburn" - }, - { - "originalTitle": "Lighthouse", - "componentName": "LighthouseIcon", - "slug": "lighthouse" - }, - { - "originalTitle": "Lightning", - "componentName": "LightningIcon", - "slug": "lightning" - }, - { - "originalTitle": "LINE", - "componentName": "LineIcon", - "slug": "line" - }, - { - "originalTitle": "LineageOS", - "componentName": "LineageOsIcon", - "slug": "lineageos" - }, - { - "originalTitle": "Linear", - "componentName": "LinearIcon", - "slug": "linear" - }, - { - "originalTitle": "LinkedIn", - "componentName": "LinkedInIcon", - "slug": "linkedin" - }, - { - "originalTitle": "Linkerd", - "componentName": "LinkerdIcon", - "slug": "linkerd" - }, - { - "originalTitle": "Linkfire", - "componentName": "LinkfireIcon", - "slug": "linkfire" - }, - { - "originalTitle": "Linktree", - "componentName": "LinktreeIcon", - "slug": "linktree" - }, - { - "originalTitle": "Linux", - "componentName": "LinuxIcon", - "slug": "linux" - }, - { - "originalTitle": "Linux Containers", - "componentName": "LinuxContainersIcon", - "slug": "linuxcontainers" - }, - { - "originalTitle": "Linux Foundation", - "componentName": "LinuxFoundationIcon", - "slug": "linuxfoundation" - }, - { - "originalTitle": "Linux Mint", - "componentName": "LinuxMintIcon", - "slug": "linuxmint" - }, - { - "originalTitle": "Linux Professional Institute", - "componentName": "LinuxProfessionalInstituteIcon", - "slug": "linuxprofessionalinstitute" - }, - { - "originalTitle": "LinuxServer", - "componentName": "LinuxServerIcon", - "slug": "linuxserver" - }, - { - "originalTitle": "Lion Air", - "componentName": "LionAirIcon", - "slug": "lionair" - }, - { - "originalTitle": "Liquibase", - "componentName": "LiquibaseIcon", - "slug": "liquibase" - }, - { - "originalTitle": "Lit", - "componentName": "LitIcon", - "slug": "lit" - }, - { - "originalTitle": "Litecoin", - "componentName": "LitecoinIcon", - "slug": "litecoin" - }, - { - "originalTitle": "LITIENGINE", - "componentName": "LitiengineIcon", - "slug": "litiengine" - }, - { - "originalTitle": "LiveChat", - "componentName": "LiveChatIcon", - "slug": "livechat" - }, - { - "originalTitle": "LiveJournal", - "componentName": "LiveJournalIcon", - "slug": "livejournal" - }, - { - "originalTitle": "Livewire", - "componentName": "LivewireIcon", - "slug": "livewire" - }, - { - "originalTitle": "LLVM", - "componentName": "LlvmIcon", - "slug": "llvm" - }, - { - "originalTitle": "LMMS", - "componentName": "LmmsIcon", - "slug": "lmms" - }, - { - "originalTitle": "Local", - "componentName": "LocalIcon", - "slug": "local" - }, - { - "originalTitle": "Lodash", - "componentName": "LodashIcon", - "slug": "lodash" - }, - { - "originalTitle": "Logitech", - "componentName": "LogitechIcon", - "slug": "logitech" - }, - { - "originalTitle": "Logitech G", - "componentName": "LogitechGIcon", - "slug": "logitechg" - }, - { - "originalTitle": "LogMeIn", - "componentName": "LogMeInIcon", - "slug": "logmein" - }, - { - "originalTitle": "Logseq", - "componentName": "LogseqIcon", - "slug": "logseq" - }, - { - "originalTitle": "Logstash", - "componentName": "LogstashIcon", - "slug": "logstash" - }, - { - "originalTitle": "Looker", - "componentName": "LookerIcon", - "slug": "looker" - }, - { - "originalTitle": "Loom", - "componentName": "LoomIcon", - "slug": "loom" - }, - { - "originalTitle": "Loop", - "componentName": "LoopIcon", - "slug": "loop" - }, - { - "originalTitle": "LoopBack", - "componentName": "LoopBackIcon", - "slug": "loopback" - }, - { - "originalTitle": "Loot Crate", - "componentName": "LootCrateIcon", - "slug": "lootcrate" - }, - { - "originalTitle": "Lospec", - "componentName": "LospecIcon", - "slug": "lospec" - }, - { - "originalTitle": "LOT Polish Airlines", - "componentName": "LotPolishAirlinesIcon", - "slug": "lotpolishairlines" - }, - { - "originalTitle": "LTspice", - "componentName": "LTspiceIcon", - "slug": "ltspice" - }, - { - "originalTitle": "Lua", - "componentName": "LuaIcon", - "slug": "lua" - }, - { - "originalTitle": "Lubuntu", - "componentName": "LubuntuIcon", - "slug": "lubuntu" - }, - { - "originalTitle": "Ludwig", - "componentName": "LudwigIcon", - "slug": "ludwig" - }, - { - "originalTitle": "Lufthansa", - "componentName": "LufthansaIcon", - "slug": "lufthansa" - }, - { - "originalTitle": "Lumen", - "componentName": "LumenIcon", - "slug": "lumen" - }, - { - "originalTitle": "Lunacy", - "componentName": "LunacyIcon", - "slug": "lunacy" - }, - { - "originalTitle": "Lutris", - "componentName": "LutrisIcon", - "slug": "lutris" - }, - { - "originalTitle": "Lydia", - "componentName": "LydiaIcon", - "slug": "lydia" - }, - { - "originalTitle": "Lyft", - "componentName": "LyftIcon", - "slug": "lyft" - }, - { - "originalTitle": "MAAS", - "componentName": "MaasIcon", - "slug": "maas" - }, - { - "originalTitle": "macOS", - "componentName": "MacOsIcon", - "slug": "macos" - }, - { - "originalTitle": "MacPaw", - "componentName": "MacPawIcon", - "slug": "macpaw" - }, - { - "originalTitle": "Macy's", - "componentName": "MacysIcon", - "slug": "macys" - }, - { - "originalTitle": "Magasins U", - "componentName": "MagasinsUIcon", - "slug": "magasinsu" - }, - { - "originalTitle": "Magento", - "componentName": "MagentoIcon", - "slug": "magento" - }, - { - "originalTitle": "Magisk", - "componentName": "MagiskIcon", - "slug": "magisk" - }, - { - "originalTitle": "Mahindra", - "componentName": "MahindraIcon", - "slug": "mahindra" - }, - { - "originalTitle": "mail.com", - "componentName": "MailDotcomIcon", - "slug": "maildotcom" - }, - { - "originalTitle": "Mail.Ru", - "componentName": "MailDotRuIcon", - "slug": "maildotru" - }, - { - "originalTitle": "MailChimp", - "componentName": "MailChimpIcon", - "slug": "mailchimp" - }, - { - "originalTitle": "Mailgun", - "componentName": "MailgunIcon", - "slug": "mailgun" - }, - { - "originalTitle": "Mailtrap", - "componentName": "MailtrapIcon", - "slug": "mailtrap" - }, - { - "originalTitle": "Major League Hacking", - "componentName": "MajorLeagueHackingIcon", - "slug": "majorleaguehacking" - }, - { - "originalTitle": "Make", - "componentName": "MakeIcon", - "slug": "make" - }, - { - "originalTitle": "MakerBot", - "componentName": "MakerBotIcon", - "slug": "makerbot" - }, - { - "originalTitle": "Mamba UI", - "componentName": "MambaUiIcon", - "slug": "mambaui" - }, - { - "originalTitle": "MAMP", - "componentName": "MampIcon", - "slug": "mamp" - }, - { - "originalTitle": "MAN", - "componentName": "ManIcon", - "slug": "man" - }, - { - "originalTitle": "ManageIQ", - "componentName": "ManageIqIcon", - "slug": "manageiq" - }, - { - "originalTitle": "Manjaro", - "componentName": "ManjaroIcon", - "slug": "manjaro" - }, - { - "originalTitle": "Mantine", - "componentName": "MantineIcon", - "slug": "mantine" - }, - { - "originalTitle": "Mapbox", - "componentName": "MapboxIcon", - "slug": "mapbox" - }, - { - "originalTitle": "MapLibre", - "componentName": "MapLibreIcon", - "slug": "maplibre" - }, - { - "originalTitle": "MariaDB", - "componentName": "MariaDbIcon", - "slug": "mariadb" - }, - { - "originalTitle": "MariaDB Foundation", - "componentName": "MariaDbFoundationIcon", - "slug": "mariadbfoundation" - }, - { - "originalTitle": "Markdown", - "componentName": "MarkdownIcon", - "slug": "markdown" - }, - { - "originalTitle": "Marketo", - "componentName": "MarketoIcon", - "slug": "marketo" - }, - { - "originalTitle": "Marko", - "componentName": "MarkoIcon", - "slug": "marko" - }, - { - "originalTitle": "Marriott", - "componentName": "MarriottIcon", - "slug": "marriott" - }, - { - "originalTitle": "MarvelApp", - "componentName": "MarvelAppIcon", - "slug": "marvelapp" - }, - { - "originalTitle": "Maserati", - "componentName": "MaseratiIcon", - "slug": "maserati" - }, - { - "originalTitle": "MasterCard", - "componentName": "MasterCardIcon", - "slug": "mastercard" - }, - { - "originalTitle": "mastercomfig", - "componentName": "MastercomfigIcon", - "slug": "mastercomfig" - }, - { - "originalTitle": "Mastodon", - "componentName": "MastodonIcon", - "slug": "mastodon" - }, - { - "originalTitle": "Material Design", - "componentName": "MaterialDesignIcon", - "slug": "materialdesign" - }, - { - "originalTitle": "Material Design Icons", - "componentName": "MaterialDesignIconsIcon", - "slug": "materialdesignicons" - }, - { - "originalTitle": "Material for MkDocs", - "componentName": "MaterialForMkDocsIcon", - "slug": "materialformkdocs" - }, - { - "originalTitle": "Matillion", - "componentName": "MatillionIcon", - "slug": "matillion" - }, - { - "originalTitle": "Matomo", - "componentName": "MatomoIcon", - "slug": "matomo" - }, - { - "originalTitle": "Matrix", - "componentName": "MatrixIcon", - "slug": "matrix" - }, - { - "originalTitle": "Matter.js", - "componentName": "MatterDotjsIcon", - "slug": "matterdotjs" - }, - { - "originalTitle": "Mattermost", - "componentName": "MattermostIcon", - "slug": "mattermost" - }, - { - "originalTitle": "Matternet", - "componentName": "MatternetIcon", - "slug": "matternet" - }, - { - "originalTitle": "Mautic", - "componentName": "MauticIcon", - "slug": "mautic" - }, - { - "originalTitle": "Max", - "componentName": "MaxIcon", - "slug": "max" - }, - { - "originalTitle": "Max-Planck-Gesellschaft", - "componentName": "MaxplanckgesellschaftIcon", - "slug": "maxplanckgesellschaft" - }, - { - "originalTitle": "Maytag", - "componentName": "MaytagIcon", - "slug": "maytag" - }, - { - "originalTitle": "Mazda", - "componentName": "MazdaIcon", - "slug": "mazda" - }, - { - "originalTitle": "McAfee", - "componentName": "McAfeeIcon", - "slug": "mcafee" - }, - { - "originalTitle": "McDonald's", - "componentName": "McdonaldsIcon", - "slug": "mcdonalds" - }, - { - "originalTitle": "McLaren", - "componentName": "McLarenIcon", - "slug": "mclaren" - }, - { - "originalTitle": "mdBook", - "componentName": "MdBookIcon", - "slug": "mdbook" - }, - { - "originalTitle": "MDN Web Docs", - "componentName": "MdnWebDocsIcon", - "slug": "mdnwebdocs" - }, - { - "originalTitle": "MDX", - "componentName": "MdxIcon", - "slug": "mdx" - }, - { - "originalTitle": "MediaFire", - "componentName": "MediaFireIcon", - "slug": "mediafire" - }, - { - "originalTitle": "MediaMarkt", - "componentName": "MediaMarktIcon", - "slug": "mediamarkt" - }, - { - "originalTitle": "MediaTek", - "componentName": "MediaTekIcon", - "slug": "mediatek" - }, - { - "originalTitle": "MediBang Paint", - "componentName": "MediBangPaintIcon", - "slug": "medibangpaint" - }, - { - "originalTitle": "Medium", - "componentName": "MediumIcon", - "slug": "medium" - }, - { - "originalTitle": "Medusa", - "componentName": "MedusaIcon", - "slug": "medusa" - }, - { - "originalTitle": "Meetup", - "componentName": "MeetupIcon", - "slug": "meetup" - }, - { - "originalTitle": "MEGA", - "componentName": "MegaIcon", - "slug": "mega" - }, - { - "originalTitle": "Meilisearch", - "componentName": "MeilisearchIcon", - "slug": "meilisearch" - }, - { - "originalTitle": "Meituan", - "componentName": "MeituanIcon", - "slug": "meituan" - }, - { - "originalTitle": "Mendeley", - "componentName": "MendeleyIcon", - "slug": "mendeley" - }, - { - "originalTitle": "MentorCruise", - "componentName": "MentorCruiseIcon", - "slug": "mentorcruise" - }, - { - "originalTitle": "Mercado Pago", - "componentName": "MercadoPagoIcon", - "slug": "mercadopago" - }, - { - "originalTitle": "Mercedes", - "componentName": "MercedesIcon", - "slug": "mercedes" - }, - { - "originalTitle": "Merck", - "componentName": "MerckIcon", - "slug": "merck" - }, - { - "originalTitle": "Mercurial", - "componentName": "MercurialIcon", - "slug": "mercurial" - }, - { - "originalTitle": "Mermaid", - "componentName": "MermaidIcon", - "slug": "mermaid" - }, - { - "originalTitle": "Messenger", - "componentName": "MessengerIcon", - "slug": "messenger" - }, - { - "originalTitle": "Meta", - "componentName": "MetaIcon", - "slug": "meta" - }, - { - "originalTitle": "Metabase", - "componentName": "MetabaseIcon", - "slug": "metabase" - }, - { - "originalTitle": "Metacritic", - "componentName": "MetacriticIcon", - "slug": "metacritic" - }, - { - "originalTitle": "MetaFilter", - "componentName": "MetaFilterIcon", - "slug": "metafilter" - }, - { - "originalTitle": "Meteor", - "componentName": "MeteorIcon", - "slug": "meteor" - }, - { - "originalTitle": "Metro", - "componentName": "MetroIcon", - "slug": "metro" - }, - { - "originalTitle": "Metro de la Ciudad de México", - "componentName": "MetrodelaciudaddemexicoIcon", - "slug": "metrodelaciudaddemexico" - }, - { - "originalTitle": "Metro de Madrid", - "componentName": "MetroDeMadridIcon", - "slug": "metrodemadrid" - }, - { - "originalTitle": "Métro de Paris", - "componentName": "MetrodeparisIcon", - "slug": "metrodeparis" - }, - { - "originalTitle": "MeWe", - "componentName": "MeWeIcon", - "slug": "mewe" - }, - { - "originalTitle": "MG", - "componentName": "MgIcon", - "slug": "mg" - }, - { - "originalTitle": "Micro Editor", - "componentName": "MicroEditorIcon", - "slug": "microeditor" - }, - { - "originalTitle": "micro:bit", - "componentName": "MicrobitIcon", - "slug": "microbit" - }, - { - "originalTitle": "Micro.blog", - "componentName": "MicroDotblogIcon", - "slug": "microdotblog" - }, - { - "originalTitle": "Microgenetics", - "componentName": "MicrogeneticsIcon", - "slug": "microgenetics" - }, - { - "originalTitle": "MicroPython", - "componentName": "MicroPythonIcon", - "slug": "micropython" - }, - { - "originalTitle": "Microsoft", - "componentName": "MicrosoftIcon", - "slug": "microsoft" - }, - { - "originalTitle": "Microsoft Academic", - "componentName": "MicrosoftAcademicIcon", - "slug": "microsoftacademic" - }, - { - "originalTitle": "Microsoft Access", - "componentName": "MicrosoftAccessIcon", - "slug": "microsoftaccess" - }, - { - "originalTitle": "Microsoft Azure", - "componentName": "MicrosoftAzureIcon", - "slug": "microsoftazure" - }, - { - "originalTitle": "Microsoft Bing", - "componentName": "MicrosoftBingIcon", - "slug": "microsoftbing" - }, - { - "originalTitle": "Microsoft Edge", - "componentName": "MicrosoftEdgeIcon", - "slug": "microsoftedge" - }, - { - "originalTitle": "Microsoft Excel", - "componentName": "MicrosoftExcelIcon", - "slug": "microsoftexcel" - }, - { - "originalTitle": "Microsoft Exchange", - "componentName": "MicrosoftExchangeIcon", - "slug": "microsoftexchange" - }, - { - "originalTitle": "Microsoft OneDrive", - "componentName": "MicrosoftOneDriveIcon", - "slug": "microsoftonedrive" - }, - { - "originalTitle": "Microsoft OneNote", - "componentName": "MicrosoftOneNoteIcon", - "slug": "microsoftonenote" - }, - { - "originalTitle": "Microsoft Outlook", - "componentName": "MicrosoftOutlookIcon", - "slug": "microsoftoutlook" - }, - { - "originalTitle": "Microsoft PowerPoint", - "componentName": "MicrosoftPowerPointIcon", - "slug": "microsoftpowerpoint" - }, - { - "originalTitle": "Microsoft SharePoint", - "componentName": "MicrosoftSharePointIcon", - "slug": "microsoftsharepoint" - }, - { - "originalTitle": "Microsoft SQL Server", - "componentName": "MicrosoftSqlServerIcon", - "slug": "microsoftsqlserver" - }, - { - "originalTitle": "Microsoft Store", - "componentName": "MicrosoftStoreIcon", - "slug": "microsoftstore" - }, - { - "originalTitle": "Microsoft Teams", - "componentName": "MicrosoftTeamsIcon", - "slug": "microsoftteams" - }, - { - "originalTitle": "Microsoft Translator", - "componentName": "MicrosoftTranslatorIcon", - "slug": "microsofttranslator" - }, - { - "originalTitle": "Microsoft Visio", - "componentName": "MicrosoftVisioIcon", - "slug": "microsoftvisio" - }, - { - "originalTitle": "Microsoft Word", - "componentName": "MicrosoftWordIcon", - "slug": "microsoftword" - }, - { - "originalTitle": "Microstation", - "componentName": "MicrostationIcon", - "slug": "microstation" - }, - { - "originalTitle": "MicroStrategy", - "componentName": "MicroStrategyIcon", - "slug": "microstrategy" - }, - { - "originalTitle": "MIDI", - "componentName": "MidiIcon", - "slug": "midi" - }, - { - "originalTitle": "Mikrotik", - "componentName": "MikrotikIcon", - "slug": "mikrotik" - }, - { - "originalTitle": "Milvus", - "componentName": "MilvusIcon", - "slug": "milvus" - }, - { - "originalTitle": "Minds", - "componentName": "MindsIcon", - "slug": "minds" - }, - { - "originalTitle": "Minecraft", - "componentName": "MinecraftIcon", - "slug": "minecraft" - }, - { - "originalTitle": "Minetest", - "componentName": "MinetestIcon", - "slug": "minetest" - }, - { - "originalTitle": "Mini", - "componentName": "MiniIcon", - "slug": "mini" - }, - { - "originalTitle": "MinIO", - "componentName": "MinIoIcon", - "slug": "minio" - }, - { - "originalTitle": "Minutemailer", - "componentName": "MinutemailerIcon", - "slug": "minutemailer" - }, - { - "originalTitle": "Miraheze", - "componentName": "MirahezeIcon", - "slug": "miraheze" - }, - { - "originalTitle": "Miro", - "componentName": "MiroIcon", - "slug": "miro" - }, - { - "originalTitle": "Misskey", - "componentName": "MisskeyIcon", - "slug": "misskey" - }, - { - "originalTitle": "Mitsubishi", - "componentName": "MitsubishiIcon", - "slug": "mitsubishi" - }, - { - "originalTitle": "Mix", - "componentName": "MixIcon", - "slug": "mix" - }, - { - "originalTitle": "Mixcloud", - "componentName": "MixcloudIcon", - "slug": "mixcloud" - }, - { - "originalTitle": "Mixpanel", - "componentName": "MixpanelIcon", - "slug": "mixpanel" - }, - { - "originalTitle": "MLB", - "componentName": "MlbIcon", - "slug": "mlb" - }, - { - "originalTitle": "MLflow", - "componentName": "MLflowIcon", - "slug": "mlflow" - }, - { - "originalTitle": "MobX", - "componentName": "MobXIcon", - "slug": "mobx" - }, - { - "originalTitle": "MobX-State-Tree", - "componentName": "MobxstatetreeIcon", - "slug": "mobxstatetree" - }, - { - "originalTitle": "Mocha", - "componentName": "MochaIcon", - "slug": "mocha" - }, - { - "originalTitle": "Mock Service Worker", - "componentName": "MockServiceWorkerIcon", - "slug": "mockserviceworker" - }, - { - "originalTitle": "Modin", - "componentName": "ModinIcon", - "slug": "modin" - }, - { - "originalTitle": "Modrinth", - "componentName": "ModrinthIcon", - "slug": "modrinth" - }, - { - "originalTitle": "MODX", - "componentName": "ModxIcon", - "slug": "modx" - }, - { - "originalTitle": "Mojang Studios", - "componentName": "MojangStudiosIcon", - "slug": "mojangstudios" - }, - { - "originalTitle": "Moleculer", - "componentName": "MoleculerIcon", - "slug": "moleculer" - }, - { - "originalTitle": "Momenteo", - "componentName": "MomenteoIcon", - "slug": "momenteo" - }, - { - "originalTitle": "Monero", - "componentName": "MoneroIcon", - "slug": "monero" - }, - { - "originalTitle": "MoneyGram", - "componentName": "MoneyGramIcon", - "slug": "moneygram" - }, - { - "originalTitle": "MongoDB", - "componentName": "MongoDbIcon", - "slug": "mongodb" - }, - { - "originalTitle": "Mongoose", - "componentName": "MongooseIcon", - "slug": "mongoose" - }, - { - "originalTitle": "Mongoose", - "componentName": "MongoosedotwsIcon", - "slug": "mongoosedotws" - }, - { - "originalTitle": "Monica", - "componentName": "MonicaIcon", - "slug": "monica" - }, - { - "originalTitle": "monkey tie", - "componentName": "MonkeyTieIcon", - "slug": "monkeytie" - }, - { - "originalTitle": "Monkeytype", - "componentName": "MonkeytypeIcon", - "slug": "monkeytype" - }, - { - "originalTitle": "MonoGame", - "componentName": "MonoGameIcon", - "slug": "monogame" - }, - { - "originalTitle": "Monoprix", - "componentName": "MonoprixIcon", - "slug": "monoprix" - }, - { - "originalTitle": "Monster", - "componentName": "MonsterIcon", - "slug": "monster" - }, - { - "originalTitle": "Monzo", - "componentName": "MonzoIcon", - "slug": "monzo" - }, - { - "originalTitle": "Moo", - "componentName": "MooIcon", - "slug": "moo" - }, - { - "originalTitle": "Moodle", - "componentName": "MoodleIcon", - "slug": "moodle" - }, - { - "originalTitle": "Moonrepo", - "componentName": "MoonrepoIcon", - "slug": "moonrepo" - }, - { - "originalTitle": "Moqups", - "componentName": "MoqupsIcon", - "slug": "moqups" - }, - { - "originalTitle": "Morrisons", - "componentName": "MorrisonsIcon", - "slug": "morrisons" - }, - { - "originalTitle": "Moscow Metro", - "componentName": "MoscowMetroIcon", - "slug": "moscowmetro" - }, - { - "originalTitle": "Motorola", - "componentName": "MotorolaIcon", - "slug": "motorola" - }, - { - "originalTitle": "Mozilla", - "componentName": "MozillaIcon", - "slug": "mozilla" - }, - { - "originalTitle": "mpv", - "componentName": "MpvIcon", - "slug": "mpv" - }, - { - "originalTitle": "MQTT", - "componentName": "MqttIcon", - "slug": "mqtt" - }, - { - "originalTitle": "MSI", - "componentName": "MsiIcon", - "slug": "msi" - }, - { - "originalTitle": "MSI Business", - "componentName": "MsiBusinessIcon", - "slug": "msibusiness" - }, - { - "originalTitle": "MTA", - "componentName": "MtaIcon", - "slug": "mta" - }, - { - "originalTitle": "MTR", - "componentName": "MtrIcon", - "slug": "mtr" - }, - { - "originalTitle": "MUBI", - "componentName": "MubiIcon", - "slug": "mubi" - }, - { - "originalTitle": "MUI", - "componentName": "MuiIcon", - "slug": "mui" - }, - { - "originalTitle": "Mulesoft", - "componentName": "MulesoftIcon", - "slug": "mulesoft" - }, - { - "originalTitle": "Müller", - "componentName": "MullerIcon", - "slug": "muller" - }, - { - "originalTitle": "Multisim", - "componentName": "MultisimIcon", - "slug": "multisim" - }, - { - "originalTitle": "Mumble", - "componentName": "MumbleIcon", - "slug": "mumble" - }, - { - "originalTitle": "Mural", - "componentName": "MuralIcon", - "slug": "mural" - }, - { - "originalTitle": "MuseScore", - "componentName": "MuseScoreIcon", - "slug": "musescore" - }, - { - "originalTitle": "MusicBrainz", - "componentName": "MusicBrainzIcon", - "slug": "musicbrainz" - }, - { - "originalTitle": "MX Linux", - "componentName": "MxLinuxIcon", - "slug": "mxlinux" - }, - { - "originalTitle": "MyAnimeList", - "componentName": "MyAnimeListIcon", - "slug": "myanimelist" - }, - { - "originalTitle": "MyGet", - "componentName": "MyGetIcon", - "slug": "myget" - }, - { - "originalTitle": "MYOB", - "componentName": "MyobIcon", - "slug": "myob" - }, - { - "originalTitle": "Myspace", - "componentName": "MyspaceIcon", - "slug": "myspace" - }, - { - "originalTitle": "MySQL", - "componentName": "MySqlIcon", - "slug": "mysql" - }, - { - "originalTitle": "N26", - "componentName": "N26Icon", - "slug": "n26" - }, - { - "originalTitle": "Namebase", - "componentName": "NamebaseIcon", - "slug": "namebase" - }, - { - "originalTitle": "Namecheap", - "componentName": "NamecheapIcon", - "slug": "namecheap" - }, - { - "originalTitle": "Nano", - "componentName": "NanoIcon", - "slug": "nano" - }, - { - "originalTitle": "NASA", - "componentName": "NasaIcon", - "slug": "nasa" - }, - { - "originalTitle": "National Grid", - "componentName": "NationalGridIcon", - "slug": "nationalgrid" - }, - { - "originalTitle": "NativeScript", - "componentName": "NativeScriptIcon", - "slug": "nativescript" - }, - { - "originalTitle": "NATS.io", - "componentName": "NatsDotioIcon", - "slug": "natsdotio" - }, - { - "originalTitle": "Naver", - "componentName": "NaverIcon", - "slug": "naver" - }, - { - "originalTitle": "NBA", - "componentName": "NbaIcon", - "slug": "nba" - }, - { - "originalTitle": "NBB", - "componentName": "NbbIcon", - "slug": "nbb" - }, - { - "originalTitle": "NBC", - "componentName": "NbcIcon", - "slug": "nbc" - }, - { - "originalTitle": "NDR", - "componentName": "NdrIcon", - "slug": "ndr" - }, - { - "originalTitle": "NEAR", - "componentName": "NearIcon", - "slug": "near" - }, - { - "originalTitle": "NEC", - "componentName": "NecIcon", - "slug": "nec" - }, - { - "originalTitle": "Neo4j", - "componentName": "Neo4jIcon", - "slug": "neo4j" - }, - { - "originalTitle": "Neovim", - "componentName": "NeovimIcon", - "slug": "neovim" - }, - { - "originalTitle": "NestJS", - "componentName": "NestJsIcon", - "slug": "nestjs" - }, - { - "originalTitle": "NetApp", - "componentName": "NetAppIcon", - "slug": "netapp" - }, - { - "originalTitle": "NetBSD", - "componentName": "NetBsdIcon", - "slug": "netbsd" - }, - { - "originalTitle": "netcup", - "componentName": "NetcupIcon", - "slug": "netcup" - }, - { - "originalTitle": "NetEase Cloud Music", - "componentName": "NetEaseCloudMusicIcon", - "slug": "neteasecloudmusic" - }, - { - "originalTitle": "Netflix", - "componentName": "NetflixIcon", - "slug": "netflix" - }, - { - "originalTitle": "NETGEAR", - "componentName": "NetgearIcon", - "slug": "netgear" - }, - { - "originalTitle": "Netlify", - "componentName": "NetlifyIcon", - "slug": "netlify" - }, - { - "originalTitle": "Nette", - "componentName": "NetteIcon", - "slug": "nette" - }, - { - "originalTitle": "Netto", - "componentName": "NettoIcon", - "slug": "netto" - }, - { - "originalTitle": "Neutralinojs", - "componentName": "NeutralinojsIcon", - "slug": "neutralinojs" - }, - { - "originalTitle": "New Balance", - "componentName": "NewBalanceIcon", - "slug": "newbalance" - }, - { - "originalTitle": "New Japan Pro-Wrestling", - "componentName": "NewjapanprowrestlingIcon", - "slug": "newjapanprowrestling" - }, - { - "originalTitle": "New Relic", - "componentName": "NewRelicIcon", - "slug": "newrelic" - }, - { - "originalTitle": "New York Times", - "componentName": "NewYorkTimesIcon", - "slug": "newyorktimes" - }, - { - "originalTitle": "Newegg", - "componentName": "NeweggIcon", - "slug": "newegg" - }, - { - "originalTitle": "Next.js", - "componentName": "NextDotjsIcon", - "slug": "nextdotjs" - }, - { - "originalTitle": "NextBillion.ai", - "componentName": "NextBillionDotaiIcon", - "slug": "nextbilliondotai" - }, - { - "originalTitle": "Nextcloud", - "componentName": "NextcloudIcon", - "slug": "nextcloud" - }, - { - "originalTitle": "NextDNS", - "componentName": "NextDnsIcon", - "slug": "nextdns" - }, - { - "originalTitle": "Nextdoor", - "componentName": "NextdoorIcon", - "slug": "nextdoor" - }, - { - "originalTitle": "Nextra", - "componentName": "NextraIcon", - "slug": "nextra" - }, - { - "originalTitle": "NextUI", - "componentName": "NextUiIcon", - "slug": "nextui" - }, - { - "originalTitle": "NFC", - "componentName": "NfcIcon", - "slug": "nfc" - }, - { - "originalTitle": "NGINX", - "componentName": "NginxIcon", - "slug": "nginx" - }, - { - "originalTitle": "Nginx Proxy Manager", - "componentName": "NginxProxyManagerIcon", - "slug": "nginxproxymanager" - }, - { - "originalTitle": "ngrok", - "componentName": "NgrokIcon", - "slug": "ngrok" - }, - { - "originalTitle": "NgRx", - "componentName": "NgRxIcon", - "slug": "ngrx" - }, - { - "originalTitle": "NHL", - "componentName": "NhlIcon", - "slug": "nhl" - }, - { - "originalTitle": "Niantic", - "componentName": "NianticIcon", - "slug": "niantic" - }, - { - "originalTitle": "niconico", - "componentName": "NiconicoIcon", - "slug": "niconico" - }, - { - "originalTitle": "Nike", - "componentName": "NikeIcon", - "slug": "nike" - }, - { - "originalTitle": "Nikon", - "componentName": "NikonIcon", - "slug": "nikon" - }, - { - "originalTitle": "Nim", - "componentName": "NimIcon", - "slug": "nim" - }, - { - "originalTitle": "Nintendo", - "componentName": "NintendoIcon", - "slug": "nintendo" - }, - { - "originalTitle": "Nintendo 3DS", - "componentName": "Nintendo3dsIcon", - "slug": "nintendo3ds" - }, - { - "originalTitle": "Nintendo GameCube", - "componentName": "NintendoGameCubeIcon", - "slug": "nintendogamecube" - }, - { - "originalTitle": "Nintendo Network", - "componentName": "NintendoNetworkIcon", - "slug": "nintendonetwork" - }, - { - "originalTitle": "Nintendo Switch", - "componentName": "NintendoSwitchIcon", - "slug": "nintendoswitch" - }, - { - "originalTitle": "Nissan", - "componentName": "NissanIcon", - "slug": "nissan" - }, - { - "originalTitle": "NixOS", - "componentName": "NixOsIcon", - "slug": "nixos" - }, - { - "originalTitle": "Node-RED", - "componentName": "NoderedIcon", - "slug": "nodered" - }, - { - "originalTitle": "Node.js", - "componentName": "NodeDotjsIcon", - "slug": "nodedotjs" - }, - { - "originalTitle": "Nodemon", - "componentName": "NodemonIcon", - "slug": "nodemon" - }, - { - "originalTitle": "Nokia", - "componentName": "NokiaIcon", - "slug": "nokia" - }, - { - "originalTitle": "Norco", - "componentName": "NorcoIcon", - "slug": "norco" - }, - { - "originalTitle": "Nordic Semiconductor", - "componentName": "NordicSemiconductorIcon", - "slug": "nordicsemiconductor" - }, - { - "originalTitle": "NordVPN", - "componentName": "NordVpnIcon", - "slug": "nordvpn" - }, - { - "originalTitle": "Normalize.css", - "componentName": "NormalizeDotcssIcon", - "slug": "normalizedotcss" - }, - { - "originalTitle": "Norton", - "componentName": "NortonIcon", - "slug": "norton" - }, - { - "originalTitle": "Norwegian", - "componentName": "NorwegianIcon", - "slug": "norwegian" - }, - { - "originalTitle": "Notepad++", - "componentName": "NotepadPlusPlusIcon", - "slug": "notepadplusplus" - }, - { - "originalTitle": "Notion", - "componentName": "NotionIcon", - "slug": "notion" - }, - { - "originalTitle": "Notist", - "componentName": "NotistIcon", - "slug": "notist" - }, - { - "originalTitle": "Noun Project", - "componentName": "NounProjectIcon", - "slug": "nounproject" - }, - { - "originalTitle": "Novu", - "componentName": "NovuIcon", - "slug": "novu" - }, - { - "originalTitle": "NOW", - "componentName": "NowIcon", - "slug": "now" - }, - { - "originalTitle": "npm", - "componentName": "NpmIcon", - "slug": "npm" - }, - { - "originalTitle": "Nrwl", - "componentName": "NrwlIcon", - "slug": "nrwl" - }, - { - "originalTitle": "NSIS", - "componentName": "NsisIcon", - "slug": "nsis" - }, - { - "originalTitle": "Nubank", - "componentName": "NubankIcon", - "slug": "nubank" - }, - { - "originalTitle": "Nucleo", - "componentName": "NucleoIcon", - "slug": "nucleo" - }, - { - "originalTitle": "NuGet", - "componentName": "NuGetIcon", - "slug": "nuget" - }, - { - "originalTitle": "Nuke", - "componentName": "NukeIcon", - "slug": "nuke" - }, - { - "originalTitle": "Numba", - "componentName": "NumbaIcon", - "slug": "numba" - }, - { - "originalTitle": "NumPy", - "componentName": "NumPyIcon", - "slug": "numpy" - }, - { - "originalTitle": "Nunjucks", - "componentName": "NunjucksIcon", - "slug": "nunjucks" - }, - { - "originalTitle": "Nutanix", - "componentName": "NutanixIcon", - "slug": "nutanix" - }, - { - "originalTitle": "Nuxt.js", - "componentName": "NuxtDotjsIcon", - "slug": "nuxtdotjs" - }, - { - "originalTitle": "NVIDIA", - "componentName": "NvidiaIcon", - "slug": "nvidia" - }, - { - "originalTitle": "Nx", - "componentName": "NxIcon", - "slug": "nx" - }, - { - "originalTitle": "NXP", - "componentName": "NxpIcon", - "slug": "nxp" - }, - { - "originalTitle": "NZXT", - "componentName": "NzxtIcon", - "slug": "nzxt" - }, - { - "originalTitle": "O'Reilly", - "componentName": "OreillyIcon", - "slug": "oreilly" - }, - { - "originalTitle": "OBS Studio", - "componentName": "ObsStudioIcon", - "slug": "obsstudio" - }, - { - "originalTitle": "Observable", - "componentName": "ObservableIcon", - "slug": "observable" - }, - { - "originalTitle": "Obsidian", - "componentName": "ObsidianIcon", - "slug": "obsidian" - }, - { - "originalTitle": "OCaml", - "componentName": "OCamlIcon", - "slug": "ocaml" - }, - { - "originalTitle": "oclif", - "componentName": "OclifIcon", - "slug": "oclif" - }, - { - "originalTitle": "Octane Render", - "componentName": "OctaneRenderIcon", - "slug": "octanerender" - }, - { - "originalTitle": "Octave", - "componentName": "OctaveIcon", - "slug": "octave" - }, - { - "originalTitle": "October CMS", - "componentName": "OctoberCmsIcon", - "slug": "octobercms" - }, - { - "originalTitle": "OctoPrint", - "componentName": "OctoPrintIcon", - "slug": "octoprint" - }, - { - "originalTitle": "Octopus Deploy", - "componentName": "OctopusDeployIcon", - "slug": "octopusdeploy" - }, - { - "originalTitle": "Oculus", - "componentName": "OculusIcon", - "slug": "oculus" - }, - { - "originalTitle": "Odnoklassniki", - "componentName": "OdnoklassnikiIcon", - "slug": "odnoklassniki" - }, - { - "originalTitle": "Odoo", - "componentName": "OdooIcon", - "slug": "odoo" - }, - { - "originalTitle": "Odysee", - "componentName": "OdyseeIcon", - "slug": "odysee" - }, - { - "originalTitle": "Oh Dear", - "componentName": "OhDearIcon", - "slug": "ohdear" - }, - { - "originalTitle": "okcupid", - "componentName": "OkcupidIcon", - "slug": "okcupid" - }, - { - "originalTitle": "Okta", - "componentName": "OktaIcon", - "slug": "okta" - }, - { - "originalTitle": "OnePlus", - "componentName": "OnePlusIcon", - "slug": "oneplus" - }, - { - "originalTitle": "OnlyFans", - "componentName": "OnlyFansIcon", - "slug": "onlyfans" - }, - { - "originalTitle": "ONLYOFFICE", - "componentName": "OnlyofficeIcon", - "slug": "onlyoffice" - }, - { - "originalTitle": "ONNX", - "componentName": "OnnxIcon", - "slug": "onnx" - }, - { - "originalTitle": "OnStar", - "componentName": "OnStarIcon", - "slug": "onstar" - }, - { - "originalTitle": "Opel", - "componentName": "OpelIcon", - "slug": "opel" - }, - { - "originalTitle": "Open Access", - "componentName": "OpenAccessIcon", - "slug": "openaccess" - }, - { - "originalTitle": "Open Badges", - "componentName": "OpenBadgesIcon", - "slug": "openbadges" - }, - { - "originalTitle": "Open Bug Bounty", - "componentName": "OpenBugBountyIcon", - "slug": "openbugbounty" - }, - { - "originalTitle": "Open Collective", - "componentName": "OpenCollectiveIcon", - "slug": "opencollective" - }, - { - "originalTitle": "Open Containers Initiative", - "componentName": "OpenContainersInitiativeIcon", - "slug": "opencontainersinitiative" - }, - { - "originalTitle": "Open Source Hardware", - "componentName": "OpenSourceHardwareIcon", - "slug": "opensourcehardware" - }, - { - "originalTitle": "Open Source Initiative", - "componentName": "OpenSourceInitiativeIcon", - "slug": "opensourceinitiative" - }, - { - "originalTitle": "OpenAI", - "componentName": "OpenAiIcon", - "slug": "openai" - }, - { - "originalTitle": "OpenAI Gym", - "componentName": "OpenAiGymIcon", - "slug": "openaigym" - }, - { - "originalTitle": "OpenAPI Initiative", - "componentName": "OpenApiInitiativeIcon", - "slug": "openapiinitiative" - }, - { - "originalTitle": "OpenBSD", - "componentName": "OpenBsdIcon", - "slug": "openbsd" - }, - { - "originalTitle": "OpenCV", - "componentName": "OpenCvIcon", - "slug": "opencv" - }, - { - "originalTitle": "OpenFaaS", - "componentName": "OpenFaaSIcon", - "slug": "openfaas" - }, - { - "originalTitle": "OpenGL", - "componentName": "OpenGlIcon", - "slug": "opengl" - }, - { - "originalTitle": "openHAB", - "componentName": "OpenHabIcon", - "slug": "openhab" - }, - { - "originalTitle": "OpenID", - "componentName": "OpenIdIcon", - "slug": "openid" - }, - { - "originalTitle": "OpenJDK", - "componentName": "OpenJdkIcon", - "slug": "openjdk" - }, - { - "originalTitle": "Openlayers", - "componentName": "OpenlayersIcon", - "slug": "openlayers" - }, - { - "originalTitle": "OpenMined", - "componentName": "OpenMinedIcon", - "slug": "openmined" - }, - { - "originalTitle": "OpenNebula", - "componentName": "OpenNebulaIcon", - "slug": "opennebula" - }, - { - "originalTitle": "OpenProject", - "componentName": "OpenProjectIcon", - "slug": "openproject" - }, - { - "originalTitle": "OpenSCAD", - "componentName": "OpenScadIcon", - "slug": "openscad" - }, - { - "originalTitle": "OpenSea", - "componentName": "OpenSeaIcon", - "slug": "opensea" - }, - { - "originalTitle": "OpenSearch", - "componentName": "OpenSearchIcon", - "slug": "opensearch" - }, - { - "originalTitle": "OpenSSL", - "componentName": "OpenSslIcon", - "slug": "openssl" - }, - { - "originalTitle": "OpenStack", - "componentName": "OpenStackIcon", - "slug": "openstack" - }, - { - "originalTitle": "OpenStreetMap", - "componentName": "OpenStreetMapIcon", - "slug": "openstreetmap" - }, - { - "originalTitle": "openSUSE", - "componentName": "OpenSuseIcon", - "slug": "opensuse" - }, - { - "originalTitle": "OpenTelemetry", - "componentName": "OpenTelemetryIcon", - "slug": "opentelemetry" - }, - { - "originalTitle": "OpenText", - "componentName": "OpenTextIcon", - "slug": "opentext" - }, - { - "originalTitle": "OpenTofu", - "componentName": "OpenTofuIcon", - "slug": "opentofu" - }, - { - "originalTitle": "Openverse", - "componentName": "OpenverseIcon", - "slug": "openverse" - }, - { - "originalTitle": "OpenVPN", - "componentName": "OpenVpnIcon", - "slug": "openvpn" - }, - { - "originalTitle": "OpenWrt", - "componentName": "OpenWrtIcon", - "slug": "openwrt" - }, - { - "originalTitle": "OpenZeppelin", - "componentName": "OpenZeppelinIcon", - "slug": "openzeppelin" - }, - { - "originalTitle": "OpenZFS", - "componentName": "OpenZfsIcon", - "slug": "openzfs" - }, - { - "originalTitle": "Opera", - "componentName": "OperaIcon", - "slug": "opera" - }, - { - "originalTitle": "Opera GX", - "componentName": "OperaGxIcon", - "slug": "operagx" - }, - { - "originalTitle": "OPNSense", - "componentName": "OpnSenseIcon", - "slug": "opnsense" - }, - { - "originalTitle": "OPPO", - "componentName": "OppoIcon", - "slug": "oppo" - }, - { - "originalTitle": "Opsgenie", - "componentName": "OpsgenieIcon", - "slug": "opsgenie" - }, - { - "originalTitle": "OpsLevel", - "componentName": "OpsLevelIcon", - "slug": "opslevel" - }, - { - "originalTitle": "Oracle", - "componentName": "OracleIcon", - "slug": "oracle" - }, - { - "originalTitle": "ORCID", - "componentName": "OrcidIcon", - "slug": "orcid" - }, - { - "originalTitle": "Org", - "componentName": "OrgIcon", - "slug": "org" - }, - { - "originalTitle": "Origin", - "componentName": "OriginIcon", - "slug": "origin" - }, - { - "originalTitle": "Osano", - "componentName": "OsanoIcon", - "slug": "osano" - }, - { - "originalTitle": "OSF", - "componentName": "OsfIcon", - "slug": "osf" - }, - { - "originalTitle": "OSGeo", - "componentName": "OsGeoIcon", - "slug": "osgeo" - }, - { - "originalTitle": "Oshkosh", - "componentName": "OshkoshIcon", - "slug": "oshkosh" - }, - { - "originalTitle": "OSMC", - "componentName": "OsmcIcon", - "slug": "osmc" - }, - { - "originalTitle": "osu!", - "componentName": "OsuIcon", - "slug": "osu" - }, - { - "originalTitle": "Otto", - "componentName": "OttoIcon", - "slug": "otto" - }, - { - "originalTitle": "Overcast", - "componentName": "OvercastIcon", - "slug": "overcast" - }, - { - "originalTitle": "Overleaf", - "componentName": "OverleafIcon", - "slug": "overleaf" - }, - { - "originalTitle": "OVH", - "componentName": "OvhIcon", - "slug": "ovh" - }, - { - "originalTitle": "OWASP", - "componentName": "OwaspIcon", - "slug": "owasp" - }, - { - "originalTitle": "OWASP Dependency-Check", - "componentName": "DependencycheckIcon", - "slug": "dependencycheck" - }, - { - "originalTitle": "ownCloud", - "componentName": "OwnCloudIcon", - "slug": "owncloud" - }, - { - "originalTitle": "Oxygen", - "componentName": "OxygenIcon", - "slug": "oxygen" - }, - { - "originalTitle": "OYO", - "componentName": "OyoIcon", - "slug": "oyo" - }, - { - "originalTitle": "p5.js", - "componentName": "P5dotjsIcon", - "slug": "p5dotjs" - }, - { - "originalTitle": "Packagist", - "componentName": "PackagistIcon", - "slug": "packagist" - }, - { - "originalTitle": "Packer", - "componentName": "PackerIcon", - "slug": "packer" - }, - { - "originalTitle": "Packt", - "componentName": "PacktIcon", - "slug": "packt" - }, - { - "originalTitle": "Paddle", - "componentName": "PaddleIcon", - "slug": "paddle" - }, - { - "originalTitle": "PaddlePaddle", - "componentName": "PaddlePaddleIcon", - "slug": "paddlepaddle" - }, - { - "originalTitle": "Paddy Power", - "componentName": "PaddyPowerIcon", - "slug": "paddypower" - }, - { - "originalTitle": "Pagekit", - "componentName": "PagekitIcon", - "slug": "pagekit" - }, - { - "originalTitle": "PagerDuty", - "componentName": "PagerDutyIcon", - "slug": "pagerduty" - }, - { - "originalTitle": "PageSpeed Insights", - "componentName": "PageSpeedInsightsIcon", - "slug": "pagespeedinsights" - }, - { - "originalTitle": "PagSeguro", - "componentName": "PagSeguroIcon", - "slug": "pagseguro" - }, - { - "originalTitle": "Palantir", - "componentName": "PalantirIcon", - "slug": "palantir" - }, - { - "originalTitle": "Palo Alto Networks", - "componentName": "PaloAltoNetworksIcon", - "slug": "paloaltonetworks" - }, - { - "originalTitle": "Palo Alto Software", - "componentName": "PaloAltoSoftwareIcon", - "slug": "paloaltosoftware" - }, - { - "originalTitle": "Panasonic", - "componentName": "PanasonicIcon", - "slug": "panasonic" - }, - { - "originalTitle": "pandas", - "componentName": "PandasIcon", - "slug": "pandas" - }, - { - "originalTitle": "Pandora", - "componentName": "PandoraIcon", - "slug": "pandora" - }, - { - "originalTitle": "Pantheon", - "componentName": "PantheonIcon", - "slug": "pantheon" - }, - { - "originalTitle": "Paperspace", - "componentName": "PaperspaceIcon", - "slug": "paperspace" - }, - { - "originalTitle": "Parity Substrate", - "componentName": "ParitySubstrateIcon", - "slug": "paritysubstrate" - }, - { - "originalTitle": "Parse.ly", - "componentName": "ParseDotlyIcon", - "slug": "parsedotly" - }, - { - "originalTitle": "Passport", - "componentName": "PassportIcon", - "slug": "passport" - }, - { - "originalTitle": "Pastebin", - "componentName": "PastebinIcon", - "slug": "pastebin" - }, - { - "originalTitle": "Patreon", - "componentName": "PatreonIcon", - "slug": "patreon" - }, - { - "originalTitle": "Paychex", - "componentName": "PaychexIcon", - "slug": "paychex" - }, - { - "originalTitle": "Payhip", - "componentName": "PayhipIcon", - "slug": "payhip" - }, - { - "originalTitle": "Payload CMS", - "componentName": "PayloadCmsIcon", - "slug": "payloadcms" - }, - { - "originalTitle": "Payoneer", - "componentName": "PayoneerIcon", - "slug": "payoneer" - }, - { - "originalTitle": "PayPal", - "componentName": "PayPalIcon", - "slug": "paypal" - }, - { - "originalTitle": "Paytm", - "componentName": "PaytmIcon", - "slug": "paytm" - }, - { - "originalTitle": "PCGamingWiki", - "componentName": "PcGamingWikiIcon", - "slug": "pcgamingwiki" - }, - { - "originalTitle": "PDM", - "componentName": "PdmIcon", - "slug": "pdm" - }, - { - "originalTitle": "PDQ", - "componentName": "PdqIcon", - "slug": "pdq" - }, - { - "originalTitle": "Peak Design", - "componentName": "PeakDesignIcon", - "slug": "peakdesign" - }, - { - "originalTitle": "Pearson", - "componentName": "PearsonIcon", - "slug": "pearson" - }, - { - "originalTitle": "Peerlist", - "componentName": "PeerlistIcon", - "slug": "peerlist" - }, - { - "originalTitle": "PeerTube", - "componentName": "PeerTubeIcon", - "slug": "peertube" - }, - { - "originalTitle": "Pegasus Airlines", - "componentName": "PegasusAirlinesIcon", - "slug": "pegasusairlines" - }, - { - "originalTitle": "Pelican", - "componentName": "PelicanIcon", - "slug": "pelican" - }, - { - "originalTitle": "Peloton", - "componentName": "PelotonIcon", - "slug": "peloton" - }, - { - "originalTitle": "Penny", - "componentName": "PennyIcon", - "slug": "penny" - }, - { - "originalTitle": "Penpot", - "componentName": "PenpotIcon", - "slug": "penpot" - }, - { - "originalTitle": "Percy", - "componentName": "PercyIcon", - "slug": "percy" - }, - { - "originalTitle": "Perforce", - "componentName": "PerforceIcon", - "slug": "perforce" - }, - { - "originalTitle": "Perl", - "componentName": "PerlIcon", - "slug": "perl" - }, - { - "originalTitle": "Persistent", - "componentName": "PersistentIcon", - "slug": "persistent" - }, - { - "originalTitle": "Personio", - "componentName": "PersonioIcon", - "slug": "personio" - }, - { - "originalTitle": "Pets at Home", - "componentName": "PetsAtHomeIcon", - "slug": "petsathome" - }, - { - "originalTitle": "Peugeot", - "componentName": "PeugeotIcon", - "slug": "peugeot" - }, - { - "originalTitle": "Pexels", - "componentName": "PexelsIcon", - "slug": "pexels" - }, - { - "originalTitle": "pfSense", - "componentName": "PfSenseIcon", - "slug": "pfsense" - }, - { - "originalTitle": "Phabricator", - "componentName": "PhabricatorIcon", - "slug": "phabricator" - }, - { - "originalTitle": "Philips Hue", - "componentName": "PhilipsHueIcon", - "slug": "philipshue" - }, - { - "originalTitle": "Phoenix Framework", - "componentName": "PhoenixFrameworkIcon", - "slug": "phoenixframework" - }, - { - "originalTitle": "PhonePe", - "componentName": "PhonePeIcon", - "slug": "phonepe" - }, - { - "originalTitle": "Phosphor Icons", - "componentName": "PhosphorIconsIcon", - "slug": "phosphoricons" - }, - { - "originalTitle": "Photobucket", - "componentName": "PhotobucketIcon", - "slug": "photobucket" - }, - { - "originalTitle": "Photocrowd", - "componentName": "PhotocrowdIcon", - "slug": "photocrowd" - }, - { - "originalTitle": "Photopea", - "componentName": "PhotopeaIcon", - "slug": "photopea" - }, - { - "originalTitle": "PHP", - "componentName": "PhpIcon", - "slug": "php" - }, - { - "originalTitle": "phpMyAdmin", - "componentName": "PhpMyAdminIcon", - "slug": "phpmyadmin" - }, - { - "originalTitle": "PhpStorm", - "componentName": "PhpStormIcon", - "slug": "phpstorm" - }, - { - "originalTitle": "Pi Network", - "componentName": "PiNetworkIcon", - "slug": "pinetwork" - }, - { - "originalTitle": "Pi-hole", - "componentName": "PiholeIcon", - "slug": "pihole" - }, - { - "originalTitle": "Piaggio Group", - "componentName": "PiaggioGroupIcon", - "slug": "piaggiogroup" - }, - { - "originalTitle": "Piapro", - "componentName": "PiaproIcon", - "slug": "piapro" - }, - { - "originalTitle": "Picard Surgelés", - "componentName": "PicardsurgelesIcon", - "slug": "picardsurgeles" - }, - { - "originalTitle": "Picarto.TV", - "componentName": "PicartoDotTvIcon", - "slug": "picartodottv" - }, - { - "originalTitle": "Picnic", - "componentName": "PicnicIcon", - "slug": "picnic" - }, - { - "originalTitle": "PicPay", - "componentName": "PicPayIcon", - "slug": "picpay" - }, - { - "originalTitle": "Picxy", - "componentName": "PicxyIcon", - "slug": "picxy" - }, - { - "originalTitle": "Pimcore", - "componentName": "PimcoreIcon", - "slug": "pimcore" - }, - { - "originalTitle": "Pinboard", - "componentName": "PinboardIcon", - "slug": "pinboard" - }, - { - "originalTitle": "Pine Script", - "componentName": "PineScriptIcon", - "slug": "pinescript" - }, - { - "originalTitle": "Pingdom", - "componentName": "PingdomIcon", - "slug": "pingdom" - }, - { - "originalTitle": "Pinterest", - "componentName": "PinterestIcon", - "slug": "pinterest" - }, - { - "originalTitle": "Pioneer DJ", - "componentName": "PioneerDjIcon", - "slug": "pioneerdj" - }, - { - "originalTitle": "Piped", - "componentName": "PipedIcon", - "slug": "piped" - }, - { - "originalTitle": "pipx", - "componentName": "PipxIcon", - "slug": "pipx" - }, - { - "originalTitle": "Pivotal Tracker", - "componentName": "PivotalTrackerIcon", - "slug": "pivotaltracker" - }, - { - "originalTitle": "Piwigo", - "componentName": "PiwigoIcon", - "slug": "piwigo" - }, - { - "originalTitle": "Pix", - "componentName": "PixIcon", - "slug": "pix" - }, - { - "originalTitle": "Pixabay", - "componentName": "PixabayIcon", - "slug": "pixabay" - }, - { - "originalTitle": "pixiv", - "componentName": "PixivIcon", - "slug": "pixiv" - }, - { - "originalTitle": "pkgsrc", - "componentName": "PkgsrcIcon", - "slug": "pkgsrc" - }, - { - "originalTitle": "Planet", - "componentName": "PlanetIcon", - "slug": "planet" - }, - { - "originalTitle": "PlanetScale", - "componentName": "PlanetScaleIcon", - "slug": "planetscale" - }, - { - "originalTitle": "PlanGrid", - "componentName": "PlanGridIcon", - "slug": "plangrid" - }, - { - "originalTitle": "Platform.sh", - "componentName": "PlatformDotshIcon", - "slug": "platformdotsh" - }, - { - "originalTitle": "PlatformIO", - "componentName": "PlatformIoIcon", - "slug": "platformio" - }, - { - "originalTitle": "Platzi", - "componentName": "PlatziIcon", - "slug": "platzi" - }, - { - "originalTitle": "Plausible Analytics", - "componentName": "PlausibleAnalyticsIcon", - "slug": "plausibleanalytics" - }, - { - "originalTitle": "PlayCanvas", - "componentName": "PlayCanvasIcon", - "slug": "playcanvas" - }, - { - "originalTitle": "Player FM", - "componentName": "PlayerFmIcon", - "slug": "playerfm" - }, - { - "originalTitle": "Player.me", - "componentName": "PlayerDotmeIcon", - "slug": "playerdotme" - }, - { - "originalTitle": "PlayStation", - "componentName": "PlayStationIcon", - "slug": "playstation" - }, - { - "originalTitle": "PlayStation 2", - "componentName": "Playstation2Icon", - "slug": "playstation2" - }, - { - "originalTitle": "PlayStation 3", - "componentName": "Playstation3Icon", - "slug": "playstation3" - }, - { - "originalTitle": "PlayStation 4", - "componentName": "Playstation4Icon", - "slug": "playstation4" - }, - { - "originalTitle": "PlayStation 5", - "componentName": "Playstation5Icon", - "slug": "playstation5" - }, - { - "originalTitle": "PlayStation Vita", - "componentName": "PlayStationVitaIcon", - "slug": "playstationvita" - }, - { - "originalTitle": "Playwright", - "componentName": "PlaywrightIcon", - "slug": "playwright" - }, - { - "originalTitle": "Pleroma", - "componentName": "PleromaIcon", - "slug": "pleroma" - }, - { - "originalTitle": "Plesk", - "componentName": "PleskIcon", - "slug": "plesk" - }, - { - "originalTitle": "Plex", - "componentName": "PlexIcon", - "slug": "plex" - }, - { - "originalTitle": "Plotly", - "componentName": "PlotlyIcon", - "slug": "plotly" - }, - { - "originalTitle": "Pluralsight", - "componentName": "PluralsightIcon", - "slug": "pluralsight" - }, - { - "originalTitle": "Plurk", - "componentName": "PlurkIcon", - "slug": "plurk" - }, - { - "originalTitle": "Plus Codes", - "componentName": "PlusCodesIcon", - "slug": "pluscodes" - }, - { - "originalTitle": "PM2", - "componentName": "Pm2Icon", - "slug": "pm2" - }, - { - "originalTitle": "pnpm", - "componentName": "PnpmIcon", - "slug": "pnpm" - }, - { - "originalTitle": "Pocket", - "componentName": "PocketIcon", - "slug": "pocket" - }, - { - "originalTitle": "Pocket Casts", - "componentName": "PocketCastsIcon", - "slug": "pocketcasts" - }, - { - "originalTitle": "PocketBase", - "componentName": "PocketBaseIcon", - "slug": "pocketbase" - }, - { - "originalTitle": "Podcast Addict", - "componentName": "PodcastAddictIcon", - "slug": "podcastaddict" - }, - { - "originalTitle": "Podcast Index", - "componentName": "PodcastIndexIcon", - "slug": "podcastindex" - }, - { - "originalTitle": "Podman", - "componentName": "PodmanIcon", - "slug": "podman" - }, - { - "originalTitle": "Poe", - "componentName": "PoeIcon", - "slug": "poe" - }, - { - "originalTitle": "Poetry", - "componentName": "PoetryIcon", - "slug": "poetry" - }, - { - "originalTitle": "Pointy", - "componentName": "PointyIcon", - "slug": "pointy" - }, - { - "originalTitle": "Pokémon", - "componentName": "PokemonIcon", - "slug": "pokemon" - }, - { - "originalTitle": "Polars", - "componentName": "PolarsIcon", - "slug": "polars" - }, - { - "originalTitle": "Polestar", - "componentName": "PolestarIcon", - "slug": "polestar" - }, - { - "originalTitle": "Polkadot", - "componentName": "PolkadotIcon", - "slug": "polkadot" - }, - { - "originalTitle": "Poly", - "componentName": "PolyIcon", - "slug": "poly" - }, - { - "originalTitle": "Polygon", - "componentName": "PolygonIcon", - "slug": "polygon" - }, - { - "originalTitle": "Polymer Project", - "componentName": "PolymerProjectIcon", - "slug": "polymerproject" - }, - { - "originalTitle": "Polywork", - "componentName": "PolyworkIcon", - "slug": "polywork" - }, - { - "originalTitle": "Pond5", - "componentName": "Pond5Icon", - "slug": "pond5" - }, - { - "originalTitle": "Pop!_OS", - "componentName": "PoposIcon", - "slug": "popos" - }, - { - "originalTitle": "Porsche", - "componentName": "PorscheIcon", - "slug": "porsche" - }, - { - "originalTitle": "Portainer", - "componentName": "PortainerIcon", - "slug": "portainer" - }, - { - "originalTitle": "PortSwigger", - "componentName": "PortSwiggerIcon", - "slug": "portswigger" - }, - { - "originalTitle": "PostCSS", - "componentName": "PostCssIcon", - "slug": "postcss" - }, - { - "originalTitle": "PostgreSQL", - "componentName": "PostgreSqlIcon", - "slug": "postgresql" - }, - { - "originalTitle": "PostHog", - "componentName": "PostHogIcon", - "slug": "posthog" - }, - { - "originalTitle": "Postman", - "componentName": "PostmanIcon", - "slug": "postman" - }, - { - "originalTitle": "Postmates", - "componentName": "PostmatesIcon", - "slug": "postmates" - }, - { - "originalTitle": "Power Apps", - "componentName": "PowerAppsIcon", - "slug": "powerapps" - }, - { - "originalTitle": "Power Automate", - "componentName": "PowerAutomateIcon", - "slug": "powerautomate" - }, - { - "originalTitle": "Power BI", - "componentName": "PowerBiIcon", - "slug": "powerbi" - }, - { - "originalTitle": "Power Fx", - "componentName": "PowerFxIcon", - "slug": "powerfx" - }, - { - "originalTitle": "Power Pages", - "componentName": "PowerPagesIcon", - "slug": "powerpages" - }, - { - "originalTitle": "Power Virtual Agents", - "componentName": "PowerVirtualAgentsIcon", - "slug": "powervirtualagents" - }, - { - "originalTitle": "POWERS", - "componentName": "PowersIcon", - "slug": "powers" - }, - { - "originalTitle": "PowerShell", - "componentName": "PowerShellIcon", - "slug": "powershell" - }, - { - "originalTitle": "pr.co", - "componentName": "PrDotcoIcon", - "slug": "prdotco" - }, - { - "originalTitle": "pre-commit", - "componentName": "PrecommitIcon", - "slug": "precommit" - }, - { - "originalTitle": "Preact", - "componentName": "PreactIcon", - "slug": "preact" - }, - { - "originalTitle": "Prefect", - "componentName": "PrefectIcon", - "slug": "prefect" - }, - { - "originalTitle": "Premier League", - "componentName": "PremierLeagueIcon", - "slug": "premierleague" - }, - { - "originalTitle": "PrepBytes", - "componentName": "PrepBytesIcon", - "slug": "prepbytes" - }, - { - "originalTitle": "PrestaShop", - "componentName": "PrestaShopIcon", - "slug": "prestashop" - }, - { - "originalTitle": "Presto", - "componentName": "PrestoIcon", - "slug": "presto" - }, - { - "originalTitle": "Prettier", - "componentName": "PrettierIcon", - "slug": "prettier" - }, - { - "originalTitle": "Pretzel", - "componentName": "PretzelIcon", - "slug": "pretzel" - }, - { - "originalTitle": "Prevention", - "componentName": "PreventionIcon", - "slug": "prevention" - }, - { - "originalTitle": "Prezi", - "componentName": "PreziIcon", - "slug": "prezi" - }, - { - "originalTitle": "Prime", - "componentName": "PrimeIcon", - "slug": "prime" - }, - { - "originalTitle": "Prime Video", - "componentName": "PrimeVideoIcon", - "slug": "primevideo" - }, - { - "originalTitle": "Printables", - "componentName": "PrintablesIcon", - "slug": "printables" - }, - { - "originalTitle": "Prisma", - "componentName": "PrismaIcon", - "slug": "prisma" - }, - { - "originalTitle": "Prismic", - "componentName": "PrismicIcon", - "slug": "prismic" - }, - { - "originalTitle": "Private Internet Access", - "componentName": "PrivateInternetAccessIcon", - "slug": "privateinternetaccess" - }, - { - "originalTitle": "Pro Tools", - "componentName": "ProToolsIcon", - "slug": "protools" - }, - { - "originalTitle": "Probot", - "componentName": "ProbotIcon", - "slug": "probot" - }, - { - "originalTitle": "Processing Foundation", - "componentName": "ProcessingFoundationIcon", - "slug": "processingfoundation" - }, - { - "originalTitle": "ProcessWire", - "componentName": "ProcessWireIcon", - "slug": "processwire" - }, - { - "originalTitle": "Product Hunt", - "componentName": "ProductHuntIcon", - "slug": "producthunt" - }, - { - "originalTitle": "Progate", - "componentName": "ProgateIcon", - "slug": "progate" - }, - { - "originalTitle": "Progress", - "componentName": "ProgressIcon", - "slug": "progress" - }, - { - "originalTitle": "Prometheus", - "componentName": "PrometheusIcon", - "slug": "prometheus" - }, - { - "originalTitle": "ProSieben", - "componentName": "ProSiebenIcon", - "slug": "prosieben" - }, - { - "originalTitle": "Proteus", - "componentName": "ProteusIcon", - "slug": "proteus" - }, - { - "originalTitle": "Proto.io", - "componentName": "ProtoDotioIcon", - "slug": "protodotio" - }, - { - "originalTitle": "protocols.io", - "componentName": "ProtocolsDotioIcon", - "slug": "protocolsdotio" - }, - { - "originalTitle": "Proton", - "componentName": "ProtonIcon", - "slug": "proton" - }, - { - "originalTitle": "Proton Calendar", - "componentName": "ProtonCalendarIcon", - "slug": "protoncalendar" - }, - { - "originalTitle": "Proton Drive", - "componentName": "ProtonDriveIcon", - "slug": "protondrive" - }, - { - "originalTitle": "Proton Mail", - "componentName": "ProtonMailIcon", - "slug": "protonmail" - }, - { - "originalTitle": "Proton VPN", - "componentName": "ProtonVpnIcon", - "slug": "protonvpn" - }, - { - "originalTitle": "ProtonDB", - "componentName": "ProtonDbIcon", - "slug": "protondb" - }, - { - "originalTitle": "Protractor", - "componentName": "ProtractorIcon", - "slug": "protractor" - }, - { - "originalTitle": "Proxmox", - "componentName": "ProxmoxIcon", - "slug": "proxmox" - }, - { - "originalTitle": "Pterodactyl", - "componentName": "PterodactylIcon", - "slug": "pterodactyl" - }, - { - "originalTitle": "PUBG", - "componentName": "PubgIcon", - "slug": "pubg" - }, - { - "originalTitle": "Publons", - "componentName": "PublonsIcon", - "slug": "publons" - }, - { - "originalTitle": "PubMed", - "componentName": "PubMedIcon", - "slug": "pubmed" - }, - { - "originalTitle": "Pug", - "componentName": "PugIcon", - "slug": "pug" - }, - { - "originalTitle": "Pulumi", - "componentName": "PulumiIcon", - "slug": "pulumi" - }, - { - "originalTitle": "Puma", - "componentName": "PumaIcon", - "slug": "puma" - }, - { - "originalTitle": "Puppet", - "componentName": "PuppetIcon", - "slug": "puppet" - }, - { - "originalTitle": "Puppeteer", - "componentName": "PuppeteerIcon", - "slug": "puppeteer" - }, - { - "originalTitle": "PureScript", - "componentName": "PureScriptIcon", - "slug": "purescript" - }, - { - "originalTitle": "PurgeCSS", - "componentName": "PurgeCssIcon", - "slug": "purgecss" - }, - { - "originalTitle": "Purism", - "componentName": "PurismIcon", - "slug": "purism" - }, - { - "originalTitle": "Pusher", - "componentName": "PusherIcon", - "slug": "pusher" - }, - { - "originalTitle": "PWA", - "componentName": "PwaIcon", - "slug": "pwa" - }, - { - "originalTitle": "PyCharm", - "componentName": "PyCharmIcon", - "slug": "pycharm" - }, - { - "originalTitle": "Pydantic", - "componentName": "PydanticIcon", - "slug": "pydantic" - }, - { - "originalTitle": "PyG", - "componentName": "PyGIcon", - "slug": "pyg" - }, - { - "originalTitle": "PyPI", - "componentName": "PyPiIcon", - "slug": "pypi" - }, - { - "originalTitle": "PyPy", - "componentName": "PyPyIcon", - "slug": "pypy" - }, - { - "originalTitle": "PyScaffold", - "componentName": "PyScaffoldIcon", - "slug": "pyscaffold" - }, - { - "originalTitle": "PySyft", - "componentName": "PySyftIcon", - "slug": "pysyft" - }, - { - "originalTitle": "Pytest", - "componentName": "PytestIcon", - "slug": "pytest" - }, - { - "originalTitle": "Python", - "componentName": "PythonIcon", - "slug": "python" - }, - { - "originalTitle": "PythonAnywhere", - "componentName": "PythonAnywhereIcon", - "slug": "pythonanywhere" - }, - { - "originalTitle": "PyTorch", - "componentName": "PyTorchIcon", - "slug": "pytorch" - }, - { - "originalTitle": "PyUp", - "componentName": "PyUpIcon", - "slug": "pyup" - }, - { - "originalTitle": "Qantas", - "componentName": "QantasIcon", - "slug": "qantas" - }, - { - "originalTitle": "Qase", - "componentName": "QaseIcon", - "slug": "qase" - }, - { - "originalTitle": "Qatar Airways", - "componentName": "QatarAirwaysIcon", - "slug": "qatarairways" - }, - { - "originalTitle": "QEMU", - "componentName": "QemuIcon", - "slug": "qemu" - }, - { - "originalTitle": "Qgis", - "componentName": "QgisIcon", - "slug": "qgis" - }, - { - "originalTitle": "Qi", - "componentName": "QiIcon", - "slug": "qi" - }, - { - "originalTitle": "Qiita", - "componentName": "QiitaIcon", - "slug": "qiita" - }, - { - "originalTitle": "Qiskit", - "componentName": "QiskitIcon", - "slug": "qiskit" - }, - { - "originalTitle": "QIWI", - "componentName": "QiwiIcon", - "slug": "qiwi" - }, - { - "originalTitle": "Qlik", - "componentName": "QlikIcon", - "slug": "qlik" - }, - { - "originalTitle": "QMK", - "componentName": "QmkIcon", - "slug": "qmk" - }, - { - "originalTitle": "Qt", - "componentName": "QtIcon", - "slug": "qt" - }, - { - "originalTitle": "Qualcomm", - "componentName": "QualcommIcon", - "slug": "qualcomm" - }, - { - "originalTitle": "Qualtrics", - "componentName": "QualtricsIcon", - "slug": "qualtrics" - }, - { - "originalTitle": "Qualys", - "componentName": "QualysIcon", - "slug": "qualys" - }, - { - "originalTitle": "Quantcast", - "componentName": "QuantcastIcon", - "slug": "quantcast" - }, - { - "originalTitle": "QuantConnect", - "componentName": "QuantConnectIcon", - "slug": "quantconnect" - }, - { - "originalTitle": "Quarkus", - "componentName": "QuarkusIcon", - "slug": "quarkus" - }, - { - "originalTitle": "Quasar", - "componentName": "QuasarIcon", - "slug": "quasar" - }, - { - "originalTitle": "Qubes OS", - "componentName": "QubesOsIcon", - "slug": "qubesos" - }, - { - "originalTitle": "Quest", - "componentName": "QuestIcon", - "slug": "quest" - }, - { - "originalTitle": "QuickBooks", - "componentName": "QuickBooksIcon", - "slug": "quickbooks" - }, - { - "originalTitle": "QuickLook", - "componentName": "QuickLookIcon", - "slug": "quicklook" - }, - { - "originalTitle": "QuickTime", - "componentName": "QuickTimeIcon", - "slug": "quicktime" - }, - { - "originalTitle": "quicktype", - "componentName": "QuicktypeIcon", - "slug": "quicktype" - }, - { - "originalTitle": "Quip", - "componentName": "QuipIcon", - "slug": "quip" - }, - { - "originalTitle": "Quora", - "componentName": "QuoraIcon", - "slug": "quora" - }, - { - "originalTitle": "Qwant", - "componentName": "QwantIcon", - "slug": "qwant" - }, - { - "originalTitle": "Qwiklabs", - "componentName": "QwiklabsIcon", - "slug": "qwiklabs" - }, - { - "originalTitle": "Qzone", - "componentName": "QzoneIcon", - "slug": "qzone" - }, - { - "originalTitle": "R", - "componentName": "RIcon", - "slug": "r" - }, - { - "originalTitle": "R3", - "componentName": "R3Icon", - "slug": "r3" - }, - { - "originalTitle": "RabbitMQ", - "componentName": "RabbitMqIcon", - "slug": "rabbitmq" - }, - { - "originalTitle": "Racket", - "componentName": "RacketIcon", - "slug": "racket" - }, - { - "originalTitle": "RAD Studio", - "componentName": "RadStudioIcon", - "slug": "radstudio" - }, - { - "originalTitle": "Radar", - "componentName": "RadarIcon", - "slug": "radar" - }, - { - "originalTitle": "RadioPublic", - "componentName": "RadioPublicIcon", - "slug": "radiopublic" - }, - { - "originalTitle": "Radix UI", - "componentName": "RadixUiIcon", - "slug": "radixui" - }, - { - "originalTitle": "Railway", - "componentName": "RailwayIcon", - "slug": "railway" - }, - { - "originalTitle": "Rainmeter", - "componentName": "RainmeterIcon", - "slug": "rainmeter" - }, - { - "originalTitle": "Rakuten", - "componentName": "RakutenIcon", - "slug": "rakuten" - }, - { - "originalTitle": "Ram", - "componentName": "RamIcon", - "slug": "ram" - }, - { - "originalTitle": "Rancher", - "componentName": "RancherIcon", - "slug": "rancher" - }, - { - "originalTitle": "Rapid", - "componentName": "RapidIcon", - "slug": "rapid" - }, - { - "originalTitle": "Rarible", - "componentName": "RaribleIcon", - "slug": "rarible" - }, - { - "originalTitle": "Rasa", - "componentName": "RasaIcon", - "slug": "rasa" - }, - { - "originalTitle": "Raspberry Pi", - "componentName": "RaspberryPiIcon", - "slug": "raspberrypi" - }, - { - "originalTitle": "Ravelry", - "componentName": "RavelryIcon", - "slug": "ravelry" - }, - { - "originalTitle": "Ray", - "componentName": "RayIcon", - "slug": "ray" - }, - { - "originalTitle": "Raycast", - "componentName": "RaycastIcon", - "slug": "raycast" - }, - { - "originalTitle": "Raylib", - "componentName": "RaylibIcon", - "slug": "raylib" - }, - { - "originalTitle": "Razer", - "componentName": "RazerIcon", - "slug": "razer" - }, - { - "originalTitle": "Razorpay", - "componentName": "RazorpayIcon", - "slug": "razorpay" - }, - { - "originalTitle": "React", - "componentName": "ReactIcon", - "slug": "react" - }, - { - "originalTitle": "React Hook Form", - "componentName": "ReactHookFormIcon", - "slug": "reacthookform" - }, - { - "originalTitle": "React Query", - "componentName": "ReactQueryIcon", - "slug": "reactquery" - }, - { - "originalTitle": "React Router", - "componentName": "ReactRouterIcon", - "slug": "reactrouter" - }, - { - "originalTitle": "React Table", - "componentName": "ReactTableIcon", - "slug": "reacttable" - }, - { - "originalTitle": "ReactiveX", - "componentName": "ReactiveXIcon", - "slug": "reactivex" - }, - { - "originalTitle": "ReactOS", - "componentName": "ReactOsIcon", - "slug": "reactos" - }, - { - "originalTitle": "Read the Docs", - "componentName": "ReadTheDocsIcon", - "slug": "readthedocs" - }, - { - "originalTitle": "Read.cv", - "componentName": "ReadDotcvIcon", - "slug": "readdotcv" - }, - { - "originalTitle": "ReadMe", - "componentName": "ReadMeIcon", - "slug": "readme" - }, - { - "originalTitle": "Realm", - "componentName": "RealmIcon", - "slug": "realm" - }, - { - "originalTitle": "Reason", - "componentName": "ReasonIcon", - "slug": "reason" - }, - { - "originalTitle": "Reason Studios", - "componentName": "ReasonStudiosIcon", - "slug": "reasonstudios" - }, - { - "originalTitle": "Recoil", - "componentName": "RecoilIcon", - "slug": "recoil" - }, - { - "originalTitle": "Red", - "componentName": "RedIcon", - "slug": "red" - }, - { - "originalTitle": "Red Bull", - "componentName": "RedBullIcon", - "slug": "redbull" - }, - { - "originalTitle": "Red Hat", - "componentName": "RedHatIcon", - "slug": "redhat" - }, - { - "originalTitle": "Red Hat Open Shift", - "componentName": "RedHatOpenShiftIcon", - "slug": "redhatopenshift" - }, - { - "originalTitle": "Redbubble", - "componentName": "RedbubbleIcon", - "slug": "redbubble" - }, - { - "originalTitle": "Reddit", - "componentName": "RedditIcon", - "slug": "reddit" - }, - { - "originalTitle": "Redis", - "componentName": "RedisIcon", - "slug": "redis" - }, - { - "originalTitle": "Redmine", - "componentName": "RedmineIcon", - "slug": "redmine" - }, - { - "originalTitle": "Redox", - "componentName": "RedoxIcon", - "slug": "redox" - }, - { - "originalTitle": "Redux", - "componentName": "ReduxIcon", - "slug": "redux" - }, - { - "originalTitle": "Redux-Saga", - "componentName": "ReduxsagaIcon", - "slug": "reduxsaga" - }, - { - "originalTitle": "RedwoodJS", - "componentName": "RedwoodJsIcon", - "slug": "redwoodjs" - }, - { - "originalTitle": "Reebok", - "componentName": "ReebokIcon", - "slug": "reebok" - }, - { - "originalTitle": "Refine", - "componentName": "RefineIcon", - "slug": "refine" - }, - { - "originalTitle": "Relay", - "componentName": "RelayIcon", - "slug": "relay" - }, - { - "originalTitle": "Reliance Industries Limited", - "componentName": "RelianceIndustriesLimitedIcon", - "slug": "relianceindustrieslimited" - }, - { - "originalTitle": "remark", - "componentName": "RemarkIcon", - "slug": "remark" - }, - { - "originalTitle": "Remix", - "componentName": "RemixIcon", - "slug": "remix" - }, - { - "originalTitle": "Ren'Py", - "componentName": "RenpyIcon", - "slug": "renpy" - }, - { - "originalTitle": "Renault", - "componentName": "RenaultIcon", - "slug": "renault" - }, - { - "originalTitle": "Render", - "componentName": "RenderIcon", - "slug": "render" - }, - { - "originalTitle": "RenovateBot", - "componentName": "RenovateBotIcon", - "slug": "renovatebot" - }, - { - "originalTitle": "Renren", - "componentName": "RenrenIcon", - "slug": "renren" - }, - { - "originalTitle": "Replit", - "componentName": "ReplitIcon", - "slug": "replit" - }, - { - "originalTitle": "Republic of Gamers", - "componentName": "RepublicOfGamersIcon", - "slug": "republicofgamers" - }, - { - "originalTitle": "ReScript", - "componentName": "ReScriptIcon", - "slug": "rescript" - }, - { - "originalTitle": "RescueTime", - "componentName": "RescueTimeIcon", - "slug": "rescuetime" - }, - { - "originalTitle": "ResearchGate", - "componentName": "ResearchGateIcon", - "slug": "researchgate" - }, - { - "originalTitle": "Resend", - "componentName": "ResendIcon", - "slug": "resend" - }, - { - "originalTitle": "ReSharper", - "componentName": "ReSharperIcon", - "slug": "resharper" - }, - { - "originalTitle": "Resurrection Remix OS", - "componentName": "ResurrectionRemixOsIcon", - "slug": "resurrectionremixos" - }, - { - "originalTitle": "Retool", - "componentName": "RetoolIcon", - "slug": "retool" - }, - { - "originalTitle": "RetroArch", - "componentName": "RetroArchIcon", - "slug": "retroarch" - }, - { - "originalTitle": "RetroPie", - "componentName": "RetroPieIcon", - "slug": "retropie" - }, - { - "originalTitle": "ReVanced", - "componentName": "ReVancedIcon", - "slug": "revanced" - }, - { - "originalTitle": "reveal.js", - "componentName": "RevealDotjsIcon", - "slug": "revealdotjs" - }, - { - "originalTitle": "ReverbNation", - "componentName": "ReverbNationIcon", - "slug": "reverbnation" - }, - { - "originalTitle": "Revolt.chat", - "componentName": "RevoltDotchatIcon", - "slug": "revoltdotchat" - }, - { - "originalTitle": "Revolut", - "componentName": "RevolutIcon", - "slug": "revolut" - }, - { - "originalTitle": "Revue", - "componentName": "RevueIcon", - "slug": "revue" - }, - { - "originalTitle": "REWE", - "componentName": "ReweIcon", - "slug": "rewe" - }, - { - "originalTitle": "Rezgo", - "componentName": "RezgoIcon", - "slug": "rezgo" - }, - { - "originalTitle": "Rhinoceros", - "componentName": "RhinocerosIcon", - "slug": "rhinoceros" - }, - { - "originalTitle": "Rider", - "componentName": "RiderIcon", - "slug": "rider" - }, - { - "originalTitle": "Rimac Automobili", - "componentName": "RimacAutomobiliIcon", - "slug": "rimacautomobili" - }, - { - "originalTitle": "Ring", - "componentName": "RingIcon", - "slug": "ring" - }, - { - "originalTitle": "Riot Games", - "componentName": "RiotGamesIcon", - "slug": "riotgames" - }, - { - "originalTitle": "Ripple", - "componentName": "RippleIcon", - "slug": "ripple" - }, - { - "originalTitle": "RISC-V", - "componentName": "RiscvIcon", - "slug": "riscv" - }, - { - "originalTitle": "Riseup", - "componentName": "RiseupIcon", - "slug": "riseup" - }, - { - "originalTitle": "Ritz Carlton", - "componentName": "RitzCarltonIcon", - "slug": "ritzcarlton" - }, - { - "originalTitle": "Rive", - "componentName": "RiveIcon", - "slug": "rive" - }, - { - "originalTitle": "roadmap.sh", - "componentName": "RoadmapDotshIcon", - "slug": "roadmapdotsh" - }, - { - "originalTitle": "Roam Research", - "componentName": "RoamResearchIcon", - "slug": "roamresearch" - }, - { - "originalTitle": "Robinhood", - "componentName": "RobinhoodIcon", - "slug": "robinhood" - }, - { - "originalTitle": "Roblox", - "componentName": "RobloxIcon", - "slug": "roblox" - }, - { - "originalTitle": "Roblox Studio", - "componentName": "RobloxStudioIcon", - "slug": "robloxstudio" - }, - { - "originalTitle": "Robot Framework", - "componentName": "RobotFrameworkIcon", - "slug": "robotframework" - }, - { - "originalTitle": "Rocket.Chat", - "componentName": "RocketDotChatIcon", - "slug": "rocketdotchat" - }, - { - "originalTitle": "RocksDB", - "componentName": "RocksDbIcon", - "slug": "rocksdb" - }, - { - "originalTitle": "Rocky Linux", - "componentName": "RockyLinuxIcon", - "slug": "rockylinux" - }, - { - "originalTitle": "Roku", - "componentName": "RokuIcon", - "slug": "roku" - }, - { - "originalTitle": "Rolls-Royce", - "componentName": "RollsroyceIcon", - "slug": "rollsroyce" - }, - { - "originalTitle": "rollup.js", - "componentName": "RollupDotjsIcon", - "slug": "rollupdotjs" - }, - { - "originalTitle": "Rome", - "componentName": "RomeIcon", - "slug": "rome" - }, - { - "originalTitle": "Root Me", - "componentName": "RootMeIcon", - "slug": "rootme" - }, - { - "originalTitle": "Roots", - "componentName": "RootsIcon", - "slug": "roots" - }, - { - "originalTitle": "Roots Bedrock", - "componentName": "RootsBedrockIcon", - "slug": "rootsbedrock" - }, - { - "originalTitle": "Roots Sage", - "componentName": "RootsSageIcon", - "slug": "rootssage" - }, - { - "originalTitle": "ROS", - "componentName": "RosIcon", - "slug": "ros" - }, - { - "originalTitle": "Rossmann", - "componentName": "RossmannIcon", - "slug": "rossmann" - }, - { - "originalTitle": "Rotary International", - "componentName": "RotaryInternationalIcon", - "slug": "rotaryinternational" - }, - { - "originalTitle": "Rotten Tomatoes", - "componentName": "RottenTomatoesIcon", - "slug": "rottentomatoes" - }, - { - "originalTitle": "Roundcube", - "componentName": "RoundcubeIcon", - "slug": "roundcube" - }, - { - "originalTitle": "RSocket", - "componentName": "RSocketIcon", - "slug": "rsocket" - }, - { - "originalTitle": "RSS", - "componentName": "RssIcon", - "slug": "rss" - }, - { - "originalTitle": "RStudio", - "componentName": "RStudioIcon", - "slug": "rstudio" - }, - { - "originalTitle": "RTÉ", - "componentName": "RteIcon", - "slug": "rte" - }, - { - "originalTitle": "RTL", - "componentName": "RtlIcon", - "slug": "rtl" - }, - { - "originalTitle": "RTLZWEI", - "componentName": "RtlzweiIcon", - "slug": "rtlzwei" - }, - { - "originalTitle": "RTM", - "componentName": "RtmIcon", - "slug": "rtm" - }, - { - "originalTitle": "RuboCop", - "componentName": "RuboCopIcon", - "slug": "rubocop" - }, - { - "originalTitle": "Ruby", - "componentName": "RubyIcon", - "slug": "ruby" - }, - { - "originalTitle": "Ruby on Rails", - "componentName": "RubyOnRailsIcon", - "slug": "rubyonrails" - }, - { - "originalTitle": "Ruby Sinatra", - "componentName": "RubySinatraIcon", - "slug": "rubysinatra" - }, - { - "originalTitle": "RubyGems", - "componentName": "RubyGemsIcon", - "slug": "rubygems" - }, - { - "originalTitle": "Ruff", - "componentName": "RuffIcon", - "slug": "ruff" - }, - { - "originalTitle": "Rumble", - "componentName": "RumbleIcon", - "slug": "rumble" - }, - { - "originalTitle": "Rundeck", - "componentName": "RundeckIcon", - "slug": "rundeck" - }, - { - "originalTitle": "Runkeeper", - "componentName": "RunkeeperIcon", - "slug": "runkeeper" - }, - { - "originalTitle": "RunKit", - "componentName": "RunKitIcon", - "slug": "runkit" - }, - { - "originalTitle": "Runrun.it", - "componentName": "RunrunDotitIcon", - "slug": "runrundotit" - }, - { - "originalTitle": "Rust", - "componentName": "RustIcon", - "slug": "rust" - }, - { - "originalTitle": "RxDB", - "componentName": "RxDbIcon", - "slug": "rxdb" - }, - { - "originalTitle": "Ryanair", - "componentName": "RyanairIcon", - "slug": "ryanair" - }, - { - "originalTitle": "Rye", - "componentName": "RyeIcon", - "slug": "rye" - }, - { - "originalTitle": "S7 Airlines", - "componentName": "S7airlinesIcon", - "slug": "s7airlines" - }, - { - "originalTitle": "Sabanci", - "componentName": "SabanciIcon", - "slug": "sabanci" - }, - { - "originalTitle": "Safari", - "componentName": "SafariIcon", - "slug": "safari" - }, - { - "originalTitle": "Sage", - "componentName": "SageIcon", - "slug": "sage" - }, - { - "originalTitle": "Sahibinden", - "componentName": "SahibindenIcon", - "slug": "sahibinden" - }, - { - "originalTitle": "Sailfish OS", - "componentName": "SailfishOsIcon", - "slug": "sailfishos" - }, - { - "originalTitle": "Sails.js", - "componentName": "SailsDotjsIcon", - "slug": "sailsdotjs" - }, - { - "originalTitle": "Salesforce", - "componentName": "SalesforceIcon", - "slug": "salesforce" - }, - { - "originalTitle": "Salt Project", - "componentName": "SaltProjectIcon", - "slug": "saltproject" - }, - { - "originalTitle": "Sam's Club", - "componentName": "SamsclubIcon", - "slug": "samsclub" - }, - { - "originalTitle": "Samsung", - "componentName": "SamsungIcon", - "slug": "samsung" - }, - { - "originalTitle": "Samsung Pay", - "componentName": "SamsungPayIcon", - "slug": "samsungpay" - }, - { - "originalTitle": "San Francisco Municipal Railway", - "componentName": "SanFranciscoMunicipalRailwayIcon", - "slug": "sanfranciscomunicipalrailway" - }, - { - "originalTitle": "SanDisk", - "componentName": "SanDiskIcon", - "slug": "sandisk" - }, - { - "originalTitle": "Sanic", - "componentName": "SanicIcon", - "slug": "sanic" - }, - { - "originalTitle": "Sanity", - "componentName": "SanityIcon", - "slug": "sanity" - }, - { - "originalTitle": "São Paulo Metro", - "componentName": "SaopaulometroIcon", - "slug": "saopaulometro" - }, - { - "originalTitle": "SAP", - "componentName": "SapIcon", - "slug": "sap" - }, - { - "originalTitle": "Sass", - "componentName": "SassIcon", - "slug": "sass" - }, - { - "originalTitle": "Sat.1", - "componentName": "Sat1Icon", - "slug": "sat1" - }, - { - "originalTitle": "Satellite", - "componentName": "SatelliteIcon", - "slug": "satellite" - }, - { - "originalTitle": "Saturn", - "componentName": "SaturnIcon", - "slug": "saturn" - }, - { - "originalTitle": "Sauce Labs", - "componentName": "SauceLabsIcon", - "slug": "saucelabs" - }, - { - "originalTitle": "Scala", - "componentName": "ScalaIcon", - "slug": "scala" - }, - { - "originalTitle": "Scaleway", - "componentName": "ScalewayIcon", - "slug": "scaleway" - }, - { - "originalTitle": "Scania", - "componentName": "ScaniaIcon", - "slug": "scania" - }, - { - "originalTitle": "Schneider Electric", - "componentName": "SchneiderElectricIcon", - "slug": "schneiderelectric" - }, - { - "originalTitle": "scikit-learn", - "componentName": "ScikitlearnIcon", - "slug": "scikitlearn" - }, - { - "originalTitle": "SciPy", - "componentName": "SciPyIcon", - "slug": "scipy" - }, - { - "originalTitle": "Scopus", - "componentName": "ScopusIcon", - "slug": "scopus" - }, - { - "originalTitle": "SCP Foundation", - "componentName": "ScpFoundationIcon", - "slug": "scpfoundation" - }, - { - "originalTitle": "Scrapbox", - "componentName": "ScrapboxIcon", - "slug": "scrapbox" - }, - { - "originalTitle": "Scrapy", - "componentName": "ScrapyIcon", - "slug": "scrapy" - }, - { - "originalTitle": "Scratch", - "componentName": "ScratchIcon", - "slug": "scratch" - }, - { - "originalTitle": "Screencastify", - "componentName": "ScreencastifyIcon", - "slug": "screencastify" - }, - { - "originalTitle": "Scribd", - "componentName": "ScribdIcon", - "slug": "scribd" - }, - { - "originalTitle": "Scrimba", - "componentName": "ScrimbaIcon", - "slug": "scrimba" - }, - { - "originalTitle": "ScrollReveal", - "componentName": "ScrollRevealIcon", - "slug": "scrollreveal" - }, - { - "originalTitle": "Scrum Alliance", - "componentName": "ScrumAllianceIcon", - "slug": "scrumalliance" - }, - { - "originalTitle": "Scrutinizer CI", - "componentName": "ScrutinizerCiIcon", - "slug": "scrutinizerci" - }, - { - "originalTitle": "ScyllaDB", - "componentName": "ScyllaDbIcon", - "slug": "scylladb" - }, - { - "originalTitle": "Seagate", - "componentName": "SeagateIcon", - "slug": "seagate" - }, - { - "originalTitle": "SearXNG", - "componentName": "SearXngIcon", - "slug": "searxng" - }, - { - "originalTitle": "SEAT", - "componentName": "SeatIcon", - "slug": "seat" - }, - { - "originalTitle": "SeatGeek", - "componentName": "SeatGeekIcon", - "slug": "seatgeek" - }, - { - "originalTitle": "SecurityScorecard", - "componentName": "SecurityScorecardIcon", - "slug": "securityscorecard" - }, - { - "originalTitle": "Sefaria", - "componentName": "SefariaIcon", - "slug": "sefaria" - }, - { - "originalTitle": "Sega", - "componentName": "SegaIcon", - "slug": "sega" - }, - { - "originalTitle": "Selenium", - "componentName": "SeleniumIcon", - "slug": "selenium" - }, - { - "originalTitle": "Sellfy", - "componentName": "SellfyIcon", - "slug": "sellfy" - }, - { - "originalTitle": "Semantic Scholar", - "componentName": "SemanticScholarIcon", - "slug": "semanticscholar" - }, - { - "originalTitle": "Semantic UI", - "componentName": "SemanticUiIcon", - "slug": "semanticui" - }, - { - "originalTitle": "Semantic UI React", - "componentName": "SemanticUiReactIcon", - "slug": "semanticuireact" - }, - { - "originalTitle": "Semantic Web", - "componentName": "SemanticWebIcon", - "slug": "semanticweb" - }, - { - "originalTitle": "semantic-release", - "componentName": "SemanticreleaseIcon", - "slug": "semanticrelease" - }, - { - "originalTitle": "Semaphore CI", - "componentName": "SemaphoreCiIcon", - "slug": "semaphoreci" - }, - { - "originalTitle": "Semrush", - "componentName": "SemrushIcon", - "slug": "semrush" - }, - { - "originalTitle": "SemVer", - "componentName": "SemVerIcon", - "slug": "semver" - }, - { - "originalTitle": "Sencha", - "componentName": "SenchaIcon", - "slug": "sencha" - }, - { - "originalTitle": "Sennheiser", - "componentName": "SennheiserIcon", - "slug": "sennheiser" - }, - { - "originalTitle": "Sensu", - "componentName": "SensuIcon", - "slug": "sensu" - }, - { - "originalTitle": "Sentry", - "componentName": "SentryIcon", - "slug": "sentry" - }, - { - "originalTitle": "SEPA", - "componentName": "SepaIcon", - "slug": "sepa" - }, - { - "originalTitle": "Sequelize", - "componentName": "SequelizeIcon", - "slug": "sequelize" - }, - { - "originalTitle": "Server Fault", - "componentName": "ServerFaultIcon", - "slug": "serverfault" - }, - { - "originalTitle": "Serverless", - "componentName": "ServerlessIcon", - "slug": "serverless" - }, - { - "originalTitle": "Session", - "componentName": "SessionIcon", - "slug": "session" - }, - { - "originalTitle": "Sessionize", - "componentName": "SessionizeIcon", - "slug": "sessionize" - }, - { - "originalTitle": "Setapp", - "componentName": "SetappIcon", - "slug": "setapp" - }, - { - "originalTitle": "SFML", - "componentName": "SfmlIcon", - "slug": "sfml" - }, - { - "originalTitle": "shadcn/ui", - "componentName": "ShadcnuiIcon", - "slug": "shadcnui" - }, - { - "originalTitle": "Shadow", - "componentName": "ShadowIcon", - "slug": "shadow" - }, - { - "originalTitle": "Shanghai Metro", - "componentName": "ShanghaiMetroIcon", - "slug": "shanghaimetro" - }, - { - "originalTitle": "ShareX", - "componentName": "ShareXIcon", - "slug": "sharex" - }, - { - "originalTitle": "sharp", - "componentName": "SharpIcon", - "slug": "sharp" - }, - { - "originalTitle": "Shazam", - "componentName": "ShazamIcon", - "slug": "shazam" - }, - { - "originalTitle": "Shell", - "componentName": "ShellIcon", - "slug": "shell" - }, - { - "originalTitle": "Shelly", - "componentName": "ShellyIcon", - "slug": "shelly" - }, - { - "originalTitle": "Shenzhen Metro", - "componentName": "ShenzhenMetroIcon", - "slug": "shenzhenmetro" - }, - { - "originalTitle": "Shields.io", - "componentName": "ShieldsDotioIcon", - "slug": "shieldsdotio" - }, - { - "originalTitle": "Shikimori", - "componentName": "ShikimoriIcon", - "slug": "shikimori" - }, - { - "originalTitle": "Shopee", - "componentName": "ShopeeIcon", - "slug": "shopee" - }, - { - "originalTitle": "Shopify", - "componentName": "ShopifyIcon", - "slug": "shopify" - }, - { - "originalTitle": "Shopware", - "componentName": "ShopwareIcon", - "slug": "shopware" - }, - { - "originalTitle": "Shortcut", - "componentName": "ShortcutIcon", - "slug": "shortcut" - }, - { - "originalTitle": "Shotcut", - "componentName": "ShotcutIcon", - "slug": "shotcut" - }, - { - "originalTitle": "Showpad", - "componentName": "ShowpadIcon", - "slug": "showpad" - }, - { - "originalTitle": "Showtime", - "componentName": "ShowtimeIcon", - "slug": "showtime" - }, - { - "originalTitle": "Showwcase", - "componentName": "ShowwcaseIcon", - "slug": "showwcase" - }, - { - "originalTitle": "Shutterstock", - "componentName": "ShutterstockIcon", - "slug": "shutterstock" - }, - { - "originalTitle": "SideQuest", - "componentName": "SideQuestIcon", - "slug": "sidequest" - }, - { - "originalTitle": "Siemens", - "componentName": "SiemensIcon", - "slug": "siemens" - }, - { - "originalTitle": "SiFive", - "componentName": "SiFiveIcon", - "slug": "sifive" - }, - { - "originalTitle": "Signal", - "componentName": "SignalIcon", - "slug": "signal" - }, - { - "originalTitle": "Similarweb", - "componentName": "SimilarwebIcon", - "slug": "similarweb" - }, - { - "originalTitle": "Simkl", - "componentName": "SimklIcon", - "slug": "simkl" - }, - { - "originalTitle": "Simple Analytics", - "componentName": "SimpleAnalyticsIcon", - "slug": "simpleanalytics" - }, - { - "originalTitle": "Simple Icons", - "componentName": "SimpleIconsIcon", - "slug": "simpleicons" - }, - { - "originalTitle": "SimpleLogin", - "componentName": "SimpleLoginIcon", - "slug": "simplelogin" - }, - { - "originalTitle": "Simplenote", - "componentName": "SimplenoteIcon", - "slug": "simplenote" - }, - { - "originalTitle": "Sina Weibo", - "componentName": "SinaWeiboIcon", - "slug": "sinaweibo" - }, - { - "originalTitle": "Singapore Airlines", - "componentName": "SingaporeAirlinesIcon", - "slug": "singaporeairlines" - }, - { - "originalTitle": "SingleStore", - "componentName": "SingleStoreIcon", - "slug": "singlestore" - }, - { - "originalTitle": "Sitecore", - "componentName": "SitecoreIcon", - "slug": "sitecore" - }, - { - "originalTitle": "SitePoint", - "componentName": "SitePointIcon", - "slug": "sitepoint" - }, - { - "originalTitle": "SiYuan", - "componentName": "SiYuanIcon", - "slug": "siyuan" - }, - { - "originalTitle": "Skaffold", - "componentName": "SkaffoldIcon", - "slug": "skaffold" - }, - { - "originalTitle": "Sketch", - "componentName": "SketchIcon", - "slug": "sketch" - }, - { - "originalTitle": "Sketchfab", - "componentName": "SketchfabIcon", - "slug": "sketchfab" - }, - { - "originalTitle": "SketchUp", - "componentName": "SketchUpIcon", - "slug": "sketchup" - }, - { - "originalTitle": "Skillshare", - "componentName": "SkillshareIcon", - "slug": "skillshare" - }, - { - "originalTitle": "ŠKODA", - "componentName": "SkodaIcon", - "slug": "skoda" - }, - { - "originalTitle": "Sky", - "componentName": "SkyIcon", - "slug": "sky" - }, - { - "originalTitle": "Skynet", - "componentName": "SkynetIcon", - "slug": "skynet" - }, - { - "originalTitle": "Skypack", - "componentName": "SkypackIcon", - "slug": "skypack" - }, - { - "originalTitle": "Skype", - "componentName": "SkypeIcon", - "slug": "skype" - }, - { - "originalTitle": "Skype for Business", - "componentName": "SkypeForBusinessIcon", - "slug": "skypeforbusiness" - }, - { - "originalTitle": "Skyrock", - "componentName": "SkyrockIcon", - "slug": "skyrock" - }, - { - "originalTitle": "Slack", - "componentName": "SlackIcon", - "slug": "slack" - }, - { - "originalTitle": "Slackware", - "componentName": "SlackwareIcon", - "slug": "slackware" - }, - { - "originalTitle": "Slashdot", - "componentName": "SlashdotIcon", - "slug": "slashdot" - }, - { - "originalTitle": "SlickPic", - "componentName": "SlickPicIcon", - "slug": "slickpic" - }, - { - "originalTitle": "Slides", - "componentName": "SlidesIcon", - "slug": "slides" - }, - { - "originalTitle": "SlideShare", - "componentName": "SlideShareIcon", - "slug": "slideshare" - }, - { - "originalTitle": "Slint", - "componentName": "SlintIcon", - "slug": "slint" - }, - { - "originalTitle": "smart", - "componentName": "SmartIcon", - "slug": "smart" - }, - { - "originalTitle": "SmartThings", - "componentName": "SmartThingsIcon", - "slug": "smartthings" - }, - { - "originalTitle": "smash.gg", - "componentName": "SmashDotggIcon", - "slug": "smashdotgg" - }, - { - "originalTitle": "Smashing Magazine", - "componentName": "SmashingMagazineIcon", - "slug": "smashingmagazine" - }, - { - "originalTitle": "SMRT", - "componentName": "SmrtIcon", - "slug": "smrt" - }, - { - "originalTitle": "SmugMug", - "componentName": "SmugMugIcon", - "slug": "smugmug" - }, - { - "originalTitle": "Snapchat", - "componentName": "SnapchatIcon", - "slug": "snapchat" - }, - { - "originalTitle": "Snapcraft", - "componentName": "SnapcraftIcon", - "slug": "snapcraft" - }, - { - "originalTitle": "SNCF", - "componentName": "SncfIcon", - "slug": "sncf" - }, - { - "originalTitle": "Snowflake", - "componentName": "SnowflakeIcon", - "slug": "snowflake" - }, - { - "originalTitle": "Snowpack", - "componentName": "SnowpackIcon", - "slug": "snowpack" - }, - { - "originalTitle": "Snyk", - "componentName": "SnykIcon", - "slug": "snyk" - }, - { - "originalTitle": "Social Blade", - "componentName": "SocialBladeIcon", - "slug": "socialblade" - }, - { - "originalTitle": "Society6", - "componentName": "Society6Icon", - "slug": "society6" - }, - { - "originalTitle": "Socket.io", - "componentName": "SocketDotioIcon", - "slug": "socketdotio" - }, - { - "originalTitle": "Softpedia", - "componentName": "SoftpediaIcon", - "slug": "softpedia" - }, - { - "originalTitle": "Sogou", - "componentName": "SogouIcon", - "slug": "sogou" - }, - { - "originalTitle": "Solid", - "componentName": "SolidIcon", - "slug": "solid" - }, - { - "originalTitle": "Solidity", - "componentName": "SolidityIcon", - "slug": "solidity" - }, - { - "originalTitle": "Sololearn", - "componentName": "SololearnIcon", - "slug": "sololearn" - }, - { - "originalTitle": "Solus", - "componentName": "SolusIcon", - "slug": "solus" - }, - { - "originalTitle": "Sonar", - "componentName": "SonarIcon", - "slug": "sonar" - }, - { - "originalTitle": "SonarCloud", - "componentName": "SonarCloudIcon", - "slug": "sonarcloud" - }, - { - "originalTitle": "SonarLint", - "componentName": "SonarLintIcon", - "slug": "sonarlint" - }, - { - "originalTitle": "SonarQube", - "componentName": "SonarQubeIcon", - "slug": "sonarqube" - }, - { - "originalTitle": "Sonatype", - "componentName": "SonatypeIcon", - "slug": "sonatype" - }, - { - "originalTitle": "Songkick", - "componentName": "SongkickIcon", - "slug": "songkick" - }, - { - "originalTitle": "Songoda", - "componentName": "SongodaIcon", - "slug": "songoda" - }, - { - "originalTitle": "SonicWall", - "componentName": "SonicWallIcon", - "slug": "sonicwall" - }, - { - "originalTitle": "Sonos", - "componentName": "SonosIcon", - "slug": "sonos" - }, - { - "originalTitle": "Sony", - "componentName": "SonyIcon", - "slug": "sony" - }, - { - "originalTitle": "Soriana", - "componentName": "SorianaIcon", - "slug": "soriana" - }, - { - "originalTitle": "Soundcharts", - "componentName": "SoundchartsIcon", - "slug": "soundcharts" - }, - { - "originalTitle": "SoundCloud", - "componentName": "SoundCloudIcon", - "slug": "soundcloud" - }, - { - "originalTitle": "Source Engine", - "componentName": "SourceEngineIcon", - "slug": "sourceengine" - }, - { - "originalTitle": "SourceForge", - "componentName": "SourceForgeIcon", - "slug": "sourceforge" - }, - { - "originalTitle": "SourceHut", - "componentName": "SourceHutIcon", - "slug": "sourcehut" - }, - { - "originalTitle": "Sourcetree", - "componentName": "SourcetreeIcon", - "slug": "sourcetree" - }, - { - "originalTitle": "Southwest Airlines", - "componentName": "SouthwestAirlinesIcon", - "slug": "southwestairlines" - }, - { - "originalTitle": "Spacemacs", - "componentName": "SpacemacsIcon", - "slug": "spacemacs" - }, - { - "originalTitle": "SpaceX", - "componentName": "SpaceXIcon", - "slug": "spacex" - }, - { - "originalTitle": "spaCy", - "componentName": "SpaCyIcon", - "slug": "spacy" - }, - { - "originalTitle": "Spark AR", - "componentName": "SparkArIcon", - "slug": "sparkar" - }, - { - "originalTitle": "Sparkasse", - "componentName": "SparkasseIcon", - "slug": "sparkasse" - }, - { - "originalTitle": "SparkFun", - "componentName": "SparkFunIcon", - "slug": "sparkfun" - }, - { - "originalTitle": "SparkPost", - "componentName": "SparkPostIcon", - "slug": "sparkpost" - }, - { - "originalTitle": "SPDX", - "componentName": "SpdxIcon", - "slug": "spdx" - }, - { - "originalTitle": "Speaker Deck", - "componentName": "SpeakerDeckIcon", - "slug": "speakerdeck" - }, - { - "originalTitle": "Spectrum", - "componentName": "SpectrumIcon", - "slug": "spectrum" - }, - { - "originalTitle": "Speedtest", - "componentName": "SpeedtestIcon", - "slug": "speedtest" - }, - { - "originalTitle": "SpeedyPage", - "componentName": "SpeedyPageIcon", - "slug": "speedypage" - }, - { - "originalTitle": "Sphere Online Judge", - "componentName": "SpojIcon", - "slug": "spoj" - }, - { - "originalTitle": "Sphinx", - "componentName": "SphinxIcon", - "slug": "sphinx" - }, - { - "originalTitle": "SpigotMC", - "componentName": "SpigotMcIcon", - "slug": "spigotmc" - }, - { - "originalTitle": "Spinnaker", - "componentName": "SpinnakerIcon", - "slug": "spinnaker" - }, - { - "originalTitle": "Spinrilla", - "componentName": "SpinrillaIcon", - "slug": "spinrilla" - }, - { - "originalTitle": "Splunk", - "componentName": "SplunkIcon", - "slug": "splunk" - }, - { - "originalTitle": "Spond", - "componentName": "SpondIcon", - "slug": "spond" - }, - { - "originalTitle": "Spotify", - "componentName": "SpotifyIcon", - "slug": "spotify" - }, - { - "originalTitle": "Spotlight", - "componentName": "SpotlightIcon", - "slug": "spotlight" - }, - { - "originalTitle": "Spreadshirt", - "componentName": "SpreadshirtIcon", - "slug": "spreadshirt" - }, - { - "originalTitle": "Spreaker", - "componentName": "SpreakerIcon", - "slug": "spreaker" - }, - { - "originalTitle": "Spring", - "componentName": "SpringIcon", - "slug": "spring" - }, - { - "originalTitle": "Spring", - "componentName": "SpringCreatorsIcon", - "slug": "spring_creators" - }, - { - "originalTitle": "Spring Boot", - "componentName": "SpringBootIcon", - "slug": "springboot" - }, - { - "originalTitle": "Spring Security", - "componentName": "SpringSecurityIcon", - "slug": "springsecurity" - }, - { - "originalTitle": "Spyder IDE", - "componentName": "SpyderIdeIcon", - "slug": "spyderide" - }, - { - "originalTitle": "SQLAlchemy", - "componentName": "SqlAlchemyIcon", - "slug": "sqlalchemy" - }, - { - "originalTitle": "SQLite", - "componentName": "SqLiteIcon", - "slug": "sqlite" - }, - { - "originalTitle": "Square", - "componentName": "SquareIcon", - "slug": "square" - }, - { - "originalTitle": "Square Enix", - "componentName": "SquareEnixIcon", - "slug": "squareenix" - }, - { - "originalTitle": "Squarespace", - "componentName": "SquarespaceIcon", - "slug": "squarespace" - }, - { - "originalTitle": "SRG SSR", - "componentName": "SrgSsrIcon", - "slug": "srgssr" - }, - { - "originalTitle": "SSRN", - "componentName": "SsrnIcon", - "slug": "ssrn" - }, - { - "originalTitle": "SST", - "componentName": "SstIcon", - "slug": "sst" - }, - { - "originalTitle": "Stack Exchange", - "componentName": "StackExchangeIcon", - "slug": "stackexchange" - }, - { - "originalTitle": "Stack Overflow", - "componentName": "StackOverflowIcon", - "slug": "stackoverflow" - }, - { - "originalTitle": "Stackbit", - "componentName": "StackbitIcon", - "slug": "stackbit" - }, - { - "originalTitle": "StackBlitz", - "componentName": "StackBlitzIcon", - "slug": "stackblitz" - }, - { - "originalTitle": "StackEdit", - "componentName": "StackEditIcon", - "slug": "stackedit" - }, - { - "originalTitle": "StackHawk", - "componentName": "StackHawkIcon", - "slug": "stackhawk" - }, - { - "originalTitle": "StackPath", - "componentName": "StackPathIcon", - "slug": "stackpath" - }, - { - "originalTitle": "StackShare", - "componentName": "StackShareIcon", - "slug": "stackshare" - }, - { - "originalTitle": "Stadia", - "componentName": "StadiaIcon", - "slug": "stadia" - }, - { - "originalTitle": "Staffbase", - "componentName": "StaffbaseIcon", - "slug": "staffbase" - }, - { - "originalTitle": "Stagetimer", - "componentName": "StagetimerIcon", - "slug": "stagetimer" - }, - { - "originalTitle": "Standard Resume", - "componentName": "StandardResumeIcon", - "slug": "standardresume" - }, - { - "originalTitle": "StandardJS", - "componentName": "StandardJsIcon", - "slug": "standardjs" - }, - { - "originalTitle": "Star Trek", - "componentName": "StarTrekIcon", - "slug": "startrek" - }, - { - "originalTitle": "Starbucks", - "componentName": "StarbucksIcon", - "slug": "starbucks" - }, - { - "originalTitle": "Stardock", - "componentName": "StardockIcon", - "slug": "stardock" - }, - { - "originalTitle": "Starling Bank", - "componentName": "StarlingBankIcon", - "slug": "starlingbank" - }, - { - "originalTitle": "Starship", - "componentName": "StarshipIcon", - "slug": "starship" - }, - { - "originalTitle": "STARZ", - "componentName": "StarzIcon", - "slug": "starz" - }, - { - "originalTitle": "Statamic", - "componentName": "StatamicIcon", - "slug": "statamic" - }, - { - "originalTitle": "Statuspage", - "componentName": "StatuspageIcon", - "slug": "statuspage" - }, - { - "originalTitle": "Statuspal", - "componentName": "StatuspalIcon", - "slug": "statuspal" - }, - { - "originalTitle": "Steam", - "componentName": "SteamIcon", - "slug": "steam" - }, - { - "originalTitle": "Steam Deck", - "componentName": "SteamDeckIcon", - "slug": "steamdeck" - }, - { - "originalTitle": "SteamDB", - "componentName": "SteamDbIcon", - "slug": "steamdb" - }, - { - "originalTitle": "Steamworks", - "componentName": "SteamworksIcon", - "slug": "steamworks" - }, - { - "originalTitle": "Steelseries", - "componentName": "SteelseriesIcon", - "slug": "steelseries" - }, - { - "originalTitle": "Steem", - "componentName": "SteemIcon", - "slug": "steem" - }, - { - "originalTitle": "Steemit", - "componentName": "SteemitIcon", - "slug": "steemit" - }, - { - "originalTitle": "Steinberg", - "componentName": "SteinbergIcon", - "slug": "steinberg" - }, - { - "originalTitle": "Stellar", - "componentName": "StellarIcon", - "slug": "stellar" - }, - { - "originalTitle": "Stencyl", - "componentName": "StencylIcon", - "slug": "stencyl" - }, - { - "originalTitle": "Stimulus", - "componentName": "StimulusIcon", - "slug": "stimulus" - }, - { - "originalTitle": "Stitcher", - "componentName": "StitcherIcon", - "slug": "stitcher" - }, - { - "originalTitle": "STMicroelectronics", - "componentName": "StMicroelectronicsIcon", - "slug": "stmicroelectronics" - }, - { - "originalTitle": "StockX", - "componentName": "StockXIcon", - "slug": "stockx" - }, - { - "originalTitle": "StopStalk", - "componentName": "StopStalkIcon", - "slug": "stopstalk" - }, - { - "originalTitle": "Storyblok", - "componentName": "StoryblokIcon", - "slug": "storyblok" - }, - { - "originalTitle": "Storybook", - "componentName": "StorybookIcon", - "slug": "storybook" - }, - { - "originalTitle": "Strapi", - "componentName": "StrapiIcon", - "slug": "strapi" - }, - { - "originalTitle": "Strava", - "componentName": "StravaIcon", - "slug": "strava" - }, - { - "originalTitle": "Streamlabs", - "componentName": "StreamlabsIcon", - "slug": "streamlabs" - }, - { - "originalTitle": "Streamlit", - "componentName": "StreamlitIcon", - "slug": "streamlit" - }, - { - "originalTitle": "StreamRunners", - "componentName": "StreamRunnersIcon", - "slug": "streamrunners" - }, - { - "originalTitle": "Stripe", - "componentName": "StripeIcon", - "slug": "stripe" - }, - { - "originalTitle": "strongSwan", - "componentName": "StrongSwanIcon", - "slug": "strongswan" - }, - { - "originalTitle": "Stryker", - "componentName": "StrykerIcon", - "slug": "stryker" - }, - { - "originalTitle": "StubHub", - "componentName": "StubHubIcon", - "slug": "stubhub" - }, - { - "originalTitle": "Studio 3T", - "componentName": "Studio3tIcon", - "slug": "studio3t" - }, - { - "originalTitle": "Studyverse", - "componentName": "StudyverseIcon", - "slug": "studyverse" - }, - { - "originalTitle": "styled-components", - "componentName": "StyledcomponentsIcon", - "slug": "styledcomponents" - }, - { - "originalTitle": "stylelint", - "componentName": "StylelintIcon", - "slug": "stylelint" - }, - { - "originalTitle": "StyleShare", - "componentName": "StyleShareIcon", - "slug": "styleshare" - }, - { - "originalTitle": "Stylus", - "componentName": "StylusIcon", - "slug": "stylus" - }, - { - "originalTitle": "Subaru", - "componentName": "SubaruIcon", - "slug": "subaru" - }, - { - "originalTitle": "Sublime Text", - "componentName": "SublimeTextIcon", - "slug": "sublimetext" - }, - { - "originalTitle": "Substack", - "componentName": "SubstackIcon", - "slug": "substack" - }, - { - "originalTitle": "Subtitle Edit", - "componentName": "SubtitleEditIcon", - "slug": "subtitleedit" - }, - { - "originalTitle": "Subversion", - "componentName": "SubversionIcon", - "slug": "subversion" - }, - { - "originalTitle": "suckless", - "componentName": "SucklessIcon", - "slug": "suckless" - }, - { - "originalTitle": "Sumo Logic", - "componentName": "SumoLogicIcon", - "slug": "sumologic" - }, - { - "originalTitle": "Supabase", - "componentName": "SupabaseIcon", - "slug": "supabase" - }, - { - "originalTitle": "Super User", - "componentName": "SuperUserIcon", - "slug": "superuser" - }, - { - "originalTitle": "Supercrease", - "componentName": "SupercreaseIcon", - "slug": "supercrease" - }, - { - "originalTitle": "Supermicro", - "componentName": "SupermicroIcon", - "slug": "supermicro" - }, - { - "originalTitle": "SurrealDB", - "componentName": "SurrealDbIcon", - "slug": "surrealdb" - }, - { - "originalTitle": "SurveyMonkey", - "componentName": "SurveyMonkeyIcon", - "slug": "surveymonkey" - }, - { - "originalTitle": "SUSE", - "componentName": "SuseIcon", - "slug": "suse" - }, - { - "originalTitle": "Suzuki", - "componentName": "SuzukiIcon", - "slug": "suzuki" - }, - { - "originalTitle": "Svelte", - "componentName": "SvelteIcon", - "slug": "svelte" - }, - { - "originalTitle": "SVG", - "componentName": "SvgIcon", - "slug": "svg" - }, - { - "originalTitle": "SVG.js", - "componentName": "SvgDotjsIcon", - "slug": "svgdotjs" - }, - { - "originalTitle": "SVGO", - "componentName": "SvgoIcon", - "slug": "svgo" - }, - { - "originalTitle": "Swagger", - "componentName": "SwaggerIcon", - "slug": "swagger" - }, - { - "originalTitle": "Swarm", - "componentName": "SwarmIcon", - "slug": "swarm" - }, - { - "originalTitle": "SWC", - "componentName": "SwcIcon", - "slug": "swc" - }, - { - "originalTitle": "Swift", - "componentName": "SwiftIcon", - "slug": "swift" - }, - { - "originalTitle": "Swiggy", - "componentName": "SwiggyIcon", - "slug": "swiggy" - }, - { - "originalTitle": "Swiper", - "componentName": "SwiperIcon", - "slug": "swiper" - }, - { - "originalTitle": "SWR", - "componentName": "SwrIcon", - "slug": "swr" - }, - { - "originalTitle": "Symantec", - "componentName": "SymantecIcon", - "slug": "symantec" - }, - { - "originalTitle": "Symbolab", - "componentName": "SymbolabIcon", - "slug": "symbolab" - }, - { - "originalTitle": "Symfony", - "componentName": "SymfonyIcon", - "slug": "symfony" - }, - { - "originalTitle": "Symphony", - "componentName": "SymphonyIcon", - "slug": "symphony" - }, - { - "originalTitle": "SymPy", - "componentName": "SymPyIcon", - "slug": "sympy" - }, - { - "originalTitle": "Synology", - "componentName": "SynologyIcon", - "slug": "synology" - }, - { - "originalTitle": "System76", - "componentName": "System76Icon", - "slug": "system76" - }, - { - "originalTitle": "T-Mobile", - "componentName": "TmobileIcon", - "slug": "tmobile" - }, - { - "originalTitle": "Tabelog", - "componentName": "TabelogIcon", - "slug": "tabelog" - }, - { - "originalTitle": "Tableau", - "componentName": "TableauIcon", - "slug": "tableau" - }, - { - "originalTitle": "TableCheck", - "componentName": "TableCheckIcon", - "slug": "tablecheck" - }, - { - "originalTitle": "Taco Bell", - "componentName": "TacoBellIcon", - "slug": "tacobell" - }, - { - "originalTitle": "tado°", - "componentName": "TadoIcon", - "slug": "tado" - }, - { - "originalTitle": "Taichi Graphics", - "componentName": "TaichiGraphicsIcon", - "slug": "taichigraphics" - }, - { - "originalTitle": "Taichi Lang", - "componentName": "TaichiLangIcon", - "slug": "taichilang" - }, - { - "originalTitle": "Tails", - "componentName": "TailsIcon", - "slug": "tails" - }, - { - "originalTitle": "Tailwind CSS", - "componentName": "TailwindCssIcon", - "slug": "tailwindcss" - }, - { - "originalTitle": "Talend", - "componentName": "TalendIcon", - "slug": "talend" - }, - { - "originalTitle": "Talenthouse", - "componentName": "TalenthouseIcon", - "slug": "talenthouse" - }, - { - "originalTitle": "Tamiya", - "componentName": "TamiyaIcon", - "slug": "tamiya" - }, - { - "originalTitle": "Tampermonkey", - "componentName": "TampermonkeyIcon", - "slug": "tampermonkey" - }, - { - "originalTitle": "Taobao", - "componentName": "TaobaoIcon", - "slug": "taobao" - }, - { - "originalTitle": "Tapas", - "componentName": "TapasIcon", - "slug": "tapas" - }, - { - "originalTitle": "Target", - "componentName": "TargetIcon", - "slug": "target" - }, - { - "originalTitle": "Task", - "componentName": "TaskIcon", - "slug": "task" - }, - { - "originalTitle": "Tasmota", - "componentName": "TasmotaIcon", - "slug": "tasmota" - }, - { - "originalTitle": "Tata", - "componentName": "TataIcon", - "slug": "tata" - }, - { - "originalTitle": "Tata Consultancy Services", - "componentName": "TcsIcon", - "slug": "tcs" - }, - { - "originalTitle": "Tauri", - "componentName": "TauriIcon", - "slug": "tauri" - }, - { - "originalTitle": "TaxBuzz", - "componentName": "TaxBuzzIcon", - "slug": "taxbuzz" - }, - { - "originalTitle": "TeamCity", - "componentName": "TeamCityIcon", - "slug": "teamcity" - }, - { - "originalTitle": "TeamSpeak", - "componentName": "TeamSpeakIcon", - "slug": "teamspeak" - }, - { - "originalTitle": "TeamViewer", - "componentName": "TeamViewerIcon", - "slug": "teamviewer" - }, - { - "originalTitle": "TED", - "componentName": "TedIcon", - "slug": "ted" - }, - { - "originalTitle": "Teespring", - "componentName": "TeespringIcon", - "slug": "teespring" - }, - { - "originalTitle": "Tekton", - "componentName": "TektonIcon", - "slug": "tekton" - }, - { - "originalTitle": "TELE 5", - "componentName": "Tele5Icon", - "slug": "tele5" - }, - { - "originalTitle": "Télé-Québec", - "componentName": "TelequebecIcon", - "slug": "telequebec" - }, - { - "originalTitle": "Telegram", - "componentName": "TelegramIcon", - "slug": "telegram" - }, - { - "originalTitle": "Telegraph", - "componentName": "TelegraphIcon", - "slug": "telegraph" - }, - { - "originalTitle": "Temporal", - "componentName": "TemporalIcon", - "slug": "temporal" - }, - { - "originalTitle": "Tencent QQ", - "componentName": "TencentQqIcon", - "slug": "tencentqq" - }, - { - "originalTitle": "TensorFlow", - "componentName": "TensorFlowIcon", - "slug": "tensorflow" - }, - { - "originalTitle": "Teradata", - "componentName": "TeradataIcon", - "slug": "teradata" - }, - { - "originalTitle": "teratail", - "componentName": "TeratailIcon", - "slug": "teratail" - }, - { - "originalTitle": "Termius", - "componentName": "TermiusIcon", - "slug": "termius" - }, - { - "originalTitle": "Terraform", - "componentName": "TerraformIcon", - "slug": "terraform" - }, - { - "originalTitle": "Tesco", - "componentName": "TescoIcon", - "slug": "tesco" - }, - { - "originalTitle": "Tesla", - "componentName": "TeslaIcon", - "slug": "tesla" - }, - { - "originalTitle": "TestCafe", - "componentName": "TestCafeIcon", - "slug": "testcafe" - }, - { - "originalTitle": "Testin", - "componentName": "TestinIcon", - "slug": "testin" - }, - { - "originalTitle": "Testing Library", - "componentName": "TestingLibraryIcon", - "slug": "testinglibrary" - }, - { - "originalTitle": "TestRail", - "componentName": "TestRailIcon", - "slug": "testrail" - }, - { - "originalTitle": "Tether", - "componentName": "TetherIcon", - "slug": "tether" - }, - { - "originalTitle": "Textpattern", - "componentName": "TextpatternIcon", - "slug": "textpattern" - }, - { - "originalTitle": "TGA", - "componentName": "TgaIcon", - "slug": "tga" - }, - { - "originalTitle": "Thangs", - "componentName": "ThangsIcon", - "slug": "thangs" - }, - { - "originalTitle": "The Algorithms", - "componentName": "TheAlgorithmsIcon", - "slug": "thealgorithms" - }, - { - "originalTitle": "The Conversation", - "componentName": "TheConversationIcon", - "slug": "theconversation" - }, - { - "originalTitle": "THE FINALS", - "componentName": "TheFinalsIcon", - "slug": "thefinals" - }, - { - "originalTitle": "The Irish Times", - "componentName": "TheIrishTimesIcon", - "slug": "theirishtimes" - }, - { - "originalTitle": "The Mighty", - "componentName": "TheMightyIcon", - "slug": "themighty" - }, - { - "originalTitle": "The Models Resource", - "componentName": "TheModelsResourceIcon", - "slug": "themodelsresource" - }, - { - "originalTitle": "The Movie Database", - "componentName": "TheMovieDatabaseIcon", - "slug": "themoviedatabase" - }, - { - "originalTitle": "The North Face", - "componentName": "TheNorthFaceIcon", - "slug": "thenorthface" - }, - { - "originalTitle": "The Odin Project", - "componentName": "TheOdinProjectIcon", - "slug": "theodinproject" - }, - { - "originalTitle": "The Register", - "componentName": "TheRegisterIcon", - "slug": "theregister" - }, - { - "originalTitle": "The Sounds Resource", - "componentName": "TheSoundsResourceIcon", - "slug": "thesoundsresource" - }, - { - "originalTitle": "The Spriters Resource", - "componentName": "TheSpritersResourceIcon", - "slug": "thespritersresource" - }, - { - "originalTitle": "The Washington Post", - "componentName": "TheWashingtonPostIcon", - "slug": "thewashingtonpost" - }, - { - "originalTitle": "Thingiverse", - "componentName": "ThingiverseIcon", - "slug": "thingiverse" - }, - { - "originalTitle": "ThinkPad", - "componentName": "ThinkPadIcon", - "slug": "thinkpad" - }, - { - "originalTitle": "Threadless", - "componentName": "ThreadlessIcon", - "slug": "threadless" - }, - { - "originalTitle": "Threads", - "componentName": "ThreadsIcon", - "slug": "threads" - }, - { - "originalTitle": "Three.js", - "componentName": "ThreeDotjsIcon", - "slug": "threedotjs" - }, - { - "originalTitle": "Threema", - "componentName": "ThreemaIcon", - "slug": "threema" - }, - { - "originalTitle": "Thumbtack", - "componentName": "ThumbtackIcon", - "slug": "thumbtack" - }, - { - "originalTitle": "Thunderbird", - "componentName": "ThunderbirdIcon", - "slug": "thunderbird" - }, - { - "originalTitle": "Thunderstore", - "componentName": "ThunderstoreIcon", - "slug": "thunderstore" - }, - { - "originalTitle": "Thurgauer Kantonalbank", - "componentName": "ThurgauerKantonalbankIcon", - "slug": "thurgauerkantonalbank" - }, - { - "originalTitle": "Thymeleaf", - "componentName": "ThymeleafIcon", - "slug": "thymeleaf" - }, - { - "originalTitle": "Ticketmaster", - "componentName": "TicketmasterIcon", - "slug": "ticketmaster" - }, - { - "originalTitle": "Tidal", - "componentName": "TidalIcon", - "slug": "tidal" - }, - { - "originalTitle": "TiddlyWiki", - "componentName": "TiddlyWikiIcon", - "slug": "tiddlywiki" - }, - { - "originalTitle": "Tide", - "componentName": "TideIcon", - "slug": "tide" - }, - { - "originalTitle": "Tidyverse", - "componentName": "TidyverseIcon", - "slug": "tidyverse" - }, - { - "originalTitle": "TietoEVRY", - "componentName": "TietoEvryIcon", - "slug": "tietoevry" - }, - { - "originalTitle": "TikTok", - "componentName": "TikTokIcon", - "slug": "tiktok" - }, - { - "originalTitle": "Tile", - "componentName": "TileIcon", - "slug": "tile" - }, - { - "originalTitle": "Timescale", - "componentName": "TimescaleIcon", - "slug": "timescale" - }, - { - "originalTitle": "Tina", - "componentName": "TinaIcon", - "slug": "tina" - }, - { - "originalTitle": "Tinder", - "componentName": "TinderIcon", - "slug": "tinder" - }, - { - "originalTitle": "Tindie", - "componentName": "TindieIcon", - "slug": "tindie" - }, - { - "originalTitle": "Tinkercad", - "componentName": "TinkercadIcon", - "slug": "tinkercad" - }, - { - "originalTitle": "TinyLetter", - "componentName": "TinyLetterIcon", - "slug": "tinyletter" - }, - { - "originalTitle": "Tistory", - "componentName": "TistoryIcon", - "slug": "tistory" - }, - { - "originalTitle": "tmux", - "componentName": "TmuxIcon", - "slug": "tmux" - }, - { - "originalTitle": "Todoist", - "componentName": "TodoistIcon", - "slug": "todoist" - }, - { - "originalTitle": "Toggl", - "componentName": "TogglIcon", - "slug": "toggl" - }, - { - "originalTitle": "Toggl Track", - "componentName": "TogglTrackIcon", - "slug": "toggltrack" - }, - { - "originalTitle": "Tokyo Metro", - "componentName": "TokyoMetroIcon", - "slug": "tokyometro" - }, - { - "originalTitle": "Toll", - "componentName": "TollIcon", - "slug": "toll" - }, - { - "originalTitle": "TOML", - "componentName": "TomlIcon", - "slug": "toml" - }, - { - "originalTitle": "Tomorrowland", - "componentName": "TomorrowlandIcon", - "slug": "tomorrowland" - }, - { - "originalTitle": "TON", - "componentName": "TonIcon", - "slug": "ton" - }, - { - "originalTitle": "Topcoder", - "componentName": "TopcoderIcon", - "slug": "topcoder" - }, - { - "originalTitle": "Toptal", - "componentName": "ToptalIcon", - "slug": "toptal" - }, - { - "originalTitle": "Tor Browser", - "componentName": "TorBrowserIcon", - "slug": "torbrowser" - }, - { - "originalTitle": "Tor Project", - "componentName": "TorProjectIcon", - "slug": "torproject" - }, - { - "originalTitle": "Toshiba", - "componentName": "ToshibaIcon", - "slug": "toshiba" - }, - { - "originalTitle": "TourBox", - "componentName": "TourBoxIcon", - "slug": "tourbox" - }, - { - "originalTitle": "Toyota", - "componentName": "ToyotaIcon", - "slug": "toyota" - }, - { - "originalTitle": "TP-Link", - "componentName": "TplinkIcon", - "slug": "tplink" - }, - { - "originalTitle": "tqdm", - "componentName": "TqdmIcon", - "slug": "tqdm" - }, - { - "originalTitle": "TradingView", - "componentName": "TradingViewIcon", - "slug": "tradingview" - }, - { - "originalTitle": "Traefik Mesh", - "componentName": "TraefikMeshIcon", - "slug": "traefikmesh" - }, - { - "originalTitle": "Traefik Proxy", - "componentName": "TraefikProxyIcon", - "slug": "traefikproxy" - }, - { - "originalTitle": "Trailforks", - "componentName": "TrailforksIcon", - "slug": "trailforks" - }, - { - "originalTitle": "TrainerRoad", - "componentName": "TrainerRoadIcon", - "slug": "trainerroad" - }, - { - "originalTitle": "Trakt", - "componentName": "TraktIcon", - "slug": "trakt" - }, - { - "originalTitle": "Transifex", - "componentName": "TransifexIcon", - "slug": "transifex" - }, - { - "originalTitle": "Transmission", - "componentName": "TransmissionIcon", - "slug": "transmission" - }, - { - "originalTitle": "Transport for Ireland", - "componentName": "TransportForIrelandIcon", - "slug": "transportforireland" - }, - { - "originalTitle": "Transport for London", - "componentName": "TransportForLondonIcon", - "slug": "transportforlondon" - }, - { - "originalTitle": "Travis CI", - "componentName": "TravisCiIcon", - "slug": "travisci" - }, - { - "originalTitle": "Treehouse", - "componentName": "TreehouseIcon", - "slug": "treehouse" - }, - { - "originalTitle": "Trello", - "componentName": "TrelloIcon", - "slug": "trello" - }, - { - "originalTitle": "Trend Micro", - "componentName": "TrendMicroIcon", - "slug": "trendmicro" - }, - { - "originalTitle": "Treyarch", - "componentName": "TreyarchIcon", - "slug": "treyarch" - }, - { - "originalTitle": "Tricentis", - "componentName": "TricentisIcon", - "slug": "tricentis" - }, - { - "originalTitle": "Trilium", - "componentName": "TriliumIcon", - "slug": "trilium" - }, - { - "originalTitle": "Triller", - "componentName": "TrillerIcon", - "slug": "triller" - }, - { - "originalTitle": "TrillerTV", - "componentName": "TrillerTvIcon", - "slug": "trillertv" - }, - { - "originalTitle": "Trino", - "componentName": "TrinoIcon", - "slug": "trino" - }, - { - "originalTitle": "Trip.com", - "componentName": "TripDotcomIcon", - "slug": "tripdotcom" - }, - { - "originalTitle": "Tripadvisor", - "componentName": "TripadvisorIcon", - "slug": "tripadvisor" - }, - { - "originalTitle": "Trivy", - "componentName": "TrivyIcon", - "slug": "trivy" - }, - { - "originalTitle": "Trove", - "componentName": "TroveIcon", - "slug": "trove" - }, - { - "originalTitle": "tRPC", - "componentName": "TRpcIcon", - "slug": "trpc" - }, - { - "originalTitle": "TrueNAS", - "componentName": "TrueNasIcon", - "slug": "truenas" - }, - { - "originalTitle": "trulia", - "componentName": "TruliaIcon", - "slug": "trulia" - }, - { - "originalTitle": "Trusted Shops", - "componentName": "TrustedShopsIcon", - "slug": "trustedshops" - }, - { - "originalTitle": "Trustpilot", - "componentName": "TrustpilotIcon", - "slug": "trustpilot" - }, - { - "originalTitle": "Try It Online", - "componentName": "TryItOnlineIcon", - "slug": "tryitonline" - }, - { - "originalTitle": "TryHackMe", - "componentName": "TryHackMeIcon", - "slug": "tryhackme" - }, - { - "originalTitle": "ts-node", - "componentName": "TsnodeIcon", - "slug": "tsnode" - }, - { - "originalTitle": "Tubi", - "componentName": "TubiIcon", - "slug": "tubi" - }, - { - "originalTitle": "TUI", - "componentName": "TuiIcon", - "slug": "tui" - }, - { - "originalTitle": "Tumblr", - "componentName": "TumblrIcon", - "slug": "tumblr" - }, - { - "originalTitle": "TuneIn", - "componentName": "TuneInIcon", - "slug": "tunein" - }, - { - "originalTitle": "Turbo", - "componentName": "TurboIcon", - "slug": "turbo" - }, - { - "originalTitle": "Turborepo", - "componentName": "TurborepoIcon", - "slug": "turborepo" - }, - { - "originalTitle": "TurboSquid", - "componentName": "TurboSquidIcon", - "slug": "turbosquid" - }, - { - "originalTitle": "Turkish Airlines", - "componentName": "TurkishAirlinesIcon", - "slug": "turkishairlines" - }, - { - "originalTitle": "Turso", - "componentName": "TursoIcon", - "slug": "turso" - }, - { - "originalTitle": "Tutanota", - "componentName": "TutanotaIcon", - "slug": "tutanota" - }, - { - "originalTitle": "TV Time", - "componentName": "TvTimeIcon", - "slug": "tvtime" - }, - { - "originalTitle": "Twilio", - "componentName": "TwilioIcon", - "slug": "twilio" - }, - { - "originalTitle": "Twitch", - "componentName": "TwitchIcon", - "slug": "twitch" - }, - { - "originalTitle": "Twitter", - "componentName": "TwitterIcon", - "slug": "twitter" - }, - { - "originalTitle": "Typeform", - "componentName": "TypeformIcon", - "slug": "typeform" - }, - { - "originalTitle": "TypeScript", - "componentName": "TypeScriptIcon", - "slug": "typescript" - }, - { - "originalTitle": "TYPO3", - "componentName": "Typo3Icon", - "slug": "typo3" - }, - { - "originalTitle": "Uber", - "componentName": "UberIcon", - "slug": "uber" - }, - { - "originalTitle": "Uber Eats", - "componentName": "UberEatsIcon", - "slug": "ubereats" - }, - { - "originalTitle": "Ubiquiti", - "componentName": "UbiquitiIcon", - "slug": "ubiquiti" - }, - { - "originalTitle": "Ubisoft", - "componentName": "UbisoftIcon", - "slug": "ubisoft" - }, - { - "originalTitle": "uBlock Origin", - "componentName": "UBlockOriginIcon", - "slug": "ublockorigin" - }, - { - "originalTitle": "Ubuntu", - "componentName": "UbuntuIcon", - "slug": "ubuntu" - }, - { - "originalTitle": "Ubuntu MATE", - "componentName": "UbuntuMateIcon", - "slug": "ubuntumate" - }, - { - "originalTitle": "Udacity", - "componentName": "UdacityIcon", - "slug": "udacity" - }, - { - "originalTitle": "Udemy", - "componentName": "UdemyIcon", - "slug": "udemy" - }, - { - "originalTitle": "UFC", - "componentName": "UfcIcon", - "slug": "ufc" - }, - { - "originalTitle": "UIkit", - "componentName": "UIkitIcon", - "slug": "uikit" - }, - { - "originalTitle": "Ulule", - "componentName": "UluleIcon", - "slug": "ulule" - }, - { - "originalTitle": "Umami", - "componentName": "UmamiIcon", - "slug": "umami" - }, - { - "originalTitle": "Umbraco", - "componentName": "UmbracoIcon", - "slug": "umbraco" - }, - { - "originalTitle": "UML", - "componentName": "UmlIcon", - "slug": "uml" - }, - { - "originalTitle": "Unacademy", - "componentName": "UnacademyIcon", - "slug": "unacademy" - }, - { - "originalTitle": "Under Armour", - "componentName": "UnderArmourIcon", - "slug": "underarmour" - }, - { - "originalTitle": "Underscore.js", - "componentName": "UnderscoreDotjsIcon", - "slug": "underscoredotjs" - }, - { - "originalTitle": "Undertale", - "componentName": "UndertaleIcon", - "slug": "undertale" - }, - { - "originalTitle": "Unicode", - "componentName": "UnicodeIcon", - "slug": "unicode" - }, - { - "originalTitle": "Unilever", - "componentName": "UnileverIcon", - "slug": "unilever" - }, - { - "originalTitle": "Uniqlo", - "componentName": "UniqloIcon", - "slug": "uniqlo" - }, - { - "originalTitle": "Uniqlo", - "componentName": "UniqloJaIcon", - "slug": "uniqlo_ja" - }, - { - "originalTitle": "United Airlines", - "componentName": "UnitedAirlinesIcon", - "slug": "unitedairlines" - }, - { - "originalTitle": "United Nations", - "componentName": "UnitedNationsIcon", - "slug": "unitednations" - }, - { - "originalTitle": "Unity", - "componentName": "UnityIcon", - "slug": "unity" - }, - { - "originalTitle": "Unlicense", - "componentName": "UnlicenseIcon", - "slug": "unlicense" - }, - { - "originalTitle": "UnoCSS", - "componentName": "UnoCssIcon", - "slug": "unocss" - }, - { - "originalTitle": "Unraid", - "componentName": "UnraidIcon", - "slug": "unraid" - }, - { - "originalTitle": "Unreal Engine", - "componentName": "UnrealEngineIcon", - "slug": "unrealengine" - }, - { - "originalTitle": "Unsplash", - "componentName": "UnsplashIcon", - "slug": "unsplash" - }, - { - "originalTitle": "Untappd", - "componentName": "UntappdIcon", - "slug": "untappd" - }, - { - "originalTitle": "UpCloud", - "componentName": "UpCloudIcon", - "slug": "upcloud" - }, - { - "originalTitle": "UpLabs", - "componentName": "UpLabsIcon", - "slug": "uplabs" - }, - { - "originalTitle": "Upptime", - "componentName": "UpptimeIcon", - "slug": "upptime" - }, - { - "originalTitle": "UPS", - "componentName": "UpsIcon", - "slug": "ups" - }, - { - "originalTitle": "Upstash", - "componentName": "UpstashIcon", - "slug": "upstash" - }, - { - "originalTitle": "Uptime Kuma", - "componentName": "UptimeKumaIcon", - "slug": "uptimekuma" - }, - { - "originalTitle": "Uptobox", - "componentName": "UptoboxIcon", - "slug": "uptobox" - }, - { - "originalTitle": "Upwork", - "componentName": "UpworkIcon", - "slug": "upwork" - }, - { - "originalTitle": "USPS", - "componentName": "UspsIcon", - "slug": "usps" - }, - { - "originalTitle": "uTorrent", - "componentName": "UTorrentIcon", - "slug": "utorrent" - }, - { - "originalTitle": "V", - "componentName": "VIcon", - "slug": "v" - }, - { - "originalTitle": "V2EX", - "componentName": "V2exIcon", - "slug": "v2ex" - }, - { - "originalTitle": "V8", - "componentName": "V8Icon", - "slug": "v8" - }, - { - "originalTitle": "Vaadin", - "componentName": "VaadinIcon", - "slug": "vaadin" - }, - { - "originalTitle": "Vagrant", - "componentName": "VagrantIcon", - "slug": "vagrant" - }, - { - "originalTitle": "Vala", - "componentName": "ValaIcon", - "slug": "vala" - }, - { - "originalTitle": "Valorant", - "componentName": "ValorantIcon", - "slug": "valorant" - }, - { - "originalTitle": "Valve", - "componentName": "ValveIcon", - "slug": "valve" - }, - { - "originalTitle": "Vapor", - "componentName": "VaporIcon", - "slug": "vapor" - }, - { - "originalTitle": "Vault", - "componentName": "VaultIcon", - "slug": "vault" - }, - { - "originalTitle": "Vaultwarden", - "componentName": "VaultwardenIcon", - "slug": "vaultwarden" - }, - { - "originalTitle": "Vauxhall", - "componentName": "VauxhallIcon", - "slug": "vauxhall" - }, - { - "originalTitle": "vBulletin", - "componentName": "VBulletinIcon", - "slug": "vbulletin" - }, - { - "originalTitle": "Vector Logo Zone", - "componentName": "VectorLogoZoneIcon", - "slug": "vectorlogozone" - }, - { - "originalTitle": "Vectorworks", - "componentName": "VectorworksIcon", - "slug": "vectorworks" - }, - { - "originalTitle": "Veeam", - "componentName": "VeeamIcon", - "slug": "veeam" - }, - { - "originalTitle": "Veepee", - "componentName": "VeepeeIcon", - "slug": "veepee" - }, - { - "originalTitle": "Vega", - "componentName": "VegaIcon", - "slug": "vega" - }, - { - "originalTitle": "VEGAS", - "componentName": "VegasIcon", - "slug": "vegas" - }, - { - "originalTitle": "Velog", - "componentName": "VelogIcon", - "slug": "velog" - }, - { - "originalTitle": "Venmo", - "componentName": "VenmoIcon", - "slug": "venmo" - }, - { - "originalTitle": "Vercel", - "componentName": "VercelIcon", - "slug": "vercel" - }, - { - "originalTitle": "Verdaccio", - "componentName": "VerdaccioIcon", - "slug": "verdaccio" - }, - { - "originalTitle": "Veritas", - "componentName": "VeritasIcon", - "slug": "veritas" - }, - { - "originalTitle": "Verizon", - "componentName": "VerizonIcon", - "slug": "verizon" - }, - { - "originalTitle": "Vespa", - "componentName": "VespaIcon", - "slug": "vespa" - }, - { - "originalTitle": "VEXXHOST", - "componentName": "VexxhostIcon", - "slug": "vexxhost" - }, - { - "originalTitle": "vFairs", - "componentName": "VFairsIcon", - "slug": "vfairs" - }, - { - "originalTitle": "Viadeo", - "componentName": "ViadeoIcon", - "slug": "viadeo" - }, - { - "originalTitle": "Viaplay", - "componentName": "ViaplayIcon", - "slug": "viaplay" - }, - { - "originalTitle": "Viber", - "componentName": "ViberIcon", - "slug": "viber" - }, - { - "originalTitle": "Viblo", - "componentName": "VibloIcon", - "slug": "viblo" - }, - { - "originalTitle": "VictoriaMetrics", - "componentName": "VictoriaMetricsIcon", - "slug": "victoriametrics" - }, - { - "originalTitle": "Victron Energy", - "componentName": "VictronEnergyIcon", - "slug": "victronenergy" - }, - { - "originalTitle": "Vim", - "componentName": "VimIcon", - "slug": "vim" - }, - { - "originalTitle": "Vimeo", - "componentName": "VimeoIcon", - "slug": "vimeo" - }, - { - "originalTitle": "Vimeo Livestream", - "componentName": "VimeoLivestreamIcon", - "slug": "vimeolivestream" - }, - { - "originalTitle": "Virgin", - "componentName": "VirginIcon", - "slug": "virgin" - }, - { - "originalTitle": "Virgin Atlantic", - "componentName": "VirginAtlanticIcon", - "slug": "virginatlantic" - }, - { - "originalTitle": "Virgin Media", - "componentName": "VirginMediaIcon", - "slug": "virginmedia" - }, - { - "originalTitle": "VirtualBox", - "componentName": "VirtualBoxIcon", - "slug": "virtualbox" - }, - { - "originalTitle": "VirusTotal", - "componentName": "VirusTotalIcon", - "slug": "virustotal" - }, - { - "originalTitle": "Visa", - "componentName": "VisaIcon", - "slug": "visa" - }, - { - "originalTitle": "Visual Basic", - "componentName": "VisualBasicIcon", - "slug": "visualbasic" - }, - { - "originalTitle": "Visual Studio", - "componentName": "VisualStudioIcon", - "slug": "visualstudio" - }, - { - "originalTitle": "Visual Studio App Center", - "componentName": "VisualStudioAppCenterIcon", - "slug": "visualstudioappcenter" - }, - { - "originalTitle": "Visual Studio Code", - "componentName": "VisualStudioCodeIcon", - "slug": "visualstudiocode" - }, - { - "originalTitle": "Vite", - "componentName": "ViteIcon", - "slug": "vite" - }, - { - "originalTitle": "Vitess", - "componentName": "VitessIcon", - "slug": "vitess" - }, - { - "originalTitle": "Vitest", - "componentName": "VitestIcon", - "slug": "vitest" - }, - { - "originalTitle": "Viva Wallet", - "componentName": "VivaWalletIcon", - "slug": "vivawallet" - }, - { - "originalTitle": "Vivaldi", - "componentName": "VivaldiIcon", - "slug": "vivaldi" - }, - { - "originalTitle": "Vivino", - "componentName": "VivinoIcon", - "slug": "vivino" - }, - { - "originalTitle": "Vivint", - "componentName": "VivintIcon", - "slug": "vivint" - }, - { - "originalTitle": "VK", - "componentName": "VkIcon", - "slug": "vk" - }, - { - "originalTitle": "VLC media player", - "componentName": "VlcMediaPlayerIcon", - "slug": "vlcmediaplayer" - }, - { - "originalTitle": "VMware", - "componentName": "VMwareIcon", - "slug": "vmware" - }, - { - "originalTitle": "Vodafone", - "componentName": "VodafoneIcon", - "slug": "vodafone" - }, - { - "originalTitle": "Void Linux", - "componentName": "VoidLinuxIcon", - "slug": "voidlinux" - }, - { - "originalTitle": "VoIP.ms", - "componentName": "VoIpDotmsIcon", - "slug": "voipdotms" - }, - { - "originalTitle": "Volkswagen", - "componentName": "VolkswagenIcon", - "slug": "volkswagen" - }, - { - "originalTitle": "Volvo", - "componentName": "VolvoIcon", - "slug": "volvo" - }, - { - "originalTitle": "Vonage", - "componentName": "VonageIcon", - "slug": "vonage" - }, - { - "originalTitle": "Voron Design", - "componentName": "VoronDesignIcon", - "slug": "vorondesign" - }, - { - "originalTitle": "Vowpal Wabbit", - "componentName": "VowpalWabbitIcon", - "slug": "vowpalwabbit" - }, - { - "originalTitle": "VOX", - "componentName": "VoxIcon", - "slug": "vox" - }, - { - "originalTitle": "VSCO", - "componentName": "VscoIcon", - "slug": "vsco" - }, - { - "originalTitle": "VSCodium", - "componentName": "VsCodiumIcon", - "slug": "vscodium" - }, - { - "originalTitle": "VTEX", - "componentName": "VtexIcon", - "slug": "vtex" - }, - { - "originalTitle": "Vue.js", - "componentName": "VueDotjsIcon", - "slug": "vuedotjs" - }, - { - "originalTitle": "Vuetify", - "componentName": "VuetifyIcon", - "slug": "vuetify" - }, - { - "originalTitle": "Vulkan", - "componentName": "VulkanIcon", - "slug": "vulkan" - }, - { - "originalTitle": "Vultr", - "componentName": "VultrIcon", - "slug": "vultr" - }, - { - "originalTitle": "Vyond", - "componentName": "VyondIcon", - "slug": "vyond" - }, - { - "originalTitle": "W3Schools", - "componentName": "W3schoolsIcon", - "slug": "w3schools" - }, - { - "originalTitle": "Wacom", - "componentName": "WacomIcon", - "slug": "wacom" - }, - { - "originalTitle": "Wagtail", - "componentName": "WagtailIcon", - "slug": "wagtail" - }, - { - "originalTitle": "Wails", - "componentName": "WailsIcon", - "slug": "wails" - }, - { - "originalTitle": "WakaTime", - "componentName": "WakaTimeIcon", - "slug": "wakatime" - }, - { - "originalTitle": "WALKMAN", - "componentName": "WalkmanIcon", - "slug": "walkman" - }, - { - "originalTitle": "Wallabag", - "componentName": "WallabagIcon", - "slug": "wallabag" - }, - { - "originalTitle": "WalletConnect", - "componentName": "WalletConnectIcon", - "slug": "walletconnect" - }, - { - "originalTitle": "Walmart", - "componentName": "WalmartIcon", - "slug": "walmart" - }, - { - "originalTitle": "Wantedly", - "componentName": "WantedlyIcon", - "slug": "wantedly" - }, - { - "originalTitle": "Wappalyzer", - "componentName": "WappalyzerIcon", - "slug": "wappalyzer" - }, - { - "originalTitle": "Warner Bros.", - "componentName": "WarnerbrosIcon", - "slug": "warnerbros" - }, - { - "originalTitle": "Warp", - "componentName": "WarpIcon", - "slug": "warp" - }, - { - "originalTitle": "Wasabi", - "componentName": "WasabiIcon", - "slug": "wasabi" - }, - { - "originalTitle": "wasmCloud", - "componentName": "WasmCloudIcon", - "slug": "wasmcloud" - }, - { - "originalTitle": "Wasmer", - "componentName": "WasmerIcon", - "slug": "wasmer" - }, - { - "originalTitle": "Wattpad", - "componentName": "WattpadIcon", - "slug": "wattpad" - }, - { - "originalTitle": "Wayland", - "componentName": "WaylandIcon", - "slug": "wayland" - }, - { - "originalTitle": "Waze", - "componentName": "WazeIcon", - "slug": "waze" - }, - { - "originalTitle": "WazirX", - "componentName": "WazirXIcon", - "slug": "wazirx" - }, - { - "originalTitle": "Wear OS", - "componentName": "WearOsIcon", - "slug": "wearos" - }, - { - "originalTitle": "Weasyl", - "componentName": "WeasylIcon", - "slug": "weasyl" - }, - { - "originalTitle": "Web3.js", - "componentName": "Web3dotjsIcon", - "slug": "web3dotjs" - }, - { - "originalTitle": "WebAssembly", - "componentName": "WebAssemblyIcon", - "slug": "webassembly" - }, - { - "originalTitle": "WebAuthn", - "componentName": "WebAuthnIcon", - "slug": "webauthn" - }, - { - "originalTitle": "webcomponents.org", - "componentName": "WebcomponentsDotorgIcon", - "slug": "webcomponentsdotorg" - }, - { - "originalTitle": "WebdriverIO", - "componentName": "WebdriverIoIcon", - "slug": "webdriverio" - }, - { - "originalTitle": "Webex", - "componentName": "WebexIcon", - "slug": "webex" - }, - { - "originalTitle": "Webflow", - "componentName": "WebflowIcon", - "slug": "webflow" - }, - { - "originalTitle": "WebGL", - "componentName": "WebGlIcon", - "slug": "webgl" - }, - { - "originalTitle": "Weblate", - "componentName": "WeblateIcon", - "slug": "weblate" - }, - { - "originalTitle": "Webmin", - "componentName": "WebminIcon", - "slug": "webmin" - }, - { - "originalTitle": "WebMoney", - "componentName": "WebMoneyIcon", - "slug": "webmoney" - }, - { - "originalTitle": "Webpack", - "componentName": "WebpackIcon", - "slug": "webpack" - }, - { - "originalTitle": "WebRTC", - "componentName": "WebRtcIcon", - "slug": "webrtc" - }, - { - "originalTitle": "WebStorm", - "componentName": "WebStormIcon", - "slug": "webstorm" - }, - { - "originalTitle": "WEBTOON", - "componentName": "WebtoonIcon", - "slug": "webtoon" - }, - { - "originalTitle": "webtrees", - "componentName": "WebtreesIcon", - "slug": "webtrees" - }, - { - "originalTitle": "WeChat", - "componentName": "WeChatIcon", - "slug": "wechat" - }, - { - "originalTitle": "WeGame", - "componentName": "WeGameIcon", - "slug": "wegame" - }, - { - "originalTitle": "Weights & Biases", - "componentName": "WeightsAndBiasesIcon", - "slug": "weightsandbiases" - }, - { - "originalTitle": "Welcome to the Jungle", - "componentName": "WelcomeToTheJungleIcon", - "slug": "welcometothejungle" - }, - { - "originalTitle": "Wellfound", - "componentName": "WellfoundIcon", - "slug": "wellfound" - }, - { - "originalTitle": "Wells Fargo", - "componentName": "WellsFargoIcon", - "slug": "wellsfargo" - }, - { - "originalTitle": "WEMO", - "componentName": "WemoIcon", - "slug": "wemo" - }, - { - "originalTitle": "Western Digital", - "componentName": "WesternDigitalIcon", - "slug": "westerndigital" - }, - { - "originalTitle": "WeTransfer", - "componentName": "WeTransferIcon", - "slug": "wetransfer" - }, - { - "originalTitle": "WezTerm", - "componentName": "WezTermIcon", - "slug": "wezterm" - }, - { - "originalTitle": "WhatsApp", - "componentName": "WhatsAppIcon", - "slug": "whatsapp" - }, - { - "originalTitle": "When I Work", - "componentName": "WhenIWorkIcon", - "slug": "wheniwork" - }, - { - "originalTitle": "Wii", - "componentName": "WiiIcon", - "slug": "wii" - }, - { - "originalTitle": "Wii U", - "componentName": "WiiUIcon", - "slug": "wiiu" - }, - { - "originalTitle": "wiki.gg", - "componentName": "WikiDotggIcon", - "slug": "wikidotgg" - }, - { - "originalTitle": "Wiki.js", - "componentName": "WikiDotjsIcon", - "slug": "wikidotjs" - }, - { - "originalTitle": "Wikidata", - "componentName": "WikidataIcon", - "slug": "wikidata" - }, - { - "originalTitle": "Wikimedia Commons", - "componentName": "WikimediaCommonsIcon", - "slug": "wikimediacommons" - }, - { - "originalTitle": "Wikipedia", - "componentName": "WikipediaIcon", - "slug": "wikipedia" - }, - { - "originalTitle": "Wikiquote", - "componentName": "WikiquoteIcon", - "slug": "wikiquote" - }, - { - "originalTitle": "Wikivoyage", - "componentName": "WikivoyageIcon", - "slug": "wikivoyage" - }, - { - "originalTitle": "Winamp", - "componentName": "WinampIcon", - "slug": "winamp" - }, - { - "originalTitle": "Windows", - "componentName": "WindowsIcon", - "slug": "windows" - }, - { - "originalTitle": "Windows 10", - "componentName": "Windows10Icon", - "slug": "windows10" - }, - { - "originalTitle": "Windows 11", - "componentName": "Windows11Icon", - "slug": "windows11" - }, - { - "originalTitle": "Windows 95", - "componentName": "Windows95Icon", - "slug": "windows95" - }, - { - "originalTitle": "Windows Terminal", - "componentName": "WindowsTerminalIcon", - "slug": "windowsterminal" - }, - { - "originalTitle": "Windows XP", - "componentName": "WindowsXpIcon", - "slug": "windowsxp" - }, - { - "originalTitle": "Wipro", - "componentName": "WiproIcon", - "slug": "wipro" - }, - { - "originalTitle": "Wire", - "componentName": "WireIcon", - "slug": "wire" - }, - { - "originalTitle": "WireGuard", - "componentName": "WireGuardIcon", - "slug": "wireguard" - }, - { - "originalTitle": "Wireshark", - "componentName": "WiresharkIcon", - "slug": "wireshark" - }, - { - "originalTitle": "Wise", - "componentName": "WiseIcon", - "slug": "wise" - }, - { - "originalTitle": "Wish", - "componentName": "WishIcon", - "slug": "wish" - }, - { - "originalTitle": "Wistia", - "componentName": "WistiaIcon", - "slug": "wistia" - }, - { - "originalTitle": "Wix", - "componentName": "WixIcon", - "slug": "wix" - }, - { - "originalTitle": "Wizz Air", - "componentName": "WizzAirIcon", - "slug": "wizzair" - }, - { - "originalTitle": "Wolfram", - "componentName": "WolframIcon", - "slug": "wolfram" - }, - { - "originalTitle": "Wolfram Language", - "componentName": "WolframLanguageIcon", - "slug": "wolframlanguage" - }, - { - "originalTitle": "Wolfram Mathematica", - "componentName": "WolframMathematicaIcon", - "slug": "wolframmathematica" - }, - { - "originalTitle": "Wondershare", - "componentName": "WondershareIcon", - "slug": "wondershare" - }, - { - "originalTitle": "Woo", - "componentName": "WooIcon", - "slug": "woo" - }, - { - "originalTitle": "WooCommerce", - "componentName": "WooCommerceIcon", - "slug": "woocommerce" - }, - { - "originalTitle": "WordPress", - "componentName": "WordPressIcon", - "slug": "wordpress" - }, - { - "originalTitle": "Workplace", - "componentName": "WorkplaceIcon", - "slug": "workplace" - }, - { - "originalTitle": "World Health Organization", - "componentName": "WorldHealthOrganizationIcon", - "slug": "worldhealthorganization" - }, - { - "originalTitle": "WP Engine", - "componentName": "WpEngineIcon", - "slug": "wpengine" - }, - { - "originalTitle": "WP Rocket", - "componentName": "WpRocketIcon", - "slug": "wprocket" - }, - { - "originalTitle": "WPExplorer", - "componentName": "WpExplorerIcon", - "slug": "wpexplorer" - }, - { - "originalTitle": "Write.as", - "componentName": "WriteDotasIcon", - "slug": "writedotas" - }, - { - "originalTitle": "WWE", - "componentName": "WweIcon", - "slug": "wwe" - }, - { - "originalTitle": "Wwise", - "componentName": "WwiseIcon", - "slug": "wwise" - }, - { - "originalTitle": "Wyze", - "componentName": "WyzeIcon", - "slug": "wyze" - }, - { - "originalTitle": "X", - "componentName": "XIcon", - "slug": "x" - }, - { - "originalTitle": "X.Org", - "componentName": "XDotOrgIcon", - "slug": "xdotorg" - }, - { - "originalTitle": "Xamarin", - "componentName": "XamarinIcon", - "slug": "xamarin" - }, - { - "originalTitle": "XAML", - "componentName": "XamlIcon", - "slug": "xaml" - }, - { - "originalTitle": "XAMPP", - "componentName": "XamppIcon", - "slug": "xampp" - }, - { - "originalTitle": "Xbox", - "componentName": "XboxIcon", - "slug": "xbox" - }, - { - "originalTitle": "Xcode", - "componentName": "XcodeIcon", - "slug": "xcode" - }, - { - "originalTitle": "XDA Developers", - "componentName": "XdaDevelopersIcon", - "slug": "xdadevelopers" - }, - { - "originalTitle": "Xendit", - "componentName": "XenditIcon", - "slug": "xendit" - }, - { - "originalTitle": "Xero", - "componentName": "XeroIcon", - "slug": "xero" - }, - { - "originalTitle": "XFCE", - "componentName": "XfceIcon", - "slug": "xfce" - }, - { - "originalTitle": "Xiaomi", - "componentName": "XiaomiIcon", - "slug": "xiaomi" - }, - { - "originalTitle": "Xing", - "componentName": "XingIcon", - "slug": "xing" - }, - { - "originalTitle": "XMPP", - "componentName": "XmppIcon", - "slug": "xmpp" - }, - { - "originalTitle": "XO", - "componentName": "XoIcon", - "slug": "xo" - }, - { - "originalTitle": "XRP", - "componentName": "XrpIcon", - "slug": "xrp" - }, - { - "originalTitle": "XSplit", - "componentName": "XSplitIcon", - "slug": "xsplit" - }, - { - "originalTitle": "XState", - "componentName": "XStateIcon", - "slug": "xstate" - }, - { - "originalTitle": "Y Combinator", - "componentName": "YCombinatorIcon", - "slug": "ycombinator" - }, - { - "originalTitle": "Yale", - "componentName": "YaleIcon", - "slug": "yale" - }, - { - "originalTitle": "Yamaha Corporation", - "componentName": "YamahaCorporationIcon", - "slug": "yamahacorporation" - }, - { - "originalTitle": "Yamaha Motor Corporation", - "componentName": "YamahaMotorCorporationIcon", - "slug": "yamahamotorcorporation" - }, - { - "originalTitle": "YAML", - "componentName": "YamlIcon", - "slug": "yaml" - }, - { - "originalTitle": "Yammer", - "componentName": "YammerIcon", - "slug": "yammer" - }, - { - "originalTitle": "Yandex Cloud", - "componentName": "YandexCloudIcon", - "slug": "yandexcloud" - }, - { - "originalTitle": "Yarn", - "componentName": "YarnIcon", - "slug": "yarn" - }, - { - "originalTitle": "Yelp", - "componentName": "YelpIcon", - "slug": "yelp" - }, - { - "originalTitle": "Yeti", - "componentName": "YetiIcon", - "slug": "yeti" - }, - { - "originalTitle": "Yoast", - "componentName": "YoastIcon", - "slug": "yoast" - }, - { - "originalTitle": "YouTube", - "componentName": "YouTubeIcon", - "slug": "youtube" - }, - { - "originalTitle": "YouTube Gaming", - "componentName": "YouTubeGamingIcon", - "slug": "youtubegaming" - }, - { - "originalTitle": "YouTube Kids", - "componentName": "YouTubeKidsIcon", - "slug": "youtubekids" - }, - { - "originalTitle": "YouTube Music", - "componentName": "YouTubeMusicIcon", - "slug": "youtubemusic" - }, - { - "originalTitle": "YouTube Shorts", - "componentName": "YouTubeShortsIcon", - "slug": "youtubeshorts" - }, - { - "originalTitle": "YouTube Studio", - "componentName": "YouTubeStudioIcon", - "slug": "youtubestudio" - }, - { - "originalTitle": "YouTube TV", - "componentName": "YouTubeTvIcon", - "slug": "youtubetv" - }, - { - "originalTitle": "Yr", - "componentName": "YrIcon", - "slug": "yr" - }, - { - "originalTitle": "Yubico", - "componentName": "YubicoIcon", - "slug": "yubico" - }, - { - "originalTitle": "Żabka", - "componentName": "ZabkaIcon", - "slug": "zabka" - }, - { - "originalTitle": "Zalando", - "componentName": "ZalandoIcon", - "slug": "zalando" - }, - { - "originalTitle": "Zalo", - "componentName": "ZaloIcon", - "slug": "zalo" - }, - { - "originalTitle": "Zapier", - "componentName": "ZapierIcon", - "slug": "zapier" - }, - { - "originalTitle": "Zara", - "componentName": "ZaraIcon", - "slug": "zara" - }, - { - "originalTitle": "Zazzle", - "componentName": "ZazzleIcon", - "slug": "zazzle" - }, - { - "originalTitle": "Zcash", - "componentName": "ZcashIcon", - "slug": "zcash" - }, - { - "originalTitle": "ZDF", - "componentName": "ZdfIcon", - "slug": "zdf" - }, - { - "originalTitle": "ZebPay", - "componentName": "ZebPayIcon", - "slug": "zebpay" - }, - { - "originalTitle": "Zebra Technologies", - "componentName": "ZebraTechnologiesIcon", - "slug": "zebratechnologies" - }, - { - "originalTitle": "Zelle", - "componentName": "ZelleIcon", - "slug": "zelle" - }, - { - "originalTitle": "Zend", - "componentName": "ZendIcon", - "slug": "zend" - }, - { - "originalTitle": "Zendesk", - "componentName": "ZendeskIcon", - "slug": "zendesk" - }, - { - "originalTitle": "Zenn", - "componentName": "ZennIcon", - "slug": "zenn" - }, - { - "originalTitle": "Zenodo", - "componentName": "ZenodoIcon", - "slug": "zenodo" - }, - { - "originalTitle": "Zensar", - "componentName": "ZensarIcon", - "slug": "zensar" - }, - { - "originalTitle": "Zerodha", - "componentName": "ZerodhaIcon", - "slug": "zerodha" - }, - { - "originalTitle": "Zerply", - "componentName": "ZerplyIcon", - "slug": "zerply" - }, - { - "originalTitle": "Zettlr", - "componentName": "ZettlrIcon", - "slug": "zettlr" - }, - { - "originalTitle": "Zhihu", - "componentName": "ZhihuIcon", - "slug": "zhihu" - }, - { - "originalTitle": "Zig", - "componentName": "ZigIcon", - "slug": "zig" - }, - { - "originalTitle": "Zigbee", - "componentName": "ZigbeeIcon", - "slug": "zigbee" - }, - { - "originalTitle": "Ziggo", - "componentName": "ZiggoIcon", - "slug": "ziggo" - }, - { - "originalTitle": "Zilch", - "componentName": "ZilchIcon", - "slug": "zilch" - }, - { - "originalTitle": "Zillow", - "componentName": "ZillowIcon", - "slug": "zillow" - }, - { - "originalTitle": "ZincSearch", - "componentName": "ZincSearchIcon", - "slug": "zincsearch" - }, - { - "originalTitle": "Zingat", - "componentName": "ZingatIcon", - "slug": "zingat" - }, - { - "originalTitle": "Zod", - "componentName": "ZodIcon", - "slug": "zod" - }, - { - "originalTitle": "Zoho", - "componentName": "ZohoIcon", - "slug": "zoho" - }, - { - "originalTitle": "Zoiper", - "componentName": "ZoiperIcon", - "slug": "zoiper" - }, - { - "originalTitle": "Zomato", - "componentName": "ZomatoIcon", - "slug": "zomato" - }, - { - "originalTitle": "Zoom", - "componentName": "ZoomIcon", - "slug": "zoom" - }, - { - "originalTitle": "Zorin", - "componentName": "ZorinIcon", - "slug": "zorin" - }, - { - "originalTitle": "Zotero", - "componentName": "ZoteroIcon", - "slug": "zotero" - }, - { - "originalTitle": "Zsh", - "componentName": "ZshIcon", - "slug": "zsh" - }, - { - "originalTitle": "Zulip", - "componentName": "ZulipIcon", - "slug": "zulip" - }, - { - "originalTitle": "Zyte", - "componentName": "ZyteIcon", - "slug": "zyte" - } -] \ No newline at end of file diff --git a/example/src/App.vue b/example/src/App.vue index 80bc89b..48bc819 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -23,13 +23,13 @@ import { ref, computed } from 'vue' import SiteHeader from '@/components/SiteHeader.vue' import IconElement from '@/components/IconElement.vue' -import componentInfo from "@/../../components.json" +import info from "@/../../simple-icons.json" interface ComponentInfo{ originalTitle: string; componentName: string; slug: string; } -const components: Array = componentInfo; +const components: Array = info.components; const keyword = ref('') const filteredIcons = computed(() => { const keywordValue = keyword.value.trim().toLowerCase() diff --git a/simple-icons.json b/simple-icons.json new file mode 100644 index 0000000..865197c --- /dev/null +++ b/simple-icons.json @@ -0,0 +1,14656 @@ +{ + "builtOn": "2024-01-12T15:46:12.037Z", + "simpleIconsVersion": "11.0.0", + "components": [ + { + "originalTitle": ".ENV", + "componentName": "DotEnvIcon", + "slug": "dotenv" + }, + { + "originalTitle": ".NET", + "componentName": "DotNetIcon", + "slug": "dotnet" + }, + { + "originalTitle": "/e/", + "componentName": "EIcon", + "slug": "e" + }, + { + "originalTitle": "1001Tracklists", + "componentName": "OneThousandOneTracklistsIcon", + "slug": "1001tracklists" + }, + { + "originalTitle": "1Password", + "componentName": "OnePasswordIcon", + "slug": "1password" + }, + { + "originalTitle": "3M", + "componentName": "ThreeMIcon", + "slug": "3m" + }, + { + "originalTitle": "42", + "componentName": "FortyTwoIcon", + "slug": "42" + }, + { + "originalTitle": "4chan", + "componentName": "FourChanIcon", + "slug": "4chan" + }, + { + "originalTitle": "4D", + "componentName": "FourDIcon", + "slug": "4d" + }, + { + "originalTitle": "500px", + "componentName": "FiveHundredPxIcon", + "slug": "500px" + }, + { + "originalTitle": "99designs", + "componentName": "NinetyNineDesignsIcon", + "slug": "99designs" + }, + { + "originalTitle": "9GAG", + "componentName": "NineGagIcon", + "slug": "9gag" + }, + { + "originalTitle": "A-Frame", + "componentName": "AframeIcon", + "slug": "aframe" + }, + { + "originalTitle": "ABB RobotStudio", + "componentName": "AbbRobotStudioIcon", + "slug": "abbrobotstudio" + }, + { + "originalTitle": "Abbott", + "componentName": "AbbottIcon", + "slug": "abbott" + }, + { + "originalTitle": "Abbvie", + "componentName": "AbbvieIcon", + "slug": "abbvie" + }, + { + "originalTitle": "About.me", + "componentName": "AboutDotmeIcon", + "slug": "aboutdotme" + }, + { + "originalTitle": "Abstract", + "componentName": "AbstractIcon", + "slug": "abstract" + }, + { + "originalTitle": "Academia", + "componentName": "AcademiaIcon", + "slug": "academia" + }, + { + "originalTitle": "Accenture", + "componentName": "AccentureIcon", + "slug": "accenture" + }, + { + "originalTitle": "Accusoft", + "componentName": "AccusoftIcon", + "slug": "accusoft" + }, + { + "originalTitle": "Acer", + "componentName": "AcerIcon", + "slug": "acer" + }, + { + "originalTitle": "ACM", + "componentName": "AcmIcon", + "slug": "acm" + }, + { + "originalTitle": "ActiGraph", + "componentName": "ActiGraphIcon", + "slug": "actigraph" + }, + { + "originalTitle": "Activision", + "componentName": "ActivisionIcon", + "slug": "activision" + }, + { + "originalTitle": "ActivityPub", + "componentName": "ActivityPubIcon", + "slug": "activitypub" + }, + { + "originalTitle": "Acura", + "componentName": "AcuraIcon", + "slug": "acura" + }, + { + "originalTitle": "Adafruit", + "componentName": "AdafruitIcon", + "slug": "adafruit" + }, + { + "originalTitle": "AdBlock", + "componentName": "AdBlockIcon", + "slug": "adblock" + }, + { + "originalTitle": "Adblock Plus", + "componentName": "AdblockPlusIcon", + "slug": "adblockplus" + }, + { + "originalTitle": "AdGuard", + "componentName": "AdGuardIcon", + "slug": "adguard" + }, + { + "originalTitle": "Adidas", + "componentName": "AdidasIcon", + "slug": "adidas" + }, + { + "originalTitle": "Adminer", + "componentName": "AdminerIcon", + "slug": "adminer" + }, + { + "originalTitle": "Adobe", + "componentName": "AdobeIcon", + "slug": "adobe" + }, + { + "originalTitle": "Adobe Acrobat Reader", + "componentName": "AdobeAcrobatReaderIcon", + "slug": "adobeacrobatreader" + }, + { + "originalTitle": "Adobe After Effects", + "componentName": "AdobeAfterEffectsIcon", + "slug": "adobeaftereffects" + }, + { + "originalTitle": "Adobe Audition", + "componentName": "AdobeAuditionIcon", + "slug": "adobeaudition" + }, + { + "originalTitle": "Adobe Creative Cloud", + "componentName": "AdobeCreativeCloudIcon", + "slug": "adobecreativecloud" + }, + { + "originalTitle": "Adobe Dreamweaver", + "componentName": "AdobeDreamweaverIcon", + "slug": "adobedreamweaver" + }, + { + "originalTitle": "Adobe Fonts", + "componentName": "AdobeFontsIcon", + "slug": "adobefonts" + }, + { + "originalTitle": "Adobe Illustrator", + "componentName": "AdobeIllustratorIcon", + "slug": "adobeillustrator" + }, + { + "originalTitle": "Adobe InDesign", + "componentName": "AdobeInDesignIcon", + "slug": "adobeindesign" + }, + { + "originalTitle": "Adobe Lightroom", + "componentName": "AdobeLightroomIcon", + "slug": "adobelightroom" + }, + { + "originalTitle": "Adobe Lightroom Classic", + "componentName": "AdobeLightroomClassicIcon", + "slug": "adobelightroomclassic" + }, + { + "originalTitle": "Adobe Photoshop", + "componentName": "AdobePhotoshopIcon", + "slug": "adobephotoshop" + }, + { + "originalTitle": "Adobe Premiere Pro", + "componentName": "AdobePremiereProIcon", + "slug": "adobepremierepro" + }, + { + "originalTitle": "Adobe XD", + "componentName": "AdobeXdIcon", + "slug": "adobexd" + }, + { + "originalTitle": "AdonisJS", + "componentName": "AdonisJsIcon", + "slug": "adonisjs" + }, + { + "originalTitle": "ADP", + "componentName": "AdpIcon", + "slug": "adp" + }, + { + "originalTitle": "Adroll", + "componentName": "AdrollIcon", + "slug": "adroll" + }, + { + "originalTitle": "Advent Of Code", + "componentName": "AdventOfCodeIcon", + "slug": "adventofcode" + }, + { + "originalTitle": "Adyen", + "componentName": "AdyenIcon", + "slug": "adyen" + }, + { + "originalTitle": "Aer Lingus", + "componentName": "AerLingusIcon", + "slug": "aerlingus" + }, + { + "originalTitle": "Aeroflot", + "componentName": "AeroflotIcon", + "slug": "aeroflot" + }, + { + "originalTitle": "Aeroméxico", + "componentName": "AeromexicoIcon", + "slug": "aeromexico" + }, + { + "originalTitle": "Aerospike", + "componentName": "AerospikeIcon", + "slug": "aerospike" + }, + { + "originalTitle": "AEW", + "componentName": "AewIcon", + "slug": "aew" + }, + { + "originalTitle": "AFFiNE", + "componentName": "AfFiNeIcon", + "slug": "affine" + }, + { + "originalTitle": "Affinity", + "componentName": "AffinityIcon", + "slug": "affinity" + }, + { + "originalTitle": "Affinity Designer", + "componentName": "AffinityDesignerIcon", + "slug": "affinitydesigner" + }, + { + "originalTitle": "Affinity Photo", + "componentName": "AffinityPhotoIcon", + "slug": "affinityphoto" + }, + { + "originalTitle": "Affinity Publisher", + "componentName": "AffinityPublisherIcon", + "slug": "affinitypublisher" + }, + { + "originalTitle": "Afterpay", + "componentName": "AfterpayIcon", + "slug": "afterpay" + }, + { + "originalTitle": "Agora", + "componentName": "AgoraIcon", + "slug": "agora" + }, + { + "originalTitle": "AI Dungeon", + "componentName": "AiDungeonIcon", + "slug": "aidungeon" + }, + { + "originalTitle": "AIB", + "componentName": "AibIcon", + "slug": "aib" + }, + { + "originalTitle": "AIOHTTP", + "componentName": "AiohttpIcon", + "slug": "aiohttp" + }, + { + "originalTitle": "Aiqfome", + "componentName": "AiqfomeIcon", + "slug": "aiqfome" + }, + { + "originalTitle": "Air Canada", + "componentName": "AirCanadaIcon", + "slug": "aircanada" + }, + { + "originalTitle": "Air China", + "componentName": "AirChinaIcon", + "slug": "airchina" + }, + { + "originalTitle": "Air France", + "componentName": "AirFranceIcon", + "slug": "airfrance" + }, + { + "originalTitle": "Air India", + "componentName": "AirIndiaIcon", + "slug": "airindia" + }, + { + "originalTitle": "AirAsia", + "componentName": "AirAsiaIcon", + "slug": "airasia" + }, + { + "originalTitle": "Airbnb", + "componentName": "AirbnbIcon", + "slug": "airbnb" + }, + { + "originalTitle": "Airbrake.io", + "componentName": "AirbrakeDotioIcon", + "slug": "airbrakedotio" + }, + { + "originalTitle": "Airbus", + "componentName": "AirbusIcon", + "slug": "airbus" + }, + { + "originalTitle": "Airbyte", + "componentName": "AirbyteIcon", + "slug": "airbyte" + }, + { + "originalTitle": "Aircall", + "componentName": "AircallIcon", + "slug": "aircall" + }, + { + "originalTitle": "AirPlay Audio", + "componentName": "AirPlayAudioIcon", + "slug": "airplayaudio" + }, + { + "originalTitle": "AirPlay Video", + "componentName": "AirPlayVideoIcon", + "slug": "airplayvideo" + }, + { + "originalTitle": "Airtable", + "componentName": "AirtableIcon", + "slug": "airtable" + }, + { + "originalTitle": "Airtel", + "componentName": "AirtelIcon", + "slug": "airtel" + }, + { + "originalTitle": "Ajv", + "componentName": "AjvIcon", + "slug": "ajv" + }, + { + "originalTitle": "Akamai", + "componentName": "AkamaiIcon", + "slug": "akamai" + }, + { + "originalTitle": "Akaunting", + "componentName": "AkauntingIcon", + "slug": "akaunting" + }, + { + "originalTitle": "Alacritty", + "componentName": "AlacrittyIcon", + "slug": "alacritty" + }, + { + "originalTitle": "Alamy", + "componentName": "AlamyIcon", + "slug": "alamy" + }, + { + "originalTitle": "Albert Heijn", + "componentName": "AlbertHeijnIcon", + "slug": "albertheijn" + }, + { + "originalTitle": "Alby", + "componentName": "AlbyIcon", + "slug": "alby" + }, + { + "originalTitle": "Alchemy", + "componentName": "AlchemyIcon", + "slug": "alchemy" + }, + { + "originalTitle": "Aldi Nord", + "componentName": "AldiNordIcon", + "slug": "aldinord" + }, + { + "originalTitle": "Aldi Süd", + "componentName": "AldisudIcon", + "slug": "aldisud" + }, + { + "originalTitle": "Alfa Romeo", + "componentName": "AlfaRomeoIcon", + "slug": "alfaromeo" + }, + { + "originalTitle": "Alfred", + "componentName": "AlfredIcon", + "slug": "alfred" + }, + { + "originalTitle": "Algolia", + "componentName": "AlgoliaIcon", + "slug": "algolia" + }, + { + "originalTitle": "Algorand", + "componentName": "AlgorandIcon", + "slug": "algorand" + }, + { + "originalTitle": "Alibaba Cloud", + "componentName": "AlibabaCloudIcon", + "slug": "alibabacloud" + }, + { + "originalTitle": "Alibaba.com", + "componentName": "AlibabaDotcomIcon", + "slug": "alibabadotcom" + }, + { + "originalTitle": "Alienware", + "componentName": "AlienwareIcon", + "slug": "alienware" + }, + { + "originalTitle": "AliExpress", + "componentName": "AliExpressIcon", + "slug": "aliexpress" + }, + { + "originalTitle": "Alipay", + "componentName": "AlipayIcon", + "slug": "alipay" + }, + { + "originalTitle": "Allegro", + "componentName": "AllegroIcon", + "slug": "allegro" + }, + { + "originalTitle": "AlliedModders", + "componentName": "AlliedModdersIcon", + "slug": "alliedmodders" + }, + { + "originalTitle": "AlloCiné", + "componentName": "AllocineIcon", + "slug": "allocine" + }, + { + "originalTitle": "AllTrails", + "componentName": "AllTrailsIcon", + "slug": "alltrails" + }, + { + "originalTitle": "AlmaLinux", + "componentName": "AlmaLinuxIcon", + "slug": "almalinux" + }, + { + "originalTitle": "Alpine Linux", + "componentName": "AlpineLinuxIcon", + "slug": "alpinelinux" + }, + { + "originalTitle": "Alpine.js", + "componentName": "AlpineDotjsIcon", + "slug": "alpinedotjs" + }, + { + "originalTitle": "Alteryx", + "componentName": "AlteryxIcon", + "slug": "alteryx" + }, + { + "originalTitle": "Altium Designer", + "componentName": "AltiumDesignerIcon", + "slug": "altiumdesigner" + }, + { + "originalTitle": "Alwaysdata", + "componentName": "AlwaysdataIcon", + "slug": "alwaysdata" + }, + { + "originalTitle": "Amazon", + "componentName": "AmazonIcon", + "slug": "amazon" + }, + { + "originalTitle": "Amazon Alexa", + "componentName": "AmazonAlexaIcon", + "slug": "amazonalexa" + }, + { + "originalTitle": "Amazon API Gateway", + "componentName": "AmazonApiGatewayIcon", + "slug": "amazonapigateway" + }, + { + "originalTitle": "Amazon AWS", + "componentName": "AmazonAwsIcon", + "slug": "amazonaws" + }, + { + "originalTitle": "Amazon CloudWatch", + "componentName": "AmazonCloudWatchIcon", + "slug": "amazoncloudwatch" + }, + { + "originalTitle": "Amazon DocumentDB", + "componentName": "AmazonDocumentDbIcon", + "slug": "amazondocumentdb" + }, + { + "originalTitle": "Amazon DynamoDB", + "componentName": "AmazonDynamoDbIcon", + "slug": "amazondynamodb" + }, + { + "originalTitle": "Amazon EC2", + "componentName": "Amazonec2Icon", + "slug": "amazonec2" + }, + { + "originalTitle": "Amazon ECS", + "componentName": "AmazonEcsIcon", + "slug": "amazonecs" + }, + { + "originalTitle": "Amazon EKS", + "componentName": "AmazonEksIcon", + "slug": "amazoneks" + }, + { + "originalTitle": "Amazon Fire TV", + "componentName": "AmazonFireTvIcon", + "slug": "amazonfiretv" + }, + { + "originalTitle": "Amazon Games", + "componentName": "AmazonGamesIcon", + "slug": "amazongames" + }, + { + "originalTitle": "Amazon Identity Access Management", + "componentName": "AmazoniamIcon", + "slug": "amazoniam" + }, + { + "originalTitle": "Amazon Lumberyard", + "componentName": "AmazonLumberyardIcon", + "slug": "amazonlumberyard" + }, + { + "originalTitle": "Amazon Luna", + "componentName": "AmazonLunaIcon", + "slug": "amazonluna" + }, + { + "originalTitle": "Amazon Music", + "componentName": "AmazonMusicIcon", + "slug": "amazonmusic" + }, + { + "originalTitle": "Amazon Pay", + "componentName": "AmazonPayIcon", + "slug": "amazonpay" + }, + { + "originalTitle": "Amazon Prime", + "componentName": "AmazonPrimeIcon", + "slug": "amazonprime" + }, + { + "originalTitle": "Amazon RDS", + "componentName": "AmazonRdsIcon", + "slug": "amazonrds" + }, + { + "originalTitle": "Amazon Redshift", + "componentName": "AmazonRedshiftIcon", + "slug": "amazonredshift" + }, + { + "originalTitle": "Amazon Route 53", + "componentName": "Amazonroute53Icon", + "slug": "amazonroute53" + }, + { + "originalTitle": "Amazon S3", + "componentName": "Amazons3Icon", + "slug": "amazons3" + }, + { + "originalTitle": "Amazon Simple Email Service", + "componentName": "AmazonSimpleEmailServiceIcon", + "slug": "amazonsimpleemailservice" + }, + { + "originalTitle": "Amazon SQS", + "componentName": "AmazonSqsIcon", + "slug": "amazonsqs" + }, + { + "originalTitle": "AMD", + "componentName": "AmdIcon", + "slug": "amd" + }, + { + "originalTitle": "Ameba", + "componentName": "AmebaIcon", + "slug": "ameba" + }, + { + "originalTitle": "American Airlines", + "componentName": "AmericanAirlinesIcon", + "slug": "americanairlines" + }, + { + "originalTitle": "American Express", + "componentName": "AmericanExpressIcon", + "slug": "americanexpress" + }, + { + "originalTitle": "AMG", + "componentName": "AmgIcon", + "slug": "amg" + }, + { + "originalTitle": "AMP", + "componentName": "AmpIcon", + "slug": "amp" + }, + { + "originalTitle": "Amul", + "componentName": "AmulIcon", + "slug": "amul" + }, + { + "originalTitle": "ANA", + "componentName": "AnaIcon", + "slug": "ana" + }, + { + "originalTitle": "Anaconda", + "componentName": "AnacondaIcon", + "slug": "anaconda" + }, + { + "originalTitle": "Analogue", + "componentName": "AnalogueIcon", + "slug": "analogue" + }, + { + "originalTitle": "Andela", + "componentName": "AndelaIcon", + "slug": "andela" + }, + { + "originalTitle": "Android", + "componentName": "AndroidIcon", + "slug": "android" + }, + { + "originalTitle": "Android Auto", + "componentName": "AndroidAutoIcon", + "slug": "androidauto" + }, + { + "originalTitle": "Android Studio", + "componentName": "AndroidStudioIcon", + "slug": "androidstudio" + }, + { + "originalTitle": "Angular", + "componentName": "AngularIcon", + "slug": "angular" + }, + { + "originalTitle": "AniList", + "componentName": "AniListIcon", + "slug": "anilist" + }, + { + "originalTitle": "Ansible", + "componentName": "AnsibleIcon", + "slug": "ansible" + }, + { + "originalTitle": "Answer", + "componentName": "AnswerIcon", + "slug": "answer" + }, + { + "originalTitle": "Ansys", + "componentName": "AnsysIcon", + "slug": "ansys" + }, + { + "originalTitle": "Ant Design", + "componentName": "AntDesignIcon", + "slug": "antdesign" + }, + { + "originalTitle": "Anta", + "componentName": "AntaIcon", + "slug": "anta" + }, + { + "originalTitle": "Antena 3", + "componentName": "Antena3Icon", + "slug": "antena3" + }, + { + "originalTitle": "AnyDesk", + "componentName": "AnyDeskIcon", + "slug": "anydesk" + }, + { + "originalTitle": "AOL", + "componentName": "AolIcon", + "slug": "aol" + }, + { + "originalTitle": "Apache", + "componentName": "ApacheIcon", + "slug": "apache" + }, + { + "originalTitle": "Apache Airflow", + "componentName": "ApacheAirflowIcon", + "slug": "apacheairflow" + }, + { + "originalTitle": "Apache Ant", + "componentName": "ApacheAntIcon", + "slug": "apacheant" + }, + { + "originalTitle": "Apache Cassandra", + "componentName": "ApacheCassandraIcon", + "slug": "apachecassandra" + }, + { + "originalTitle": "Apache CloudStack", + "componentName": "ApacheCloudStackIcon", + "slug": "apachecloudstack" + }, + { + "originalTitle": "Apache Cordova", + "componentName": "ApacheCordovaIcon", + "slug": "apachecordova" + }, + { + "originalTitle": "Apache CouchDB", + "componentName": "ApacheCouchDbIcon", + "slug": "apachecouchdb" + }, + { + "originalTitle": "Apache Druid", + "componentName": "ApacheDruidIcon", + "slug": "apachedruid" + }, + { + "originalTitle": "Apache ECharts", + "componentName": "ApacheEChartsIcon", + "slug": "apacheecharts" + }, + { + "originalTitle": "Apache Flink", + "componentName": "ApacheFlinkIcon", + "slug": "apacheflink" + }, + { + "originalTitle": "Apache Groovy", + "componentName": "ApacheGroovyIcon", + "slug": "apachegroovy" + }, + { + "originalTitle": "Apache Guacamole", + "componentName": "ApacheGuacamoleIcon", + "slug": "apacheguacamole" + }, + { + "originalTitle": "Apache Hadoop", + "componentName": "ApacheHadoopIcon", + "slug": "apachehadoop" + }, + { + "originalTitle": "Apache Hive", + "componentName": "ApacheHiveIcon", + "slug": "apachehive" + }, + { + "originalTitle": "Apache JMeter", + "componentName": "ApacheJMeterIcon", + "slug": "apachejmeter" + }, + { + "originalTitle": "Apache Kafka", + "componentName": "ApacheKafkaIcon", + "slug": "apachekafka" + }, + { + "originalTitle": "Apache Kylin", + "componentName": "ApacheKylinIcon", + "slug": "apachekylin" + }, + { + "originalTitle": "Apache Maven", + "componentName": "ApacheMavenIcon", + "slug": "apachemaven" + }, + { + "originalTitle": "Apache NetBeans IDE", + "componentName": "ApacheNetBeansIdeIcon", + "slug": "apachenetbeanside" + }, + { + "originalTitle": "Apache OpenOffice", + "componentName": "ApacheOpenOfficeIcon", + "slug": "apacheopenoffice" + }, + { + "originalTitle": "Apache Parquet", + "componentName": "ApacheParquetIcon", + "slug": "apacheparquet" + }, + { + "originalTitle": "Apache Pulsar", + "componentName": "ApachePulsarIcon", + "slug": "apachepulsar" + }, + { + "originalTitle": "Apache RocketMQ", + "componentName": "ApacheRocketMqIcon", + "slug": "apacherocketmq" + }, + { + "originalTitle": "Apache Solr", + "componentName": "ApacheSolrIcon", + "slug": "apachesolr" + }, + { + "originalTitle": "Apache Spark", + "componentName": "ApacheSparkIcon", + "slug": "apachespark" + }, + { + "originalTitle": "Apache Storm", + "componentName": "ApacheStormIcon", + "slug": "apachestorm" + }, + { + "originalTitle": "Apache Tomcat", + "componentName": "ApacheTomcatIcon", + "slug": "apachetomcat" + }, + { + "originalTitle": "Aparat", + "componentName": "AparatIcon", + "slug": "aparat" + }, + { + "originalTitle": "Apifox", + "componentName": "ApifoxIcon", + "slug": "apifox" + }, + { + "originalTitle": "APM Terminals", + "componentName": "ApmTerminalsIcon", + "slug": "apmterminals" + }, + { + "originalTitle": "Apollo GraphQL", + "componentName": "ApolloGraphQlIcon", + "slug": "apollographql" + }, + { + "originalTitle": "Apostrophe", + "componentName": "ApostropheIcon", + "slug": "apostrophe" + }, + { + "originalTitle": "App Store", + "componentName": "AppStoreIcon", + "slug": "appstore" + }, + { + "originalTitle": "Appian", + "componentName": "AppianIcon", + "slug": "appian" + }, + { + "originalTitle": "Apple", + "componentName": "AppleIcon", + "slug": "apple" + }, + { + "originalTitle": "Apple Arcade", + "componentName": "AppleArcadeIcon", + "slug": "applearcade" + }, + { + "originalTitle": "Apple Music", + "componentName": "AppleMusicIcon", + "slug": "applemusic" + }, + { + "originalTitle": "Apple News", + "componentName": "AppleNewsIcon", + "slug": "applenews" + }, + { + "originalTitle": "Apple Pay", + "componentName": "ApplePayIcon", + "slug": "applepay" + }, + { + "originalTitle": "Apple Podcasts", + "componentName": "ApplePodcastsIcon", + "slug": "applepodcasts" + }, + { + "originalTitle": "Apple TV", + "componentName": "AppleTvIcon", + "slug": "appletv" + }, + { + "originalTitle": "AppSignal", + "componentName": "AppSignalIcon", + "slug": "appsignal" + }, + { + "originalTitle": "Appsmith", + "componentName": "AppsmithIcon", + "slug": "appsmith" + }, + { + "originalTitle": "AppVeyor", + "componentName": "AppVeyorIcon", + "slug": "appveyor" + }, + { + "originalTitle": "Appwrite", + "componentName": "AppwriteIcon", + "slug": "appwrite" + }, + { + "originalTitle": "Aqua", + "componentName": "AquaIcon", + "slug": "aqua" + }, + { + "originalTitle": "ARAL", + "componentName": "AralIcon", + "slug": "aral" + }, + { + "originalTitle": "ArangoDB", + "componentName": "ArangoDbIcon", + "slug": "arangodb" + }, + { + "originalTitle": "Arc", + "componentName": "ArcIcon", + "slug": "arc" + }, + { + "originalTitle": "ArcGIS", + "componentName": "ArcGisIcon", + "slug": "arcgis" + }, + { + "originalTitle": "Arch Linux", + "componentName": "ArchLinuxIcon", + "slug": "archlinux" + }, + { + "originalTitle": "Archicad", + "componentName": "ArchicadIcon", + "slug": "archicad" + }, + { + "originalTitle": "Archive of Our Own", + "componentName": "ArchiveOfOurOwnIcon", + "slug": "archiveofourown" + }, + { + "originalTitle": "Ardour", + "componentName": "ArdourIcon", + "slug": "ardour" + }, + { + "originalTitle": "Arduino", + "componentName": "ArduinoIcon", + "slug": "arduino" + }, + { + "originalTitle": "Argo", + "componentName": "ArgoIcon", + "slug": "argo" + }, + { + "originalTitle": "Argos", + "componentName": "ArgosIcon", + "slug": "argos" + }, + { + "originalTitle": "Ariakit", + "componentName": "AriakitIcon", + "slug": "ariakit" + }, + { + "originalTitle": "ARK Ecosystem", + "componentName": "ArkEcosystemIcon", + "slug": "arkecosystem" + }, + { + "originalTitle": "Arlo", + "componentName": "ArloIcon", + "slug": "arlo" + }, + { + "originalTitle": "Arm", + "componentName": "ArmIcon", + "slug": "arm" + }, + { + "originalTitle": "Arm Keil", + "componentName": "ArmKeilIcon", + "slug": "armkeil" + }, + { + "originalTitle": "Ars Technica", + "componentName": "ArsTechnicaIcon", + "slug": "arstechnica" + }, + { + "originalTitle": "Artifact Hub", + "componentName": "ArtifactHubIcon", + "slug": "artifacthub" + }, + { + "originalTitle": "Artix Linux", + "componentName": "ArtixLinuxIcon", + "slug": "artixlinux" + }, + { + "originalTitle": "ArtStation", + "componentName": "ArtStationIcon", + "slug": "artstation" + }, + { + "originalTitle": "arXiv", + "componentName": "ArXivIcon", + "slug": "arxiv" + }, + { + "originalTitle": "Asana", + "componentName": "AsanaIcon", + "slug": "asana" + }, + { + "originalTitle": "Asciidoctor", + "componentName": "AsciidoctorIcon", + "slug": "asciidoctor" + }, + { + "originalTitle": "asciinema", + "componentName": "AsciinemaIcon", + "slug": "asciinema" + }, + { + "originalTitle": "ASDA", + "componentName": "AsdaIcon", + "slug": "asda" + }, + { + "originalTitle": "Aseprite", + "componentName": "AsepriteIcon", + "slug": "aseprite" + }, + { + "originalTitle": "ASKfm", + "componentName": "AsKfmIcon", + "slug": "askfm" + }, + { + "originalTitle": "AssemblyScript", + "componentName": "AssemblyScriptIcon", + "slug": "assemblyscript" + }, + { + "originalTitle": "Aston Martin", + "componentName": "AstonMartinIcon", + "slug": "astonmartin" + }, + { + "originalTitle": "Astro", + "componentName": "AstroIcon", + "slug": "astro" + }, + { + "originalTitle": "ASUS", + "componentName": "AsusIcon", + "slug": "asus" + }, + { + "originalTitle": "AT&T", + "componentName": "AtAndTIcon", + "slug": "atandt" + }, + { + "originalTitle": "Atari", + "componentName": "AtariIcon", + "slug": "atari" + }, + { + "originalTitle": "Atlassian", + "componentName": "AtlassianIcon", + "slug": "atlassian" + }, + { + "originalTitle": "Auchan", + "componentName": "AuchanIcon", + "slug": "auchan" + }, + { + "originalTitle": "Audacity", + "componentName": "AudacityIcon", + "slug": "audacity" + }, + { + "originalTitle": "Audi", + "componentName": "AudiIcon", + "slug": "audi" + }, + { + "originalTitle": "Audible", + "componentName": "AudibleIcon", + "slug": "audible" + }, + { + "originalTitle": "Audio-Technica", + "componentName": "AudiotechnicaIcon", + "slug": "audiotechnica" + }, + { + "originalTitle": "Audioboom", + "componentName": "AudioboomIcon", + "slug": "audioboom" + }, + { + "originalTitle": "Audiomack", + "componentName": "AudiomackIcon", + "slug": "audiomack" + }, + { + "originalTitle": "Aurelia", + "componentName": "AureliaIcon", + "slug": "aurelia" + }, + { + "originalTitle": "Auth0", + "componentName": "Auth0Icon", + "slug": "auth0" + }, + { + "originalTitle": "Authelia", + "componentName": "AutheliaIcon", + "slug": "authelia" + }, + { + "originalTitle": "Authy", + "componentName": "AuthyIcon", + "slug": "authy" + }, + { + "originalTitle": "AutoCAD", + "componentName": "AutoCadIcon", + "slug": "autocad" + }, + { + "originalTitle": "Autodesk", + "componentName": "AutodeskIcon", + "slug": "autodesk" + }, + { + "originalTitle": "Autodesk Maya", + "componentName": "AutodeskMayaIcon", + "slug": "autodeskmaya" + }, + { + "originalTitle": "Autodesk Revit", + "componentName": "AutodeskRevitIcon", + "slug": "autodeskrevit" + }, + { + "originalTitle": "AutoHotkey", + "componentName": "AutoHotkeyIcon", + "slug": "autohotkey" + }, + { + "originalTitle": "AutoIt", + "componentName": "AutoItIcon", + "slug": "autoit" + }, + { + "originalTitle": "Automattic", + "componentName": "AutomatticIcon", + "slug": "automattic" + }, + { + "originalTitle": "Autoprefixer", + "componentName": "AutoprefixerIcon", + "slug": "autoprefixer" + }, + { + "originalTitle": "avajs", + "componentName": "AvajsIcon", + "slug": "avajs" + }, + { + "originalTitle": "Avast", + "componentName": "AvastIcon", + "slug": "avast" + }, + { + "originalTitle": "avianca", + "componentName": "AviancaIcon", + "slug": "avianca" + }, + { + "originalTitle": "Avira", + "componentName": "AviraIcon", + "slug": "avira" + }, + { + "originalTitle": "Awesome Lists", + "componentName": "AwesomeListsIcon", + "slug": "awesomelists" + }, + { + "originalTitle": "awesomeWM", + "componentName": "AwesomeWmIcon", + "slug": "awesomewm" + }, + { + "originalTitle": "AWS Amplify", + "componentName": "AwsAmplifyIcon", + "slug": "awsamplify" + }, + { + "originalTitle": "AWS Fargate", + "componentName": "AwsFargateIcon", + "slug": "awsfargate" + }, + { + "originalTitle": "AWS Lambda", + "componentName": "AwsLambdaIcon", + "slug": "awslambda" + }, + { + "originalTitle": "AWS Organizations", + "componentName": "AwsOrganizationsIcon", + "slug": "awsorganizations" + }, + { + "originalTitle": "Axios", + "componentName": "AxiosIcon", + "slug": "axios" + }, + { + "originalTitle": "Azure Artifacts", + "componentName": "AzureArtifactsIcon", + "slug": "azureartifacts" + }, + { + "originalTitle": "Azure Data Explorer", + "componentName": "AzureDataExplorerIcon", + "slug": "azuredataexplorer" + }, + { + "originalTitle": "Azure DevOps", + "componentName": "AzureDevOpsIcon", + "slug": "azuredevops" + }, + { + "originalTitle": "Azure Functions", + "componentName": "AzureFunctionsIcon", + "slug": "azurefunctions" + }, + { + "originalTitle": "Azure Pipelines", + "componentName": "AzurePipelinesIcon", + "slug": "azurepipelines" + }, + { + "originalTitle": "B&R Automation", + "componentName": "BAndRAutomationIcon", + "slug": "bandrautomation" + }, + { + "originalTitle": "Babel", + "componentName": "BabelIcon", + "slug": "babel" + }, + { + "originalTitle": "Backblaze", + "componentName": "BackblazeIcon", + "slug": "backblaze" + }, + { + "originalTitle": "Backbone.js", + "componentName": "BackboneDotjsIcon", + "slug": "backbonedotjs" + }, + { + "originalTitle": "Backendless", + "componentName": "BackendlessIcon", + "slug": "backendless" + }, + { + "originalTitle": "Backstage", + "componentName": "BackstageIcon", + "slug": "backstage" + }, + { + "originalTitle": "Badoo", + "componentName": "BadooIcon", + "slug": "badoo" + }, + { + "originalTitle": "Baidu", + "componentName": "BaiduIcon", + "slug": "baidu" + }, + { + "originalTitle": "Bakaláři", + "componentName": "BakalariIcon", + "slug": "bakalari" + }, + { + "originalTitle": "Bamboo", + "componentName": "BambooIcon", + "slug": "bamboo" + }, + { + "originalTitle": "Bandcamp", + "componentName": "BandcampIcon", + "slug": "bandcamp" + }, + { + "originalTitle": "BandLab", + "componentName": "BandLabIcon", + "slug": "bandlab" + }, + { + "originalTitle": "Bandsintown", + "componentName": "BandsintownIcon", + "slug": "bandsintown" + }, + { + "originalTitle": "Bank of America", + "componentName": "BankOfAmericaIcon", + "slug": "bankofamerica" + }, + { + "originalTitle": "Barclays", + "componentName": "BarclaysIcon", + "slug": "barclays" + }, + { + "originalTitle": "Baremetrics", + "componentName": "BaremetricsIcon", + "slug": "baremetrics" + }, + { + "originalTitle": "Barmenia", + "componentName": "BarmeniaIcon", + "slug": "barmenia" + }, + { + "originalTitle": "Basecamp", + "componentName": "BasecampIcon", + "slug": "basecamp" + }, + { + "originalTitle": "Basic Attention Token", + "componentName": "BasicAttentionTokenIcon", + "slug": "basicattentiontoken" + }, + { + "originalTitle": "Bastyon", + "componentName": "BastyonIcon", + "slug": "bastyon" + }, + { + "originalTitle": "Bata", + "componentName": "BataIcon", + "slug": "bata" + }, + { + "originalTitle": "Battle.net", + "componentName": "BattleDotnetIcon", + "slug": "battledotnet" + }, + { + "originalTitle": "Beatport", + "componentName": "BeatportIcon", + "slug": "beatport" + }, + { + "originalTitle": "Beats", + "componentName": "BeatsIcon", + "slug": "beats" + }, + { + "originalTitle": "Beats by Dre", + "componentName": "BeatsByDreIcon", + "slug": "beatsbydre" + }, + { + "originalTitle": "Behance", + "componentName": "BehanceIcon", + "slug": "behance" + }, + { + "originalTitle": "Beijing Subway", + "componentName": "BeijingSubwayIcon", + "slug": "beijingsubway" + }, + { + "originalTitle": "BEM", + "componentName": "BemIcon", + "slug": "bem" + }, + { + "originalTitle": "Bentley", + "componentName": "BentleyIcon", + "slug": "bentley" + }, + { + "originalTitle": "Bento", + "componentName": "BentoIcon", + "slug": "bento" + }, + { + "originalTitle": "BentoML", + "componentName": "BentoMlIcon", + "slug": "bentoml" + }, + { + "originalTitle": "BeReal", + "componentName": "BeRealIcon", + "slug": "bereal" + }, + { + "originalTitle": "Betfair", + "componentName": "BetfairIcon", + "slug": "betfair" + }, + { + "originalTitle": "Bevy", + "componentName": "BevyIcon", + "slug": "bevy" + }, + { + "originalTitle": "Big Cartel", + "componentName": "BigCartelIcon", + "slug": "bigcartel" + }, + { + "originalTitle": "bigbasket", + "componentName": "BigbasketIcon", + "slug": "bigbasket" + }, + { + "originalTitle": "BigBlueButton", + "componentName": "BigBlueButtonIcon", + "slug": "bigbluebutton" + }, + { + "originalTitle": "BigCommerce", + "componentName": "BigCommerceIcon", + "slug": "bigcommerce" + }, + { + "originalTitle": "Bilibili", + "componentName": "BilibiliIcon", + "slug": "bilibili" + }, + { + "originalTitle": "Billboard", + "componentName": "BillboardIcon", + "slug": "billboard" + }, + { + "originalTitle": "BIM", + "componentName": "BimIcon", + "slug": "bim" + }, + { + "originalTitle": "Binance", + "componentName": "BinanceIcon", + "slug": "binance" + }, + { + "originalTitle": "Bio Link", + "componentName": "BioLinkIcon", + "slug": "biolink" + }, + { + "originalTitle": "Biome", + "componentName": "BiomeIcon", + "slug": "biome" + }, + { + "originalTitle": "BisectHosting", + "componentName": "BisectHostingIcon", + "slug": "bisecthosting" + }, + { + "originalTitle": "Bit", + "componentName": "BitIcon", + "slug": "bit" + }, + { + "originalTitle": "Bitbucket", + "componentName": "BitbucketIcon", + "slug": "bitbucket" + }, + { + "originalTitle": "Bitcoin", + "componentName": "BitcoinIcon", + "slug": "bitcoin" + }, + { + "originalTitle": "Bitcoin Cash", + "componentName": "BitcoinCashIcon", + "slug": "bitcoincash" + }, + { + "originalTitle": "Bitcoin SV", + "componentName": "BitcoinSvIcon", + "slug": "bitcoinsv" + }, + { + "originalTitle": "BitComet", + "componentName": "BitCometIcon", + "slug": "bitcomet" + }, + { + "originalTitle": "Bitdefender", + "componentName": "BitdefenderIcon", + "slug": "bitdefender" + }, + { + "originalTitle": "Bitly", + "componentName": "BitlyIcon", + "slug": "bitly" + }, + { + "originalTitle": "Bitrise", + "componentName": "BitriseIcon", + "slug": "bitrise" + }, + { + "originalTitle": "BitTorrent", + "componentName": "BitTorrentIcon", + "slug": "bittorrent" + }, + { + "originalTitle": "Bitwarden", + "componentName": "BitwardenIcon", + "slug": "bitwarden" + }, + { + "originalTitle": "Bitwig", + "componentName": "BitwigIcon", + "slug": "bitwig" + }, + { + "originalTitle": "Blackberry", + "componentName": "BlackberryIcon", + "slug": "blackberry" + }, + { + "originalTitle": "Blackmagic Design", + "componentName": "BlackmagicDesignIcon", + "slug": "blackmagicdesign" + }, + { + "originalTitle": "Blazemeter", + "componentName": "BlazemeterIcon", + "slug": "blazemeter" + }, + { + "originalTitle": "Blazor", + "componentName": "BlazorIcon", + "slug": "blazor" + }, + { + "originalTitle": "Blender", + "componentName": "BlenderIcon", + "slug": "blender" + }, + { + "originalTitle": "Blockbench", + "componentName": "BlockbenchIcon", + "slug": "blockbench" + }, + { + "originalTitle": "Blockchain.com", + "componentName": "BlockchainDotcomIcon", + "slug": "blockchaindotcom" + }, + { + "originalTitle": "Blogger", + "componentName": "BloggerIcon", + "slug": "blogger" + }, + { + "originalTitle": "Bloglovin", + "componentName": "BloglovinIcon", + "slug": "bloglovin" + }, + { + "originalTitle": "Blueprint", + "componentName": "BlueprintIcon", + "slug": "blueprint" + }, + { + "originalTitle": "Bluesky", + "componentName": "BlueskyIcon", + "slug": "bluesky" + }, + { + "originalTitle": "Bluetooth", + "componentName": "BluetoothIcon", + "slug": "bluetooth" + }, + { + "originalTitle": "BMC Software", + "componentName": "BmcSoftwareIcon", + "slug": "bmcsoftware" + }, + { + "originalTitle": "BMW", + "componentName": "BmwIcon", + "slug": "bmw" + }, + { + "originalTitle": "BNB Chain", + "componentName": "BnbChainIcon", + "slug": "bnbchain" + }, + { + "originalTitle": "BoardGameGeek", + "componentName": "BoardGameGeekIcon", + "slug": "boardgamegeek" + }, + { + "originalTitle": "Boehringer Ingelheim", + "componentName": "BoehringerIngelheimIcon", + "slug": "boehringeringelheim" + }, + { + "originalTitle": "Boeing", + "componentName": "BoeingIcon", + "slug": "boeing" + }, + { + "originalTitle": "Bombardier", + "componentName": "BombardierIcon", + "slug": "bombardier" + }, + { + "originalTitle": "Bookalope", + "componentName": "BookalopeIcon", + "slug": "bookalope" + }, + { + "originalTitle": "BookBub", + "componentName": "BookBubIcon", + "slug": "bookbub" + }, + { + "originalTitle": "Bookmeter", + "componentName": "BookmeterIcon", + "slug": "bookmeter" + }, + { + "originalTitle": "BookMyShow", + "componentName": "BookMyShowIcon", + "slug": "bookmyshow" + }, + { + "originalTitle": "BookStack", + "componentName": "BookStackIcon", + "slug": "bookstack" + }, + { + "originalTitle": "Boost", + "componentName": "BoostIcon", + "slug": "boost" + }, + { + "originalTitle": "Boosty", + "componentName": "BoostyIcon", + "slug": "boosty" + }, + { + "originalTitle": "Boots", + "componentName": "BootsIcon", + "slug": "boots" + }, + { + "originalTitle": "Bootstrap", + "componentName": "BootstrapIcon", + "slug": "bootstrap" + }, + { + "originalTitle": "BorgBackup", + "componentName": "BorgBackupIcon", + "slug": "borgbackup" + }, + { + "originalTitle": "Bosch", + "componentName": "BoschIcon", + "slug": "bosch" + }, + { + "originalTitle": "Bose", + "componentName": "BoseIcon", + "slug": "bose" + }, + { + "originalTitle": "Botble CMS", + "componentName": "BotbleCmsIcon", + "slug": "botblecms" + }, + { + "originalTitle": "boulanger", + "componentName": "BoulangerIcon", + "slug": "boulanger" + }, + { + "originalTitle": "Bower", + "componentName": "BowerIcon", + "slug": "bower" + }, + { + "originalTitle": "Box", + "componentName": "BoxIcon", + "slug": "box" + }, + { + "originalTitle": "Boxy SVG", + "componentName": "BoxySvgIcon", + "slug": "boxysvg" + }, + { + "originalTitle": "Brandfolder", + "componentName": "BrandfolderIcon", + "slug": "brandfolder" + }, + { + "originalTitle": "Brave", + "componentName": "BraveIcon", + "slug": "brave" + }, + { + "originalTitle": "Breaker", + "componentName": "BreakerIcon", + "slug": "breaker" + }, + { + "originalTitle": "Brevo", + "componentName": "BrevoIcon", + "slug": "brevo" + }, + { + "originalTitle": "Brex", + "componentName": "BrexIcon", + "slug": "brex" + }, + { + "originalTitle": "Bricks", + "componentName": "BricksIcon", + "slug": "bricks" + }, + { + "originalTitle": "British Airways", + "componentName": "BritishAirwaysIcon", + "slug": "britishairways" + }, + { + "originalTitle": "Broadcom", + "componentName": "BroadcomIcon", + "slug": "broadcom" + }, + { + "originalTitle": "BSD", + "componentName": "BsdIcon", + "slug": "bsd" + }, + { + "originalTitle": "bspwm", + "componentName": "BspwmIcon", + "slug": "bspwm" + }, + { + "originalTitle": "BT", + "componentName": "BtIcon", + "slug": "bt" + }, + { + "originalTitle": "Buddy", + "componentName": "BuddyIcon", + "slug": "buddy" + }, + { + "originalTitle": "Budibase", + "componentName": "BudibaseIcon", + "slug": "budibase" + }, + { + "originalTitle": "Buefy", + "componentName": "BuefyIcon", + "slug": "buefy" + }, + { + "originalTitle": "Buffer", + "componentName": "BufferIcon", + "slug": "buffer" + }, + { + "originalTitle": "Bugatti", + "componentName": "BugattiIcon", + "slug": "bugatti" + }, + { + "originalTitle": "Bugcrowd", + "componentName": "BugcrowdIcon", + "slug": "bugcrowd" + }, + { + "originalTitle": "Bugsnag", + "componentName": "BugsnagIcon", + "slug": "bugsnag" + }, + { + "originalTitle": "Buildkite", + "componentName": "BuildkiteIcon", + "slug": "buildkite" + }, + { + "originalTitle": "Bukalapak", + "componentName": "BukalapakIcon", + "slug": "bukalapak" + }, + { + "originalTitle": "Bulma", + "componentName": "BulmaIcon", + "slug": "bulma" + }, + { + "originalTitle": "Bun", + "componentName": "BunIcon", + "slug": "bun" + }, + { + "originalTitle": "bunq", + "componentName": "BunqIcon", + "slug": "bunq" + }, + { + "originalTitle": "Burger King", + "componentName": "BurgerKingIcon", + "slug": "burgerking" + }, + { + "originalTitle": "Burton", + "componentName": "BurtonIcon", + "slug": "burton" + }, + { + "originalTitle": "Buy Me A Coffee", + "componentName": "BuyMeACoffeeIcon", + "slug": "buymeacoffee" + }, + { + "originalTitle": "BuzzFeed", + "componentName": "BuzzFeedIcon", + "slug": "buzzfeed" + }, + { + "originalTitle": "BVG", + "componentName": "BvgIcon", + "slug": "bvg" + }, + { + "originalTitle": "Byju's", + "componentName": "ByjusIcon", + "slug": "byjus" + }, + { + "originalTitle": "ByteDance", + "componentName": "ByteDanceIcon", + "slug": "bytedance" + }, + { + "originalTitle": "C", + "componentName": "CIcon", + "slug": "c" + }, + { + "originalTitle": "C#", + "componentName": "CsharpIcon", + "slug": "csharp" + }, + { + "originalTitle": "C++", + "componentName": "CPlusPlusIcon", + "slug": "cplusplus" + }, + { + "originalTitle": "C++ Builder", + "componentName": "CPlusPlusBuilderIcon", + "slug": "cplusplusbuilder" + }, + { + "originalTitle": "Cachet", + "componentName": "CachetIcon", + "slug": "cachet" + }, + { + "originalTitle": "Caddy", + "componentName": "CaddyIcon", + "slug": "caddy" + }, + { + "originalTitle": "Cadillac", + "componentName": "CadillacIcon", + "slug": "cadillac" + }, + { + "originalTitle": "CafePress", + "componentName": "CafePressIcon", + "slug": "cafepress" + }, + { + "originalTitle": "Caffeine", + "componentName": "CaffeineIcon", + "slug": "caffeine" + }, + { + "originalTitle": "Cairo Graphics", + "componentName": "CairoGraphicsIcon", + "slug": "cairographics" + }, + { + "originalTitle": "Cairo Metro", + "componentName": "CairoMetroIcon", + "slug": "cairometro" + }, + { + "originalTitle": "CakePHP", + "componentName": "CakePhpIcon", + "slug": "cakephp" + }, + { + "originalTitle": "Calendly", + "componentName": "CalendlyIcon", + "slug": "calendly" + }, + { + "originalTitle": "Campaign Monitor", + "componentName": "CampaignMonitorIcon", + "slug": "campaignmonitor" + }, + { + "originalTitle": "Canonical", + "componentName": "CanonicalIcon", + "slug": "canonical" + }, + { + "originalTitle": "Canva", + "componentName": "CanvaIcon", + "slug": "canva" + }, + { + "originalTitle": "Canvas", + "componentName": "CanvasIcon", + "slug": "canvas" + }, + { + "originalTitle": "Capacitor", + "componentName": "CapacitorIcon", + "slug": "capacitor" + }, + { + "originalTitle": "Car Throttle", + "componentName": "CarThrottleIcon", + "slug": "carthrottle" + }, + { + "originalTitle": "Cardano", + "componentName": "CardanoIcon", + "slug": "cardano" + }, + { + "originalTitle": "Carrd", + "componentName": "CarrdIcon", + "slug": "carrd" + }, + { + "originalTitle": "Carrefour", + "componentName": "CarrefourIcon", + "slug": "carrefour" + }, + { + "originalTitle": "Carto", + "componentName": "CartoIcon", + "slug": "carto" + }, + { + "originalTitle": "Cash App", + "componentName": "CashAppIcon", + "slug": "cashapp" + }, + { + "originalTitle": "Castbox", + "componentName": "CastboxIcon", + "slug": "castbox" + }, + { + "originalTitle": "Castorama", + "componentName": "CastoramaIcon", + "slug": "castorama" + }, + { + "originalTitle": "Castro", + "componentName": "CastroIcon", + "slug": "castro" + }, + { + "originalTitle": "Caterpillar", + "componentName": "CaterpillarIcon", + "slug": "caterpillar" + }, + { + "originalTitle": "CBC", + "componentName": "CbcIcon", + "slug": "cbc" + }, + { + "originalTitle": "CBS", + "componentName": "CbsIcon", + "slug": "cbs" + }, + { + "originalTitle": "CCleaner", + "componentName": "CCleanerIcon", + "slug": "ccleaner" + }, + { + "originalTitle": "CD Projekt", + "componentName": "CdProjektIcon", + "slug": "cdprojekt" + }, + { + "originalTitle": "Celery", + "componentName": "CeleryIcon", + "slug": "celery" + }, + { + "originalTitle": "Celestron", + "componentName": "CelestronIcon", + "slug": "celestron" + }, + { + "originalTitle": "CentOS", + "componentName": "CentOsIcon", + "slug": "centos" + }, + { + "originalTitle": "Ceph", + "componentName": "CephIcon", + "slug": "ceph" + }, + { + "originalTitle": "Cesium", + "componentName": "CesiumIcon", + "slug": "cesium" + }, + { + "originalTitle": "Chai", + "componentName": "ChaiIcon", + "slug": "chai" + }, + { + "originalTitle": "Chainguard", + "componentName": "ChainguardIcon", + "slug": "chainguard" + }, + { + "originalTitle": "Chainlink", + "componentName": "ChainlinkIcon", + "slug": "chainlink" + }, + { + "originalTitle": "Chakra UI", + "componentName": "ChakraUiIcon", + "slug": "chakraui" + }, + { + "originalTitle": "Channel 4", + "componentName": "Channel4Icon", + "slug": "channel4" + }, + { + "originalTitle": "Charles", + "componentName": "CharlesIcon", + "slug": "charles" + }, + { + "originalTitle": "Chart.js", + "componentName": "ChartDotjsIcon", + "slug": "chartdotjs" + }, + { + "originalTitle": "ChartMogul", + "componentName": "ChartMogulIcon", + "slug": "chartmogul" + }, + { + "originalTitle": "Chase", + "componentName": "ChaseIcon", + "slug": "chase" + }, + { + "originalTitle": "ChatBot", + "componentName": "ChatBotIcon", + "slug": "chatbot" + }, + { + "originalTitle": "Chatwoot", + "componentName": "ChatwootIcon", + "slug": "chatwoot" + }, + { + "originalTitle": "CheckiO", + "componentName": "CheckiOIcon", + "slug": "checkio" + }, + { + "originalTitle": "Checkmarx", + "componentName": "CheckmarxIcon", + "slug": "checkmarx" + }, + { + "originalTitle": "Checkmk", + "componentName": "CheckmkIcon", + "slug": "checkmk" + }, + { + "originalTitle": "Chedraui", + "componentName": "ChedrauiIcon", + "slug": "chedraui" + }, + { + "originalTitle": "Chef", + "componentName": "ChefIcon", + "slug": "chef" + }, + { + "originalTitle": "Chemex", + "componentName": "ChemexIcon", + "slug": "chemex" + }, + { + "originalTitle": "Chevrolet", + "componentName": "ChevroletIcon", + "slug": "chevrolet" + }, + { + "originalTitle": "Chia Network", + "componentName": "ChiaNetworkIcon", + "slug": "chianetwork" + }, + { + "originalTitle": "China Eastern Airlines", + "componentName": "ChinaEasternAirlinesIcon", + "slug": "chinaeasternairlines" + }, + { + "originalTitle": "China Southern Airlines", + "componentName": "ChinaSouthernAirlinesIcon", + "slug": "chinasouthernairlines" + }, + { + "originalTitle": "Chocolatey", + "componentName": "ChocolateyIcon", + "slug": "chocolatey" + }, + { + "originalTitle": "Chromatic", + "componentName": "ChromaticIcon", + "slug": "chromatic" + }, + { + "originalTitle": "Chromecast", + "componentName": "ChromecastIcon", + "slug": "chromecast" + }, + { + "originalTitle": "Chrysler", + "componentName": "ChryslerIcon", + "slug": "chrysler" + }, + { + "originalTitle": "Chupa Chups", + "componentName": "ChupaChupsIcon", + "slug": "chupachups" + }, + { + "originalTitle": "Cilium", + "componentName": "CiliumIcon", + "slug": "cilium" + }, + { + "originalTitle": "Cinema 4D", + "componentName": "Cinema4dIcon", + "slug": "cinema4d" + }, + { + "originalTitle": "Circle", + "componentName": "CircleIcon", + "slug": "circle" + }, + { + "originalTitle": "CircleCI", + "componentName": "CircleCiIcon", + "slug": "circleci" + }, + { + "originalTitle": "CircuitVerse", + "componentName": "CircuitVerseIcon", + "slug": "circuitverse" + }, + { + "originalTitle": "Cirrus CI", + "componentName": "CirrusCiIcon", + "slug": "cirrusci" + }, + { + "originalTitle": "Cisco", + "componentName": "CiscoIcon", + "slug": "cisco" + }, + { + "originalTitle": "Citrix", + "componentName": "CitrixIcon", + "slug": "citrix" + }, + { + "originalTitle": "Citroën", + "componentName": "CitroenIcon", + "slug": "citroen" + }, + { + "originalTitle": "CiviCRM", + "componentName": "CiviCrmIcon", + "slug": "civicrm" + }, + { + "originalTitle": "Civo", + "componentName": "CivoIcon", + "slug": "civo" + }, + { + "originalTitle": "CKEditor 4", + "componentName": "Ckeditor4Icon", + "slug": "ckeditor4" + }, + { + "originalTitle": "Clarifai", + "componentName": "ClarifaiIcon", + "slug": "clarifai" + }, + { + "originalTitle": "Claris", + "componentName": "ClarisIcon", + "slug": "claris" + }, + { + "originalTitle": "Clarivate", + "componentName": "ClarivateIcon", + "slug": "clarivate" + }, + { + "originalTitle": "Clerk", + "componentName": "ClerkIcon", + "slug": "clerk" + }, + { + "originalTitle": "Clever Cloud", + "componentName": "CleverCloudIcon", + "slug": "clevercloud" + }, + { + "originalTitle": "ClickHouse", + "componentName": "ClickHouseIcon", + "slug": "clickhouse" + }, + { + "originalTitle": "ClickUp", + "componentName": "ClickUpIcon", + "slug": "clickup" + }, + { + "originalTitle": "CLion", + "componentName": "CLionIcon", + "slug": "clion" + }, + { + "originalTitle": "Cliqz", + "componentName": "CliqzIcon", + "slug": "cliqz" + }, + { + "originalTitle": "Clockify", + "componentName": "ClockifyIcon", + "slug": "clockify" + }, + { + "originalTitle": "Clojure", + "componentName": "ClojureIcon", + "slug": "clojure" + }, + { + "originalTitle": "Cloud 66", + "componentName": "Cloud66Icon", + "slug": "cloud66" + }, + { + "originalTitle": "Cloud Foundry", + "componentName": "CloudFoundryIcon", + "slug": "cloudfoundry" + }, + { + "originalTitle": "CloudBees", + "componentName": "CloudBeesIcon", + "slug": "cloudbees" + }, + { + "originalTitle": "CloudCannon", + "componentName": "CloudCannonIcon", + "slug": "cloudcannon" + }, + { + "originalTitle": "Cloudera", + "componentName": "ClouderaIcon", + "slug": "cloudera" + }, + { + "originalTitle": "Cloudflare", + "componentName": "CloudflareIcon", + "slug": "cloudflare" + }, + { + "originalTitle": "Cloudflare Pages", + "componentName": "CloudflarePagesIcon", + "slug": "cloudflarepages" + }, + { + "originalTitle": "Cloudinary", + "componentName": "CloudinaryIcon", + "slug": "cloudinary" + }, + { + "originalTitle": "Cloudsmith", + "componentName": "CloudsmithIcon", + "slug": "cloudsmith" + }, + { + "originalTitle": "Cloudways", + "componentName": "CloudwaysIcon", + "slug": "cloudways" + }, + { + "originalTitle": "Clubhouse", + "componentName": "ClubhouseIcon", + "slug": "clubhouse" + }, + { + "originalTitle": "Clyp", + "componentName": "ClypIcon", + "slug": "clyp" + }, + { + "originalTitle": "CMake", + "componentName": "CMakeIcon", + "slug": "cmake" + }, + { + "originalTitle": "CNCF", + "componentName": "CncfIcon", + "slug": "cncf" + }, + { + "originalTitle": "CNN", + "componentName": "CnnIcon", + "slug": "cnn" + }, + { + "originalTitle": "Co-op", + "componentName": "CoopIcon", + "slug": "coop" + }, + { + "originalTitle": "Coca Cola", + "componentName": "CocaColaIcon", + "slug": "cocacola" + }, + { + "originalTitle": "Cockpit", + "componentName": "CockpitIcon", + "slug": "cockpit" + }, + { + "originalTitle": "Cockroach Labs", + "componentName": "CockroachLabsIcon", + "slug": "cockroachlabs" + }, + { + "originalTitle": "CocoaPods", + "componentName": "CocoaPodsIcon", + "slug": "cocoapods" + }, + { + "originalTitle": "Cocos", + "componentName": "CocosIcon", + "slug": "cocos" + }, + { + "originalTitle": "Coda", + "componentName": "CodaIcon", + "slug": "coda" + }, + { + "originalTitle": "Codacy", + "componentName": "CodacyIcon", + "slug": "codacy" + }, + { + "originalTitle": "Code Climate", + "componentName": "CodeClimateIcon", + "slug": "codeclimate" + }, + { + "originalTitle": "Code::Blocks", + "componentName": "CodeblocksIcon", + "slug": "codeblocks" + }, + { + "originalTitle": "Codeberg", + "componentName": "CodebergIcon", + "slug": "codeberg" + }, + { + "originalTitle": "Codecademy", + "componentName": "CodecademyIcon", + "slug": "codecademy" + }, + { + "originalTitle": "CodeceptJS", + "componentName": "CodeceptJsIcon", + "slug": "codeceptjs" + }, + { + "originalTitle": "CodeChef", + "componentName": "CodeChefIcon", + "slug": "codechef" + }, + { + "originalTitle": "Codecov", + "componentName": "CodecovIcon", + "slug": "codecov" + }, + { + "originalTitle": "CodeFactor", + "componentName": "CodeFactorIcon", + "slug": "codefactor" + }, + { + "originalTitle": "Codeforces", + "componentName": "CodeforcesIcon", + "slug": "codeforces" + }, + { + "originalTitle": "CodeIgniter", + "componentName": "CodeIgniterIcon", + "slug": "codeigniter" + }, + { + "originalTitle": "Codeium", + "componentName": "CodeiumIcon", + "slug": "codeium" + }, + { + "originalTitle": "Codemagic", + "componentName": "CodemagicIcon", + "slug": "codemagic" + }, + { + "originalTitle": "Codementor", + "componentName": "CodementorIcon", + "slug": "codementor" + }, + { + "originalTitle": "CodeMirror", + "componentName": "CodeMirrorIcon", + "slug": "codemirror" + }, + { + "originalTitle": "CodeNewbie", + "componentName": "CodeNewbieIcon", + "slug": "codenewbie" + }, + { + "originalTitle": "CodePen", + "componentName": "CodePenIcon", + "slug": "codepen" + }, + { + "originalTitle": "CodeProject", + "componentName": "CodeProjectIcon", + "slug": "codeproject" + }, + { + "originalTitle": "CodersRank", + "componentName": "CodersRankIcon", + "slug": "codersrank" + }, + { + "originalTitle": "Coderwall", + "componentName": "CoderwallIcon", + "slug": "coderwall" + }, + { + "originalTitle": "CodeSandbox", + "componentName": "CodeSandboxIcon", + "slug": "codesandbox" + }, + { + "originalTitle": "Codeship", + "componentName": "CodeshipIcon", + "slug": "codeship" + }, + { + "originalTitle": "CodeSignal", + "componentName": "CodeSignalIcon", + "slug": "codesignal" + }, + { + "originalTitle": "CodeStream", + "componentName": "CodeStreamIcon", + "slug": "codestream" + }, + { + "originalTitle": "Codewars", + "componentName": "CodewarsIcon", + "slug": "codewars" + }, + { + "originalTitle": "Coding Ninjas", + "componentName": "CodingNinjasIcon", + "slug": "codingninjas" + }, + { + "originalTitle": "CodinGame", + "componentName": "CodinGameIcon", + "slug": "codingame" + }, + { + "originalTitle": "Codio", + "componentName": "CodioIcon", + "slug": "codio" + }, + { + "originalTitle": "CoffeeScript", + "componentName": "CoffeeScriptIcon", + "slug": "coffeescript" + }, + { + "originalTitle": "Coggle", + "componentName": "CoggleIcon", + "slug": "coggle" + }, + { + "originalTitle": "Cognizant", + "componentName": "CognizantIcon", + "slug": "cognizant" + }, + { + "originalTitle": "Coil", + "componentName": "CoilIcon", + "slug": "coil" + }, + { + "originalTitle": "Coinbase", + "componentName": "CoinbaseIcon", + "slug": "coinbase" + }, + { + "originalTitle": "CoinMarketCap", + "componentName": "CoinMarketCapIcon", + "slug": "coinmarketcap" + }, + { + "originalTitle": "ComicFury", + "componentName": "ComicFuryIcon", + "slug": "comicfury" + }, + { + "originalTitle": "Commerzbank", + "componentName": "CommerzbankIcon", + "slug": "commerzbank" + }, + { + "originalTitle": "commitlint", + "componentName": "CommitlintIcon", + "slug": "commitlint" + }, + { + "originalTitle": "Commodore", + "componentName": "CommodoreIcon", + "slug": "commodore" + }, + { + "originalTitle": "Common Workflow Language", + "componentName": "CommonWorkflowLanguageIcon", + "slug": "commonworkflowlanguage" + }, + { + "originalTitle": "Compiler Explorer", + "componentName": "CompilerExplorerIcon", + "slug": "compilerexplorer" + }, + { + "originalTitle": "Composer", + "componentName": "ComposerIcon", + "slug": "composer" + }, + { + "originalTitle": "CompTIA", + "componentName": "CompTiaIcon", + "slug": "comptia" + }, + { + "originalTitle": "Comsol", + "componentName": "ComsolIcon", + "slug": "comsol" + }, + { + "originalTitle": "Conan", + "componentName": "ConanIcon", + "slug": "conan" + }, + { + "originalTitle": "Concourse", + "componentName": "ConcourseIcon", + "slug": "concourse" + }, + { + "originalTitle": "Conda-Forge", + "componentName": "CondaforgeIcon", + "slug": "condaforge" + }, + { + "originalTitle": "Conekta", + "componentName": "ConektaIcon", + "slug": "conekta" + }, + { + "originalTitle": "Confluence", + "componentName": "ConfluenceIcon", + "slug": "confluence" + }, + { + "originalTitle": "Construct 3", + "componentName": "Construct3Icon", + "slug": "construct3" + }, + { + "originalTitle": "Consul", + "componentName": "ConsulIcon", + "slug": "consul" + }, + { + "originalTitle": "Contactless Payment", + "componentName": "ContactlessPaymentIcon", + "slug": "contactlesspayment" + }, + { + "originalTitle": "containerd", + "componentName": "ContainerdIcon", + "slug": "containerd" + }, + { + "originalTitle": "Contao", + "componentName": "ContaoIcon", + "slug": "contao" + }, + { + "originalTitle": "Contentful", + "componentName": "ContentfulIcon", + "slug": "contentful" + }, + { + "originalTitle": "Contentstack", + "componentName": "ContentstackIcon", + "slug": "contentstack" + }, + { + "originalTitle": "Conventional Commits", + "componentName": "ConventionalCommitsIcon", + "slug": "conventionalcommits" + }, + { + "originalTitle": "Convertio", + "componentName": "ConvertioIcon", + "slug": "convertio" + }, + { + "originalTitle": "Cookiecutter", + "componentName": "CookiecutterIcon", + "slug": "cookiecutter" + }, + { + "originalTitle": "Cooler Master", + "componentName": "CoolerMasterIcon", + "slug": "coolermaster" + }, + { + "originalTitle": "Coppel", + "componentName": "CoppelIcon", + "slug": "coppel" + }, + { + "originalTitle": "Cora", + "componentName": "CoraIcon", + "slug": "cora" + }, + { + "originalTitle": "Corona Engine", + "componentName": "CoronaEngineIcon", + "slug": "coronaengine" + }, + { + "originalTitle": "Corona Renderer", + "componentName": "CoronaRendererIcon", + "slug": "coronarenderer" + }, + { + "originalTitle": "Corsair", + "componentName": "CorsairIcon", + "slug": "corsair" + }, + { + "originalTitle": "Couchbase", + "componentName": "CouchbaseIcon", + "slug": "couchbase" + }, + { + "originalTitle": "Counter-Strike", + "componentName": "CounterstrikeIcon", + "slug": "counterstrike" + }, + { + "originalTitle": "CountingWorks PRO", + "componentName": "CountingWorksProIcon", + "slug": "countingworkspro" + }, + { + "originalTitle": "Coursera", + "componentName": "CourseraIcon", + "slug": "coursera" + }, + { + "originalTitle": "Coveralls", + "componentName": "CoverallsIcon", + "slug": "coveralls" + }, + { + "originalTitle": "cPanel", + "componentName": "CPanelIcon", + "slug": "cpanel" + }, + { + "originalTitle": "Craft CMS", + "componentName": "CraftCmsIcon", + "slug": "craftcms" + }, + { + "originalTitle": "Craftsman", + "componentName": "CraftsmanIcon", + "slug": "craftsman" + }, + { + "originalTitle": "CrateDB", + "componentName": "CrateDbIcon", + "slug": "cratedb" + }, + { + "originalTitle": "Crayon", + "componentName": "CrayonIcon", + "slug": "crayon" + }, + { + "originalTitle": "Creality", + "componentName": "CrealityIcon", + "slug": "creality" + }, + { + "originalTitle": "Create React App", + "componentName": "CreateReactAppIcon", + "slug": "createreactapp" + }, + { + "originalTitle": "Creative Commons", + "componentName": "CreativeCommonsIcon", + "slug": "creativecommons" + }, + { + "originalTitle": "Creative Technology", + "componentName": "CreativeTechnologyIcon", + "slug": "creativetechnology" + }, + { + "originalTitle": "Credly", + "componentName": "CredlyIcon", + "slug": "credly" + }, + { + "originalTitle": "Crehana", + "componentName": "CrehanaIcon", + "slug": "crehana" + }, + { + "originalTitle": "Crew United", + "componentName": "CrewUnitedIcon", + "slug": "crewunited" + }, + { + "originalTitle": "Critical Role", + "componentName": "CriticalRoleIcon", + "slug": "criticalrole" + }, + { + "originalTitle": "Crowdin", + "componentName": "CrowdinIcon", + "slug": "crowdin" + }, + { + "originalTitle": "Crowdsource", + "componentName": "CrowdsourceIcon", + "slug": "crowdsource" + }, + { + "originalTitle": "Crunchbase", + "componentName": "CrunchbaseIcon", + "slug": "crunchbase" + }, + { + "originalTitle": "Crunchyroll", + "componentName": "CrunchyrollIcon", + "slug": "crunchyroll" + }, + { + "originalTitle": "CRYENGINE", + "componentName": "CryengineIcon", + "slug": "cryengine" + }, + { + "originalTitle": "Crystal", + "componentName": "CrystalIcon", + "slug": "crystal" + }, + { + "originalTitle": "CSS Modules", + "componentName": "CssModulesIcon", + "slug": "cssmodules" + }, + { + "originalTitle": "CSS Wizardry", + "componentName": "CssWizardryIcon", + "slug": "csswizardry" + }, + { + "originalTitle": "CSS3", + "componentName": "Css3Icon", + "slug": "css3" + }, + { + "originalTitle": "CTS", + "componentName": "CtsIcon", + "slug": "cts" + }, + { + "originalTitle": "Cucumber", + "componentName": "CucumberIcon", + "slug": "cucumber" + }, + { + "originalTitle": "Cultura", + "componentName": "CulturaIcon", + "slug": "cultura" + }, + { + "originalTitle": "curl", + "componentName": "CurlIcon", + "slug": "curl" + }, + { + "originalTitle": "CurseForge", + "componentName": "CurseForgeIcon", + "slug": "curseforge" + }, + { + "originalTitle": "Custom Ink", + "componentName": "CustomInkIcon", + "slug": "customink" + }, + { + "originalTitle": "CyberDefenders", + "componentName": "CyberDefendersIcon", + "slug": "cyberdefenders" + }, + { + "originalTitle": "Cycling '74", + "componentName": "Cycling74Icon", + "slug": "cycling74" + }, + { + "originalTitle": "Cypress", + "componentName": "CypressIcon", + "slug": "cypress" + }, + { + "originalTitle": "Cytoscape.js", + "componentName": "CytoscapeDotjsIcon", + "slug": "cytoscapedotjs" + }, + { + "originalTitle": "D", + "componentName": "DIcon", + "slug": "d" + }, + { + "originalTitle": "D-EDGE", + "componentName": "DedgeIcon", + "slug": "dedge" + }, + { + "originalTitle": "D-Wave Systems", + "componentName": "DwavesystemsIcon", + "slug": "dwavesystems" + }, + { + "originalTitle": "D3.js", + "componentName": "D3dotjsIcon", + "slug": "d3dotjs" + }, + { + "originalTitle": "Dacia", + "componentName": "DaciaIcon", + "slug": "dacia" + }, + { + "originalTitle": "DAF", + "componentName": "DafIcon", + "slug": "daf" + }, + { + "originalTitle": "daily.dev", + "componentName": "DailyDotdevIcon", + "slug": "dailydotdev" + }, + { + "originalTitle": "Dailymotion", + "componentName": "DailymotionIcon", + "slug": "dailymotion" + }, + { + "originalTitle": "Daimler", + "componentName": "DaimlerIcon", + "slug": "daimler" + }, + { + "originalTitle": "DaisyUI", + "componentName": "DaisyUiIcon", + "slug": "daisyui" + }, + { + "originalTitle": "Dapr", + "componentName": "DaprIcon", + "slug": "dapr" + }, + { + "originalTitle": "Dark Reader", + "componentName": "DarkReaderIcon", + "slug": "darkreader" + }, + { + "originalTitle": "Dart", + "componentName": "DartIcon", + "slug": "dart" + }, + { + "originalTitle": "Darty", + "componentName": "DartyIcon", + "slug": "darty" + }, + { + "originalTitle": "Das Erste", + "componentName": "DasErsteIcon", + "slug": "daserste" + }, + { + "originalTitle": "Dash", + "componentName": "DashIcon", + "slug": "dash" + }, + { + "originalTitle": "Dashlane", + "componentName": "DashlaneIcon", + "slug": "dashlane" + }, + { + "originalTitle": "Dask", + "componentName": "DaskIcon", + "slug": "dask" + }, + { + "originalTitle": "Dassault Systèmes", + "componentName": "DassaultsystemesIcon", + "slug": "dassaultsystemes" + }, + { + "originalTitle": "data.ai", + "componentName": "DataDotaiIcon", + "slug": "datadotai" + }, + { + "originalTitle": "Databricks", + "componentName": "DatabricksIcon", + "slug": "databricks" + }, + { + "originalTitle": "DataCamp", + "componentName": "DataCampIcon", + "slug": "datacamp" + }, + { + "originalTitle": "Datadog", + "componentName": "DatadogIcon", + "slug": "datadog" + }, + { + "originalTitle": "DataGrip", + "componentName": "DataGripIcon", + "slug": "datagrip" + }, + { + "originalTitle": "Dataiku", + "componentName": "DataikuIcon", + "slug": "dataiku" + }, + { + "originalTitle": "DataStax", + "componentName": "DataStaxIcon", + "slug": "datastax" + }, + { + "originalTitle": "Dataverse", + "componentName": "DataverseIcon", + "slug": "dataverse" + }, + { + "originalTitle": "date-fns", + "componentName": "DatefnsIcon", + "slug": "datefns" + }, + { + "originalTitle": "DatoCMS", + "componentName": "DatoCmsIcon", + "slug": "datocms" + }, + { + "originalTitle": "Datto", + "componentName": "DattoIcon", + "slug": "datto" + }, + { + "originalTitle": "DAZN", + "componentName": "DaznIcon", + "slug": "dazn" + }, + { + "originalTitle": "DBeaver", + "componentName": "DBeaverIcon", + "slug": "dbeaver" + }, + { + "originalTitle": "dblp", + "componentName": "DblpIcon", + "slug": "dblp" + }, + { + "originalTitle": "dbt", + "componentName": "DbtIcon", + "slug": "dbt" + }, + { + "originalTitle": "DC Entertainment", + "componentName": "DcEntertainmentIcon", + "slug": "dcentertainment" + }, + { + "originalTitle": "De'Longhi", + "componentName": "DelonghiIcon", + "slug": "delonghi" + }, + { + "originalTitle": "Debian", + "componentName": "DebianIcon", + "slug": "debian" + }, + { + "originalTitle": "Decap CMS", + "componentName": "DecapCmsIcon", + "slug": "decapcms" + }, + { + "originalTitle": "DeepCool", + "componentName": "DeepCoolIcon", + "slug": "deepcool" + }, + { + "originalTitle": "deepin", + "componentName": "DeepinIcon", + "slug": "deepin" + }, + { + "originalTitle": "DeepL", + "componentName": "DeepLIcon", + "slug": "deepl" + }, + { + "originalTitle": "Deepnote", + "componentName": "DeepnoteIcon", + "slug": "deepnote" + }, + { + "originalTitle": "del.icio.us", + "componentName": "DeliciousIcon", + "slug": "delicious" + }, + { + "originalTitle": "Deliveroo", + "componentName": "DeliverooIcon", + "slug": "deliveroo" + }, + { + "originalTitle": "Dell", + "componentName": "DellIcon", + "slug": "dell" + }, + { + "originalTitle": "Delphi", + "componentName": "DelphiIcon", + "slug": "delphi" + }, + { + "originalTitle": "Delta", + "componentName": "DeltaIcon", + "slug": "delta" + }, + { + "originalTitle": "Deluge", + "componentName": "DelugeIcon", + "slug": "deluge" + }, + { + "originalTitle": "Deno", + "componentName": "DenoIcon", + "slug": "deno" + }, + { + "originalTitle": "Denon", + "componentName": "DenonIcon", + "slug": "denon" + }, + { + "originalTitle": "Dependabot", + "componentName": "DependabotIcon", + "slug": "dependabot" + }, + { + "originalTitle": "Depositphotos", + "componentName": "DepositphotosIcon", + "slug": "depositphotos" + }, + { + "originalTitle": "Der Spiegel", + "componentName": "DerSpiegelIcon", + "slug": "derspiegel" + }, + { + "originalTitle": "Designer News", + "componentName": "DesignerNewsIcon", + "slug": "designernews" + }, + { + "originalTitle": "Deutsche Bahn", + "componentName": "DeutscheBahnIcon", + "slug": "deutschebahn" + }, + { + "originalTitle": "Deutsche Bank", + "componentName": "DeutscheBankIcon", + "slug": "deutschebank" + }, + { + "originalTitle": "Deutsche Post", + "componentName": "DeutschePostIcon", + "slug": "deutschepost" + }, + { + "originalTitle": "dev.to", + "componentName": "DevDottoIcon", + "slug": "devdotto" + }, + { + "originalTitle": "DevExpress", + "componentName": "DevExpressIcon", + "slug": "devexpress" + }, + { + "originalTitle": "DeviantArt", + "componentName": "DeviantArtIcon", + "slug": "deviantart" + }, + { + "originalTitle": "Devpost", + "componentName": "DevpostIcon", + "slug": "devpost" + }, + { + "originalTitle": "devRant", + "componentName": "DevRantIcon", + "slug": "devrant" + }, + { + "originalTitle": "Dgraph", + "componentName": "DgraphIcon", + "slug": "dgraph" + }, + { + "originalTitle": "DHL", + "componentName": "DhlIcon", + "slug": "dhl" + }, + { + "originalTitle": "diagrams.net", + "componentName": "DiagramsDotnetIcon", + "slug": "diagramsdotnet" + }, + { + "originalTitle": "Dialogflow", + "componentName": "DialogflowIcon", + "slug": "dialogflow" + }, + { + "originalTitle": "Diaspora", + "componentName": "DiasporaIcon", + "slug": "diaspora" + }, + { + "originalTitle": "Digg", + "componentName": "DiggIcon", + "slug": "digg" + }, + { + "originalTitle": "Digi-Key Electronics", + "componentName": "DigikeyelectronicsIcon", + "slug": "digikeyelectronics" + }, + { + "originalTitle": "DigitalOcean", + "componentName": "DigitalOceanIcon", + "slug": "digitalocean" + }, + { + "originalTitle": "Diners Club", + "componentName": "DinersClubIcon", + "slug": "dinersclub" + }, + { + "originalTitle": "Dior", + "componentName": "DiorIcon", + "slug": "dior" + }, + { + "originalTitle": "Directus", + "componentName": "DirectusIcon", + "slug": "directus" + }, + { + "originalTitle": "Discogs", + "componentName": "DiscogsIcon", + "slug": "discogs" + }, + { + "originalTitle": "Discord", + "componentName": "DiscordIcon", + "slug": "discord" + }, + { + "originalTitle": "Discourse", + "componentName": "DiscourseIcon", + "slug": "discourse" + }, + { + "originalTitle": "Discover", + "componentName": "DiscoverIcon", + "slug": "discover" + }, + { + "originalTitle": "Disqus", + "componentName": "DisqusIcon", + "slug": "disqus" + }, + { + "originalTitle": "Disroot", + "componentName": "DisrootIcon", + "slug": "disroot" + }, + { + "originalTitle": "Distrokid", + "componentName": "DistrokidIcon", + "slug": "distrokid" + }, + { + "originalTitle": "Django", + "componentName": "DjangoIcon", + "slug": "django" + }, + { + "originalTitle": "DJI", + "componentName": "DjiIcon", + "slug": "dji" + }, + { + "originalTitle": "Dlib", + "componentName": "DlibIcon", + "slug": "dlib" + }, + { + "originalTitle": "DLNA", + "componentName": "DlnaIcon", + "slug": "dlna" + }, + { + "originalTitle": "dm", + "componentName": "DmIcon", + "slug": "dm" + }, + { + "originalTitle": "Docker", + "componentName": "DockerIcon", + "slug": "docker" + }, + { + "originalTitle": "Docs.rs", + "componentName": "DocsDotrsIcon", + "slug": "docsdotrs" + }, + { + "originalTitle": "Docsify", + "componentName": "DocsifyIcon", + "slug": "docsify" + }, + { + "originalTitle": "Docusaurus", + "componentName": "DocusaurusIcon", + "slug": "docusaurus" + }, + { + "originalTitle": "DocuSign", + "componentName": "DocuSignIcon", + "slug": "docusign" + }, + { + "originalTitle": "Dogecoin", + "componentName": "DogecoinIcon", + "slug": "dogecoin" + }, + { + "originalTitle": "DOI", + "componentName": "DoiIcon", + "slug": "doi" + }, + { + "originalTitle": "Dolby", + "componentName": "DolbyIcon", + "slug": "dolby" + }, + { + "originalTitle": "DoorDash", + "componentName": "DoorDashIcon", + "slug": "doordash" + }, + { + "originalTitle": "Douban", + "componentName": "DoubanIcon", + "slug": "douban" + }, + { + "originalTitle": "Douban Read", + "componentName": "DoubanReadIcon", + "slug": "doubanread" + }, + { + "originalTitle": "Dovecot", + "componentName": "DovecotIcon", + "slug": "dovecot" + }, + { + "originalTitle": "Doxygen", + "componentName": "DoxygenIcon", + "slug": "doxygen" + }, + { + "originalTitle": "DPD", + "componentName": "DpdIcon", + "slug": "dpd" + }, + { + "originalTitle": "Dragonframe", + "componentName": "DragonframeIcon", + "slug": "dragonframe" + }, + { + "originalTitle": "Draugiem.lv", + "componentName": "DraugiemDotlvIcon", + "slug": "draugiemdotlv" + }, + { + "originalTitle": "Dreamstime", + "componentName": "DreamstimeIcon", + "slug": "dreamstime" + }, + { + "originalTitle": "Dribbble", + "componentName": "DribbbleIcon", + "slug": "dribbble" + }, + { + "originalTitle": "Drizzle", + "componentName": "DrizzleIcon", + "slug": "drizzle" + }, + { + "originalTitle": "Drone", + "componentName": "DroneIcon", + "slug": "drone" + }, + { + "originalTitle": "Drooble", + "componentName": "DroobleIcon", + "slug": "drooble" + }, + { + "originalTitle": "Dropbox", + "componentName": "DropboxIcon", + "slug": "dropbox" + }, + { + "originalTitle": "Drupal", + "componentName": "DrupalIcon", + "slug": "drupal" + }, + { + "originalTitle": "DS Automobiles", + "componentName": "DsAutomobilesIcon", + "slug": "dsautomobiles" + }, + { + "originalTitle": "DTS", + "componentName": "DtsIcon", + "slug": "dts" + }, + { + "originalTitle": "DTube", + "componentName": "DTubeIcon", + "slug": "dtube" + }, + { + "originalTitle": "Ducati", + "componentName": "DucatiIcon", + "slug": "ducati" + }, + { + "originalTitle": "DuckDB", + "componentName": "DuckDbIcon", + "slug": "duckdb" + }, + { + "originalTitle": "DuckDuckGo", + "componentName": "DuckDuckGoIcon", + "slug": "duckduckgo" + }, + { + "originalTitle": "Dungeons & Dragons", + "componentName": "DungeonsAndDragonsIcon", + "slug": "dungeonsanddragons" + }, + { + "originalTitle": "Dunked", + "componentName": "DunkedIcon", + "slug": "dunked" + }, + { + "originalTitle": "Dunzo", + "componentName": "DunzoIcon", + "slug": "dunzo" + }, + { + "originalTitle": "Duolingo", + "componentName": "DuolingoIcon", + "slug": "duolingo" + }, + { + "originalTitle": "DVC", + "componentName": "DvcIcon", + "slug": "dvc" + }, + { + "originalTitle": "dwm", + "componentName": "DwmIcon", + "slug": "dwm" + }, + { + "originalTitle": "Dynamics 365", + "componentName": "Dynamics365Icon", + "slug": "dynamics365" + }, + { + "originalTitle": "Dynatrace", + "componentName": "DynatraceIcon", + "slug": "dynatrace" + }, + { + "originalTitle": "E.Leclerc", + "componentName": "EDotLeclercIcon", + "slug": "edotleclerc" + }, + { + "originalTitle": "E3", + "componentName": "E3Icon", + "slug": "e3" + }, + { + "originalTitle": "EA", + "componentName": "EaIcon", + "slug": "ea" + }, + { + "originalTitle": "Eagle", + "componentName": "EagleIcon", + "slug": "eagle" + }, + { + "originalTitle": "EasyEDA", + "componentName": "EasyEdaIcon", + "slug": "easyeda" + }, + { + "originalTitle": "easyJet", + "componentName": "EasyJetIcon", + "slug": "easyjet" + }, + { + "originalTitle": "eBay", + "componentName": "EBayIcon", + "slug": "ebay" + }, + { + "originalTitle": "EBOX", + "componentName": "EboxIcon", + "slug": "ebox" + }, + { + "originalTitle": "Eclipse Adoptium", + "componentName": "EclipseAdoptiumIcon", + "slug": "eclipseadoptium" + }, + { + "originalTitle": "Eclipse Che", + "componentName": "EclipseCheIcon", + "slug": "eclipseche" + }, + { + "originalTitle": "Eclipse IDE", + "componentName": "EclipseIdeIcon", + "slug": "eclipseide" + }, + { + "originalTitle": "Eclipse Jetty", + "componentName": "EclipseJettyIcon", + "slug": "eclipsejetty" + }, + { + "originalTitle": "Eclipse Mosquitto", + "componentName": "EclipseMosquittoIcon", + "slug": "eclipsemosquitto" + }, + { + "originalTitle": "Eclipse Vert.x", + "componentName": "EclipseVertDotxIcon", + "slug": "eclipsevertdotx" + }, + { + "originalTitle": "EDEKA", + "componentName": "EdekaIcon", + "slug": "edeka" + }, + { + "originalTitle": "EditorConfig", + "componentName": "EditorConfigIcon", + "slug": "editorconfig" + }, + { + "originalTitle": "Educative", + "componentName": "EducativeIcon", + "slug": "educative" + }, + { + "originalTitle": "edX", + "componentName": "EdXIcon", + "slug": "edx" + }, + { + "originalTitle": "egghead", + "componentName": "EggheadIcon", + "slug": "egghead" + }, + { + "originalTitle": "Egnyte", + "componentName": "EgnyteIcon", + "slug": "egnyte" + }, + { + "originalTitle": "Eight Sleep", + "componentName": "EightSleepIcon", + "slug": "eightsleep" + }, + { + "originalTitle": "EJS", + "componentName": "EjsIcon", + "slug": "ejs" + }, + { + "originalTitle": "El Jueves", + "componentName": "ElJuevesIcon", + "slug": "eljueves" + }, + { + "originalTitle": "Elastic", + "componentName": "ElasticIcon", + "slug": "elastic" + }, + { + "originalTitle": "Elastic Cloud", + "componentName": "ElasticCloudIcon", + "slug": "elasticcloud" + }, + { + "originalTitle": "Elastic Stack", + "componentName": "ElasticStackIcon", + "slug": "elasticstack" + }, + { + "originalTitle": "Elasticsearch", + "componentName": "ElasticsearchIcon", + "slug": "elasticsearch" + }, + { + "originalTitle": "Elavon", + "componentName": "ElavonIcon", + "slug": "elavon" + }, + { + "originalTitle": "Electron", + "componentName": "ElectronIcon", + "slug": "electron" + }, + { + "originalTitle": "Electron Fiddle", + "componentName": "ElectronFiddleIcon", + "slug": "electronfiddle" + }, + { + "originalTitle": "electron-builder", + "componentName": "ElectronbuilderIcon", + "slug": "electronbuilder" + }, + { + "originalTitle": "Element", + "componentName": "ElementIcon", + "slug": "element" + }, + { + "originalTitle": "elementary", + "componentName": "ElementaryIcon", + "slug": "elementary" + }, + { + "originalTitle": "Elementor", + "componentName": "ElementorIcon", + "slug": "elementor" + }, + { + "originalTitle": "Eleventy", + "componentName": "EleventyIcon", + "slug": "eleventy" + }, + { + "originalTitle": "Elgato", + "componentName": "ElgatoIcon", + "slug": "elgato" + }, + { + "originalTitle": "Elixir", + "componentName": "ElixirIcon", + "slug": "elixir" + }, + { + "originalTitle": "Ello", + "componentName": "ElloIcon", + "slug": "ello" + }, + { + "originalTitle": "Elm", + "componentName": "ElmIcon", + "slug": "elm" + }, + { + "originalTitle": "Elsevier", + "componentName": "ElsevierIcon", + "slug": "elsevier" + }, + { + "originalTitle": "Embarcadero", + "componentName": "EmbarcaderoIcon", + "slug": "embarcadero" + }, + { + "originalTitle": "Embark", + "componentName": "EmbarkIcon", + "slug": "embark" + }, + { + "originalTitle": "Ember.js", + "componentName": "EmberDotjsIcon", + "slug": "emberdotjs" + }, + { + "originalTitle": "Emby", + "componentName": "EmbyIcon", + "slug": "emby" + }, + { + "originalTitle": "Emirates", + "componentName": "EmiratesIcon", + "slug": "emirates" + }, + { + "originalTitle": "Emlakjet", + "componentName": "EmlakjetIcon", + "slug": "emlakjet" + }, + { + "originalTitle": "Empire Kred", + "componentName": "EmpireKredIcon", + "slug": "empirekred" + }, + { + "originalTitle": "Engadget", + "componentName": "EngadgetIcon", + "slug": "engadget" + }, + { + "originalTitle": "Enpass", + "componentName": "EnpassIcon", + "slug": "enpass" + }, + { + "originalTitle": "EnterpriseDB", + "componentName": "EnterpriseDbIcon", + "slug": "enterprisedb" + }, + { + "originalTitle": "Envato", + "componentName": "EnvatoIcon", + "slug": "envato" + }, + { + "originalTitle": "Envoy Proxy", + "componentName": "EnvoyProxyIcon", + "slug": "envoyproxy" + }, + { + "originalTitle": "EPEL", + "componentName": "EpelIcon", + "slug": "epel" + }, + { + "originalTitle": "Epic Games", + "componentName": "EpicGamesIcon", + "slug": "epicgames" + }, + { + "originalTitle": "Epson", + "componentName": "EpsonIcon", + "slug": "epson" + }, + { + "originalTitle": "Equinix Metal", + "componentName": "EquinixMetalIcon", + "slug": "equinixmetal" + }, + { + "originalTitle": "Ericsson", + "componentName": "EricssonIcon", + "slug": "ericsson" + }, + { + "originalTitle": "Erlang", + "componentName": "ErlangIcon", + "slug": "erlang" + }, + { + "originalTitle": "ERPNext", + "componentName": "ErpNextIcon", + "slug": "erpnext" + }, + { + "originalTitle": "esbuild", + "componentName": "EsbuildIcon", + "slug": "esbuild" + }, + { + "originalTitle": "ESEA", + "componentName": "EseaIcon", + "slug": "esea" + }, + { + "originalTitle": "ESLGaming", + "componentName": "EslGamingIcon", + "slug": "eslgaming" + }, + { + "originalTitle": "ESLint", + "componentName": "EsLintIcon", + "slug": "eslint" + }, + { + "originalTitle": "ESPHome", + "componentName": "EspHomeIcon", + "slug": "esphome" + }, + { + "originalTitle": "Espressif", + "componentName": "EspressifIcon", + "slug": "espressif" + }, + { + "originalTitle": "ESRI", + "componentName": "EsriIcon", + "slug": "esri" + }, + { + "originalTitle": "etcd", + "componentName": "EtcdIcon", + "slug": "etcd" + }, + { + "originalTitle": "Ethereum", + "componentName": "EthereumIcon", + "slug": "ethereum" + }, + { + "originalTitle": "Ethiopian Airlines", + "componentName": "EthiopianAirlinesIcon", + "slug": "ethiopianairlines" + }, + { + "originalTitle": "Etihad Airways", + "componentName": "EtihadAirwaysIcon", + "slug": "etihadairways" + }, + { + "originalTitle": "Etsy", + "componentName": "EtsyIcon", + "slug": "etsy" + }, + { + "originalTitle": "Event Store", + "componentName": "EventStoreIcon", + "slug": "eventstore" + }, + { + "originalTitle": "Eventbrite", + "componentName": "EventbriteIcon", + "slug": "eventbrite" + }, + { + "originalTitle": "Evernote", + "componentName": "EvernoteIcon", + "slug": "evernote" + }, + { + "originalTitle": "Exercism", + "componentName": "ExercismIcon", + "slug": "exercism" + }, + { + "originalTitle": "Exordo", + "componentName": "ExordoIcon", + "slug": "exordo" + }, + { + "originalTitle": "Exoscale", + "componentName": "ExoscaleIcon", + "slug": "exoscale" + }, + { + "originalTitle": "Expedia", + "componentName": "ExpediaIcon", + "slug": "expedia" + }, + { + "originalTitle": "Expensify", + "componentName": "ExpensifyIcon", + "slug": "expensify" + }, + { + "originalTitle": "Experts Exchange", + "componentName": "ExpertsExchangeIcon", + "slug": "expertsexchange" + }, + { + "originalTitle": "Expo", + "componentName": "ExpoIcon", + "slug": "expo" + }, + { + "originalTitle": "Express", + "componentName": "ExpressIcon", + "slug": "express" + }, + { + "originalTitle": "ExpressVPN", + "componentName": "ExpressVpnIcon", + "slug": "expressvpn" + }, + { + "originalTitle": "EyeEm", + "componentName": "EyeEmIcon", + "slug": "eyeem" + }, + { + "originalTitle": "F-Droid", + "componentName": "FdroidIcon", + "slug": "fdroid" + }, + { + "originalTitle": "F-Secure", + "componentName": "FsecureIcon", + "slug": "fsecure" + }, + { + "originalTitle": "F#", + "componentName": "FsharpIcon", + "slug": "fsharp" + }, + { + "originalTitle": "F1", + "componentName": "F1Icon", + "slug": "f1" + }, + { + "originalTitle": "F5", + "componentName": "F5Icon", + "slug": "f5" + }, + { + "originalTitle": "Facebook", + "componentName": "FacebookIcon", + "slug": "facebook" + }, + { + "originalTitle": "Facebook Gaming", + "componentName": "FacebookGamingIcon", + "slug": "facebookgaming" + }, + { + "originalTitle": "Facebook Live", + "componentName": "FacebookLiveIcon", + "slug": "facebooklive" + }, + { + "originalTitle": "FACEIT", + "componentName": "FaceitIcon", + "slug": "faceit" + }, + { + "originalTitle": "Facepunch", + "componentName": "FacepunchIcon", + "slug": "facepunch" + }, + { + "originalTitle": "Fairphone", + "componentName": "FairphoneIcon", + "slug": "fairphone" + }, + { + "originalTitle": "Falco", + "componentName": "FalcoIcon", + "slug": "falco" + }, + { + "originalTitle": "Falcon", + "componentName": "FalconIcon", + "slug": "falcon" + }, + { + "originalTitle": "FamPay", + "componentName": "FamPayIcon", + "slug": "fampay" + }, + { + "originalTitle": "Fandango", + "componentName": "FandangoIcon", + "slug": "fandango" + }, + { + "originalTitle": "Fandom", + "componentName": "FandomIcon", + "slug": "fandom" + }, + { + "originalTitle": "Fanfou", + "componentName": "FanfouIcon", + "slug": "fanfou" + }, + { + "originalTitle": "Fantom", + "componentName": "FantomIcon", + "slug": "fantom" + }, + { + "originalTitle": "FareHarbor", + "componentName": "FareHarborIcon", + "slug": "fareharbor" + }, + { + "originalTitle": "FARFETCH", + "componentName": "FarfetchIcon", + "slug": "farfetch" + }, + { + "originalTitle": "FastAPI", + "componentName": "FastApiIcon", + "slug": "fastapi" + }, + { + "originalTitle": "Fastify", + "componentName": "FastifyIcon", + "slug": "fastify" + }, + { + "originalTitle": "Fastlane", + "componentName": "FastlaneIcon", + "slug": "fastlane" + }, + { + "originalTitle": "Fastly", + "componentName": "FastlyIcon", + "slug": "fastly" + }, + { + "originalTitle": "Fathom", + "componentName": "FathomIcon", + "slug": "fathom" + }, + { + "originalTitle": "Fauna", + "componentName": "FaunaIcon", + "slug": "fauna" + }, + { + "originalTitle": "Favro", + "componentName": "FavroIcon", + "slug": "favro" + }, + { + "originalTitle": "FeatHub", + "componentName": "FeatHubIcon", + "slug": "feathub" + }, + { + "originalTitle": "FedEx", + "componentName": "FedExIcon", + "slug": "fedex" + }, + { + "originalTitle": "Fedora", + "componentName": "FedoraIcon", + "slug": "fedora" + }, + { + "originalTitle": "Feedly", + "componentName": "FeedlyIcon", + "slug": "feedly" + }, + { + "originalTitle": "Ferrari", + "componentName": "FerrariIcon", + "slug": "ferrari" + }, + { + "originalTitle": "Ferrari N.V.", + "componentName": "FerrarinvIcon", + "slug": "ferrarinv" + }, + { + "originalTitle": "FerretDB", + "componentName": "FerretDbIcon", + "slug": "ferretdb" + }, + { + "originalTitle": "FFmpeg", + "componentName": "FFmpegIcon", + "slug": "ffmpeg" + }, + { + "originalTitle": "Fi", + "componentName": "FiIcon", + "slug": "fi" + }, + { + "originalTitle": "Fiat", + "componentName": "FiatIcon", + "slug": "fiat" + }, + { + "originalTitle": "Fido Alliance", + "componentName": "FidoAllianceIcon", + "slug": "fidoalliance" + }, + { + "originalTitle": "FIFA", + "componentName": "FifaIcon", + "slug": "fifa" + }, + { + "originalTitle": "Fig", + "componentName": "FigIcon", + "slug": "fig" + }, + { + "originalTitle": "Figma", + "componentName": "FigmaIcon", + "slug": "figma" + }, + { + "originalTitle": "figshare", + "componentName": "FigshareIcon", + "slug": "figshare" + }, + { + "originalTitle": "Fila", + "componentName": "FilaIcon", + "slug": "fila" + }, + { + "originalTitle": "Files", + "componentName": "FilesIcon", + "slug": "files" + }, + { + "originalTitle": "FileZilla", + "componentName": "FileZillaIcon", + "slug": "filezilla" + }, + { + "originalTitle": "Fineco", + "componentName": "FinecoIcon", + "slug": "fineco" + }, + { + "originalTitle": "Fing", + "componentName": "FingIcon", + "slug": "fing" + }, + { + "originalTitle": "Firebase", + "componentName": "FirebaseIcon", + "slug": "firebase" + }, + { + "originalTitle": "Firefish", + "componentName": "FirefishIcon", + "slug": "firefish" + }, + { + "originalTitle": "Firefly III", + "componentName": "FireflyIiiIcon", + "slug": "fireflyiii" + }, + { + "originalTitle": "Firefox", + "componentName": "FirefoxIcon", + "slug": "firefox" + }, + { + "originalTitle": "Firefox Browser", + "componentName": "FirefoxBrowserIcon", + "slug": "firefoxbrowser" + }, + { + "originalTitle": "Fireship", + "componentName": "FireshipIcon", + "slug": "fireship" + }, + { + "originalTitle": "Firewalla", + "componentName": "FirewallaIcon", + "slug": "firewalla" + }, + { + "originalTitle": "FIRST", + "componentName": "FirstIcon", + "slug": "first" + }, + { + "originalTitle": "Fitbit", + "componentName": "FitbitIcon", + "slug": "fitbit" + }, + { + "originalTitle": "FITE", + "componentName": "FiteIcon", + "slug": "fite" + }, + { + "originalTitle": "FiveM", + "componentName": "FiveMIcon", + "slug": "fivem" + }, + { + "originalTitle": "Fiverr", + "componentName": "FiverrIcon", + "slug": "fiverr" + }, + { + "originalTitle": "Flask", + "componentName": "FlaskIcon", + "slug": "flask" + }, + { + "originalTitle": "Flat", + "componentName": "FlatIcon", + "slug": "flat" + }, + { + "originalTitle": "Flathub", + "componentName": "FlathubIcon", + "slug": "flathub" + }, + { + "originalTitle": "Flatpak", + "componentName": "FlatpakIcon", + "slug": "flatpak" + }, + { + "originalTitle": "Flattr", + "componentName": "FlattrIcon", + "slug": "flattr" + }, + { + "originalTitle": "Flickr", + "componentName": "FlickrIcon", + "slug": "flickr" + }, + { + "originalTitle": "Flightaware", + "componentName": "FlightawareIcon", + "slug": "flightaware" + }, + { + "originalTitle": "Flipboard", + "componentName": "FlipboardIcon", + "slug": "flipboard" + }, + { + "originalTitle": "Flipkart", + "componentName": "FlipkartIcon", + "slug": "flipkart" + }, + { + "originalTitle": "Floatplane", + "componentName": "FloatplaneIcon", + "slug": "floatplane" + }, + { + "originalTitle": "Flood", + "componentName": "FloodIcon", + "slug": "flood" + }, + { + "originalTitle": "Fluent Bit", + "componentName": "FluentBitIcon", + "slug": "fluentbit" + }, + { + "originalTitle": "Fluentd", + "componentName": "FluentdIcon", + "slug": "fluentd" + }, + { + "originalTitle": "Fluke", + "componentName": "FlukeIcon", + "slug": "fluke" + }, + { + "originalTitle": "Flutter", + "componentName": "FlutterIcon", + "slug": "flutter" + }, + { + "originalTitle": "Flux", + "componentName": "FluxIcon", + "slug": "flux" + }, + { + "originalTitle": "Fluxus", + "componentName": "FluxusIcon", + "slug": "fluxus" + }, + { + "originalTitle": "Flyway", + "componentName": "FlywayIcon", + "slug": "flyway" + }, + { + "originalTitle": "FMOD", + "componentName": "FmodIcon", + "slug": "fmod" + }, + { + "originalTitle": "Fnac", + "componentName": "FnacIcon", + "slug": "fnac" + }, + { + "originalTitle": "Folium", + "componentName": "FoliumIcon", + "slug": "folium" + }, + { + "originalTitle": "Fonoma", + "componentName": "FonomaIcon", + "slug": "fonoma" + }, + { + "originalTitle": "Font Awesome", + "componentName": "FontAwesomeIcon", + "slug": "fontawesome" + }, + { + "originalTitle": "FontBase", + "componentName": "FontBaseIcon", + "slug": "fontbase" + }, + { + "originalTitle": "FontForge", + "componentName": "FontForgeIcon", + "slug": "fontforge" + }, + { + "originalTitle": "foodpanda", + "componentName": "FoodpandaIcon", + "slug": "foodpanda" + }, + { + "originalTitle": "Ford", + "componentName": "FordIcon", + "slug": "ford" + }, + { + "originalTitle": "Forgejo", + "componentName": "ForgejoIcon", + "slug": "forgejo" + }, + { + "originalTitle": "Formstack", + "componentName": "FormstackIcon", + "slug": "formstack" + }, + { + "originalTitle": "Fortinet", + "componentName": "FortinetIcon", + "slug": "fortinet" + }, + { + "originalTitle": "Fortran", + "componentName": "FortranIcon", + "slug": "fortran" + }, + { + "originalTitle": "Fossa", + "componentName": "FossaIcon", + "slug": "fossa" + }, + { + "originalTitle": "Fossil SCM", + "componentName": "FossilScmIcon", + "slug": "fossilscm" + }, + { + "originalTitle": "Foursquare", + "componentName": "FoursquareIcon", + "slug": "foursquare" + }, + { + "originalTitle": "Foursquare City Guide", + "componentName": "FoursquareCityGuideIcon", + "slug": "foursquarecityguide" + }, + { + "originalTitle": "FOX", + "componentName": "FoxIcon", + "slug": "fox" + }, + { + "originalTitle": "Foxtel", + "componentName": "FoxtelIcon", + "slug": "foxtel" + }, + { + "originalTitle": "Fozzy", + "componentName": "FozzyIcon", + "slug": "fozzy" + }, + { + "originalTitle": "Framer", + "componentName": "FramerIcon", + "slug": "framer" + }, + { + "originalTitle": "Framework", + "componentName": "FrameworkIcon", + "slug": "framework" + }, + { + "originalTitle": "Framework7", + "componentName": "Framework7Icon", + "slug": "framework7" + }, + { + "originalTitle": "Franprix", + "componentName": "FranprixIcon", + "slug": "franprix" + }, + { + "originalTitle": "Frappe", + "componentName": "FrappeIcon", + "slug": "frappe" + }, + { + "originalTitle": "Fraunhofer-Gesellschaft", + "componentName": "FraunhofergesellschaftIcon", + "slug": "fraunhofergesellschaft" + }, + { + "originalTitle": "FreeBSD", + "componentName": "FreeBsdIcon", + "slug": "freebsd" + }, + { + "originalTitle": "freeCodeCamp", + "componentName": "FreeCodeCampIcon", + "slug": "freecodecamp" + }, + { + "originalTitle": "freedesktop.org", + "componentName": "FreedesktopDotorgIcon", + "slug": "freedesktopdotorg" + }, + { + "originalTitle": "Freelancer", + "componentName": "FreelancerIcon", + "slug": "freelancer" + }, + { + "originalTitle": "FreeNAS", + "componentName": "FreeNasIcon", + "slug": "freenas" + }, + { + "originalTitle": "Freepik", + "componentName": "FreepikIcon", + "slug": "freepik" + }, + { + "originalTitle": "Frontend Mentor", + "componentName": "FrontendMentorIcon", + "slug": "frontendmentor" + }, + { + "originalTitle": "Frontify", + "componentName": "FrontifyIcon", + "slug": "frontify" + }, + { + "originalTitle": "Fuga Cloud", + "componentName": "FugaCloudIcon", + "slug": "fugacloud" + }, + { + "originalTitle": "Fujifilm", + "componentName": "FujifilmIcon", + "slug": "fujifilm" + }, + { + "originalTitle": "Fujitsu", + "componentName": "FujitsuIcon", + "slug": "fujitsu" + }, + { + "originalTitle": "Funimation", + "componentName": "FunimationIcon", + "slug": "funimation" + }, + { + "originalTitle": "Fur Affinity", + "componentName": "FurAffinityIcon", + "slug": "furaffinity" + }, + { + "originalTitle": "Furry Network", + "componentName": "FurryNetworkIcon", + "slug": "furrynetwork" + }, + { + "originalTitle": "FutureLearn", + "componentName": "FutureLearnIcon", + "slug": "futurelearn" + }, + { + "originalTitle": "G2", + "componentName": "G2Icon", + "slug": "g2" + }, + { + "originalTitle": "G2A", + "componentName": "G2aIcon", + "slug": "g2a" + }, + { + "originalTitle": "Galaxus", + "componentName": "GalaxusIcon", + "slug": "galaxus" + }, + { + "originalTitle": "Game & Watch", + "componentName": "GameAndWatchIcon", + "slug": "gameandwatch" + }, + { + "originalTitle": "Game Developer", + "componentName": "GameDeveloperIcon", + "slug": "gamedeveloper" + }, + { + "originalTitle": "Game Jolt", + "componentName": "GameJoltIcon", + "slug": "gamejolt" + }, + { + "originalTitle": "GameBanana", + "componentName": "GameBananaIcon", + "slug": "gamebanana" + }, + { + "originalTitle": "Gamemaker", + "componentName": "GamemakerIcon", + "slug": "gamemaker" + }, + { + "originalTitle": "Garmin", + "componentName": "GarminIcon", + "slug": "garmin" + }, + { + "originalTitle": "Gatling", + "componentName": "GatlingIcon", + "slug": "gatling" + }, + { + "originalTitle": "Gatsby", + "componentName": "GatsbyIcon", + "slug": "gatsby" + }, + { + "originalTitle": "GDAL", + "componentName": "GdalIcon", + "slug": "gdal" + }, + { + "originalTitle": "Géant", + "componentName": "GeantIcon", + "slug": "geant" + }, + { + "originalTitle": "GeeksforGeeks", + "componentName": "GeeksforGeeksIcon", + "slug": "geeksforgeeks" + }, + { + "originalTitle": "General Electric", + "componentName": "GeneralElectricIcon", + "slug": "generalelectric" + }, + { + "originalTitle": "General Motors", + "componentName": "GeneralMotorsIcon", + "slug": "generalmotors" + }, + { + "originalTitle": "Genius", + "componentName": "GeniusIcon", + "slug": "genius" + }, + { + "originalTitle": "Gentoo", + "componentName": "GentooIcon", + "slug": "gentoo" + }, + { + "originalTitle": "Geocaching", + "componentName": "GeocachingIcon", + "slug": "geocaching" + }, + { + "originalTitle": "Gerrit", + "componentName": "GerritIcon", + "slug": "gerrit" + }, + { + "originalTitle": "GetX", + "componentName": "GetXIcon", + "slug": "getx" + }, + { + "originalTitle": "Ghost", + "componentName": "GhostIcon", + "slug": "ghost" + }, + { + "originalTitle": "Ghostery", + "componentName": "GhosteryIcon", + "slug": "ghostery" + }, + { + "originalTitle": "GIMP", + "componentName": "GimpIcon", + "slug": "gimp" + }, + { + "originalTitle": "Gin", + "componentName": "GinIcon", + "slug": "gin" + }, + { + "originalTitle": "GIPHY", + "componentName": "GiphyIcon", + "slug": "giphy" + }, + { + "originalTitle": "Git", + "componentName": "GitIcon", + "slug": "git" + }, + { + "originalTitle": "Git Extensions", + "componentName": "GitExtensionsIcon", + "slug": "gitextensions" + }, + { + "originalTitle": "Git LFS", + "componentName": "GitLfsIcon", + "slug": "gitlfs" + }, + { + "originalTitle": "GitBook", + "componentName": "GitBookIcon", + "slug": "gitbook" + }, + { + "originalTitle": "Gitea", + "componentName": "GiteaIcon", + "slug": "gitea" + }, + { + "originalTitle": "Gitee", + "componentName": "GiteeIcon", + "slug": "gitee" + }, + { + "originalTitle": "GitHub", + "componentName": "GitHubIcon", + "slug": "github" + }, + { + "originalTitle": "GitHub Actions", + "componentName": "GitHubActionsIcon", + "slug": "githubactions" + }, + { + "originalTitle": "GitHub Copilot", + "componentName": "GitHubCopilotIcon", + "slug": "githubcopilot" + }, + { + "originalTitle": "GitHub Pages", + "componentName": "GitHubPagesIcon", + "slug": "githubpages" + }, + { + "originalTitle": "GitHub Sponsors", + "componentName": "GitHubSponsorsIcon", + "slug": "githubsponsors" + }, + { + "originalTitle": "gitignore.io", + "componentName": "GitignoreDotioIcon", + "slug": "gitignoredotio" + }, + { + "originalTitle": "GitKraken", + "componentName": "GitKrakenIcon", + "slug": "gitkraken" + }, + { + "originalTitle": "GitLab", + "componentName": "GitLabIcon", + "slug": "gitlab" + }, + { + "originalTitle": "Gitpod", + "componentName": "GitpodIcon", + "slug": "gitpod" + }, + { + "originalTitle": "Gitter", + "componentName": "GitterIcon", + "slug": "gitter" + }, + { + "originalTitle": "Glassdoor", + "componentName": "GlassdoorIcon", + "slug": "glassdoor" + }, + { + "originalTitle": "Glitch", + "componentName": "GlitchIcon", + "slug": "glitch" + }, + { + "originalTitle": "Globus", + "componentName": "GlobusIcon", + "slug": "globus" + }, + { + "originalTitle": "Glovo", + "componentName": "GlovoIcon", + "slug": "glovo" + }, + { + "originalTitle": "Gmail", + "componentName": "GmailIcon", + "slug": "gmail" + }, + { + "originalTitle": "GNOME", + "componentName": "GnomeIcon", + "slug": "gnome" + }, + { + "originalTitle": "GNOME Terminal", + "componentName": "GnomeTerminalIcon", + "slug": "gnometerminal" + }, + { + "originalTitle": "GNU", + "componentName": "GnuIcon", + "slug": "gnu" + }, + { + "originalTitle": "GNU Bash", + "componentName": "GnuBashIcon", + "slug": "gnubash" + }, + { + "originalTitle": "GNU Emacs", + "componentName": "GnuEmacsIcon", + "slug": "gnuemacs" + }, + { + "originalTitle": "GNU IceCat", + "componentName": "GnuIceCatIcon", + "slug": "gnuicecat" + }, + { + "originalTitle": "GNU Privacy Guard", + "componentName": "GnuPrivacyGuardIcon", + "slug": "gnuprivacyguard" + }, + { + "originalTitle": "GNU social", + "componentName": "GnuSocialIcon", + "slug": "gnusocial" + }, + { + "originalTitle": "Go", + "componentName": "GoIcon", + "slug": "go" + }, + { + "originalTitle": "GoCD", + "componentName": "GoCdIcon", + "slug": "gocd" + }, + { + "originalTitle": "GoDaddy", + "componentName": "GoDaddyIcon", + "slug": "godaddy" + }, + { + "originalTitle": "Godot Engine", + "componentName": "GodotEngineIcon", + "slug": "godotengine" + }, + { + "originalTitle": "GoFundMe", + "componentName": "GoFundMeIcon", + "slug": "gofundme" + }, + { + "originalTitle": "GOG.com", + "componentName": "GogDotcomIcon", + "slug": "gogdotcom" + }, + { + "originalTitle": "GoLand", + "componentName": "GoLandIcon", + "slug": "goland" + }, + { + "originalTitle": "GoldenLine", + "componentName": "GoldenLineIcon", + "slug": "goldenline" + }, + { + "originalTitle": "Goldman Sachs", + "componentName": "GoldmanSachsIcon", + "slug": "goldmansachs" + }, + { + "originalTitle": "Goodreads", + "componentName": "GoodreadsIcon", + "slug": "goodreads" + }, + { + "originalTitle": "Google", + "componentName": "GoogleIcon", + "slug": "google" + }, + { + "originalTitle": "Google AdMob", + "componentName": "GoogleAdMobIcon", + "slug": "googleadmob" + }, + { + "originalTitle": "Google Ads", + "componentName": "GoogleAdsIcon", + "slug": "googleads" + }, + { + "originalTitle": "Google AdSense", + "componentName": "GoogleAdSenseIcon", + "slug": "googleadsense" + }, + { + "originalTitle": "Google Analytics", + "componentName": "GoogleAnalyticsIcon", + "slug": "googleanalytics" + }, + { + "originalTitle": "Google Apps Script", + "componentName": "GoogleAppsScriptIcon", + "slug": "googleappsscript" + }, + { + "originalTitle": "Google Assistant", + "componentName": "GoogleAssistantIcon", + "slug": "googleassistant" + }, + { + "originalTitle": "Google Bard", + "componentName": "GoogleBardIcon", + "slug": "googlebard" + }, + { + "originalTitle": "Google BigQuery", + "componentName": "GoogleBigQueryIcon", + "slug": "googlebigquery" + }, + { + "originalTitle": "Google Bigtable", + "componentName": "GoogleBigtableIcon", + "slug": "googlebigtable" + }, + { + "originalTitle": "Google Calendar", + "componentName": "GoogleCalendarIcon", + "slug": "googlecalendar" + }, + { + "originalTitle": "Google Campaign Manager 360", + "componentName": "Googlecampaignmanager360Icon", + "slug": "googlecampaignmanager360" + }, + { + "originalTitle": "Google Cardboard", + "componentName": "GoogleCardboardIcon", + "slug": "googlecardboard" + }, + { + "originalTitle": "Google Chat", + "componentName": "GoogleChatIcon", + "slug": "googlechat" + }, + { + "originalTitle": "Google Chrome", + "componentName": "GoogleChromeIcon", + "slug": "googlechrome" + }, + { + "originalTitle": "Google Classroom", + "componentName": "GoogleClassroomIcon", + "slug": "googleclassroom" + }, + { + "originalTitle": "Google Cloud", + "componentName": "GoogleCloudIcon", + "slug": "googlecloud" + }, + { + "originalTitle": "Google Cloud Composer", + "componentName": "GoogleCloudComposerIcon", + "slug": "googlecloudcomposer" + }, + { + "originalTitle": "Google Cloud Spanner", + "componentName": "GoogleCloudSpannerIcon", + "slug": "googlecloudspanner" + }, + { + "originalTitle": "Google Cloud Storage", + "componentName": "GoogleCloudStorageIcon", + "slug": "googlecloudstorage" + }, + { + "originalTitle": "Google Colab", + "componentName": "GoogleColabIcon", + "slug": "googlecolab" + }, + { + "originalTitle": "Google Container Optimized OS", + "componentName": "GoogleContainerOptimizedOsIcon", + "slug": "googlecontaineroptimizedos" + }, + { + "originalTitle": "Google Data Studio", + "componentName": "GoogleDataStudioIcon", + "slug": "googledatastudio" + }, + { + "originalTitle": "Google Dataflow", + "componentName": "GoogleDataflowIcon", + "slug": "googledataflow" + }, + { + "originalTitle": "Google Dataproc", + "componentName": "GoogleDataprocIcon", + "slug": "googledataproc" + }, + { + "originalTitle": "Google Docs", + "componentName": "GoogleDocsIcon", + "slug": "googledocs" + }, + { + "originalTitle": "Google Domains", + "componentName": "GoogleDomainsIcon", + "slug": "googledomains" + }, + { + "originalTitle": "Google Drive", + "componentName": "GoogleDriveIcon", + "slug": "googledrive" + }, + { + "originalTitle": "Google Earth", + "componentName": "GoogleEarthIcon", + "slug": "googleearth" + }, + { + "originalTitle": "Google Earth Engine", + "componentName": "GoogleEarthEngineIcon", + "slug": "googleearthengine" + }, + { + "originalTitle": "Google Fit", + "componentName": "GoogleFitIcon", + "slug": "googlefit" + }, + { + "originalTitle": "Google Fonts", + "componentName": "GoogleFontsIcon", + "slug": "googlefonts" + }, + { + "originalTitle": "Google Forms", + "componentName": "GoogleFormsIcon", + "slug": "googleforms" + }, + { + "originalTitle": "Google Hangouts", + "componentName": "GoogleHangoutsIcon", + "slug": "googlehangouts" + }, + { + "originalTitle": "Google Home", + "componentName": "GoogleHomeIcon", + "slug": "googlehome" + }, + { + "originalTitle": "Google Keep", + "componentName": "GoogleKeepIcon", + "slug": "googlekeep" + }, + { + "originalTitle": "Google Lens", + "componentName": "GoogleLensIcon", + "slug": "googlelens" + }, + { + "originalTitle": "Google Maps", + "componentName": "GoogleMapsIcon", + "slug": "googlemaps" + }, + { + "originalTitle": "Google Marketing Platform", + "componentName": "GoogleMarketingPlatformIcon", + "slug": "googlemarketingplatform" + }, + { + "originalTitle": "Google Meet", + "componentName": "GoogleMeetIcon", + "slug": "googlemeet" + }, + { + "originalTitle": "Google Messages", + "componentName": "GoogleMessagesIcon", + "slug": "googlemessages" + }, + { + "originalTitle": "Google My Business", + "componentName": "GoogleMyBusinessIcon", + "slug": "googlemybusiness" + }, + { + "originalTitle": "Google Nearby", + "componentName": "GoogleNearbyIcon", + "slug": "googlenearby" + }, + { + "originalTitle": "Google News", + "componentName": "GoogleNewsIcon", + "slug": "googlenews" + }, + { + "originalTitle": "Google Optimize", + "componentName": "GoogleOptimizeIcon", + "slug": "googleoptimize" + }, + { + "originalTitle": "Google Pay", + "componentName": "GooglePayIcon", + "slug": "googlepay" + }, + { + "originalTitle": "Google Photos", + "componentName": "GooglePhotosIcon", + "slug": "googlephotos" + }, + { + "originalTitle": "Google Play", + "componentName": "GooglePlayIcon", + "slug": "googleplay" + }, + { + "originalTitle": "Google Podcasts", + "componentName": "GooglePodcastsIcon", + "slug": "googlepodcasts" + }, + { + "originalTitle": "Google Pub/Sub", + "componentName": "GooglepubsubIcon", + "slug": "googlepubsub" + }, + { + "originalTitle": "Google Scholar", + "componentName": "GoogleScholarIcon", + "slug": "googlescholar" + }, + { + "originalTitle": "Google Search Console", + "componentName": "GoogleSearchConsoleIcon", + "slug": "googlesearchconsole" + }, + { + "originalTitle": "Google Sheets", + "componentName": "GoogleSheetsIcon", + "slug": "googlesheets" + }, + { + "originalTitle": "Google Slides", + "componentName": "GoogleSlidesIcon", + "slug": "googleslides" + }, + { + "originalTitle": "Google Street View", + "componentName": "GoogleStreetViewIcon", + "slug": "googlestreetview" + }, + { + "originalTitle": "Google Tag Manager", + "componentName": "GoogleTagManagerIcon", + "slug": "googletagmanager" + }, + { + "originalTitle": "Google Tasks", + "componentName": "GoogleTasksIcon", + "slug": "googletasks" + }, + { + "originalTitle": "Google Translate", + "componentName": "GoogleTranslateIcon", + "slug": "googletranslate" + }, + { + "originalTitle": "GoToMeeting", + "componentName": "GoToMeetingIcon", + "slug": "gotomeeting" + }, + { + "originalTitle": "Grab", + "componentName": "GrabIcon", + "slug": "grab" + }, + { + "originalTitle": "Gradle", + "componentName": "GradleIcon", + "slug": "gradle" + }, + { + "originalTitle": "Gradle Play Publisher", + "componentName": "GradlePlayPublisherIcon", + "slug": "gradleplaypublisher" + }, + { + "originalTitle": "Grafana", + "componentName": "GrafanaIcon", + "slug": "grafana" + }, + { + "originalTitle": "Grammarly", + "componentName": "GrammarlyIcon", + "slug": "grammarly" + }, + { + "originalTitle": "Grand Frais", + "componentName": "GrandFraisIcon", + "slug": "grandfrais" + }, + { + "originalTitle": "GrapheneOS", + "componentName": "GrapheneOsIcon", + "slug": "grapheneos" + }, + { + "originalTitle": "Graphite", + "componentName": "GraphiteIcon", + "slug": "graphite" + }, + { + "originalTitle": "GraphQL", + "componentName": "GraphQlIcon", + "slug": "graphql" + }, + { + "originalTitle": "Grav", + "componentName": "GravIcon", + "slug": "grav" + }, + { + "originalTitle": "Gravatar", + "componentName": "GravatarIcon", + "slug": "gravatar" + }, + { + "originalTitle": "Graylog", + "componentName": "GraylogIcon", + "slug": "graylog" + }, + { + "originalTitle": "Greasy Fork", + "componentName": "GreasyForkIcon", + "slug": "greasyfork" + }, + { + "originalTitle": "Great Learning", + "componentName": "GreatLearningIcon", + "slug": "greatlearning" + }, + { + "originalTitle": "Greenhouse", + "componentName": "GreenhouseIcon", + "slug": "greenhouse" + }, + { + "originalTitle": "GreenSock", + "componentName": "GreenSockIcon", + "slug": "greensock" + }, + { + "originalTitle": "Grid.ai", + "componentName": "GridDotaiIcon", + "slug": "griddotai" + }, + { + "originalTitle": "Gridsome", + "componentName": "GridsomeIcon", + "slug": "gridsome" + }, + { + "originalTitle": "GroupMe", + "componentName": "GroupMeIcon", + "slug": "groupme" + }, + { + "originalTitle": "Groupon", + "componentName": "GrouponIcon", + "slug": "groupon" + }, + { + "originalTitle": "Grubhub", + "componentName": "GrubhubIcon", + "slug": "grubhub" + }, + { + "originalTitle": "Grunt", + "componentName": "GruntIcon", + "slug": "grunt" + }, + { + "originalTitle": "GSK", + "componentName": "GskIcon", + "slug": "gsk" + }, + { + "originalTitle": "GSMArena.com", + "componentName": "GsmArenaDotcomIcon", + "slug": "gsmarenadotcom" + }, + { + "originalTitle": "GStreamer", + "componentName": "GStreamerIcon", + "slug": "gstreamer" + }, + { + "originalTitle": "GTK", + "componentName": "GtkIcon", + "slug": "gtk" + }, + { + "originalTitle": "Guangzhou Metro", + "componentName": "GuangzhouMetroIcon", + "slug": "guangzhoumetro" + }, + { + "originalTitle": "Guilded", + "componentName": "GuildedIcon", + "slug": "guilded" + }, + { + "originalTitle": "gulp", + "componentName": "GulpIcon", + "slug": "gulp" + }, + { + "originalTitle": "Gumroad", + "componentName": "GumroadIcon", + "slug": "gumroad" + }, + { + "originalTitle": "Gumtree", + "componentName": "GumtreeIcon", + "slug": "gumtree" + }, + { + "originalTitle": "Gunicorn", + "componentName": "GunicornIcon", + "slug": "gunicorn" + }, + { + "originalTitle": "Gurobi", + "componentName": "GurobiIcon", + "slug": "gurobi" + }, + { + "originalTitle": "Gutenberg", + "componentName": "GutenbergIcon", + "slug": "gutenberg" + }, + { + "originalTitle": "H&M", + "componentName": "HAndMIcon", + "slug": "handm" + }, + { + "originalTitle": "H3", + "componentName": "H3Icon", + "slug": "h3" + }, + { + "originalTitle": "Habr", + "componentName": "HabrIcon", + "slug": "habr" + }, + { + "originalTitle": "Hack Club", + "componentName": "HackClubIcon", + "slug": "hackclub" + }, + { + "originalTitle": "Hack The Box", + "componentName": "HackTheBoxIcon", + "slug": "hackthebox" + }, + { + "originalTitle": "Hackaday", + "componentName": "HackadayIcon", + "slug": "hackaday" + }, + { + "originalTitle": "Hacker Noon", + "componentName": "HackerNoonIcon", + "slug": "hackernoon" + }, + { + "originalTitle": "HackerEarth", + "componentName": "HackerEarthIcon", + "slug": "hackerearth" + }, + { + "originalTitle": "HackerOne", + "componentName": "HackerOneIcon", + "slug": "hackerone" + }, + { + "originalTitle": "HackerRank", + "componentName": "HackerRankIcon", + "slug": "hackerrank" + }, + { + "originalTitle": "Hackster", + "componentName": "HacksterIcon", + "slug": "hackster" + }, + { + "originalTitle": "HAL", + "componentName": "HalIcon", + "slug": "hal" + }, + { + "originalTitle": "Handlebars.js", + "componentName": "HandlebarsDotjsIcon", + "slug": "handlebarsdotjs" + }, + { + "originalTitle": "Handshake", + "componentName": "HandshakeIcon", + "slug": "handshake" + }, + { + "originalTitle": "Handshake", + "componentName": "HandshakeProtocolIcon", + "slug": "handshake_protocol" + }, + { + "originalTitle": "HappyCow", + "componentName": "HappyCowIcon", + "slug": "happycow" + }, + { + "originalTitle": "Harbor", + "componentName": "HarborIcon", + "slug": "harbor" + }, + { + "originalTitle": "HarmonyOS", + "componentName": "HarmonyOsIcon", + "slug": "harmonyos" + }, + { + "originalTitle": "HashiCorp", + "componentName": "HashiCorpIcon", + "slug": "hashicorp" + }, + { + "originalTitle": "Hashnode", + "componentName": "HashnodeIcon", + "slug": "hashnode" + }, + { + "originalTitle": "Haskell", + "componentName": "HaskellIcon", + "slug": "haskell" + }, + { + "originalTitle": "Hasura", + "componentName": "HasuraIcon", + "slug": "hasura" + }, + { + "originalTitle": "Hatena Bookmark", + "componentName": "HatenaBookmarkIcon", + "slug": "hatenabookmark" + }, + { + "originalTitle": "haveibeenpwned", + "componentName": "HaveibeenpwnedIcon", + "slug": "haveibeenpwned" + }, + { + "originalTitle": "Haxe", + "componentName": "HaxeIcon", + "slug": "haxe" + }, + { + "originalTitle": "HBO", + "componentName": "HboIcon", + "slug": "hbo" + }, + { + "originalTitle": "HCL", + "componentName": "HclIcon", + "slug": "hcl" + }, + { + "originalTitle": "HDFC Bank", + "componentName": "HdfcBankIcon", + "slug": "hdfcbank" + }, + { + "originalTitle": "Headless UI", + "componentName": "HeadlessUiIcon", + "slug": "headlessui" + }, + { + "originalTitle": "Headphone Zone", + "componentName": "HeadphoneZoneIcon", + "slug": "headphonezone" + }, + { + "originalTitle": "Headspace", + "componentName": "HeadspaceIcon", + "slug": "headspace" + }, + { + "originalTitle": "Hearth", + "componentName": "HearthIcon", + "slug": "hearth" + }, + { + "originalTitle": "hearthis.at", + "componentName": "HearthisDotatIcon", + "slug": "hearthisdotat" + }, + { + "originalTitle": "Hedera", + "componentName": "HederaIcon", + "slug": "hedera" + }, + { + "originalTitle": "Helium", + "componentName": "HeliumIcon", + "slug": "helium" + }, + { + "originalTitle": "HelloFresh", + "componentName": "HelloFreshIcon", + "slug": "hellofresh" + }, + { + "originalTitle": "Helly Hansen", + "componentName": "HellyHansenIcon", + "slug": "hellyhansen" + }, + { + "originalTitle": "Helm", + "componentName": "HelmIcon", + "slug": "helm" + }, + { + "originalTitle": "Help Scout", + "componentName": "HelpScoutIcon", + "slug": "helpscout" + }, + { + "originalTitle": "HelpDesk", + "componentName": "HelpDeskIcon", + "slug": "helpdesk" + }, + { + "originalTitle": "Hepsiemlak", + "componentName": "HepsiemlakIcon", + "slug": "hepsiemlak" + }, + { + "originalTitle": "HERE", + "componentName": "HereIcon", + "slug": "here" + }, + { + "originalTitle": "Heroku", + "componentName": "HerokuIcon", + "slug": "heroku" + }, + { + "originalTitle": "Hetzner", + "componentName": "HetznerIcon", + "slug": "hetzner" + }, + { + "originalTitle": "Hexlet", + "componentName": "HexletIcon", + "slug": "hexlet" + }, + { + "originalTitle": "Hexo", + "componentName": "HexoIcon", + "slug": "hexo" + }, + { + "originalTitle": "HEY", + "componentName": "HeyIcon", + "slug": "hey" + }, + { + "originalTitle": "Hi Bob", + "componentName": "HiBobIcon", + "slug": "hibob" + }, + { + "originalTitle": "Hibernate", + "componentName": "HibernateIcon", + "slug": "hibernate" + }, + { + "originalTitle": "Hilton", + "componentName": "HiltonIcon", + "slug": "hilton" + }, + { + "originalTitle": "Hilton Hotels & Resorts", + "componentName": "HiltonHotelsAndResortsIcon", + "slug": "hiltonhotelsandresorts" + }, + { + "originalTitle": "Hitachi", + "componentName": "HitachiIcon", + "slug": "hitachi" + }, + { + "originalTitle": "Hive", + "componentName": "HiveIcon", + "slug": "hive" + }, + { + "originalTitle": "Hive", + "componentName": "HiveBlockchainIcon", + "slug": "hive_blockchain" + }, + { + "originalTitle": "Home Assistant", + "componentName": "HomeAssistantIcon", + "slug": "homeassistant" + }, + { + "originalTitle": "Home Assistant Community Store", + "componentName": "HomeAssistantCommunityStoreIcon", + "slug": "homeassistantcommunitystore" + }, + { + "originalTitle": "HomeAdvisor", + "componentName": "HomeAdvisorIcon", + "slug": "homeadvisor" + }, + { + "originalTitle": "Homebrew", + "componentName": "HomebrewIcon", + "slug": "homebrew" + }, + { + "originalTitle": "Homebridge", + "componentName": "HomebridgeIcon", + "slug": "homebridge" + }, + { + "originalTitle": "homify", + "componentName": "HomifyIcon", + "slug": "homify" + }, + { + "originalTitle": "Honda", + "componentName": "HondaIcon", + "slug": "honda" + }, + { + "originalTitle": "Honey", + "componentName": "HoneyIcon", + "slug": "honey" + }, + { + "originalTitle": "Hono", + "componentName": "HonoIcon", + "slug": "hono" + }, + { + "originalTitle": "Honor", + "componentName": "HonorIcon", + "slug": "honor" + }, + { + "originalTitle": "Hootsuite", + "componentName": "HootsuiteIcon", + "slug": "hootsuite" + }, + { + "originalTitle": "Hoppscotch", + "componentName": "HoppscotchIcon", + "slug": "hoppscotch" + }, + { + "originalTitle": "Hostinger", + "componentName": "HostingerIcon", + "slug": "hostinger" + }, + { + "originalTitle": "Hotels.com", + "componentName": "HotelsDotcomIcon", + "slug": "hotelsdotcom" + }, + { + "originalTitle": "Hotjar", + "componentName": "HotjarIcon", + "slug": "hotjar" + }, + { + "originalTitle": "Hotwire", + "componentName": "HotwireIcon", + "slug": "hotwire" + }, + { + "originalTitle": "Houdini", + "componentName": "HoudiniIcon", + "slug": "houdini" + }, + { + "originalTitle": "Houzz", + "componentName": "HouzzIcon", + "slug": "houzz" + }, + { + "originalTitle": "HP", + "componentName": "HpIcon", + "slug": "hp" + }, + { + "originalTitle": "HSBC", + "componentName": "HsbcIcon", + "slug": "hsbc" + }, + { + "originalTitle": "HTML Academy", + "componentName": "HtmlAcademyIcon", + "slug": "htmlacademy" + }, + { + "originalTitle": "HTML5", + "componentName": "Html5Icon", + "slug": "html5" + }, + { + "originalTitle": "htop", + "componentName": "HtopIcon", + "slug": "htop" + }, + { + "originalTitle": "HTTPie", + "componentName": "HttPieIcon", + "slug": "httpie" + }, + { + "originalTitle": "Huawei", + "componentName": "HuaweiIcon", + "slug": "huawei" + }, + { + "originalTitle": "HubSpot", + "componentName": "HubSpotIcon", + "slug": "hubspot" + }, + { + "originalTitle": "Hugo", + "componentName": "HugoIcon", + "slug": "hugo" + }, + { + "originalTitle": "Humble Bundle", + "componentName": "HumbleBundleIcon", + "slug": "humblebundle" + }, + { + "originalTitle": "Hungry Jack's", + "componentName": "HungryjacksIcon", + "slug": "hungryjacks" + }, + { + "originalTitle": "Husqvarna", + "componentName": "HusqvarnaIcon", + "slug": "husqvarna" + }, + { + "originalTitle": "Hyper", + "componentName": "HyperIcon", + "slug": "hyper" + }, + { + "originalTitle": "Hypothesis", + "componentName": "HypothesisIcon", + "slug": "hypothesis" + }, + { + "originalTitle": "Hyundai", + "componentName": "HyundaiIcon", + "slug": "hyundai" + }, + { + "originalTitle": "i18next", + "componentName": "I18nextIcon", + "slug": "i18next" + }, + { + "originalTitle": "i3", + "componentName": "I3Icon", + "slug": "i3" + }, + { + "originalTitle": "Iata", + "componentName": "IataIcon", + "slug": "iata" + }, + { + "originalTitle": "iBeacon", + "componentName": "IBeaconIcon", + "slug": "ibeacon" + }, + { + "originalTitle": "IBM", + "componentName": "IbmIcon", + "slug": "ibm" + }, + { + "originalTitle": "IBM Cloud", + "componentName": "IbmCloudIcon", + "slug": "ibmcloud" + }, + { + "originalTitle": "IBM Watson", + "componentName": "IbmWatsonIcon", + "slug": "ibmwatson" + }, + { + "originalTitle": "Iced", + "componentName": "IcedIcon", + "slug": "iced" + }, + { + "originalTitle": "Iceland", + "componentName": "IcelandIcon", + "slug": "iceland" + }, + { + "originalTitle": "ICICI Bank", + "componentName": "IciciBankIcon", + "slug": "icicibank" + }, + { + "originalTitle": "Icinga", + "componentName": "IcingaIcon", + "slug": "icinga" + }, + { + "originalTitle": "iCloud", + "componentName": "ICloudIcon", + "slug": "icloud" + }, + { + "originalTitle": "IcoMoon", + "componentName": "IcoMoonIcon", + "slug": "icomoon" + }, + { + "originalTitle": "ICON", + "componentName": "IconIcon", + "slug": "icon" + }, + { + "originalTitle": "Iconfinder", + "componentName": "IconfinderIcon", + "slug": "iconfinder" + }, + { + "originalTitle": "Iconify", + "componentName": "IconifyIcon", + "slug": "iconify" + }, + { + "originalTitle": "IconJar", + "componentName": "IconJarIcon", + "slug": "iconjar" + }, + { + "originalTitle": "Icons8", + "componentName": "Icons8Icon", + "slug": "icons8" + }, + { + "originalTitle": "ICQ", + "componentName": "IcqIcon", + "slug": "icq" + }, + { + "originalTitle": "IEEE", + "componentName": "IeeeIcon", + "slug": "ieee" + }, + { + "originalTitle": "iFixit", + "componentName": "IFixitIcon", + "slug": "ifixit" + }, + { + "originalTitle": "iFood", + "componentName": "IFoodIcon", + "slug": "ifood" + }, + { + "originalTitle": "IFTTT", + "componentName": "IftttIcon", + "slug": "ifttt" + }, + { + "originalTitle": "IGDB", + "componentName": "IgdbIcon", + "slug": "igdb" + }, + { + "originalTitle": "iHeartRadio", + "componentName": "IHeartRadioIcon", + "slug": "iheartradio" + }, + { + "originalTitle": "IKEA", + "componentName": "IkeaIcon", + "slug": "ikea" + }, + { + "originalTitle": "Île-de-France Mobilités", + "componentName": "IledefrancemobilitesIcon", + "slug": "iledefrancemobilites" + }, + { + "originalTitle": "ImageJ", + "componentName": "ImageJIcon", + "slug": "imagej" + }, + { + "originalTitle": "IMDb", + "componentName": "ImDbIcon", + "slug": "imdb" + }, + { + "originalTitle": "Imgur", + "componentName": "ImgurIcon", + "slug": "imgur" + }, + { + "originalTitle": "Immer", + "componentName": "ImmerIcon", + "slug": "immer" + }, + { + "originalTitle": "Immich", + "componentName": "ImmichIcon", + "slug": "immich" + }, + { + "originalTitle": "Imou", + "componentName": "ImouIcon", + "slug": "imou" + }, + { + "originalTitle": "ImprovMX", + "componentName": "ImprovMxIcon", + "slug": "improvmx" + }, + { + "originalTitle": "Indeed", + "componentName": "IndeedIcon", + "slug": "indeed" + }, + { + "originalTitle": "IndiGo", + "componentName": "IndiGoIcon", + "slug": "indigo" + }, + { + "originalTitle": "Inertia", + "componentName": "InertiaIcon", + "slug": "inertia" + }, + { + "originalTitle": "INFINITI", + "componentName": "InfinitiIcon", + "slug": "infiniti" + }, + { + "originalTitle": "InfluxDB", + "componentName": "InfluxDbIcon", + "slug": "influxdb" + }, + { + "originalTitle": "InfoQ", + "componentName": "InfoQIcon", + "slug": "infoq" + }, + { + "originalTitle": "Informatica", + "componentName": "InformaticaIcon", + "slug": "informatica" + }, + { + "originalTitle": "Infosys", + "componentName": "InfosysIcon", + "slug": "infosys" + }, + { + "originalTitle": "Infracost", + "componentName": "InfracostIcon", + "slug": "infracost" + }, + { + "originalTitle": "Ingress", + "componentName": "IngressIcon", + "slug": "ingress" + }, + { + "originalTitle": "Inkdrop", + "componentName": "InkdropIcon", + "slug": "inkdrop" + }, + { + "originalTitle": "Inkscape", + "componentName": "InkscapeIcon", + "slug": "inkscape" + }, + { + "originalTitle": "Insomnia", + "componentName": "InsomniaIcon", + "slug": "insomnia" + }, + { + "originalTitle": "INSPIRE", + "componentName": "InspireIcon", + "slug": "inspire" + }, + { + "originalTitle": "Insta360", + "componentName": "Insta360Icon", + "slug": "insta360" + }, + { + "originalTitle": "Instacart", + "componentName": "InstacartIcon", + "slug": "instacart" + }, + { + "originalTitle": "Instagram", + "componentName": "InstagramIcon", + "slug": "instagram" + }, + { + "originalTitle": "Instapaper", + "componentName": "InstapaperIcon", + "slug": "instapaper" + }, + { + "originalTitle": "Instatus", + "componentName": "InstatusIcon", + "slug": "instatus" + }, + { + "originalTitle": "Instructables", + "componentName": "InstructablesIcon", + "slug": "instructables" + }, + { + "originalTitle": "Instructure", + "componentName": "InstructureIcon", + "slug": "instructure" + }, + { + "originalTitle": "Integromat", + "componentName": "IntegromatIcon", + "slug": "integromat" + }, + { + "originalTitle": "Intel", + "componentName": "IntelIcon", + "slug": "intel" + }, + { + "originalTitle": "IntelliJ IDEA", + "componentName": "IntelliJIdeaIcon", + "slug": "intellijidea" + }, + { + "originalTitle": "Interaction Design Foundation", + "componentName": "InteractionDesignFoundationIcon", + "slug": "interactiondesignfoundation" + }, + { + "originalTitle": "InteractJS", + "componentName": "InteractJsIcon", + "slug": "interactjs" + }, + { + "originalTitle": "Interbase", + "componentName": "InterbaseIcon", + "slug": "interbase" + }, + { + "originalTitle": "Intercom", + "componentName": "IntercomIcon", + "slug": "intercom" + }, + { + "originalTitle": "Intermarche", + "componentName": "IntermarcheIcon", + "slug": "intermarche" + }, + { + "originalTitle": "Internet Archive", + "componentName": "InternetArchiveIcon", + "slug": "internetarchive" + }, + { + "originalTitle": "Internet Computer", + "componentName": "InternetComputerIcon", + "slug": "internetcomputer" + }, + { + "originalTitle": "Internet Explorer", + "componentName": "InternetExplorerIcon", + "slug": "internetexplorer" + }, + { + "originalTitle": "Intigriti", + "componentName": "IntigritiIcon", + "slug": "intigriti" + }, + { + "originalTitle": "Intuit", + "componentName": "IntuitIcon", + "slug": "intuit" + }, + { + "originalTitle": "InVision", + "componentName": "InVisionIcon", + "slug": "invision" + }, + { + "originalTitle": "Invoice Ninja", + "componentName": "InvoiceNinjaIcon", + "slug": "invoiceninja" + }, + { + "originalTitle": "ioBroker", + "componentName": "IoBrokerIcon", + "slug": "iobroker" + }, + { + "originalTitle": "Ionic", + "componentName": "IonicIcon", + "slug": "ionic" + }, + { + "originalTitle": "Ionos", + "componentName": "IonosIcon", + "slug": "ionos" + }, + { + "originalTitle": "iOS", + "componentName": "IOsIcon", + "slug": "ios" + }, + { + "originalTitle": "IOTA", + "componentName": "IotaIcon", + "slug": "iota" + }, + { + "originalTitle": "IPFS", + "componentName": "IpfsIcon", + "slug": "ipfs" + }, + { + "originalTitle": "IRIS", + "componentName": "IrisIcon", + "slug": "iris" + }, + { + "originalTitle": "ISC2", + "componentName": "Isc2Icon", + "slug": "isc2" + }, + { + "originalTitle": "Issuu", + "componentName": "IssuuIcon", + "slug": "issuu" + }, + { + "originalTitle": "Istio", + "componentName": "IstioIcon", + "slug": "istio" + }, + { + "originalTitle": "Itch.io", + "componentName": "ItchDotioIcon", + "slug": "itchdotio" + }, + { + "originalTitle": "iTerm2", + "componentName": "Iterm2Icon", + "slug": "iterm2" + }, + { + "originalTitle": "iTunes", + "componentName": "ITunesIcon", + "slug": "itunes" + }, + { + "originalTitle": "ITVx", + "componentName": "ItVxIcon", + "slug": "itvx" + }, + { + "originalTitle": "IVECO", + "componentName": "IvecoIcon", + "slug": "iveco" + }, + { + "originalTitle": "Jabber", + "componentName": "JabberIcon", + "slug": "jabber" + }, + { + "originalTitle": "Jaeger", + "componentName": "JaegerIcon", + "slug": "jaeger" + }, + { + "originalTitle": "Jaguar", + "componentName": "JaguarIcon", + "slug": "jaguar" + }, + { + "originalTitle": "Jamboard", + "componentName": "JamboardIcon", + "slug": "jamboard" + }, + { + "originalTitle": "Jameson", + "componentName": "JamesonIcon", + "slug": "jameson" + }, + { + "originalTitle": "Jamstack", + "componentName": "JamstackIcon", + "slug": "jamstack" + }, + { + "originalTitle": "Jasmine", + "componentName": "JasmineIcon", + "slug": "jasmine" + }, + { + "originalTitle": "JavaScript", + "componentName": "JavaScriptIcon", + "slug": "javascript" + }, + { + "originalTitle": "JBL", + "componentName": "JblIcon", + "slug": "jbl" + }, + { + "originalTitle": "JCB", + "componentName": "JcbIcon", + "slug": "jcb" + }, + { + "originalTitle": "Jeep", + "componentName": "JeepIcon", + "slug": "jeep" + }, + { + "originalTitle": "Jekyll", + "componentName": "JekyllIcon", + "slug": "jekyll" + }, + { + "originalTitle": "Jellyfin", + "componentName": "JellyfinIcon", + "slug": "jellyfin" + }, + { + "originalTitle": "Jenkins", + "componentName": "JenkinsIcon", + "slug": "jenkins" + }, + { + "originalTitle": "Jest", + "componentName": "JestIcon", + "slug": "jest" + }, + { + "originalTitle": "JET", + "componentName": "JetIcon", + "slug": "jet" + }, + { + "originalTitle": "JetBlue", + "componentName": "JetBlueIcon", + "slug": "jetblue" + }, + { + "originalTitle": "JetBrains", + "componentName": "JetBrainsIcon", + "slug": "jetbrains" + }, + { + "originalTitle": "Jetpack Compose", + "componentName": "JetpackComposeIcon", + "slug": "jetpackcompose" + }, + { + "originalTitle": "JFrog", + "componentName": "JFrogIcon", + "slug": "jfrog" + }, + { + "originalTitle": "JFrog Pipelines", + "componentName": "JFrogPipelinesIcon", + "slug": "jfrogpipelines" + }, + { + "originalTitle": "Jinja", + "componentName": "JinjaIcon", + "slug": "jinja" + }, + { + "originalTitle": "Jira", + "componentName": "JiraIcon", + "slug": "jira" + }, + { + "originalTitle": "Jira Software", + "componentName": "JiraSoftwareIcon", + "slug": "jirasoftware" + }, + { + "originalTitle": "JitPack", + "componentName": "JitPackIcon", + "slug": "jitpack" + }, + { + "originalTitle": "Jitsi", + "componentName": "JitsiIcon", + "slug": "jitsi" + }, + { + "originalTitle": "John Deere", + "componentName": "JohnDeereIcon", + "slug": "johndeere" + }, + { + "originalTitle": "Joomla", + "componentName": "JoomlaIcon", + "slug": "joomla" + }, + { + "originalTitle": "Joplin", + "componentName": "JoplinIcon", + "slug": "joplin" + }, + { + "originalTitle": "Jordan", + "componentName": "JordanIcon", + "slug": "jordan" + }, + { + "originalTitle": "Jovian", + "componentName": "JovianIcon", + "slug": "jovian" + }, + { + "originalTitle": "JPEG", + "componentName": "JpegIcon", + "slug": "jpeg" + }, + { + "originalTitle": "jQuery", + "componentName": "JQueryIcon", + "slug": "jquery" + }, + { + "originalTitle": "JR Group", + "componentName": "JrGroupIcon", + "slug": "jrgroup" + }, + { + "originalTitle": "jsDelivr", + "componentName": "JsDelivrIcon", + "slug": "jsdelivr" + }, + { + "originalTitle": "JSFiddle", + "componentName": "JsFiddleIcon", + "slug": "jsfiddle" + }, + { + "originalTitle": "JSON", + "componentName": "JsonIcon", + "slug": "json" + }, + { + "originalTitle": "JSON Web Tokens", + "componentName": "JsonWebTokensIcon", + "slug": "jsonwebtokens" + }, + { + "originalTitle": "JSS", + "componentName": "JssIcon", + "slug": "jss" + }, + { + "originalTitle": "JUCE", + "componentName": "JuceIcon", + "slug": "juce" + }, + { + "originalTitle": "Juejin", + "componentName": "JuejinIcon", + "slug": "juejin" + }, + { + "originalTitle": "JUKE", + "componentName": "JukeIcon", + "slug": "juke" + }, + { + "originalTitle": "Julia", + "componentName": "JuliaIcon", + "slug": "julia" + }, + { + "originalTitle": "Juniper Networks", + "componentName": "JuniperNetworksIcon", + "slug": "junipernetworks" + }, + { + "originalTitle": "JUnit5", + "componentName": "Junit5Icon", + "slug": "junit5" + }, + { + "originalTitle": "Jupyter", + "componentName": "JupyterIcon", + "slug": "jupyter" + }, + { + "originalTitle": "Just Eat", + "componentName": "JustEatIcon", + "slug": "justeat" + }, + { + "originalTitle": "JustGiving", + "componentName": "JustGivingIcon", + "slug": "justgiving" + }, + { + "originalTitle": "K3s", + "componentName": "K3sIcon", + "slug": "k3s" + }, + { + "originalTitle": "k6", + "componentName": "K6Icon", + "slug": "k6" + }, + { + "originalTitle": "Kaggle", + "componentName": "KaggleIcon", + "slug": "kaggle" + }, + { + "originalTitle": "Kahoot!", + "componentName": "KahootIcon", + "slug": "kahoot" + }, + { + "originalTitle": "KaiOS", + "componentName": "KaiOsIcon", + "slug": "kaios" + }, + { + "originalTitle": "Kakao", + "componentName": "KakaoIcon", + "slug": "kakao" + }, + { + "originalTitle": "KakaoTalk", + "componentName": "KakaoTalkIcon", + "slug": "kakaotalk" + }, + { + "originalTitle": "Kali Linux", + "componentName": "KaliLinuxIcon", + "slug": "kalilinux" + }, + { + "originalTitle": "Kamailio", + "componentName": "KamailioIcon", + "slug": "kamailio" + }, + { + "originalTitle": "Kaniko", + "componentName": "KanikoIcon", + "slug": "kaniko" + }, + { + "originalTitle": "Karlsruher Verkehrsverbund", + "componentName": "KarlsruherVerkehrsverbundIcon", + "slug": "karlsruherverkehrsverbund" + }, + { + "originalTitle": "Kasa Smart", + "componentName": "KasaSmartIcon", + "slug": "kasasmart" + }, + { + "originalTitle": "KashFlow", + "componentName": "KashFlowIcon", + "slug": "kashflow" + }, + { + "originalTitle": "Kaspersky", + "componentName": "KasperskyIcon", + "slug": "kaspersky" + }, + { + "originalTitle": "Katacoda", + "componentName": "KatacodaIcon", + "slug": "katacoda" + }, + { + "originalTitle": "Katana", + "componentName": "KatanaIcon", + "slug": "katana" + }, + { + "originalTitle": "Kaufland", + "componentName": "KauflandIcon", + "slug": "kaufland" + }, + { + "originalTitle": "KDE", + "componentName": "KdeIcon", + "slug": "kde" + }, + { + "originalTitle": "Kdenlive", + "componentName": "KdenliveIcon", + "slug": "kdenlive" + }, + { + "originalTitle": "Kedro", + "componentName": "KedroIcon", + "slug": "kedro" + }, + { + "originalTitle": "Keep a Changelog", + "componentName": "KeepAChangelogIcon", + "slug": "keepachangelog" + }, + { + "originalTitle": "KeePassXC", + "componentName": "KeePassXcIcon", + "slug": "keepassxc" + }, + { + "originalTitle": "Kentico", + "componentName": "KenticoIcon", + "slug": "kentico" + }, + { + "originalTitle": "Keras", + "componentName": "KerasIcon", + "slug": "keras" + }, + { + "originalTitle": "Keybase", + "componentName": "KeybaseIcon", + "slug": "keybase" + }, + { + "originalTitle": "KeyCDN", + "componentName": "KeyCdnIcon", + "slug": "keycdn" + }, + { + "originalTitle": "Keystone", + "componentName": "KeystoneIcon", + "slug": "keystone" + }, + { + "originalTitle": "KFC", + "componentName": "KfcIcon", + "slug": "kfc" + }, + { + "originalTitle": "Khan Academy", + "componentName": "KhanAcademyIcon", + "slug": "khanacademy" + }, + { + "originalTitle": "Khronos Group", + "componentName": "KhronosGroupIcon", + "slug": "khronosgroup" + }, + { + "originalTitle": "Kia", + "componentName": "KiaIcon", + "slug": "kia" + }, + { + "originalTitle": "Kibana", + "componentName": "KibanaIcon", + "slug": "kibana" + }, + { + "originalTitle": "KiCad", + "componentName": "KiCadIcon", + "slug": "kicad" + }, + { + "originalTitle": "Kick", + "componentName": "KickIcon", + "slug": "kick" + }, + { + "originalTitle": "Kickstarter", + "componentName": "KickstarterIcon", + "slug": "kickstarter" + }, + { + "originalTitle": "Kik", + "componentName": "KikIcon", + "slug": "kik" + }, + { + "originalTitle": "Kingston Technology", + "componentName": "KingstonTechnologyIcon", + "slug": "kingstontechnology" + }, + { + "originalTitle": "Kinopoisk", + "componentName": "KinopoiskIcon", + "slug": "kinopoisk" + }, + { + "originalTitle": "Kinsta", + "componentName": "KinstaIcon", + "slug": "kinsta" + }, + { + "originalTitle": "Kirby", + "componentName": "KirbyIcon", + "slug": "kirby" + }, + { + "originalTitle": "Kit", + "componentName": "KitIcon", + "slug": "kit" + }, + { + "originalTitle": "Kitsu", + "componentName": "KitsuIcon", + "slug": "kitsu" + }, + { + "originalTitle": "Klarna", + "componentName": "KlarnaIcon", + "slug": "klarna" + }, + { + "originalTitle": "KLM", + "componentName": "KlmIcon", + "slug": "klm" + }, + { + "originalTitle": "Klook", + "componentName": "KlookIcon", + "slug": "klook" + }, + { + "originalTitle": "Knative", + "componentName": "KnativeIcon", + "slug": "knative" + }, + { + "originalTitle": "KnowledgeBase", + "componentName": "KnowledgeBaseIcon", + "slug": "knowledgebase" + }, + { + "originalTitle": "Known", + "componentName": "KnownIcon", + "slug": "known" + }, + { + "originalTitle": "Ko-fi", + "componentName": "KofiIcon", + "slug": "kofi" + }, + { + "originalTitle": "Koa", + "componentName": "KoaIcon", + "slug": "koa" + }, + { + "originalTitle": "Koc", + "componentName": "KocIcon", + "slug": "koc" + }, + { + "originalTitle": "Kodak", + "componentName": "KodakIcon", + "slug": "kodak" + }, + { + "originalTitle": "Kodi", + "componentName": "KodiIcon", + "slug": "kodi" + }, + { + "originalTitle": "Kofax", + "componentName": "KofaxIcon", + "slug": "kofax" + }, + { + "originalTitle": "Komoot", + "componentName": "KomootIcon", + "slug": "komoot" + }, + { + "originalTitle": "Konami", + "componentName": "KonamiIcon", + "slug": "konami" + }, + { + "originalTitle": "Kong", + "componentName": "KongIcon", + "slug": "kong" + }, + { + "originalTitle": "Kongregate", + "componentName": "KongregateIcon", + "slug": "kongregate" + }, + { + "originalTitle": "Konva", + "componentName": "KonvaIcon", + "slug": "konva" + }, + { + "originalTitle": "Kotlin", + "componentName": "KotlinIcon", + "slug": "kotlin" + }, + { + "originalTitle": "Koyeb", + "componentName": "KoyebIcon", + "slug": "koyeb" + }, + { + "originalTitle": "Krita", + "componentName": "KritaIcon", + "slug": "krita" + }, + { + "originalTitle": "KTM", + "componentName": "KtmIcon", + "slug": "ktm" + }, + { + "originalTitle": "Kuaishou", + "componentName": "KuaishouIcon", + "slug": "kuaishou" + }, + { + "originalTitle": "Kubernetes", + "componentName": "KubernetesIcon", + "slug": "kubernetes" + }, + { + "originalTitle": "Kubuntu", + "componentName": "KubuntuIcon", + "slug": "kubuntu" + }, + { + "originalTitle": "Kuma", + "componentName": "KumaIcon", + "slug": "kuma" + }, + { + "originalTitle": "Kuula", + "componentName": "KuulaIcon", + "slug": "kuula" + }, + { + "originalTitle": "KX", + "componentName": "KxIcon", + "slug": "kx" + }, + { + "originalTitle": "Kyocera", + "componentName": "KyoceraIcon", + "slug": "kyocera" + }, + { + "originalTitle": "L'Équipe", + "componentName": "LequipeIcon", + "slug": "lequipe" + }, + { + "originalTitle": "LabVIEW", + "componentName": "LabViewIcon", + "slug": "labview" + }, + { + "originalTitle": "Lada", + "componentName": "LadaIcon", + "slug": "lada" + }, + { + "originalTitle": "Lamborghini", + "componentName": "LamborghiniIcon", + "slug": "lamborghini" + }, + { + "originalTitle": "Land Rover", + "componentName": "LandRoverIcon", + "slug": "landrover" + }, + { + "originalTitle": "Lapce", + "componentName": "LapceIcon", + "slug": "lapce" + }, + { + "originalTitle": "Laragon", + "componentName": "LaragonIcon", + "slug": "laragon" + }, + { + "originalTitle": "Laravel", + "componentName": "LaravelIcon", + "slug": "laravel" + }, + { + "originalTitle": "Laravel Horizon", + "componentName": "LaravelHorizonIcon", + "slug": "laravelhorizon" + }, + { + "originalTitle": "Laravel Nova", + "componentName": "LaravelNovaIcon", + "slug": "laravelnova" + }, + { + "originalTitle": "Last.fm", + "componentName": "LastDotfmIcon", + "slug": "lastdotfm" + }, + { + "originalTitle": "LastPass", + "componentName": "LastPassIcon", + "slug": "lastpass" + }, + { + "originalTitle": "LaTeX", + "componentName": "LaTeXIcon", + "slug": "latex" + }, + { + "originalTitle": "Launchpad", + "componentName": "LaunchpadIcon", + "slug": "launchpad" + }, + { + "originalTitle": "Lazarus", + "componentName": "LazarusIcon", + "slug": "lazarus" + }, + { + "originalTitle": "LBRY", + "componentName": "LbryIcon", + "slug": "lbry" + }, + { + "originalTitle": "Leader Price", + "componentName": "LeaderPriceIcon", + "slug": "leaderprice" + }, + { + "originalTitle": "Leaflet", + "componentName": "LeafletIcon", + "slug": "leaflet" + }, + { + "originalTitle": "League of Legends", + "componentName": "LeagueOfLegendsIcon", + "slug": "leagueoflegends" + }, + { + "originalTitle": "Leanpub", + "componentName": "LeanpubIcon", + "slug": "leanpub" + }, + { + "originalTitle": "LeetCode", + "componentName": "LeetCodeIcon", + "slug": "leetcode" + }, + { + "originalTitle": "Legacy Games", + "componentName": "LegacyGamesIcon", + "slug": "legacygames" + }, + { + "originalTitle": "Leica", + "componentName": "LeicaIcon", + "slug": "leica" + }, + { + "originalTitle": "Lemmy", + "componentName": "LemmyIcon", + "slug": "lemmy" + }, + { + "originalTitle": "Lenovo", + "componentName": "LenovoIcon", + "slug": "lenovo" + }, + { + "originalTitle": "Lens", + "componentName": "LensIcon", + "slug": "lens" + }, + { + "originalTitle": "Leptos", + "componentName": "LeptosIcon", + "slug": "leptos" + }, + { + "originalTitle": "Lerna", + "componentName": "LernaIcon", + "slug": "lerna" + }, + { + "originalTitle": "Leroy Merlin", + "componentName": "LeroyMerlinIcon", + "slug": "leroymerlin" + }, + { + "originalTitle": "Les libraires", + "componentName": "LesLibrairesIcon", + "slug": "leslibraires" + }, + { + "originalTitle": "Less", + "componentName": "LessIcon", + "slug": "less" + }, + { + "originalTitle": "Let's Encrypt", + "componentName": "LetsencryptIcon", + "slug": "letsencrypt" + }, + { + "originalTitle": "Letterboxd", + "componentName": "LetterboxdIcon", + "slug": "letterboxd" + }, + { + "originalTitle": "levels.fyi", + "componentName": "LevelsDotfyiIcon", + "slug": "levelsdotfyi" + }, + { + "originalTitle": "LG", + "componentName": "LgIcon", + "slug": "lg" + }, + { + "originalTitle": "Libera.Chat", + "componentName": "LiberaDotChatIcon", + "slug": "liberadotchat" + }, + { + "originalTitle": "Liberapay", + "componentName": "LiberapayIcon", + "slug": "liberapay" + }, + { + "originalTitle": "Libraries.io", + "componentName": "LibrariesDotioIcon", + "slug": "librariesdotio" + }, + { + "originalTitle": "LibraryThing", + "componentName": "LibraryThingIcon", + "slug": "librarything" + }, + { + "originalTitle": "LibreOffice", + "componentName": "LibreOfficeIcon", + "slug": "libreoffice" + }, + { + "originalTitle": "LibreOffice Base", + "componentName": "LibreOfficeBaseIcon", + "slug": "libreofficebase" + }, + { + "originalTitle": "LibreOffice Calc", + "componentName": "LibreOfficeCalcIcon", + "slug": "libreofficecalc" + }, + { + "originalTitle": "LibreOffice Draw", + "componentName": "LibreOfficeDrawIcon", + "slug": "libreofficedraw" + }, + { + "originalTitle": "LibreOffice Impress", + "componentName": "LibreOfficeImpressIcon", + "slug": "libreofficeimpress" + }, + { + "originalTitle": "LibreOffice Math", + "componentName": "LibreOfficeMathIcon", + "slug": "libreofficemath" + }, + { + "originalTitle": "LibreOffice Writer", + "componentName": "LibreOfficeWriterIcon", + "slug": "libreofficewriter" + }, + { + "originalTitle": "libuv", + "componentName": "LibuvIcon", + "slug": "libuv" + }, + { + "originalTitle": "Lichess", + "componentName": "LichessIcon", + "slug": "lichess" + }, + { + "originalTitle": "Lidl", + "componentName": "LidlIcon", + "slug": "lidl" + }, + { + "originalTitle": "LIFX", + "componentName": "LifxIcon", + "slug": "lifx" + }, + { + "originalTitle": "LightBurn", + "componentName": "LightBurnIcon", + "slug": "lightburn" + }, + { + "originalTitle": "Lighthouse", + "componentName": "LighthouseIcon", + "slug": "lighthouse" + }, + { + "originalTitle": "Lightning", + "componentName": "LightningIcon", + "slug": "lightning" + }, + { + "originalTitle": "LINE", + "componentName": "LineIcon", + "slug": "line" + }, + { + "originalTitle": "LineageOS", + "componentName": "LineageOsIcon", + "slug": "lineageos" + }, + { + "originalTitle": "Linear", + "componentName": "LinearIcon", + "slug": "linear" + }, + { + "originalTitle": "LinkedIn", + "componentName": "LinkedInIcon", + "slug": "linkedin" + }, + { + "originalTitle": "Linkerd", + "componentName": "LinkerdIcon", + "slug": "linkerd" + }, + { + "originalTitle": "Linkfire", + "componentName": "LinkfireIcon", + "slug": "linkfire" + }, + { + "originalTitle": "Linktree", + "componentName": "LinktreeIcon", + "slug": "linktree" + }, + { + "originalTitle": "Linux", + "componentName": "LinuxIcon", + "slug": "linux" + }, + { + "originalTitle": "Linux Containers", + "componentName": "LinuxContainersIcon", + "slug": "linuxcontainers" + }, + { + "originalTitle": "Linux Foundation", + "componentName": "LinuxFoundationIcon", + "slug": "linuxfoundation" + }, + { + "originalTitle": "Linux Mint", + "componentName": "LinuxMintIcon", + "slug": "linuxmint" + }, + { + "originalTitle": "Linux Professional Institute", + "componentName": "LinuxProfessionalInstituteIcon", + "slug": "linuxprofessionalinstitute" + }, + { + "originalTitle": "LinuxServer", + "componentName": "LinuxServerIcon", + "slug": "linuxserver" + }, + { + "originalTitle": "Lion Air", + "componentName": "LionAirIcon", + "slug": "lionair" + }, + { + "originalTitle": "Liquibase", + "componentName": "LiquibaseIcon", + "slug": "liquibase" + }, + { + "originalTitle": "Lit", + "componentName": "LitIcon", + "slug": "lit" + }, + { + "originalTitle": "Litecoin", + "componentName": "LitecoinIcon", + "slug": "litecoin" + }, + { + "originalTitle": "LITIENGINE", + "componentName": "LitiengineIcon", + "slug": "litiengine" + }, + { + "originalTitle": "LiveChat", + "componentName": "LiveChatIcon", + "slug": "livechat" + }, + { + "originalTitle": "LiveJournal", + "componentName": "LiveJournalIcon", + "slug": "livejournal" + }, + { + "originalTitle": "Livewire", + "componentName": "LivewireIcon", + "slug": "livewire" + }, + { + "originalTitle": "LLVM", + "componentName": "LlvmIcon", + "slug": "llvm" + }, + { + "originalTitle": "LMMS", + "componentName": "LmmsIcon", + "slug": "lmms" + }, + { + "originalTitle": "Local", + "componentName": "LocalIcon", + "slug": "local" + }, + { + "originalTitle": "Lodash", + "componentName": "LodashIcon", + "slug": "lodash" + }, + { + "originalTitle": "Logitech", + "componentName": "LogitechIcon", + "slug": "logitech" + }, + { + "originalTitle": "Logitech G", + "componentName": "LogitechGIcon", + "slug": "logitechg" + }, + { + "originalTitle": "LogMeIn", + "componentName": "LogMeInIcon", + "slug": "logmein" + }, + { + "originalTitle": "Logseq", + "componentName": "LogseqIcon", + "slug": "logseq" + }, + { + "originalTitle": "Logstash", + "componentName": "LogstashIcon", + "slug": "logstash" + }, + { + "originalTitle": "Looker", + "componentName": "LookerIcon", + "slug": "looker" + }, + { + "originalTitle": "Loom", + "componentName": "LoomIcon", + "slug": "loom" + }, + { + "originalTitle": "Loop", + "componentName": "LoopIcon", + "slug": "loop" + }, + { + "originalTitle": "LoopBack", + "componentName": "LoopBackIcon", + "slug": "loopback" + }, + { + "originalTitle": "Loot Crate", + "componentName": "LootCrateIcon", + "slug": "lootcrate" + }, + { + "originalTitle": "Lospec", + "componentName": "LospecIcon", + "slug": "lospec" + }, + { + "originalTitle": "LOT Polish Airlines", + "componentName": "LotPolishAirlinesIcon", + "slug": "lotpolishairlines" + }, + { + "originalTitle": "LTspice", + "componentName": "LTspiceIcon", + "slug": "ltspice" + }, + { + "originalTitle": "Lua", + "componentName": "LuaIcon", + "slug": "lua" + }, + { + "originalTitle": "Lubuntu", + "componentName": "LubuntuIcon", + "slug": "lubuntu" + }, + { + "originalTitle": "Ludwig", + "componentName": "LudwigIcon", + "slug": "ludwig" + }, + { + "originalTitle": "Lufthansa", + "componentName": "LufthansaIcon", + "slug": "lufthansa" + }, + { + "originalTitle": "Lumen", + "componentName": "LumenIcon", + "slug": "lumen" + }, + { + "originalTitle": "Lunacy", + "componentName": "LunacyIcon", + "slug": "lunacy" + }, + { + "originalTitle": "Lutris", + "componentName": "LutrisIcon", + "slug": "lutris" + }, + { + "originalTitle": "Lydia", + "componentName": "LydiaIcon", + "slug": "lydia" + }, + { + "originalTitle": "Lyft", + "componentName": "LyftIcon", + "slug": "lyft" + }, + { + "originalTitle": "MAAS", + "componentName": "MaasIcon", + "slug": "maas" + }, + { + "originalTitle": "macOS", + "componentName": "MacOsIcon", + "slug": "macos" + }, + { + "originalTitle": "MacPaw", + "componentName": "MacPawIcon", + "slug": "macpaw" + }, + { + "originalTitle": "Macy's", + "componentName": "MacysIcon", + "slug": "macys" + }, + { + "originalTitle": "Magasins U", + "componentName": "MagasinsUIcon", + "slug": "magasinsu" + }, + { + "originalTitle": "Magento", + "componentName": "MagentoIcon", + "slug": "magento" + }, + { + "originalTitle": "Magisk", + "componentName": "MagiskIcon", + "slug": "magisk" + }, + { + "originalTitle": "Mahindra", + "componentName": "MahindraIcon", + "slug": "mahindra" + }, + { + "originalTitle": "mail.com", + "componentName": "MailDotcomIcon", + "slug": "maildotcom" + }, + { + "originalTitle": "Mail.Ru", + "componentName": "MailDotRuIcon", + "slug": "maildotru" + }, + { + "originalTitle": "MailChimp", + "componentName": "MailChimpIcon", + "slug": "mailchimp" + }, + { + "originalTitle": "Mailgun", + "componentName": "MailgunIcon", + "slug": "mailgun" + }, + { + "originalTitle": "Mailtrap", + "componentName": "MailtrapIcon", + "slug": "mailtrap" + }, + { + "originalTitle": "Major League Hacking", + "componentName": "MajorLeagueHackingIcon", + "slug": "majorleaguehacking" + }, + { + "originalTitle": "Make", + "componentName": "MakeIcon", + "slug": "make" + }, + { + "originalTitle": "MakerBot", + "componentName": "MakerBotIcon", + "slug": "makerbot" + }, + { + "originalTitle": "Mamba UI", + "componentName": "MambaUiIcon", + "slug": "mambaui" + }, + { + "originalTitle": "MAMP", + "componentName": "MampIcon", + "slug": "mamp" + }, + { + "originalTitle": "MAN", + "componentName": "ManIcon", + "slug": "man" + }, + { + "originalTitle": "ManageIQ", + "componentName": "ManageIqIcon", + "slug": "manageiq" + }, + { + "originalTitle": "Manjaro", + "componentName": "ManjaroIcon", + "slug": "manjaro" + }, + { + "originalTitle": "Mantine", + "componentName": "MantineIcon", + "slug": "mantine" + }, + { + "originalTitle": "Mapbox", + "componentName": "MapboxIcon", + "slug": "mapbox" + }, + { + "originalTitle": "MapLibre", + "componentName": "MapLibreIcon", + "slug": "maplibre" + }, + { + "originalTitle": "MariaDB", + "componentName": "MariaDbIcon", + "slug": "mariadb" + }, + { + "originalTitle": "MariaDB Foundation", + "componentName": "MariaDbFoundationIcon", + "slug": "mariadbfoundation" + }, + { + "originalTitle": "Markdown", + "componentName": "MarkdownIcon", + "slug": "markdown" + }, + { + "originalTitle": "Marketo", + "componentName": "MarketoIcon", + "slug": "marketo" + }, + { + "originalTitle": "Marko", + "componentName": "MarkoIcon", + "slug": "marko" + }, + { + "originalTitle": "Marriott", + "componentName": "MarriottIcon", + "slug": "marriott" + }, + { + "originalTitle": "MarvelApp", + "componentName": "MarvelAppIcon", + "slug": "marvelapp" + }, + { + "originalTitle": "Maserati", + "componentName": "MaseratiIcon", + "slug": "maserati" + }, + { + "originalTitle": "MasterCard", + "componentName": "MasterCardIcon", + "slug": "mastercard" + }, + { + "originalTitle": "mastercomfig", + "componentName": "MastercomfigIcon", + "slug": "mastercomfig" + }, + { + "originalTitle": "Mastodon", + "componentName": "MastodonIcon", + "slug": "mastodon" + }, + { + "originalTitle": "Material Design", + "componentName": "MaterialDesignIcon", + "slug": "materialdesign" + }, + { + "originalTitle": "Material Design Icons", + "componentName": "MaterialDesignIconsIcon", + "slug": "materialdesignicons" + }, + { + "originalTitle": "Material for MkDocs", + "componentName": "MaterialForMkDocsIcon", + "slug": "materialformkdocs" + }, + { + "originalTitle": "Matillion", + "componentName": "MatillionIcon", + "slug": "matillion" + }, + { + "originalTitle": "Matomo", + "componentName": "MatomoIcon", + "slug": "matomo" + }, + { + "originalTitle": "Matrix", + "componentName": "MatrixIcon", + "slug": "matrix" + }, + { + "originalTitle": "Matter.js", + "componentName": "MatterDotjsIcon", + "slug": "matterdotjs" + }, + { + "originalTitle": "Mattermost", + "componentName": "MattermostIcon", + "slug": "mattermost" + }, + { + "originalTitle": "Matternet", + "componentName": "MatternetIcon", + "slug": "matternet" + }, + { + "originalTitle": "Mautic", + "componentName": "MauticIcon", + "slug": "mautic" + }, + { + "originalTitle": "Max", + "componentName": "MaxIcon", + "slug": "max" + }, + { + "originalTitle": "Max-Planck-Gesellschaft", + "componentName": "MaxplanckgesellschaftIcon", + "slug": "maxplanckgesellschaft" + }, + { + "originalTitle": "Maytag", + "componentName": "MaytagIcon", + "slug": "maytag" + }, + { + "originalTitle": "Mazda", + "componentName": "MazdaIcon", + "slug": "mazda" + }, + { + "originalTitle": "McAfee", + "componentName": "McAfeeIcon", + "slug": "mcafee" + }, + { + "originalTitle": "McDonald's", + "componentName": "McdonaldsIcon", + "slug": "mcdonalds" + }, + { + "originalTitle": "McLaren", + "componentName": "McLarenIcon", + "slug": "mclaren" + }, + { + "originalTitle": "mdBook", + "componentName": "MdBookIcon", + "slug": "mdbook" + }, + { + "originalTitle": "MDN Web Docs", + "componentName": "MdnWebDocsIcon", + "slug": "mdnwebdocs" + }, + { + "originalTitle": "MDX", + "componentName": "MdxIcon", + "slug": "mdx" + }, + { + "originalTitle": "MediaFire", + "componentName": "MediaFireIcon", + "slug": "mediafire" + }, + { + "originalTitle": "MediaMarkt", + "componentName": "MediaMarktIcon", + "slug": "mediamarkt" + }, + { + "originalTitle": "MediaTek", + "componentName": "MediaTekIcon", + "slug": "mediatek" + }, + { + "originalTitle": "MediBang Paint", + "componentName": "MediBangPaintIcon", + "slug": "medibangpaint" + }, + { + "originalTitle": "Medium", + "componentName": "MediumIcon", + "slug": "medium" + }, + { + "originalTitle": "Medusa", + "componentName": "MedusaIcon", + "slug": "medusa" + }, + { + "originalTitle": "Meetup", + "componentName": "MeetupIcon", + "slug": "meetup" + }, + { + "originalTitle": "MEGA", + "componentName": "MegaIcon", + "slug": "mega" + }, + { + "originalTitle": "Meilisearch", + "componentName": "MeilisearchIcon", + "slug": "meilisearch" + }, + { + "originalTitle": "Meituan", + "componentName": "MeituanIcon", + "slug": "meituan" + }, + { + "originalTitle": "Mendeley", + "componentName": "MendeleyIcon", + "slug": "mendeley" + }, + { + "originalTitle": "MentorCruise", + "componentName": "MentorCruiseIcon", + "slug": "mentorcruise" + }, + { + "originalTitle": "Mercado Pago", + "componentName": "MercadoPagoIcon", + "slug": "mercadopago" + }, + { + "originalTitle": "Mercedes", + "componentName": "MercedesIcon", + "slug": "mercedes" + }, + { + "originalTitle": "Merck", + "componentName": "MerckIcon", + "slug": "merck" + }, + { + "originalTitle": "Mercurial", + "componentName": "MercurialIcon", + "slug": "mercurial" + }, + { + "originalTitle": "Mermaid", + "componentName": "MermaidIcon", + "slug": "mermaid" + }, + { + "originalTitle": "Messenger", + "componentName": "MessengerIcon", + "slug": "messenger" + }, + { + "originalTitle": "Meta", + "componentName": "MetaIcon", + "slug": "meta" + }, + { + "originalTitle": "Metabase", + "componentName": "MetabaseIcon", + "slug": "metabase" + }, + { + "originalTitle": "Metacritic", + "componentName": "MetacriticIcon", + "slug": "metacritic" + }, + { + "originalTitle": "MetaFilter", + "componentName": "MetaFilterIcon", + "slug": "metafilter" + }, + { + "originalTitle": "Meteor", + "componentName": "MeteorIcon", + "slug": "meteor" + }, + { + "originalTitle": "Metro", + "componentName": "MetroIcon", + "slug": "metro" + }, + { + "originalTitle": "Metro de la Ciudad de México", + "componentName": "MetrodelaciudaddemexicoIcon", + "slug": "metrodelaciudaddemexico" + }, + { + "originalTitle": "Metro de Madrid", + "componentName": "MetroDeMadridIcon", + "slug": "metrodemadrid" + }, + { + "originalTitle": "Métro de Paris", + "componentName": "MetrodeparisIcon", + "slug": "metrodeparis" + }, + { + "originalTitle": "MeWe", + "componentName": "MeWeIcon", + "slug": "mewe" + }, + { + "originalTitle": "MG", + "componentName": "MgIcon", + "slug": "mg" + }, + { + "originalTitle": "Micro Editor", + "componentName": "MicroEditorIcon", + "slug": "microeditor" + }, + { + "originalTitle": "micro:bit", + "componentName": "MicrobitIcon", + "slug": "microbit" + }, + { + "originalTitle": "Micro.blog", + "componentName": "MicroDotblogIcon", + "slug": "microdotblog" + }, + { + "originalTitle": "Microgenetics", + "componentName": "MicrogeneticsIcon", + "slug": "microgenetics" + }, + { + "originalTitle": "MicroPython", + "componentName": "MicroPythonIcon", + "slug": "micropython" + }, + { + "originalTitle": "Microsoft", + "componentName": "MicrosoftIcon", + "slug": "microsoft" + }, + { + "originalTitle": "Microsoft Academic", + "componentName": "MicrosoftAcademicIcon", + "slug": "microsoftacademic" + }, + { + "originalTitle": "Microsoft Access", + "componentName": "MicrosoftAccessIcon", + "slug": "microsoftaccess" + }, + { + "originalTitle": "Microsoft Azure", + "componentName": "MicrosoftAzureIcon", + "slug": "microsoftazure" + }, + { + "originalTitle": "Microsoft Bing", + "componentName": "MicrosoftBingIcon", + "slug": "microsoftbing" + }, + { + "originalTitle": "Microsoft Edge", + "componentName": "MicrosoftEdgeIcon", + "slug": "microsoftedge" + }, + { + "originalTitle": "Microsoft Excel", + "componentName": "MicrosoftExcelIcon", + "slug": "microsoftexcel" + }, + { + "originalTitle": "Microsoft Exchange", + "componentName": "MicrosoftExchangeIcon", + "slug": "microsoftexchange" + }, + { + "originalTitle": "Microsoft OneDrive", + "componentName": "MicrosoftOneDriveIcon", + "slug": "microsoftonedrive" + }, + { + "originalTitle": "Microsoft OneNote", + "componentName": "MicrosoftOneNoteIcon", + "slug": "microsoftonenote" + }, + { + "originalTitle": "Microsoft Outlook", + "componentName": "MicrosoftOutlookIcon", + "slug": "microsoftoutlook" + }, + { + "originalTitle": "Microsoft PowerPoint", + "componentName": "MicrosoftPowerPointIcon", + "slug": "microsoftpowerpoint" + }, + { + "originalTitle": "Microsoft SharePoint", + "componentName": "MicrosoftSharePointIcon", + "slug": "microsoftsharepoint" + }, + { + "originalTitle": "Microsoft SQL Server", + "componentName": "MicrosoftSqlServerIcon", + "slug": "microsoftsqlserver" + }, + { + "originalTitle": "Microsoft Store", + "componentName": "MicrosoftStoreIcon", + "slug": "microsoftstore" + }, + { + "originalTitle": "Microsoft Teams", + "componentName": "MicrosoftTeamsIcon", + "slug": "microsoftteams" + }, + { + "originalTitle": "Microsoft Translator", + "componentName": "MicrosoftTranslatorIcon", + "slug": "microsofttranslator" + }, + { + "originalTitle": "Microsoft Visio", + "componentName": "MicrosoftVisioIcon", + "slug": "microsoftvisio" + }, + { + "originalTitle": "Microsoft Word", + "componentName": "MicrosoftWordIcon", + "slug": "microsoftword" + }, + { + "originalTitle": "Microstation", + "componentName": "MicrostationIcon", + "slug": "microstation" + }, + { + "originalTitle": "MicroStrategy", + "componentName": "MicroStrategyIcon", + "slug": "microstrategy" + }, + { + "originalTitle": "MIDI", + "componentName": "MidiIcon", + "slug": "midi" + }, + { + "originalTitle": "Mikrotik", + "componentName": "MikrotikIcon", + "slug": "mikrotik" + }, + { + "originalTitle": "Milvus", + "componentName": "MilvusIcon", + "slug": "milvus" + }, + { + "originalTitle": "Minds", + "componentName": "MindsIcon", + "slug": "minds" + }, + { + "originalTitle": "Minecraft", + "componentName": "MinecraftIcon", + "slug": "minecraft" + }, + { + "originalTitle": "Minetest", + "componentName": "MinetestIcon", + "slug": "minetest" + }, + { + "originalTitle": "Mini", + "componentName": "MiniIcon", + "slug": "mini" + }, + { + "originalTitle": "MinIO", + "componentName": "MinIoIcon", + "slug": "minio" + }, + { + "originalTitle": "Minutemailer", + "componentName": "MinutemailerIcon", + "slug": "minutemailer" + }, + { + "originalTitle": "Miraheze", + "componentName": "MirahezeIcon", + "slug": "miraheze" + }, + { + "originalTitle": "Miro", + "componentName": "MiroIcon", + "slug": "miro" + }, + { + "originalTitle": "Misskey", + "componentName": "MisskeyIcon", + "slug": "misskey" + }, + { + "originalTitle": "Mitsubishi", + "componentName": "MitsubishiIcon", + "slug": "mitsubishi" + }, + { + "originalTitle": "Mix", + "componentName": "MixIcon", + "slug": "mix" + }, + { + "originalTitle": "Mixcloud", + "componentName": "MixcloudIcon", + "slug": "mixcloud" + }, + { + "originalTitle": "Mixpanel", + "componentName": "MixpanelIcon", + "slug": "mixpanel" + }, + { + "originalTitle": "MLB", + "componentName": "MlbIcon", + "slug": "mlb" + }, + { + "originalTitle": "MLflow", + "componentName": "MLflowIcon", + "slug": "mlflow" + }, + { + "originalTitle": "MobX", + "componentName": "MobXIcon", + "slug": "mobx" + }, + { + "originalTitle": "MobX-State-Tree", + "componentName": "MobxstatetreeIcon", + "slug": "mobxstatetree" + }, + { + "originalTitle": "Mocha", + "componentName": "MochaIcon", + "slug": "mocha" + }, + { + "originalTitle": "Mock Service Worker", + "componentName": "MockServiceWorkerIcon", + "slug": "mockserviceworker" + }, + { + "originalTitle": "Modin", + "componentName": "ModinIcon", + "slug": "modin" + }, + { + "originalTitle": "Modrinth", + "componentName": "ModrinthIcon", + "slug": "modrinth" + }, + { + "originalTitle": "MODX", + "componentName": "ModxIcon", + "slug": "modx" + }, + { + "originalTitle": "Mojang Studios", + "componentName": "MojangStudiosIcon", + "slug": "mojangstudios" + }, + { + "originalTitle": "Moleculer", + "componentName": "MoleculerIcon", + "slug": "moleculer" + }, + { + "originalTitle": "Momenteo", + "componentName": "MomenteoIcon", + "slug": "momenteo" + }, + { + "originalTitle": "Monero", + "componentName": "MoneroIcon", + "slug": "monero" + }, + { + "originalTitle": "MoneyGram", + "componentName": "MoneyGramIcon", + "slug": "moneygram" + }, + { + "originalTitle": "MongoDB", + "componentName": "MongoDbIcon", + "slug": "mongodb" + }, + { + "originalTitle": "Mongoose", + "componentName": "MongooseIcon", + "slug": "mongoose" + }, + { + "originalTitle": "Mongoose", + "componentName": "MongoosedotwsIcon", + "slug": "mongoosedotws" + }, + { + "originalTitle": "Monica", + "componentName": "MonicaIcon", + "slug": "monica" + }, + { + "originalTitle": "monkey tie", + "componentName": "MonkeyTieIcon", + "slug": "monkeytie" + }, + { + "originalTitle": "Monkeytype", + "componentName": "MonkeytypeIcon", + "slug": "monkeytype" + }, + { + "originalTitle": "MonoGame", + "componentName": "MonoGameIcon", + "slug": "monogame" + }, + { + "originalTitle": "Monoprix", + "componentName": "MonoprixIcon", + "slug": "monoprix" + }, + { + "originalTitle": "Monster", + "componentName": "MonsterIcon", + "slug": "monster" + }, + { + "originalTitle": "Monzo", + "componentName": "MonzoIcon", + "slug": "monzo" + }, + { + "originalTitle": "Moo", + "componentName": "MooIcon", + "slug": "moo" + }, + { + "originalTitle": "Moodle", + "componentName": "MoodleIcon", + "slug": "moodle" + }, + { + "originalTitle": "Moonrepo", + "componentName": "MoonrepoIcon", + "slug": "moonrepo" + }, + { + "originalTitle": "Moqups", + "componentName": "MoqupsIcon", + "slug": "moqups" + }, + { + "originalTitle": "Morrisons", + "componentName": "MorrisonsIcon", + "slug": "morrisons" + }, + { + "originalTitle": "Moscow Metro", + "componentName": "MoscowMetroIcon", + "slug": "moscowmetro" + }, + { + "originalTitle": "Motorola", + "componentName": "MotorolaIcon", + "slug": "motorola" + }, + { + "originalTitle": "Mozilla", + "componentName": "MozillaIcon", + "slug": "mozilla" + }, + { + "originalTitle": "mpv", + "componentName": "MpvIcon", + "slug": "mpv" + }, + { + "originalTitle": "MQTT", + "componentName": "MqttIcon", + "slug": "mqtt" + }, + { + "originalTitle": "MSI", + "componentName": "MsiIcon", + "slug": "msi" + }, + { + "originalTitle": "MSI Business", + "componentName": "MsiBusinessIcon", + "slug": "msibusiness" + }, + { + "originalTitle": "MTA", + "componentName": "MtaIcon", + "slug": "mta" + }, + { + "originalTitle": "MTR", + "componentName": "MtrIcon", + "slug": "mtr" + }, + { + "originalTitle": "MUBI", + "componentName": "MubiIcon", + "slug": "mubi" + }, + { + "originalTitle": "MUI", + "componentName": "MuiIcon", + "slug": "mui" + }, + { + "originalTitle": "Mulesoft", + "componentName": "MulesoftIcon", + "slug": "mulesoft" + }, + { + "originalTitle": "Müller", + "componentName": "MullerIcon", + "slug": "muller" + }, + { + "originalTitle": "Multisim", + "componentName": "MultisimIcon", + "slug": "multisim" + }, + { + "originalTitle": "Mumble", + "componentName": "MumbleIcon", + "slug": "mumble" + }, + { + "originalTitle": "Mural", + "componentName": "MuralIcon", + "slug": "mural" + }, + { + "originalTitle": "MuseScore", + "componentName": "MuseScoreIcon", + "slug": "musescore" + }, + { + "originalTitle": "MusicBrainz", + "componentName": "MusicBrainzIcon", + "slug": "musicbrainz" + }, + { + "originalTitle": "MX Linux", + "componentName": "MxLinuxIcon", + "slug": "mxlinux" + }, + { + "originalTitle": "MyAnimeList", + "componentName": "MyAnimeListIcon", + "slug": "myanimelist" + }, + { + "originalTitle": "MyGet", + "componentName": "MyGetIcon", + "slug": "myget" + }, + { + "originalTitle": "MYOB", + "componentName": "MyobIcon", + "slug": "myob" + }, + { + "originalTitle": "Myspace", + "componentName": "MyspaceIcon", + "slug": "myspace" + }, + { + "originalTitle": "MySQL", + "componentName": "MySqlIcon", + "slug": "mysql" + }, + { + "originalTitle": "N26", + "componentName": "N26Icon", + "slug": "n26" + }, + { + "originalTitle": "Namebase", + "componentName": "NamebaseIcon", + "slug": "namebase" + }, + { + "originalTitle": "Namecheap", + "componentName": "NamecheapIcon", + "slug": "namecheap" + }, + { + "originalTitle": "Nano", + "componentName": "NanoIcon", + "slug": "nano" + }, + { + "originalTitle": "NASA", + "componentName": "NasaIcon", + "slug": "nasa" + }, + { + "originalTitle": "National Grid", + "componentName": "NationalGridIcon", + "slug": "nationalgrid" + }, + { + "originalTitle": "NativeScript", + "componentName": "NativeScriptIcon", + "slug": "nativescript" + }, + { + "originalTitle": "NATS.io", + "componentName": "NatsDotioIcon", + "slug": "natsdotio" + }, + { + "originalTitle": "Naver", + "componentName": "NaverIcon", + "slug": "naver" + }, + { + "originalTitle": "NBA", + "componentName": "NbaIcon", + "slug": "nba" + }, + { + "originalTitle": "NBB", + "componentName": "NbbIcon", + "slug": "nbb" + }, + { + "originalTitle": "NBC", + "componentName": "NbcIcon", + "slug": "nbc" + }, + { + "originalTitle": "NDR", + "componentName": "NdrIcon", + "slug": "ndr" + }, + { + "originalTitle": "NEAR", + "componentName": "NearIcon", + "slug": "near" + }, + { + "originalTitle": "NEC", + "componentName": "NecIcon", + "slug": "nec" + }, + { + "originalTitle": "Neo4j", + "componentName": "Neo4jIcon", + "slug": "neo4j" + }, + { + "originalTitle": "Neovim", + "componentName": "NeovimIcon", + "slug": "neovim" + }, + { + "originalTitle": "NestJS", + "componentName": "NestJsIcon", + "slug": "nestjs" + }, + { + "originalTitle": "NetApp", + "componentName": "NetAppIcon", + "slug": "netapp" + }, + { + "originalTitle": "NetBSD", + "componentName": "NetBsdIcon", + "slug": "netbsd" + }, + { + "originalTitle": "netcup", + "componentName": "NetcupIcon", + "slug": "netcup" + }, + { + "originalTitle": "NetEase Cloud Music", + "componentName": "NetEaseCloudMusicIcon", + "slug": "neteasecloudmusic" + }, + { + "originalTitle": "Netflix", + "componentName": "NetflixIcon", + "slug": "netflix" + }, + { + "originalTitle": "NETGEAR", + "componentName": "NetgearIcon", + "slug": "netgear" + }, + { + "originalTitle": "Netlify", + "componentName": "NetlifyIcon", + "slug": "netlify" + }, + { + "originalTitle": "Nette", + "componentName": "NetteIcon", + "slug": "nette" + }, + { + "originalTitle": "Netto", + "componentName": "NettoIcon", + "slug": "netto" + }, + { + "originalTitle": "Neutralinojs", + "componentName": "NeutralinojsIcon", + "slug": "neutralinojs" + }, + { + "originalTitle": "New Balance", + "componentName": "NewBalanceIcon", + "slug": "newbalance" + }, + { + "originalTitle": "New Japan Pro-Wrestling", + "componentName": "NewjapanprowrestlingIcon", + "slug": "newjapanprowrestling" + }, + { + "originalTitle": "New Relic", + "componentName": "NewRelicIcon", + "slug": "newrelic" + }, + { + "originalTitle": "New York Times", + "componentName": "NewYorkTimesIcon", + "slug": "newyorktimes" + }, + { + "originalTitle": "Newegg", + "componentName": "NeweggIcon", + "slug": "newegg" + }, + { + "originalTitle": "Next.js", + "componentName": "NextDotjsIcon", + "slug": "nextdotjs" + }, + { + "originalTitle": "NextBillion.ai", + "componentName": "NextBillionDotaiIcon", + "slug": "nextbilliondotai" + }, + { + "originalTitle": "Nextcloud", + "componentName": "NextcloudIcon", + "slug": "nextcloud" + }, + { + "originalTitle": "NextDNS", + "componentName": "NextDnsIcon", + "slug": "nextdns" + }, + { + "originalTitle": "Nextdoor", + "componentName": "NextdoorIcon", + "slug": "nextdoor" + }, + { + "originalTitle": "Nextra", + "componentName": "NextraIcon", + "slug": "nextra" + }, + { + "originalTitle": "NextUI", + "componentName": "NextUiIcon", + "slug": "nextui" + }, + { + "originalTitle": "NFC", + "componentName": "NfcIcon", + "slug": "nfc" + }, + { + "originalTitle": "NGINX", + "componentName": "NginxIcon", + "slug": "nginx" + }, + { + "originalTitle": "Nginx Proxy Manager", + "componentName": "NginxProxyManagerIcon", + "slug": "nginxproxymanager" + }, + { + "originalTitle": "ngrok", + "componentName": "NgrokIcon", + "slug": "ngrok" + }, + { + "originalTitle": "NgRx", + "componentName": "NgRxIcon", + "slug": "ngrx" + }, + { + "originalTitle": "NHL", + "componentName": "NhlIcon", + "slug": "nhl" + }, + { + "originalTitle": "Niantic", + "componentName": "NianticIcon", + "slug": "niantic" + }, + { + "originalTitle": "niconico", + "componentName": "NiconicoIcon", + "slug": "niconico" + }, + { + "originalTitle": "Nike", + "componentName": "NikeIcon", + "slug": "nike" + }, + { + "originalTitle": "Nikon", + "componentName": "NikonIcon", + "slug": "nikon" + }, + { + "originalTitle": "Nim", + "componentName": "NimIcon", + "slug": "nim" + }, + { + "originalTitle": "Nintendo", + "componentName": "NintendoIcon", + "slug": "nintendo" + }, + { + "originalTitle": "Nintendo 3DS", + "componentName": "Nintendo3dsIcon", + "slug": "nintendo3ds" + }, + { + "originalTitle": "Nintendo GameCube", + "componentName": "NintendoGameCubeIcon", + "slug": "nintendogamecube" + }, + { + "originalTitle": "Nintendo Network", + "componentName": "NintendoNetworkIcon", + "slug": "nintendonetwork" + }, + { + "originalTitle": "Nintendo Switch", + "componentName": "NintendoSwitchIcon", + "slug": "nintendoswitch" + }, + { + "originalTitle": "Nissan", + "componentName": "NissanIcon", + "slug": "nissan" + }, + { + "originalTitle": "NixOS", + "componentName": "NixOsIcon", + "slug": "nixos" + }, + { + "originalTitle": "Node-RED", + "componentName": "NoderedIcon", + "slug": "nodered" + }, + { + "originalTitle": "Node.js", + "componentName": "NodeDotjsIcon", + "slug": "nodedotjs" + }, + { + "originalTitle": "Nodemon", + "componentName": "NodemonIcon", + "slug": "nodemon" + }, + { + "originalTitle": "Nokia", + "componentName": "NokiaIcon", + "slug": "nokia" + }, + { + "originalTitle": "Norco", + "componentName": "NorcoIcon", + "slug": "norco" + }, + { + "originalTitle": "Nordic Semiconductor", + "componentName": "NordicSemiconductorIcon", + "slug": "nordicsemiconductor" + }, + { + "originalTitle": "NordVPN", + "componentName": "NordVpnIcon", + "slug": "nordvpn" + }, + { + "originalTitle": "Normalize.css", + "componentName": "NormalizeDotcssIcon", + "slug": "normalizedotcss" + }, + { + "originalTitle": "Norton", + "componentName": "NortonIcon", + "slug": "norton" + }, + { + "originalTitle": "Norwegian", + "componentName": "NorwegianIcon", + "slug": "norwegian" + }, + { + "originalTitle": "Notepad++", + "componentName": "NotepadPlusPlusIcon", + "slug": "notepadplusplus" + }, + { + "originalTitle": "Notion", + "componentName": "NotionIcon", + "slug": "notion" + }, + { + "originalTitle": "Notist", + "componentName": "NotistIcon", + "slug": "notist" + }, + { + "originalTitle": "Noun Project", + "componentName": "NounProjectIcon", + "slug": "nounproject" + }, + { + "originalTitle": "Novu", + "componentName": "NovuIcon", + "slug": "novu" + }, + { + "originalTitle": "NOW", + "componentName": "NowIcon", + "slug": "now" + }, + { + "originalTitle": "npm", + "componentName": "NpmIcon", + "slug": "npm" + }, + { + "originalTitle": "Nrwl", + "componentName": "NrwlIcon", + "slug": "nrwl" + }, + { + "originalTitle": "NSIS", + "componentName": "NsisIcon", + "slug": "nsis" + }, + { + "originalTitle": "Nubank", + "componentName": "NubankIcon", + "slug": "nubank" + }, + { + "originalTitle": "Nucleo", + "componentName": "NucleoIcon", + "slug": "nucleo" + }, + { + "originalTitle": "NuGet", + "componentName": "NuGetIcon", + "slug": "nuget" + }, + { + "originalTitle": "Nuke", + "componentName": "NukeIcon", + "slug": "nuke" + }, + { + "originalTitle": "Numba", + "componentName": "NumbaIcon", + "slug": "numba" + }, + { + "originalTitle": "NumPy", + "componentName": "NumPyIcon", + "slug": "numpy" + }, + { + "originalTitle": "Nunjucks", + "componentName": "NunjucksIcon", + "slug": "nunjucks" + }, + { + "originalTitle": "Nutanix", + "componentName": "NutanixIcon", + "slug": "nutanix" + }, + { + "originalTitle": "Nuxt.js", + "componentName": "NuxtDotjsIcon", + "slug": "nuxtdotjs" + }, + { + "originalTitle": "NVIDIA", + "componentName": "NvidiaIcon", + "slug": "nvidia" + }, + { + "originalTitle": "Nx", + "componentName": "NxIcon", + "slug": "nx" + }, + { + "originalTitle": "NXP", + "componentName": "NxpIcon", + "slug": "nxp" + }, + { + "originalTitle": "NZXT", + "componentName": "NzxtIcon", + "slug": "nzxt" + }, + { + "originalTitle": "O'Reilly", + "componentName": "OreillyIcon", + "slug": "oreilly" + }, + { + "originalTitle": "OBS Studio", + "componentName": "ObsStudioIcon", + "slug": "obsstudio" + }, + { + "originalTitle": "Observable", + "componentName": "ObservableIcon", + "slug": "observable" + }, + { + "originalTitle": "Obsidian", + "componentName": "ObsidianIcon", + "slug": "obsidian" + }, + { + "originalTitle": "OCaml", + "componentName": "OCamlIcon", + "slug": "ocaml" + }, + { + "originalTitle": "oclif", + "componentName": "OclifIcon", + "slug": "oclif" + }, + { + "originalTitle": "Octane Render", + "componentName": "OctaneRenderIcon", + "slug": "octanerender" + }, + { + "originalTitle": "Octave", + "componentName": "OctaveIcon", + "slug": "octave" + }, + { + "originalTitle": "October CMS", + "componentName": "OctoberCmsIcon", + "slug": "octobercms" + }, + { + "originalTitle": "OctoPrint", + "componentName": "OctoPrintIcon", + "slug": "octoprint" + }, + { + "originalTitle": "Octopus Deploy", + "componentName": "OctopusDeployIcon", + "slug": "octopusdeploy" + }, + { + "originalTitle": "Oculus", + "componentName": "OculusIcon", + "slug": "oculus" + }, + { + "originalTitle": "Odnoklassniki", + "componentName": "OdnoklassnikiIcon", + "slug": "odnoklassniki" + }, + { + "originalTitle": "Odoo", + "componentName": "OdooIcon", + "slug": "odoo" + }, + { + "originalTitle": "Odysee", + "componentName": "OdyseeIcon", + "slug": "odysee" + }, + { + "originalTitle": "Oh Dear", + "componentName": "OhDearIcon", + "slug": "ohdear" + }, + { + "originalTitle": "okcupid", + "componentName": "OkcupidIcon", + "slug": "okcupid" + }, + { + "originalTitle": "Okta", + "componentName": "OktaIcon", + "slug": "okta" + }, + { + "originalTitle": "OnePlus", + "componentName": "OnePlusIcon", + "slug": "oneplus" + }, + { + "originalTitle": "OnlyFans", + "componentName": "OnlyFansIcon", + "slug": "onlyfans" + }, + { + "originalTitle": "ONLYOFFICE", + "componentName": "OnlyofficeIcon", + "slug": "onlyoffice" + }, + { + "originalTitle": "ONNX", + "componentName": "OnnxIcon", + "slug": "onnx" + }, + { + "originalTitle": "OnStar", + "componentName": "OnStarIcon", + "slug": "onstar" + }, + { + "originalTitle": "Opel", + "componentName": "OpelIcon", + "slug": "opel" + }, + { + "originalTitle": "Open Access", + "componentName": "OpenAccessIcon", + "slug": "openaccess" + }, + { + "originalTitle": "Open Badges", + "componentName": "OpenBadgesIcon", + "slug": "openbadges" + }, + { + "originalTitle": "Open Bug Bounty", + "componentName": "OpenBugBountyIcon", + "slug": "openbugbounty" + }, + { + "originalTitle": "Open Collective", + "componentName": "OpenCollectiveIcon", + "slug": "opencollective" + }, + { + "originalTitle": "Open Containers Initiative", + "componentName": "OpenContainersInitiativeIcon", + "slug": "opencontainersinitiative" + }, + { + "originalTitle": "Open Source Hardware", + "componentName": "OpenSourceHardwareIcon", + "slug": "opensourcehardware" + }, + { + "originalTitle": "Open Source Initiative", + "componentName": "OpenSourceInitiativeIcon", + "slug": "opensourceinitiative" + }, + { + "originalTitle": "OpenAI", + "componentName": "OpenAiIcon", + "slug": "openai" + }, + { + "originalTitle": "OpenAI Gym", + "componentName": "OpenAiGymIcon", + "slug": "openaigym" + }, + { + "originalTitle": "OpenAPI Initiative", + "componentName": "OpenApiInitiativeIcon", + "slug": "openapiinitiative" + }, + { + "originalTitle": "OpenBSD", + "componentName": "OpenBsdIcon", + "slug": "openbsd" + }, + { + "originalTitle": "OpenCV", + "componentName": "OpenCvIcon", + "slug": "opencv" + }, + { + "originalTitle": "OpenFaaS", + "componentName": "OpenFaaSIcon", + "slug": "openfaas" + }, + { + "originalTitle": "OpenGL", + "componentName": "OpenGlIcon", + "slug": "opengl" + }, + { + "originalTitle": "openHAB", + "componentName": "OpenHabIcon", + "slug": "openhab" + }, + { + "originalTitle": "OpenID", + "componentName": "OpenIdIcon", + "slug": "openid" + }, + { + "originalTitle": "OpenJDK", + "componentName": "OpenJdkIcon", + "slug": "openjdk" + }, + { + "originalTitle": "Openlayers", + "componentName": "OpenlayersIcon", + "slug": "openlayers" + }, + { + "originalTitle": "OpenMined", + "componentName": "OpenMinedIcon", + "slug": "openmined" + }, + { + "originalTitle": "OpenNebula", + "componentName": "OpenNebulaIcon", + "slug": "opennebula" + }, + { + "originalTitle": "OpenProject", + "componentName": "OpenProjectIcon", + "slug": "openproject" + }, + { + "originalTitle": "OpenSCAD", + "componentName": "OpenScadIcon", + "slug": "openscad" + }, + { + "originalTitle": "OpenSea", + "componentName": "OpenSeaIcon", + "slug": "opensea" + }, + { + "originalTitle": "OpenSearch", + "componentName": "OpenSearchIcon", + "slug": "opensearch" + }, + { + "originalTitle": "OpenSSL", + "componentName": "OpenSslIcon", + "slug": "openssl" + }, + { + "originalTitle": "OpenStack", + "componentName": "OpenStackIcon", + "slug": "openstack" + }, + { + "originalTitle": "OpenStreetMap", + "componentName": "OpenStreetMapIcon", + "slug": "openstreetmap" + }, + { + "originalTitle": "openSUSE", + "componentName": "OpenSuseIcon", + "slug": "opensuse" + }, + { + "originalTitle": "OpenTelemetry", + "componentName": "OpenTelemetryIcon", + "slug": "opentelemetry" + }, + { + "originalTitle": "OpenText", + "componentName": "OpenTextIcon", + "slug": "opentext" + }, + { + "originalTitle": "OpenTofu", + "componentName": "OpenTofuIcon", + "slug": "opentofu" + }, + { + "originalTitle": "Openverse", + "componentName": "OpenverseIcon", + "slug": "openverse" + }, + { + "originalTitle": "OpenVPN", + "componentName": "OpenVpnIcon", + "slug": "openvpn" + }, + { + "originalTitle": "OpenWrt", + "componentName": "OpenWrtIcon", + "slug": "openwrt" + }, + { + "originalTitle": "OpenZeppelin", + "componentName": "OpenZeppelinIcon", + "slug": "openzeppelin" + }, + { + "originalTitle": "OpenZFS", + "componentName": "OpenZfsIcon", + "slug": "openzfs" + }, + { + "originalTitle": "Opera", + "componentName": "OperaIcon", + "slug": "opera" + }, + { + "originalTitle": "Opera GX", + "componentName": "OperaGxIcon", + "slug": "operagx" + }, + { + "originalTitle": "OPNSense", + "componentName": "OpnSenseIcon", + "slug": "opnsense" + }, + { + "originalTitle": "OPPO", + "componentName": "OppoIcon", + "slug": "oppo" + }, + { + "originalTitle": "Opsgenie", + "componentName": "OpsgenieIcon", + "slug": "opsgenie" + }, + { + "originalTitle": "OpsLevel", + "componentName": "OpsLevelIcon", + "slug": "opslevel" + }, + { + "originalTitle": "Oracle", + "componentName": "OracleIcon", + "slug": "oracle" + }, + { + "originalTitle": "ORCID", + "componentName": "OrcidIcon", + "slug": "orcid" + }, + { + "originalTitle": "Org", + "componentName": "OrgIcon", + "slug": "org" + }, + { + "originalTitle": "Origin", + "componentName": "OriginIcon", + "slug": "origin" + }, + { + "originalTitle": "Osano", + "componentName": "OsanoIcon", + "slug": "osano" + }, + { + "originalTitle": "OSF", + "componentName": "OsfIcon", + "slug": "osf" + }, + { + "originalTitle": "OSGeo", + "componentName": "OsGeoIcon", + "slug": "osgeo" + }, + { + "originalTitle": "Oshkosh", + "componentName": "OshkoshIcon", + "slug": "oshkosh" + }, + { + "originalTitle": "OSMC", + "componentName": "OsmcIcon", + "slug": "osmc" + }, + { + "originalTitle": "osu!", + "componentName": "OsuIcon", + "slug": "osu" + }, + { + "originalTitle": "Otto", + "componentName": "OttoIcon", + "slug": "otto" + }, + { + "originalTitle": "Overcast", + "componentName": "OvercastIcon", + "slug": "overcast" + }, + { + "originalTitle": "Overleaf", + "componentName": "OverleafIcon", + "slug": "overleaf" + }, + { + "originalTitle": "OVH", + "componentName": "OvhIcon", + "slug": "ovh" + }, + { + "originalTitle": "OWASP", + "componentName": "OwaspIcon", + "slug": "owasp" + }, + { + "originalTitle": "OWASP Dependency-Check", + "componentName": "DependencycheckIcon", + "slug": "dependencycheck" + }, + { + "originalTitle": "ownCloud", + "componentName": "OwnCloudIcon", + "slug": "owncloud" + }, + { + "originalTitle": "Oxygen", + "componentName": "OxygenIcon", + "slug": "oxygen" + }, + { + "originalTitle": "OYO", + "componentName": "OyoIcon", + "slug": "oyo" + }, + { + "originalTitle": "p5.js", + "componentName": "P5dotjsIcon", + "slug": "p5dotjs" + }, + { + "originalTitle": "Packagist", + "componentName": "PackagistIcon", + "slug": "packagist" + }, + { + "originalTitle": "Packer", + "componentName": "PackerIcon", + "slug": "packer" + }, + { + "originalTitle": "Packt", + "componentName": "PacktIcon", + "slug": "packt" + }, + { + "originalTitle": "Paddle", + "componentName": "PaddleIcon", + "slug": "paddle" + }, + { + "originalTitle": "PaddlePaddle", + "componentName": "PaddlePaddleIcon", + "slug": "paddlepaddle" + }, + { + "originalTitle": "Paddy Power", + "componentName": "PaddyPowerIcon", + "slug": "paddypower" + }, + { + "originalTitle": "Pagekit", + "componentName": "PagekitIcon", + "slug": "pagekit" + }, + { + "originalTitle": "PagerDuty", + "componentName": "PagerDutyIcon", + "slug": "pagerduty" + }, + { + "originalTitle": "PageSpeed Insights", + "componentName": "PageSpeedInsightsIcon", + "slug": "pagespeedinsights" + }, + { + "originalTitle": "PagSeguro", + "componentName": "PagSeguroIcon", + "slug": "pagseguro" + }, + { + "originalTitle": "Palantir", + "componentName": "PalantirIcon", + "slug": "palantir" + }, + { + "originalTitle": "Palo Alto Networks", + "componentName": "PaloAltoNetworksIcon", + "slug": "paloaltonetworks" + }, + { + "originalTitle": "Palo Alto Software", + "componentName": "PaloAltoSoftwareIcon", + "slug": "paloaltosoftware" + }, + { + "originalTitle": "Panasonic", + "componentName": "PanasonicIcon", + "slug": "panasonic" + }, + { + "originalTitle": "pandas", + "componentName": "PandasIcon", + "slug": "pandas" + }, + { + "originalTitle": "Pandora", + "componentName": "PandoraIcon", + "slug": "pandora" + }, + { + "originalTitle": "Pantheon", + "componentName": "PantheonIcon", + "slug": "pantheon" + }, + { + "originalTitle": "Paperspace", + "componentName": "PaperspaceIcon", + "slug": "paperspace" + }, + { + "originalTitle": "Parity Substrate", + "componentName": "ParitySubstrateIcon", + "slug": "paritysubstrate" + }, + { + "originalTitle": "Parse.ly", + "componentName": "ParseDotlyIcon", + "slug": "parsedotly" + }, + { + "originalTitle": "Passport", + "componentName": "PassportIcon", + "slug": "passport" + }, + { + "originalTitle": "Pastebin", + "componentName": "PastebinIcon", + "slug": "pastebin" + }, + { + "originalTitle": "Patreon", + "componentName": "PatreonIcon", + "slug": "patreon" + }, + { + "originalTitle": "Paychex", + "componentName": "PaychexIcon", + "slug": "paychex" + }, + { + "originalTitle": "Payhip", + "componentName": "PayhipIcon", + "slug": "payhip" + }, + { + "originalTitle": "Payload CMS", + "componentName": "PayloadCmsIcon", + "slug": "payloadcms" + }, + { + "originalTitle": "Payoneer", + "componentName": "PayoneerIcon", + "slug": "payoneer" + }, + { + "originalTitle": "PayPal", + "componentName": "PayPalIcon", + "slug": "paypal" + }, + { + "originalTitle": "Paytm", + "componentName": "PaytmIcon", + "slug": "paytm" + }, + { + "originalTitle": "PCGamingWiki", + "componentName": "PcGamingWikiIcon", + "slug": "pcgamingwiki" + }, + { + "originalTitle": "PDM", + "componentName": "PdmIcon", + "slug": "pdm" + }, + { + "originalTitle": "PDQ", + "componentName": "PdqIcon", + "slug": "pdq" + }, + { + "originalTitle": "Peak Design", + "componentName": "PeakDesignIcon", + "slug": "peakdesign" + }, + { + "originalTitle": "Pearson", + "componentName": "PearsonIcon", + "slug": "pearson" + }, + { + "originalTitle": "Peerlist", + "componentName": "PeerlistIcon", + "slug": "peerlist" + }, + { + "originalTitle": "PeerTube", + "componentName": "PeerTubeIcon", + "slug": "peertube" + }, + { + "originalTitle": "Pegasus Airlines", + "componentName": "PegasusAirlinesIcon", + "slug": "pegasusairlines" + }, + { + "originalTitle": "Pelican", + "componentName": "PelicanIcon", + "slug": "pelican" + }, + { + "originalTitle": "Peloton", + "componentName": "PelotonIcon", + "slug": "peloton" + }, + { + "originalTitle": "Penny", + "componentName": "PennyIcon", + "slug": "penny" + }, + { + "originalTitle": "Penpot", + "componentName": "PenpotIcon", + "slug": "penpot" + }, + { + "originalTitle": "Percy", + "componentName": "PercyIcon", + "slug": "percy" + }, + { + "originalTitle": "Perforce", + "componentName": "PerforceIcon", + "slug": "perforce" + }, + { + "originalTitle": "Perl", + "componentName": "PerlIcon", + "slug": "perl" + }, + { + "originalTitle": "Persistent", + "componentName": "PersistentIcon", + "slug": "persistent" + }, + { + "originalTitle": "Personio", + "componentName": "PersonioIcon", + "slug": "personio" + }, + { + "originalTitle": "Pets at Home", + "componentName": "PetsAtHomeIcon", + "slug": "petsathome" + }, + { + "originalTitle": "Peugeot", + "componentName": "PeugeotIcon", + "slug": "peugeot" + }, + { + "originalTitle": "Pexels", + "componentName": "PexelsIcon", + "slug": "pexels" + }, + { + "originalTitle": "pfSense", + "componentName": "PfSenseIcon", + "slug": "pfsense" + }, + { + "originalTitle": "Phabricator", + "componentName": "PhabricatorIcon", + "slug": "phabricator" + }, + { + "originalTitle": "Philips Hue", + "componentName": "PhilipsHueIcon", + "slug": "philipshue" + }, + { + "originalTitle": "Phoenix Framework", + "componentName": "PhoenixFrameworkIcon", + "slug": "phoenixframework" + }, + { + "originalTitle": "PhonePe", + "componentName": "PhonePeIcon", + "slug": "phonepe" + }, + { + "originalTitle": "Phosphor Icons", + "componentName": "PhosphorIconsIcon", + "slug": "phosphoricons" + }, + { + "originalTitle": "Photobucket", + "componentName": "PhotobucketIcon", + "slug": "photobucket" + }, + { + "originalTitle": "Photocrowd", + "componentName": "PhotocrowdIcon", + "slug": "photocrowd" + }, + { + "originalTitle": "Photopea", + "componentName": "PhotopeaIcon", + "slug": "photopea" + }, + { + "originalTitle": "PHP", + "componentName": "PhpIcon", + "slug": "php" + }, + { + "originalTitle": "phpMyAdmin", + "componentName": "PhpMyAdminIcon", + "slug": "phpmyadmin" + }, + { + "originalTitle": "PhpStorm", + "componentName": "PhpStormIcon", + "slug": "phpstorm" + }, + { + "originalTitle": "Pi Network", + "componentName": "PiNetworkIcon", + "slug": "pinetwork" + }, + { + "originalTitle": "Pi-hole", + "componentName": "PiholeIcon", + "slug": "pihole" + }, + { + "originalTitle": "Piaggio Group", + "componentName": "PiaggioGroupIcon", + "slug": "piaggiogroup" + }, + { + "originalTitle": "Piapro", + "componentName": "PiaproIcon", + "slug": "piapro" + }, + { + "originalTitle": "Picard Surgelés", + "componentName": "PicardsurgelesIcon", + "slug": "picardsurgeles" + }, + { + "originalTitle": "Picarto.TV", + "componentName": "PicartoDotTvIcon", + "slug": "picartodottv" + }, + { + "originalTitle": "Picnic", + "componentName": "PicnicIcon", + "slug": "picnic" + }, + { + "originalTitle": "PicPay", + "componentName": "PicPayIcon", + "slug": "picpay" + }, + { + "originalTitle": "Picxy", + "componentName": "PicxyIcon", + "slug": "picxy" + }, + { + "originalTitle": "Pimcore", + "componentName": "PimcoreIcon", + "slug": "pimcore" + }, + { + "originalTitle": "Pinboard", + "componentName": "PinboardIcon", + "slug": "pinboard" + }, + { + "originalTitle": "Pine Script", + "componentName": "PineScriptIcon", + "slug": "pinescript" + }, + { + "originalTitle": "Pingdom", + "componentName": "PingdomIcon", + "slug": "pingdom" + }, + { + "originalTitle": "Pinterest", + "componentName": "PinterestIcon", + "slug": "pinterest" + }, + { + "originalTitle": "Pioneer DJ", + "componentName": "PioneerDjIcon", + "slug": "pioneerdj" + }, + { + "originalTitle": "Piped", + "componentName": "PipedIcon", + "slug": "piped" + }, + { + "originalTitle": "pipx", + "componentName": "PipxIcon", + "slug": "pipx" + }, + { + "originalTitle": "Pivotal Tracker", + "componentName": "PivotalTrackerIcon", + "slug": "pivotaltracker" + }, + { + "originalTitle": "Piwigo", + "componentName": "PiwigoIcon", + "slug": "piwigo" + }, + { + "originalTitle": "Pix", + "componentName": "PixIcon", + "slug": "pix" + }, + { + "originalTitle": "Pixabay", + "componentName": "PixabayIcon", + "slug": "pixabay" + }, + { + "originalTitle": "pixiv", + "componentName": "PixivIcon", + "slug": "pixiv" + }, + { + "originalTitle": "pkgsrc", + "componentName": "PkgsrcIcon", + "slug": "pkgsrc" + }, + { + "originalTitle": "Planet", + "componentName": "PlanetIcon", + "slug": "planet" + }, + { + "originalTitle": "PlanetScale", + "componentName": "PlanetScaleIcon", + "slug": "planetscale" + }, + { + "originalTitle": "PlanGrid", + "componentName": "PlanGridIcon", + "slug": "plangrid" + }, + { + "originalTitle": "Platform.sh", + "componentName": "PlatformDotshIcon", + "slug": "platformdotsh" + }, + { + "originalTitle": "PlatformIO", + "componentName": "PlatformIoIcon", + "slug": "platformio" + }, + { + "originalTitle": "Platzi", + "componentName": "PlatziIcon", + "slug": "platzi" + }, + { + "originalTitle": "Plausible Analytics", + "componentName": "PlausibleAnalyticsIcon", + "slug": "plausibleanalytics" + }, + { + "originalTitle": "PlayCanvas", + "componentName": "PlayCanvasIcon", + "slug": "playcanvas" + }, + { + "originalTitle": "Player FM", + "componentName": "PlayerFmIcon", + "slug": "playerfm" + }, + { + "originalTitle": "Player.me", + "componentName": "PlayerDotmeIcon", + "slug": "playerdotme" + }, + { + "originalTitle": "PlayStation", + "componentName": "PlayStationIcon", + "slug": "playstation" + }, + { + "originalTitle": "PlayStation 2", + "componentName": "Playstation2Icon", + "slug": "playstation2" + }, + { + "originalTitle": "PlayStation 3", + "componentName": "Playstation3Icon", + "slug": "playstation3" + }, + { + "originalTitle": "PlayStation 4", + "componentName": "Playstation4Icon", + "slug": "playstation4" + }, + { + "originalTitle": "PlayStation 5", + "componentName": "Playstation5Icon", + "slug": "playstation5" + }, + { + "originalTitle": "PlayStation Vita", + "componentName": "PlayStationVitaIcon", + "slug": "playstationvita" + }, + { + "originalTitle": "Playwright", + "componentName": "PlaywrightIcon", + "slug": "playwright" + }, + { + "originalTitle": "Pleroma", + "componentName": "PleromaIcon", + "slug": "pleroma" + }, + { + "originalTitle": "Plesk", + "componentName": "PleskIcon", + "slug": "plesk" + }, + { + "originalTitle": "Plex", + "componentName": "PlexIcon", + "slug": "plex" + }, + { + "originalTitle": "Plotly", + "componentName": "PlotlyIcon", + "slug": "plotly" + }, + { + "originalTitle": "Pluralsight", + "componentName": "PluralsightIcon", + "slug": "pluralsight" + }, + { + "originalTitle": "Plurk", + "componentName": "PlurkIcon", + "slug": "plurk" + }, + { + "originalTitle": "Plus Codes", + "componentName": "PlusCodesIcon", + "slug": "pluscodes" + }, + { + "originalTitle": "PM2", + "componentName": "Pm2Icon", + "slug": "pm2" + }, + { + "originalTitle": "pnpm", + "componentName": "PnpmIcon", + "slug": "pnpm" + }, + { + "originalTitle": "Pocket", + "componentName": "PocketIcon", + "slug": "pocket" + }, + { + "originalTitle": "Pocket Casts", + "componentName": "PocketCastsIcon", + "slug": "pocketcasts" + }, + { + "originalTitle": "PocketBase", + "componentName": "PocketBaseIcon", + "slug": "pocketbase" + }, + { + "originalTitle": "Podcast Addict", + "componentName": "PodcastAddictIcon", + "slug": "podcastaddict" + }, + { + "originalTitle": "Podcast Index", + "componentName": "PodcastIndexIcon", + "slug": "podcastindex" + }, + { + "originalTitle": "Podman", + "componentName": "PodmanIcon", + "slug": "podman" + }, + { + "originalTitle": "Poe", + "componentName": "PoeIcon", + "slug": "poe" + }, + { + "originalTitle": "Poetry", + "componentName": "PoetryIcon", + "slug": "poetry" + }, + { + "originalTitle": "Pointy", + "componentName": "PointyIcon", + "slug": "pointy" + }, + { + "originalTitle": "Pokémon", + "componentName": "PokemonIcon", + "slug": "pokemon" + }, + { + "originalTitle": "Polars", + "componentName": "PolarsIcon", + "slug": "polars" + }, + { + "originalTitle": "Polestar", + "componentName": "PolestarIcon", + "slug": "polestar" + }, + { + "originalTitle": "Polkadot", + "componentName": "PolkadotIcon", + "slug": "polkadot" + }, + { + "originalTitle": "Poly", + "componentName": "PolyIcon", + "slug": "poly" + }, + { + "originalTitle": "Polygon", + "componentName": "PolygonIcon", + "slug": "polygon" + }, + { + "originalTitle": "Polymer Project", + "componentName": "PolymerProjectIcon", + "slug": "polymerproject" + }, + { + "originalTitle": "Polywork", + "componentName": "PolyworkIcon", + "slug": "polywork" + }, + { + "originalTitle": "Pond5", + "componentName": "Pond5Icon", + "slug": "pond5" + }, + { + "originalTitle": "Pop!_OS", + "componentName": "PoposIcon", + "slug": "popos" + }, + { + "originalTitle": "Porsche", + "componentName": "PorscheIcon", + "slug": "porsche" + }, + { + "originalTitle": "Portainer", + "componentName": "PortainerIcon", + "slug": "portainer" + }, + { + "originalTitle": "PortSwigger", + "componentName": "PortSwiggerIcon", + "slug": "portswigger" + }, + { + "originalTitle": "PostCSS", + "componentName": "PostCssIcon", + "slug": "postcss" + }, + { + "originalTitle": "PostgreSQL", + "componentName": "PostgreSqlIcon", + "slug": "postgresql" + }, + { + "originalTitle": "PostHog", + "componentName": "PostHogIcon", + "slug": "posthog" + }, + { + "originalTitle": "Postman", + "componentName": "PostmanIcon", + "slug": "postman" + }, + { + "originalTitle": "Postmates", + "componentName": "PostmatesIcon", + "slug": "postmates" + }, + { + "originalTitle": "Power Apps", + "componentName": "PowerAppsIcon", + "slug": "powerapps" + }, + { + "originalTitle": "Power Automate", + "componentName": "PowerAutomateIcon", + "slug": "powerautomate" + }, + { + "originalTitle": "Power BI", + "componentName": "PowerBiIcon", + "slug": "powerbi" + }, + { + "originalTitle": "Power Fx", + "componentName": "PowerFxIcon", + "slug": "powerfx" + }, + { + "originalTitle": "Power Pages", + "componentName": "PowerPagesIcon", + "slug": "powerpages" + }, + { + "originalTitle": "Power Virtual Agents", + "componentName": "PowerVirtualAgentsIcon", + "slug": "powervirtualagents" + }, + { + "originalTitle": "POWERS", + "componentName": "PowersIcon", + "slug": "powers" + }, + { + "originalTitle": "PowerShell", + "componentName": "PowerShellIcon", + "slug": "powershell" + }, + { + "originalTitle": "pr.co", + "componentName": "PrDotcoIcon", + "slug": "prdotco" + }, + { + "originalTitle": "pre-commit", + "componentName": "PrecommitIcon", + "slug": "precommit" + }, + { + "originalTitle": "Preact", + "componentName": "PreactIcon", + "slug": "preact" + }, + { + "originalTitle": "Prefect", + "componentName": "PrefectIcon", + "slug": "prefect" + }, + { + "originalTitle": "Premier League", + "componentName": "PremierLeagueIcon", + "slug": "premierleague" + }, + { + "originalTitle": "PrepBytes", + "componentName": "PrepBytesIcon", + "slug": "prepbytes" + }, + { + "originalTitle": "PrestaShop", + "componentName": "PrestaShopIcon", + "slug": "prestashop" + }, + { + "originalTitle": "Presto", + "componentName": "PrestoIcon", + "slug": "presto" + }, + { + "originalTitle": "Prettier", + "componentName": "PrettierIcon", + "slug": "prettier" + }, + { + "originalTitle": "Pretzel", + "componentName": "PretzelIcon", + "slug": "pretzel" + }, + { + "originalTitle": "Prevention", + "componentName": "PreventionIcon", + "slug": "prevention" + }, + { + "originalTitle": "Prezi", + "componentName": "PreziIcon", + "slug": "prezi" + }, + { + "originalTitle": "Prime", + "componentName": "PrimeIcon", + "slug": "prime" + }, + { + "originalTitle": "Prime Video", + "componentName": "PrimeVideoIcon", + "slug": "primevideo" + }, + { + "originalTitle": "Printables", + "componentName": "PrintablesIcon", + "slug": "printables" + }, + { + "originalTitle": "Prisma", + "componentName": "PrismaIcon", + "slug": "prisma" + }, + { + "originalTitle": "Prismic", + "componentName": "PrismicIcon", + "slug": "prismic" + }, + { + "originalTitle": "Private Internet Access", + "componentName": "PrivateInternetAccessIcon", + "slug": "privateinternetaccess" + }, + { + "originalTitle": "Pro Tools", + "componentName": "ProToolsIcon", + "slug": "protools" + }, + { + "originalTitle": "Probot", + "componentName": "ProbotIcon", + "slug": "probot" + }, + { + "originalTitle": "Processing Foundation", + "componentName": "ProcessingFoundationIcon", + "slug": "processingfoundation" + }, + { + "originalTitle": "ProcessWire", + "componentName": "ProcessWireIcon", + "slug": "processwire" + }, + { + "originalTitle": "Product Hunt", + "componentName": "ProductHuntIcon", + "slug": "producthunt" + }, + { + "originalTitle": "Progate", + "componentName": "ProgateIcon", + "slug": "progate" + }, + { + "originalTitle": "Progress", + "componentName": "ProgressIcon", + "slug": "progress" + }, + { + "originalTitle": "Prometheus", + "componentName": "PrometheusIcon", + "slug": "prometheus" + }, + { + "originalTitle": "ProSieben", + "componentName": "ProSiebenIcon", + "slug": "prosieben" + }, + { + "originalTitle": "Proteus", + "componentName": "ProteusIcon", + "slug": "proteus" + }, + { + "originalTitle": "Proto.io", + "componentName": "ProtoDotioIcon", + "slug": "protodotio" + }, + { + "originalTitle": "protocols.io", + "componentName": "ProtocolsDotioIcon", + "slug": "protocolsdotio" + }, + { + "originalTitle": "Proton", + "componentName": "ProtonIcon", + "slug": "proton" + }, + { + "originalTitle": "Proton Calendar", + "componentName": "ProtonCalendarIcon", + "slug": "protoncalendar" + }, + { + "originalTitle": "Proton Drive", + "componentName": "ProtonDriveIcon", + "slug": "protondrive" + }, + { + "originalTitle": "Proton Mail", + "componentName": "ProtonMailIcon", + "slug": "protonmail" + }, + { + "originalTitle": "Proton VPN", + "componentName": "ProtonVpnIcon", + "slug": "protonvpn" + }, + { + "originalTitle": "ProtonDB", + "componentName": "ProtonDbIcon", + "slug": "protondb" + }, + { + "originalTitle": "Protractor", + "componentName": "ProtractorIcon", + "slug": "protractor" + }, + { + "originalTitle": "Proxmox", + "componentName": "ProxmoxIcon", + "slug": "proxmox" + }, + { + "originalTitle": "Pterodactyl", + "componentName": "PterodactylIcon", + "slug": "pterodactyl" + }, + { + "originalTitle": "PUBG", + "componentName": "PubgIcon", + "slug": "pubg" + }, + { + "originalTitle": "Publons", + "componentName": "PublonsIcon", + "slug": "publons" + }, + { + "originalTitle": "PubMed", + "componentName": "PubMedIcon", + "slug": "pubmed" + }, + { + "originalTitle": "Pug", + "componentName": "PugIcon", + "slug": "pug" + }, + { + "originalTitle": "Pulumi", + "componentName": "PulumiIcon", + "slug": "pulumi" + }, + { + "originalTitle": "Puma", + "componentName": "PumaIcon", + "slug": "puma" + }, + { + "originalTitle": "Puppet", + "componentName": "PuppetIcon", + "slug": "puppet" + }, + { + "originalTitle": "Puppeteer", + "componentName": "PuppeteerIcon", + "slug": "puppeteer" + }, + { + "originalTitle": "PureScript", + "componentName": "PureScriptIcon", + "slug": "purescript" + }, + { + "originalTitle": "PurgeCSS", + "componentName": "PurgeCssIcon", + "slug": "purgecss" + }, + { + "originalTitle": "Purism", + "componentName": "PurismIcon", + "slug": "purism" + }, + { + "originalTitle": "Pusher", + "componentName": "PusherIcon", + "slug": "pusher" + }, + { + "originalTitle": "PWA", + "componentName": "PwaIcon", + "slug": "pwa" + }, + { + "originalTitle": "PyCharm", + "componentName": "PyCharmIcon", + "slug": "pycharm" + }, + { + "originalTitle": "Pydantic", + "componentName": "PydanticIcon", + "slug": "pydantic" + }, + { + "originalTitle": "PyG", + "componentName": "PyGIcon", + "slug": "pyg" + }, + { + "originalTitle": "PyPI", + "componentName": "PyPiIcon", + "slug": "pypi" + }, + { + "originalTitle": "PyPy", + "componentName": "PyPyIcon", + "slug": "pypy" + }, + { + "originalTitle": "PyScaffold", + "componentName": "PyScaffoldIcon", + "slug": "pyscaffold" + }, + { + "originalTitle": "PySyft", + "componentName": "PySyftIcon", + "slug": "pysyft" + }, + { + "originalTitle": "Pytest", + "componentName": "PytestIcon", + "slug": "pytest" + }, + { + "originalTitle": "Python", + "componentName": "PythonIcon", + "slug": "python" + }, + { + "originalTitle": "PythonAnywhere", + "componentName": "PythonAnywhereIcon", + "slug": "pythonanywhere" + }, + { + "originalTitle": "PyTorch", + "componentName": "PyTorchIcon", + "slug": "pytorch" + }, + { + "originalTitle": "PyUp", + "componentName": "PyUpIcon", + "slug": "pyup" + }, + { + "originalTitle": "Qantas", + "componentName": "QantasIcon", + "slug": "qantas" + }, + { + "originalTitle": "Qase", + "componentName": "QaseIcon", + "slug": "qase" + }, + { + "originalTitle": "Qatar Airways", + "componentName": "QatarAirwaysIcon", + "slug": "qatarairways" + }, + { + "originalTitle": "QEMU", + "componentName": "QemuIcon", + "slug": "qemu" + }, + { + "originalTitle": "Qgis", + "componentName": "QgisIcon", + "slug": "qgis" + }, + { + "originalTitle": "Qi", + "componentName": "QiIcon", + "slug": "qi" + }, + { + "originalTitle": "Qiita", + "componentName": "QiitaIcon", + "slug": "qiita" + }, + { + "originalTitle": "Qiskit", + "componentName": "QiskitIcon", + "slug": "qiskit" + }, + { + "originalTitle": "QIWI", + "componentName": "QiwiIcon", + "slug": "qiwi" + }, + { + "originalTitle": "Qlik", + "componentName": "QlikIcon", + "slug": "qlik" + }, + { + "originalTitle": "QMK", + "componentName": "QmkIcon", + "slug": "qmk" + }, + { + "originalTitle": "Qt", + "componentName": "QtIcon", + "slug": "qt" + }, + { + "originalTitle": "Qualcomm", + "componentName": "QualcommIcon", + "slug": "qualcomm" + }, + { + "originalTitle": "Qualtrics", + "componentName": "QualtricsIcon", + "slug": "qualtrics" + }, + { + "originalTitle": "Qualys", + "componentName": "QualysIcon", + "slug": "qualys" + }, + { + "originalTitle": "Quantcast", + "componentName": "QuantcastIcon", + "slug": "quantcast" + }, + { + "originalTitle": "QuantConnect", + "componentName": "QuantConnectIcon", + "slug": "quantconnect" + }, + { + "originalTitle": "Quarkus", + "componentName": "QuarkusIcon", + "slug": "quarkus" + }, + { + "originalTitle": "Quasar", + "componentName": "QuasarIcon", + "slug": "quasar" + }, + { + "originalTitle": "Qubes OS", + "componentName": "QubesOsIcon", + "slug": "qubesos" + }, + { + "originalTitle": "Quest", + "componentName": "QuestIcon", + "slug": "quest" + }, + { + "originalTitle": "QuickBooks", + "componentName": "QuickBooksIcon", + "slug": "quickbooks" + }, + { + "originalTitle": "QuickLook", + "componentName": "QuickLookIcon", + "slug": "quicklook" + }, + { + "originalTitle": "QuickTime", + "componentName": "QuickTimeIcon", + "slug": "quicktime" + }, + { + "originalTitle": "quicktype", + "componentName": "QuicktypeIcon", + "slug": "quicktype" + }, + { + "originalTitle": "Quip", + "componentName": "QuipIcon", + "slug": "quip" + }, + { + "originalTitle": "Quora", + "componentName": "QuoraIcon", + "slug": "quora" + }, + { + "originalTitle": "Qwant", + "componentName": "QwantIcon", + "slug": "qwant" + }, + { + "originalTitle": "Qwiklabs", + "componentName": "QwiklabsIcon", + "slug": "qwiklabs" + }, + { + "originalTitle": "Qzone", + "componentName": "QzoneIcon", + "slug": "qzone" + }, + { + "originalTitle": "R", + "componentName": "RIcon", + "slug": "r" + }, + { + "originalTitle": "R3", + "componentName": "R3Icon", + "slug": "r3" + }, + { + "originalTitle": "RabbitMQ", + "componentName": "RabbitMqIcon", + "slug": "rabbitmq" + }, + { + "originalTitle": "Racket", + "componentName": "RacketIcon", + "slug": "racket" + }, + { + "originalTitle": "RAD Studio", + "componentName": "RadStudioIcon", + "slug": "radstudio" + }, + { + "originalTitle": "Radar", + "componentName": "RadarIcon", + "slug": "radar" + }, + { + "originalTitle": "RadioPublic", + "componentName": "RadioPublicIcon", + "slug": "radiopublic" + }, + { + "originalTitle": "Radix UI", + "componentName": "RadixUiIcon", + "slug": "radixui" + }, + { + "originalTitle": "Railway", + "componentName": "RailwayIcon", + "slug": "railway" + }, + { + "originalTitle": "Rainmeter", + "componentName": "RainmeterIcon", + "slug": "rainmeter" + }, + { + "originalTitle": "Rakuten", + "componentName": "RakutenIcon", + "slug": "rakuten" + }, + { + "originalTitle": "Ram", + "componentName": "RamIcon", + "slug": "ram" + }, + { + "originalTitle": "Rancher", + "componentName": "RancherIcon", + "slug": "rancher" + }, + { + "originalTitle": "Rapid", + "componentName": "RapidIcon", + "slug": "rapid" + }, + { + "originalTitle": "Rarible", + "componentName": "RaribleIcon", + "slug": "rarible" + }, + { + "originalTitle": "Rasa", + "componentName": "RasaIcon", + "slug": "rasa" + }, + { + "originalTitle": "Raspberry Pi", + "componentName": "RaspberryPiIcon", + "slug": "raspberrypi" + }, + { + "originalTitle": "Ravelry", + "componentName": "RavelryIcon", + "slug": "ravelry" + }, + { + "originalTitle": "Ray", + "componentName": "RayIcon", + "slug": "ray" + }, + { + "originalTitle": "Raycast", + "componentName": "RaycastIcon", + "slug": "raycast" + }, + { + "originalTitle": "Raylib", + "componentName": "RaylibIcon", + "slug": "raylib" + }, + { + "originalTitle": "Razer", + "componentName": "RazerIcon", + "slug": "razer" + }, + { + "originalTitle": "Razorpay", + "componentName": "RazorpayIcon", + "slug": "razorpay" + }, + { + "originalTitle": "React", + "componentName": "ReactIcon", + "slug": "react" + }, + { + "originalTitle": "React Hook Form", + "componentName": "ReactHookFormIcon", + "slug": "reacthookform" + }, + { + "originalTitle": "React Query", + "componentName": "ReactQueryIcon", + "slug": "reactquery" + }, + { + "originalTitle": "React Router", + "componentName": "ReactRouterIcon", + "slug": "reactrouter" + }, + { + "originalTitle": "React Table", + "componentName": "ReactTableIcon", + "slug": "reacttable" + }, + { + "originalTitle": "ReactiveX", + "componentName": "ReactiveXIcon", + "slug": "reactivex" + }, + { + "originalTitle": "ReactOS", + "componentName": "ReactOsIcon", + "slug": "reactos" + }, + { + "originalTitle": "Read the Docs", + "componentName": "ReadTheDocsIcon", + "slug": "readthedocs" + }, + { + "originalTitle": "Read.cv", + "componentName": "ReadDotcvIcon", + "slug": "readdotcv" + }, + { + "originalTitle": "ReadMe", + "componentName": "ReadMeIcon", + "slug": "readme" + }, + { + "originalTitle": "Realm", + "componentName": "RealmIcon", + "slug": "realm" + }, + { + "originalTitle": "Reason", + "componentName": "ReasonIcon", + "slug": "reason" + }, + { + "originalTitle": "Reason Studios", + "componentName": "ReasonStudiosIcon", + "slug": "reasonstudios" + }, + { + "originalTitle": "Recoil", + "componentName": "RecoilIcon", + "slug": "recoil" + }, + { + "originalTitle": "Red", + "componentName": "RedIcon", + "slug": "red" + }, + { + "originalTitle": "Red Bull", + "componentName": "RedBullIcon", + "slug": "redbull" + }, + { + "originalTitle": "Red Hat", + "componentName": "RedHatIcon", + "slug": "redhat" + }, + { + "originalTitle": "Red Hat Open Shift", + "componentName": "RedHatOpenShiftIcon", + "slug": "redhatopenshift" + }, + { + "originalTitle": "Redbubble", + "componentName": "RedbubbleIcon", + "slug": "redbubble" + }, + { + "originalTitle": "Reddit", + "componentName": "RedditIcon", + "slug": "reddit" + }, + { + "originalTitle": "Redis", + "componentName": "RedisIcon", + "slug": "redis" + }, + { + "originalTitle": "Redmine", + "componentName": "RedmineIcon", + "slug": "redmine" + }, + { + "originalTitle": "Redox", + "componentName": "RedoxIcon", + "slug": "redox" + }, + { + "originalTitle": "Redux", + "componentName": "ReduxIcon", + "slug": "redux" + }, + { + "originalTitle": "Redux-Saga", + "componentName": "ReduxsagaIcon", + "slug": "reduxsaga" + }, + { + "originalTitle": "RedwoodJS", + "componentName": "RedwoodJsIcon", + "slug": "redwoodjs" + }, + { + "originalTitle": "Reebok", + "componentName": "ReebokIcon", + "slug": "reebok" + }, + { + "originalTitle": "Refine", + "componentName": "RefineIcon", + "slug": "refine" + }, + { + "originalTitle": "Relay", + "componentName": "RelayIcon", + "slug": "relay" + }, + { + "originalTitle": "Reliance Industries Limited", + "componentName": "RelianceIndustriesLimitedIcon", + "slug": "relianceindustrieslimited" + }, + { + "originalTitle": "remark", + "componentName": "RemarkIcon", + "slug": "remark" + }, + { + "originalTitle": "Remix", + "componentName": "RemixIcon", + "slug": "remix" + }, + { + "originalTitle": "Ren'Py", + "componentName": "RenpyIcon", + "slug": "renpy" + }, + { + "originalTitle": "Renault", + "componentName": "RenaultIcon", + "slug": "renault" + }, + { + "originalTitle": "Render", + "componentName": "RenderIcon", + "slug": "render" + }, + { + "originalTitle": "RenovateBot", + "componentName": "RenovateBotIcon", + "slug": "renovatebot" + }, + { + "originalTitle": "Renren", + "componentName": "RenrenIcon", + "slug": "renren" + }, + { + "originalTitle": "Replit", + "componentName": "ReplitIcon", + "slug": "replit" + }, + { + "originalTitle": "Republic of Gamers", + "componentName": "RepublicOfGamersIcon", + "slug": "republicofgamers" + }, + { + "originalTitle": "ReScript", + "componentName": "ReScriptIcon", + "slug": "rescript" + }, + { + "originalTitle": "RescueTime", + "componentName": "RescueTimeIcon", + "slug": "rescuetime" + }, + { + "originalTitle": "ResearchGate", + "componentName": "ResearchGateIcon", + "slug": "researchgate" + }, + { + "originalTitle": "Resend", + "componentName": "ResendIcon", + "slug": "resend" + }, + { + "originalTitle": "ReSharper", + "componentName": "ReSharperIcon", + "slug": "resharper" + }, + { + "originalTitle": "Resurrection Remix OS", + "componentName": "ResurrectionRemixOsIcon", + "slug": "resurrectionremixos" + }, + { + "originalTitle": "Retool", + "componentName": "RetoolIcon", + "slug": "retool" + }, + { + "originalTitle": "RetroArch", + "componentName": "RetroArchIcon", + "slug": "retroarch" + }, + { + "originalTitle": "RetroPie", + "componentName": "RetroPieIcon", + "slug": "retropie" + }, + { + "originalTitle": "ReVanced", + "componentName": "ReVancedIcon", + "slug": "revanced" + }, + { + "originalTitle": "reveal.js", + "componentName": "RevealDotjsIcon", + "slug": "revealdotjs" + }, + { + "originalTitle": "ReverbNation", + "componentName": "ReverbNationIcon", + "slug": "reverbnation" + }, + { + "originalTitle": "Revolt.chat", + "componentName": "RevoltDotchatIcon", + "slug": "revoltdotchat" + }, + { + "originalTitle": "Revolut", + "componentName": "RevolutIcon", + "slug": "revolut" + }, + { + "originalTitle": "Revue", + "componentName": "RevueIcon", + "slug": "revue" + }, + { + "originalTitle": "REWE", + "componentName": "ReweIcon", + "slug": "rewe" + }, + { + "originalTitle": "Rezgo", + "componentName": "RezgoIcon", + "slug": "rezgo" + }, + { + "originalTitle": "Rhinoceros", + "componentName": "RhinocerosIcon", + "slug": "rhinoceros" + }, + { + "originalTitle": "Rider", + "componentName": "RiderIcon", + "slug": "rider" + }, + { + "originalTitle": "Rimac Automobili", + "componentName": "RimacAutomobiliIcon", + "slug": "rimacautomobili" + }, + { + "originalTitle": "Ring", + "componentName": "RingIcon", + "slug": "ring" + }, + { + "originalTitle": "Riot Games", + "componentName": "RiotGamesIcon", + "slug": "riotgames" + }, + { + "originalTitle": "Ripple", + "componentName": "RippleIcon", + "slug": "ripple" + }, + { + "originalTitle": "RISC-V", + "componentName": "RiscvIcon", + "slug": "riscv" + }, + { + "originalTitle": "Riseup", + "componentName": "RiseupIcon", + "slug": "riseup" + }, + { + "originalTitle": "Ritz Carlton", + "componentName": "RitzCarltonIcon", + "slug": "ritzcarlton" + }, + { + "originalTitle": "Rive", + "componentName": "RiveIcon", + "slug": "rive" + }, + { + "originalTitle": "roadmap.sh", + "componentName": "RoadmapDotshIcon", + "slug": "roadmapdotsh" + }, + { + "originalTitle": "Roam Research", + "componentName": "RoamResearchIcon", + "slug": "roamresearch" + }, + { + "originalTitle": "Robinhood", + "componentName": "RobinhoodIcon", + "slug": "robinhood" + }, + { + "originalTitle": "Roblox", + "componentName": "RobloxIcon", + "slug": "roblox" + }, + { + "originalTitle": "Roblox Studio", + "componentName": "RobloxStudioIcon", + "slug": "robloxstudio" + }, + { + "originalTitle": "Robot Framework", + "componentName": "RobotFrameworkIcon", + "slug": "robotframework" + }, + { + "originalTitle": "Rocket.Chat", + "componentName": "RocketDotChatIcon", + "slug": "rocketdotchat" + }, + { + "originalTitle": "RocksDB", + "componentName": "RocksDbIcon", + "slug": "rocksdb" + }, + { + "originalTitle": "Rocky Linux", + "componentName": "RockyLinuxIcon", + "slug": "rockylinux" + }, + { + "originalTitle": "Roku", + "componentName": "RokuIcon", + "slug": "roku" + }, + { + "originalTitle": "Rolls-Royce", + "componentName": "RollsroyceIcon", + "slug": "rollsroyce" + }, + { + "originalTitle": "rollup.js", + "componentName": "RollupDotjsIcon", + "slug": "rollupdotjs" + }, + { + "originalTitle": "Rome", + "componentName": "RomeIcon", + "slug": "rome" + }, + { + "originalTitle": "Root Me", + "componentName": "RootMeIcon", + "slug": "rootme" + }, + { + "originalTitle": "Roots", + "componentName": "RootsIcon", + "slug": "roots" + }, + { + "originalTitle": "Roots Bedrock", + "componentName": "RootsBedrockIcon", + "slug": "rootsbedrock" + }, + { + "originalTitle": "Roots Sage", + "componentName": "RootsSageIcon", + "slug": "rootssage" + }, + { + "originalTitle": "ROS", + "componentName": "RosIcon", + "slug": "ros" + }, + { + "originalTitle": "Rossmann", + "componentName": "RossmannIcon", + "slug": "rossmann" + }, + { + "originalTitle": "Rotary International", + "componentName": "RotaryInternationalIcon", + "slug": "rotaryinternational" + }, + { + "originalTitle": "Rotten Tomatoes", + "componentName": "RottenTomatoesIcon", + "slug": "rottentomatoes" + }, + { + "originalTitle": "Roundcube", + "componentName": "RoundcubeIcon", + "slug": "roundcube" + }, + { + "originalTitle": "RSocket", + "componentName": "RSocketIcon", + "slug": "rsocket" + }, + { + "originalTitle": "RSS", + "componentName": "RssIcon", + "slug": "rss" + }, + { + "originalTitle": "RStudio", + "componentName": "RStudioIcon", + "slug": "rstudio" + }, + { + "originalTitle": "RTÉ", + "componentName": "RteIcon", + "slug": "rte" + }, + { + "originalTitle": "RTL", + "componentName": "RtlIcon", + "slug": "rtl" + }, + { + "originalTitle": "RTLZWEI", + "componentName": "RtlzweiIcon", + "slug": "rtlzwei" + }, + { + "originalTitle": "RTM", + "componentName": "RtmIcon", + "slug": "rtm" + }, + { + "originalTitle": "RuboCop", + "componentName": "RuboCopIcon", + "slug": "rubocop" + }, + { + "originalTitle": "Ruby", + "componentName": "RubyIcon", + "slug": "ruby" + }, + { + "originalTitle": "Ruby on Rails", + "componentName": "RubyOnRailsIcon", + "slug": "rubyonrails" + }, + { + "originalTitle": "Ruby Sinatra", + "componentName": "RubySinatraIcon", + "slug": "rubysinatra" + }, + { + "originalTitle": "RubyGems", + "componentName": "RubyGemsIcon", + "slug": "rubygems" + }, + { + "originalTitle": "Ruff", + "componentName": "RuffIcon", + "slug": "ruff" + }, + { + "originalTitle": "Rumble", + "componentName": "RumbleIcon", + "slug": "rumble" + }, + { + "originalTitle": "Rundeck", + "componentName": "RundeckIcon", + "slug": "rundeck" + }, + { + "originalTitle": "Runkeeper", + "componentName": "RunkeeperIcon", + "slug": "runkeeper" + }, + { + "originalTitle": "RunKit", + "componentName": "RunKitIcon", + "slug": "runkit" + }, + { + "originalTitle": "Runrun.it", + "componentName": "RunrunDotitIcon", + "slug": "runrundotit" + }, + { + "originalTitle": "Rust", + "componentName": "RustIcon", + "slug": "rust" + }, + { + "originalTitle": "RxDB", + "componentName": "RxDbIcon", + "slug": "rxdb" + }, + { + "originalTitle": "Ryanair", + "componentName": "RyanairIcon", + "slug": "ryanair" + }, + { + "originalTitle": "Rye", + "componentName": "RyeIcon", + "slug": "rye" + }, + { + "originalTitle": "S7 Airlines", + "componentName": "S7airlinesIcon", + "slug": "s7airlines" + }, + { + "originalTitle": "Sabanci", + "componentName": "SabanciIcon", + "slug": "sabanci" + }, + { + "originalTitle": "Safari", + "componentName": "SafariIcon", + "slug": "safari" + }, + { + "originalTitle": "Sage", + "componentName": "SageIcon", + "slug": "sage" + }, + { + "originalTitle": "Sahibinden", + "componentName": "SahibindenIcon", + "slug": "sahibinden" + }, + { + "originalTitle": "Sailfish OS", + "componentName": "SailfishOsIcon", + "slug": "sailfishos" + }, + { + "originalTitle": "Sails.js", + "componentName": "SailsDotjsIcon", + "slug": "sailsdotjs" + }, + { + "originalTitle": "Salesforce", + "componentName": "SalesforceIcon", + "slug": "salesforce" + }, + { + "originalTitle": "Salt Project", + "componentName": "SaltProjectIcon", + "slug": "saltproject" + }, + { + "originalTitle": "Sam's Club", + "componentName": "SamsclubIcon", + "slug": "samsclub" + }, + { + "originalTitle": "Samsung", + "componentName": "SamsungIcon", + "slug": "samsung" + }, + { + "originalTitle": "Samsung Pay", + "componentName": "SamsungPayIcon", + "slug": "samsungpay" + }, + { + "originalTitle": "San Francisco Municipal Railway", + "componentName": "SanFranciscoMunicipalRailwayIcon", + "slug": "sanfranciscomunicipalrailway" + }, + { + "originalTitle": "SanDisk", + "componentName": "SanDiskIcon", + "slug": "sandisk" + }, + { + "originalTitle": "Sanic", + "componentName": "SanicIcon", + "slug": "sanic" + }, + { + "originalTitle": "Sanity", + "componentName": "SanityIcon", + "slug": "sanity" + }, + { + "originalTitle": "São Paulo Metro", + "componentName": "SaopaulometroIcon", + "slug": "saopaulometro" + }, + { + "originalTitle": "SAP", + "componentName": "SapIcon", + "slug": "sap" + }, + { + "originalTitle": "Sass", + "componentName": "SassIcon", + "slug": "sass" + }, + { + "originalTitle": "Sat.1", + "componentName": "Sat1Icon", + "slug": "sat1" + }, + { + "originalTitle": "Satellite", + "componentName": "SatelliteIcon", + "slug": "satellite" + }, + { + "originalTitle": "Saturn", + "componentName": "SaturnIcon", + "slug": "saturn" + }, + { + "originalTitle": "Sauce Labs", + "componentName": "SauceLabsIcon", + "slug": "saucelabs" + }, + { + "originalTitle": "Scala", + "componentName": "ScalaIcon", + "slug": "scala" + }, + { + "originalTitle": "Scaleway", + "componentName": "ScalewayIcon", + "slug": "scaleway" + }, + { + "originalTitle": "Scania", + "componentName": "ScaniaIcon", + "slug": "scania" + }, + { + "originalTitle": "Schneider Electric", + "componentName": "SchneiderElectricIcon", + "slug": "schneiderelectric" + }, + { + "originalTitle": "scikit-learn", + "componentName": "ScikitlearnIcon", + "slug": "scikitlearn" + }, + { + "originalTitle": "SciPy", + "componentName": "SciPyIcon", + "slug": "scipy" + }, + { + "originalTitle": "Scopus", + "componentName": "ScopusIcon", + "slug": "scopus" + }, + { + "originalTitle": "SCP Foundation", + "componentName": "ScpFoundationIcon", + "slug": "scpfoundation" + }, + { + "originalTitle": "Scrapbox", + "componentName": "ScrapboxIcon", + "slug": "scrapbox" + }, + { + "originalTitle": "Scrapy", + "componentName": "ScrapyIcon", + "slug": "scrapy" + }, + { + "originalTitle": "Scratch", + "componentName": "ScratchIcon", + "slug": "scratch" + }, + { + "originalTitle": "Screencastify", + "componentName": "ScreencastifyIcon", + "slug": "screencastify" + }, + { + "originalTitle": "Scribd", + "componentName": "ScribdIcon", + "slug": "scribd" + }, + { + "originalTitle": "Scrimba", + "componentName": "ScrimbaIcon", + "slug": "scrimba" + }, + { + "originalTitle": "ScrollReveal", + "componentName": "ScrollRevealIcon", + "slug": "scrollreveal" + }, + { + "originalTitle": "Scrum Alliance", + "componentName": "ScrumAllianceIcon", + "slug": "scrumalliance" + }, + { + "originalTitle": "Scrutinizer CI", + "componentName": "ScrutinizerCiIcon", + "slug": "scrutinizerci" + }, + { + "originalTitle": "ScyllaDB", + "componentName": "ScyllaDbIcon", + "slug": "scylladb" + }, + { + "originalTitle": "Seagate", + "componentName": "SeagateIcon", + "slug": "seagate" + }, + { + "originalTitle": "SearXNG", + "componentName": "SearXngIcon", + "slug": "searxng" + }, + { + "originalTitle": "SEAT", + "componentName": "SeatIcon", + "slug": "seat" + }, + { + "originalTitle": "SeatGeek", + "componentName": "SeatGeekIcon", + "slug": "seatgeek" + }, + { + "originalTitle": "SecurityScorecard", + "componentName": "SecurityScorecardIcon", + "slug": "securityscorecard" + }, + { + "originalTitle": "Sefaria", + "componentName": "SefariaIcon", + "slug": "sefaria" + }, + { + "originalTitle": "Sega", + "componentName": "SegaIcon", + "slug": "sega" + }, + { + "originalTitle": "Selenium", + "componentName": "SeleniumIcon", + "slug": "selenium" + }, + { + "originalTitle": "Sellfy", + "componentName": "SellfyIcon", + "slug": "sellfy" + }, + { + "originalTitle": "Semantic Scholar", + "componentName": "SemanticScholarIcon", + "slug": "semanticscholar" + }, + { + "originalTitle": "Semantic UI", + "componentName": "SemanticUiIcon", + "slug": "semanticui" + }, + { + "originalTitle": "Semantic UI React", + "componentName": "SemanticUiReactIcon", + "slug": "semanticuireact" + }, + { + "originalTitle": "Semantic Web", + "componentName": "SemanticWebIcon", + "slug": "semanticweb" + }, + { + "originalTitle": "semantic-release", + "componentName": "SemanticreleaseIcon", + "slug": "semanticrelease" + }, + { + "originalTitle": "Semaphore CI", + "componentName": "SemaphoreCiIcon", + "slug": "semaphoreci" + }, + { + "originalTitle": "Semrush", + "componentName": "SemrushIcon", + "slug": "semrush" + }, + { + "originalTitle": "SemVer", + "componentName": "SemVerIcon", + "slug": "semver" + }, + { + "originalTitle": "Sencha", + "componentName": "SenchaIcon", + "slug": "sencha" + }, + { + "originalTitle": "Sennheiser", + "componentName": "SennheiserIcon", + "slug": "sennheiser" + }, + { + "originalTitle": "Sensu", + "componentName": "SensuIcon", + "slug": "sensu" + }, + { + "originalTitle": "Sentry", + "componentName": "SentryIcon", + "slug": "sentry" + }, + { + "originalTitle": "SEPA", + "componentName": "SepaIcon", + "slug": "sepa" + }, + { + "originalTitle": "Sequelize", + "componentName": "SequelizeIcon", + "slug": "sequelize" + }, + { + "originalTitle": "Server Fault", + "componentName": "ServerFaultIcon", + "slug": "serverfault" + }, + { + "originalTitle": "Serverless", + "componentName": "ServerlessIcon", + "slug": "serverless" + }, + { + "originalTitle": "Session", + "componentName": "SessionIcon", + "slug": "session" + }, + { + "originalTitle": "Sessionize", + "componentName": "SessionizeIcon", + "slug": "sessionize" + }, + { + "originalTitle": "Setapp", + "componentName": "SetappIcon", + "slug": "setapp" + }, + { + "originalTitle": "SFML", + "componentName": "SfmlIcon", + "slug": "sfml" + }, + { + "originalTitle": "shadcn/ui", + "componentName": "ShadcnuiIcon", + "slug": "shadcnui" + }, + { + "originalTitle": "Shadow", + "componentName": "ShadowIcon", + "slug": "shadow" + }, + { + "originalTitle": "Shanghai Metro", + "componentName": "ShanghaiMetroIcon", + "slug": "shanghaimetro" + }, + { + "originalTitle": "ShareX", + "componentName": "ShareXIcon", + "slug": "sharex" + }, + { + "originalTitle": "sharp", + "componentName": "SharpIcon", + "slug": "sharp" + }, + { + "originalTitle": "Shazam", + "componentName": "ShazamIcon", + "slug": "shazam" + }, + { + "originalTitle": "Shell", + "componentName": "ShellIcon", + "slug": "shell" + }, + { + "originalTitle": "Shelly", + "componentName": "ShellyIcon", + "slug": "shelly" + }, + { + "originalTitle": "Shenzhen Metro", + "componentName": "ShenzhenMetroIcon", + "slug": "shenzhenmetro" + }, + { + "originalTitle": "Shields.io", + "componentName": "ShieldsDotioIcon", + "slug": "shieldsdotio" + }, + { + "originalTitle": "Shikimori", + "componentName": "ShikimoriIcon", + "slug": "shikimori" + }, + { + "originalTitle": "Shopee", + "componentName": "ShopeeIcon", + "slug": "shopee" + }, + { + "originalTitle": "Shopify", + "componentName": "ShopifyIcon", + "slug": "shopify" + }, + { + "originalTitle": "Shopware", + "componentName": "ShopwareIcon", + "slug": "shopware" + }, + { + "originalTitle": "Shortcut", + "componentName": "ShortcutIcon", + "slug": "shortcut" + }, + { + "originalTitle": "Shotcut", + "componentName": "ShotcutIcon", + "slug": "shotcut" + }, + { + "originalTitle": "Showpad", + "componentName": "ShowpadIcon", + "slug": "showpad" + }, + { + "originalTitle": "Showtime", + "componentName": "ShowtimeIcon", + "slug": "showtime" + }, + { + "originalTitle": "Showwcase", + "componentName": "ShowwcaseIcon", + "slug": "showwcase" + }, + { + "originalTitle": "Shutterstock", + "componentName": "ShutterstockIcon", + "slug": "shutterstock" + }, + { + "originalTitle": "SideQuest", + "componentName": "SideQuestIcon", + "slug": "sidequest" + }, + { + "originalTitle": "Siemens", + "componentName": "SiemensIcon", + "slug": "siemens" + }, + { + "originalTitle": "SiFive", + "componentName": "SiFiveIcon", + "slug": "sifive" + }, + { + "originalTitle": "Signal", + "componentName": "SignalIcon", + "slug": "signal" + }, + { + "originalTitle": "Similarweb", + "componentName": "SimilarwebIcon", + "slug": "similarweb" + }, + { + "originalTitle": "Simkl", + "componentName": "SimklIcon", + "slug": "simkl" + }, + { + "originalTitle": "Simple Analytics", + "componentName": "SimpleAnalyticsIcon", + "slug": "simpleanalytics" + }, + { + "originalTitle": "Simple Icons", + "componentName": "SimpleIconsIcon", + "slug": "simpleicons" + }, + { + "originalTitle": "SimpleLogin", + "componentName": "SimpleLoginIcon", + "slug": "simplelogin" + }, + { + "originalTitle": "Simplenote", + "componentName": "SimplenoteIcon", + "slug": "simplenote" + }, + { + "originalTitle": "Sina Weibo", + "componentName": "SinaWeiboIcon", + "slug": "sinaweibo" + }, + { + "originalTitle": "Singapore Airlines", + "componentName": "SingaporeAirlinesIcon", + "slug": "singaporeairlines" + }, + { + "originalTitle": "SingleStore", + "componentName": "SingleStoreIcon", + "slug": "singlestore" + }, + { + "originalTitle": "Sitecore", + "componentName": "SitecoreIcon", + "slug": "sitecore" + }, + { + "originalTitle": "SitePoint", + "componentName": "SitePointIcon", + "slug": "sitepoint" + }, + { + "originalTitle": "SiYuan", + "componentName": "SiYuanIcon", + "slug": "siyuan" + }, + { + "originalTitle": "Skaffold", + "componentName": "SkaffoldIcon", + "slug": "skaffold" + }, + { + "originalTitle": "Sketch", + "componentName": "SketchIcon", + "slug": "sketch" + }, + { + "originalTitle": "Sketchfab", + "componentName": "SketchfabIcon", + "slug": "sketchfab" + }, + { + "originalTitle": "SketchUp", + "componentName": "SketchUpIcon", + "slug": "sketchup" + }, + { + "originalTitle": "Skillshare", + "componentName": "SkillshareIcon", + "slug": "skillshare" + }, + { + "originalTitle": "ŠKODA", + "componentName": "SkodaIcon", + "slug": "skoda" + }, + { + "originalTitle": "Sky", + "componentName": "SkyIcon", + "slug": "sky" + }, + { + "originalTitle": "Skynet", + "componentName": "SkynetIcon", + "slug": "skynet" + }, + { + "originalTitle": "Skypack", + "componentName": "SkypackIcon", + "slug": "skypack" + }, + { + "originalTitle": "Skype", + "componentName": "SkypeIcon", + "slug": "skype" + }, + { + "originalTitle": "Skype for Business", + "componentName": "SkypeForBusinessIcon", + "slug": "skypeforbusiness" + }, + { + "originalTitle": "Skyrock", + "componentName": "SkyrockIcon", + "slug": "skyrock" + }, + { + "originalTitle": "Slack", + "componentName": "SlackIcon", + "slug": "slack" + }, + { + "originalTitle": "Slackware", + "componentName": "SlackwareIcon", + "slug": "slackware" + }, + { + "originalTitle": "Slashdot", + "componentName": "SlashdotIcon", + "slug": "slashdot" + }, + { + "originalTitle": "SlickPic", + "componentName": "SlickPicIcon", + "slug": "slickpic" + }, + { + "originalTitle": "Slides", + "componentName": "SlidesIcon", + "slug": "slides" + }, + { + "originalTitle": "SlideShare", + "componentName": "SlideShareIcon", + "slug": "slideshare" + }, + { + "originalTitle": "Slint", + "componentName": "SlintIcon", + "slug": "slint" + }, + { + "originalTitle": "smart", + "componentName": "SmartIcon", + "slug": "smart" + }, + { + "originalTitle": "SmartThings", + "componentName": "SmartThingsIcon", + "slug": "smartthings" + }, + { + "originalTitle": "smash.gg", + "componentName": "SmashDotggIcon", + "slug": "smashdotgg" + }, + { + "originalTitle": "Smashing Magazine", + "componentName": "SmashingMagazineIcon", + "slug": "smashingmagazine" + }, + { + "originalTitle": "SMRT", + "componentName": "SmrtIcon", + "slug": "smrt" + }, + { + "originalTitle": "SmugMug", + "componentName": "SmugMugIcon", + "slug": "smugmug" + }, + { + "originalTitle": "Snapchat", + "componentName": "SnapchatIcon", + "slug": "snapchat" + }, + { + "originalTitle": "Snapcraft", + "componentName": "SnapcraftIcon", + "slug": "snapcraft" + }, + { + "originalTitle": "SNCF", + "componentName": "SncfIcon", + "slug": "sncf" + }, + { + "originalTitle": "Snowflake", + "componentName": "SnowflakeIcon", + "slug": "snowflake" + }, + { + "originalTitle": "Snowpack", + "componentName": "SnowpackIcon", + "slug": "snowpack" + }, + { + "originalTitle": "Snyk", + "componentName": "SnykIcon", + "slug": "snyk" + }, + { + "originalTitle": "Social Blade", + "componentName": "SocialBladeIcon", + "slug": "socialblade" + }, + { + "originalTitle": "Society6", + "componentName": "Society6Icon", + "slug": "society6" + }, + { + "originalTitle": "Socket.io", + "componentName": "SocketDotioIcon", + "slug": "socketdotio" + }, + { + "originalTitle": "Softpedia", + "componentName": "SoftpediaIcon", + "slug": "softpedia" + }, + { + "originalTitle": "Sogou", + "componentName": "SogouIcon", + "slug": "sogou" + }, + { + "originalTitle": "Solid", + "componentName": "SolidIcon", + "slug": "solid" + }, + { + "originalTitle": "Solidity", + "componentName": "SolidityIcon", + "slug": "solidity" + }, + { + "originalTitle": "Sololearn", + "componentName": "SololearnIcon", + "slug": "sololearn" + }, + { + "originalTitle": "Solus", + "componentName": "SolusIcon", + "slug": "solus" + }, + { + "originalTitle": "Sonar", + "componentName": "SonarIcon", + "slug": "sonar" + }, + { + "originalTitle": "SonarCloud", + "componentName": "SonarCloudIcon", + "slug": "sonarcloud" + }, + { + "originalTitle": "SonarLint", + "componentName": "SonarLintIcon", + "slug": "sonarlint" + }, + { + "originalTitle": "SonarQube", + "componentName": "SonarQubeIcon", + "slug": "sonarqube" + }, + { + "originalTitle": "Sonatype", + "componentName": "SonatypeIcon", + "slug": "sonatype" + }, + { + "originalTitle": "Songkick", + "componentName": "SongkickIcon", + "slug": "songkick" + }, + { + "originalTitle": "Songoda", + "componentName": "SongodaIcon", + "slug": "songoda" + }, + { + "originalTitle": "SonicWall", + "componentName": "SonicWallIcon", + "slug": "sonicwall" + }, + { + "originalTitle": "Sonos", + "componentName": "SonosIcon", + "slug": "sonos" + }, + { + "originalTitle": "Sony", + "componentName": "SonyIcon", + "slug": "sony" + }, + { + "originalTitle": "Soriana", + "componentName": "SorianaIcon", + "slug": "soriana" + }, + { + "originalTitle": "Soundcharts", + "componentName": "SoundchartsIcon", + "slug": "soundcharts" + }, + { + "originalTitle": "SoundCloud", + "componentName": "SoundCloudIcon", + "slug": "soundcloud" + }, + { + "originalTitle": "Source Engine", + "componentName": "SourceEngineIcon", + "slug": "sourceengine" + }, + { + "originalTitle": "SourceForge", + "componentName": "SourceForgeIcon", + "slug": "sourceforge" + }, + { + "originalTitle": "SourceHut", + "componentName": "SourceHutIcon", + "slug": "sourcehut" + }, + { + "originalTitle": "Sourcetree", + "componentName": "SourcetreeIcon", + "slug": "sourcetree" + }, + { + "originalTitle": "Southwest Airlines", + "componentName": "SouthwestAirlinesIcon", + "slug": "southwestairlines" + }, + { + "originalTitle": "Spacemacs", + "componentName": "SpacemacsIcon", + "slug": "spacemacs" + }, + { + "originalTitle": "SpaceX", + "componentName": "SpaceXIcon", + "slug": "spacex" + }, + { + "originalTitle": "spaCy", + "componentName": "SpaCyIcon", + "slug": "spacy" + }, + { + "originalTitle": "Spark AR", + "componentName": "SparkArIcon", + "slug": "sparkar" + }, + { + "originalTitle": "Sparkasse", + "componentName": "SparkasseIcon", + "slug": "sparkasse" + }, + { + "originalTitle": "SparkFun", + "componentName": "SparkFunIcon", + "slug": "sparkfun" + }, + { + "originalTitle": "SparkPost", + "componentName": "SparkPostIcon", + "slug": "sparkpost" + }, + { + "originalTitle": "SPDX", + "componentName": "SpdxIcon", + "slug": "spdx" + }, + { + "originalTitle": "Speaker Deck", + "componentName": "SpeakerDeckIcon", + "slug": "speakerdeck" + }, + { + "originalTitle": "Spectrum", + "componentName": "SpectrumIcon", + "slug": "spectrum" + }, + { + "originalTitle": "Speedtest", + "componentName": "SpeedtestIcon", + "slug": "speedtest" + }, + { + "originalTitle": "SpeedyPage", + "componentName": "SpeedyPageIcon", + "slug": "speedypage" + }, + { + "originalTitle": "Sphere Online Judge", + "componentName": "SpojIcon", + "slug": "spoj" + }, + { + "originalTitle": "Sphinx", + "componentName": "SphinxIcon", + "slug": "sphinx" + }, + { + "originalTitle": "SpigotMC", + "componentName": "SpigotMcIcon", + "slug": "spigotmc" + }, + { + "originalTitle": "Spinnaker", + "componentName": "SpinnakerIcon", + "slug": "spinnaker" + }, + { + "originalTitle": "Spinrilla", + "componentName": "SpinrillaIcon", + "slug": "spinrilla" + }, + { + "originalTitle": "Splunk", + "componentName": "SplunkIcon", + "slug": "splunk" + }, + { + "originalTitle": "Spond", + "componentName": "SpondIcon", + "slug": "spond" + }, + { + "originalTitle": "Spotify", + "componentName": "SpotifyIcon", + "slug": "spotify" + }, + { + "originalTitle": "Spotlight", + "componentName": "SpotlightIcon", + "slug": "spotlight" + }, + { + "originalTitle": "Spreadshirt", + "componentName": "SpreadshirtIcon", + "slug": "spreadshirt" + }, + { + "originalTitle": "Spreaker", + "componentName": "SpreakerIcon", + "slug": "spreaker" + }, + { + "originalTitle": "Spring", + "componentName": "SpringIcon", + "slug": "spring" + }, + { + "originalTitle": "Spring", + "componentName": "SpringCreatorsIcon", + "slug": "spring_creators" + }, + { + "originalTitle": "Spring Boot", + "componentName": "SpringBootIcon", + "slug": "springboot" + }, + { + "originalTitle": "Spring Security", + "componentName": "SpringSecurityIcon", + "slug": "springsecurity" + }, + { + "originalTitle": "Spyder IDE", + "componentName": "SpyderIdeIcon", + "slug": "spyderide" + }, + { + "originalTitle": "SQLAlchemy", + "componentName": "SqlAlchemyIcon", + "slug": "sqlalchemy" + }, + { + "originalTitle": "SQLite", + "componentName": "SqLiteIcon", + "slug": "sqlite" + }, + { + "originalTitle": "Square", + "componentName": "SquareIcon", + "slug": "square" + }, + { + "originalTitle": "Square Enix", + "componentName": "SquareEnixIcon", + "slug": "squareenix" + }, + { + "originalTitle": "Squarespace", + "componentName": "SquarespaceIcon", + "slug": "squarespace" + }, + { + "originalTitle": "SRG SSR", + "componentName": "SrgSsrIcon", + "slug": "srgssr" + }, + { + "originalTitle": "SSRN", + "componentName": "SsrnIcon", + "slug": "ssrn" + }, + { + "originalTitle": "SST", + "componentName": "SstIcon", + "slug": "sst" + }, + { + "originalTitle": "Stack Exchange", + "componentName": "StackExchangeIcon", + "slug": "stackexchange" + }, + { + "originalTitle": "Stack Overflow", + "componentName": "StackOverflowIcon", + "slug": "stackoverflow" + }, + { + "originalTitle": "Stackbit", + "componentName": "StackbitIcon", + "slug": "stackbit" + }, + { + "originalTitle": "StackBlitz", + "componentName": "StackBlitzIcon", + "slug": "stackblitz" + }, + { + "originalTitle": "StackEdit", + "componentName": "StackEditIcon", + "slug": "stackedit" + }, + { + "originalTitle": "StackHawk", + "componentName": "StackHawkIcon", + "slug": "stackhawk" + }, + { + "originalTitle": "StackPath", + "componentName": "StackPathIcon", + "slug": "stackpath" + }, + { + "originalTitle": "StackShare", + "componentName": "StackShareIcon", + "slug": "stackshare" + }, + { + "originalTitle": "Stadia", + "componentName": "StadiaIcon", + "slug": "stadia" + }, + { + "originalTitle": "Staffbase", + "componentName": "StaffbaseIcon", + "slug": "staffbase" + }, + { + "originalTitle": "Stagetimer", + "componentName": "StagetimerIcon", + "slug": "stagetimer" + }, + { + "originalTitle": "Standard Resume", + "componentName": "StandardResumeIcon", + "slug": "standardresume" + }, + { + "originalTitle": "StandardJS", + "componentName": "StandardJsIcon", + "slug": "standardjs" + }, + { + "originalTitle": "Star Trek", + "componentName": "StarTrekIcon", + "slug": "startrek" + }, + { + "originalTitle": "Starbucks", + "componentName": "StarbucksIcon", + "slug": "starbucks" + }, + { + "originalTitle": "Stardock", + "componentName": "StardockIcon", + "slug": "stardock" + }, + { + "originalTitle": "Starling Bank", + "componentName": "StarlingBankIcon", + "slug": "starlingbank" + }, + { + "originalTitle": "Starship", + "componentName": "StarshipIcon", + "slug": "starship" + }, + { + "originalTitle": "STARZ", + "componentName": "StarzIcon", + "slug": "starz" + }, + { + "originalTitle": "Statamic", + "componentName": "StatamicIcon", + "slug": "statamic" + }, + { + "originalTitle": "Statuspage", + "componentName": "StatuspageIcon", + "slug": "statuspage" + }, + { + "originalTitle": "Statuspal", + "componentName": "StatuspalIcon", + "slug": "statuspal" + }, + { + "originalTitle": "Steam", + "componentName": "SteamIcon", + "slug": "steam" + }, + { + "originalTitle": "Steam Deck", + "componentName": "SteamDeckIcon", + "slug": "steamdeck" + }, + { + "originalTitle": "SteamDB", + "componentName": "SteamDbIcon", + "slug": "steamdb" + }, + { + "originalTitle": "Steamworks", + "componentName": "SteamworksIcon", + "slug": "steamworks" + }, + { + "originalTitle": "Steelseries", + "componentName": "SteelseriesIcon", + "slug": "steelseries" + }, + { + "originalTitle": "Steem", + "componentName": "SteemIcon", + "slug": "steem" + }, + { + "originalTitle": "Steemit", + "componentName": "SteemitIcon", + "slug": "steemit" + }, + { + "originalTitle": "Steinberg", + "componentName": "SteinbergIcon", + "slug": "steinberg" + }, + { + "originalTitle": "Stellar", + "componentName": "StellarIcon", + "slug": "stellar" + }, + { + "originalTitle": "Stencyl", + "componentName": "StencylIcon", + "slug": "stencyl" + }, + { + "originalTitle": "Stimulus", + "componentName": "StimulusIcon", + "slug": "stimulus" + }, + { + "originalTitle": "Stitcher", + "componentName": "StitcherIcon", + "slug": "stitcher" + }, + { + "originalTitle": "STMicroelectronics", + "componentName": "StMicroelectronicsIcon", + "slug": "stmicroelectronics" + }, + { + "originalTitle": "StockX", + "componentName": "StockXIcon", + "slug": "stockx" + }, + { + "originalTitle": "StopStalk", + "componentName": "StopStalkIcon", + "slug": "stopstalk" + }, + { + "originalTitle": "Storyblok", + "componentName": "StoryblokIcon", + "slug": "storyblok" + }, + { + "originalTitle": "Storybook", + "componentName": "StorybookIcon", + "slug": "storybook" + }, + { + "originalTitle": "Strapi", + "componentName": "StrapiIcon", + "slug": "strapi" + }, + { + "originalTitle": "Strava", + "componentName": "StravaIcon", + "slug": "strava" + }, + { + "originalTitle": "Streamlabs", + "componentName": "StreamlabsIcon", + "slug": "streamlabs" + }, + { + "originalTitle": "Streamlit", + "componentName": "StreamlitIcon", + "slug": "streamlit" + }, + { + "originalTitle": "StreamRunners", + "componentName": "StreamRunnersIcon", + "slug": "streamrunners" + }, + { + "originalTitle": "Stripe", + "componentName": "StripeIcon", + "slug": "stripe" + }, + { + "originalTitle": "strongSwan", + "componentName": "StrongSwanIcon", + "slug": "strongswan" + }, + { + "originalTitle": "Stryker", + "componentName": "StrykerIcon", + "slug": "stryker" + }, + { + "originalTitle": "StubHub", + "componentName": "StubHubIcon", + "slug": "stubhub" + }, + { + "originalTitle": "Studio 3T", + "componentName": "Studio3tIcon", + "slug": "studio3t" + }, + { + "originalTitle": "Studyverse", + "componentName": "StudyverseIcon", + "slug": "studyverse" + }, + { + "originalTitle": "styled-components", + "componentName": "StyledcomponentsIcon", + "slug": "styledcomponents" + }, + { + "originalTitle": "stylelint", + "componentName": "StylelintIcon", + "slug": "stylelint" + }, + { + "originalTitle": "StyleShare", + "componentName": "StyleShareIcon", + "slug": "styleshare" + }, + { + "originalTitle": "Stylus", + "componentName": "StylusIcon", + "slug": "stylus" + }, + { + "originalTitle": "Subaru", + "componentName": "SubaruIcon", + "slug": "subaru" + }, + { + "originalTitle": "Sublime Text", + "componentName": "SublimeTextIcon", + "slug": "sublimetext" + }, + { + "originalTitle": "Substack", + "componentName": "SubstackIcon", + "slug": "substack" + }, + { + "originalTitle": "Subtitle Edit", + "componentName": "SubtitleEditIcon", + "slug": "subtitleedit" + }, + { + "originalTitle": "Subversion", + "componentName": "SubversionIcon", + "slug": "subversion" + }, + { + "originalTitle": "suckless", + "componentName": "SucklessIcon", + "slug": "suckless" + }, + { + "originalTitle": "Sumo Logic", + "componentName": "SumoLogicIcon", + "slug": "sumologic" + }, + { + "originalTitle": "Supabase", + "componentName": "SupabaseIcon", + "slug": "supabase" + }, + { + "originalTitle": "Super User", + "componentName": "SuperUserIcon", + "slug": "superuser" + }, + { + "originalTitle": "Supercrease", + "componentName": "SupercreaseIcon", + "slug": "supercrease" + }, + { + "originalTitle": "Supermicro", + "componentName": "SupermicroIcon", + "slug": "supermicro" + }, + { + "originalTitle": "SurrealDB", + "componentName": "SurrealDbIcon", + "slug": "surrealdb" + }, + { + "originalTitle": "SurveyMonkey", + "componentName": "SurveyMonkeyIcon", + "slug": "surveymonkey" + }, + { + "originalTitle": "SUSE", + "componentName": "SuseIcon", + "slug": "suse" + }, + { + "originalTitle": "Suzuki", + "componentName": "SuzukiIcon", + "slug": "suzuki" + }, + { + "originalTitle": "Svelte", + "componentName": "SvelteIcon", + "slug": "svelte" + }, + { + "originalTitle": "SVG", + "componentName": "SvgIcon", + "slug": "svg" + }, + { + "originalTitle": "SVG.js", + "componentName": "SvgDotjsIcon", + "slug": "svgdotjs" + }, + { + "originalTitle": "SVGO", + "componentName": "SvgoIcon", + "slug": "svgo" + }, + { + "originalTitle": "Swagger", + "componentName": "SwaggerIcon", + "slug": "swagger" + }, + { + "originalTitle": "Swarm", + "componentName": "SwarmIcon", + "slug": "swarm" + }, + { + "originalTitle": "SWC", + "componentName": "SwcIcon", + "slug": "swc" + }, + { + "originalTitle": "Swift", + "componentName": "SwiftIcon", + "slug": "swift" + }, + { + "originalTitle": "Swiggy", + "componentName": "SwiggyIcon", + "slug": "swiggy" + }, + { + "originalTitle": "Swiper", + "componentName": "SwiperIcon", + "slug": "swiper" + }, + { + "originalTitle": "SWR", + "componentName": "SwrIcon", + "slug": "swr" + }, + { + "originalTitle": "Symantec", + "componentName": "SymantecIcon", + "slug": "symantec" + }, + { + "originalTitle": "Symbolab", + "componentName": "SymbolabIcon", + "slug": "symbolab" + }, + { + "originalTitle": "Symfony", + "componentName": "SymfonyIcon", + "slug": "symfony" + }, + { + "originalTitle": "Symphony", + "componentName": "SymphonyIcon", + "slug": "symphony" + }, + { + "originalTitle": "SymPy", + "componentName": "SymPyIcon", + "slug": "sympy" + }, + { + "originalTitle": "Synology", + "componentName": "SynologyIcon", + "slug": "synology" + }, + { + "originalTitle": "System76", + "componentName": "System76Icon", + "slug": "system76" + }, + { + "originalTitle": "T-Mobile", + "componentName": "TmobileIcon", + "slug": "tmobile" + }, + { + "originalTitle": "Tabelog", + "componentName": "TabelogIcon", + "slug": "tabelog" + }, + { + "originalTitle": "Tableau", + "componentName": "TableauIcon", + "slug": "tableau" + }, + { + "originalTitle": "TableCheck", + "componentName": "TableCheckIcon", + "slug": "tablecheck" + }, + { + "originalTitle": "Taco Bell", + "componentName": "TacoBellIcon", + "slug": "tacobell" + }, + { + "originalTitle": "tado°", + "componentName": "TadoIcon", + "slug": "tado" + }, + { + "originalTitle": "Taichi Graphics", + "componentName": "TaichiGraphicsIcon", + "slug": "taichigraphics" + }, + { + "originalTitle": "Taichi Lang", + "componentName": "TaichiLangIcon", + "slug": "taichilang" + }, + { + "originalTitle": "Tails", + "componentName": "TailsIcon", + "slug": "tails" + }, + { + "originalTitle": "Tailwind CSS", + "componentName": "TailwindCssIcon", + "slug": "tailwindcss" + }, + { + "originalTitle": "Talend", + "componentName": "TalendIcon", + "slug": "talend" + }, + { + "originalTitle": "Talenthouse", + "componentName": "TalenthouseIcon", + "slug": "talenthouse" + }, + { + "originalTitle": "Tamiya", + "componentName": "TamiyaIcon", + "slug": "tamiya" + }, + { + "originalTitle": "Tampermonkey", + "componentName": "TampermonkeyIcon", + "slug": "tampermonkey" + }, + { + "originalTitle": "Taobao", + "componentName": "TaobaoIcon", + "slug": "taobao" + }, + { + "originalTitle": "Tapas", + "componentName": "TapasIcon", + "slug": "tapas" + }, + { + "originalTitle": "Target", + "componentName": "TargetIcon", + "slug": "target" + }, + { + "originalTitle": "Task", + "componentName": "TaskIcon", + "slug": "task" + }, + { + "originalTitle": "Tasmota", + "componentName": "TasmotaIcon", + "slug": "tasmota" + }, + { + "originalTitle": "Tata", + "componentName": "TataIcon", + "slug": "tata" + }, + { + "originalTitle": "Tata Consultancy Services", + "componentName": "TcsIcon", + "slug": "tcs" + }, + { + "originalTitle": "Tauri", + "componentName": "TauriIcon", + "slug": "tauri" + }, + { + "originalTitle": "TaxBuzz", + "componentName": "TaxBuzzIcon", + "slug": "taxbuzz" + }, + { + "originalTitle": "TeamCity", + "componentName": "TeamCityIcon", + "slug": "teamcity" + }, + { + "originalTitle": "TeamSpeak", + "componentName": "TeamSpeakIcon", + "slug": "teamspeak" + }, + { + "originalTitle": "TeamViewer", + "componentName": "TeamViewerIcon", + "slug": "teamviewer" + }, + { + "originalTitle": "TED", + "componentName": "TedIcon", + "slug": "ted" + }, + { + "originalTitle": "Teespring", + "componentName": "TeespringIcon", + "slug": "teespring" + }, + { + "originalTitle": "Tekton", + "componentName": "TektonIcon", + "slug": "tekton" + }, + { + "originalTitle": "TELE 5", + "componentName": "Tele5Icon", + "slug": "tele5" + }, + { + "originalTitle": "Télé-Québec", + "componentName": "TelequebecIcon", + "slug": "telequebec" + }, + { + "originalTitle": "Telegram", + "componentName": "TelegramIcon", + "slug": "telegram" + }, + { + "originalTitle": "Telegraph", + "componentName": "TelegraphIcon", + "slug": "telegraph" + }, + { + "originalTitle": "Temporal", + "componentName": "TemporalIcon", + "slug": "temporal" + }, + { + "originalTitle": "Tencent QQ", + "componentName": "TencentQqIcon", + "slug": "tencentqq" + }, + { + "originalTitle": "TensorFlow", + "componentName": "TensorFlowIcon", + "slug": "tensorflow" + }, + { + "originalTitle": "Teradata", + "componentName": "TeradataIcon", + "slug": "teradata" + }, + { + "originalTitle": "teratail", + "componentName": "TeratailIcon", + "slug": "teratail" + }, + { + "originalTitle": "Termius", + "componentName": "TermiusIcon", + "slug": "termius" + }, + { + "originalTitle": "Terraform", + "componentName": "TerraformIcon", + "slug": "terraform" + }, + { + "originalTitle": "Tesco", + "componentName": "TescoIcon", + "slug": "tesco" + }, + { + "originalTitle": "Tesla", + "componentName": "TeslaIcon", + "slug": "tesla" + }, + { + "originalTitle": "TestCafe", + "componentName": "TestCafeIcon", + "slug": "testcafe" + }, + { + "originalTitle": "Testin", + "componentName": "TestinIcon", + "slug": "testin" + }, + { + "originalTitle": "Testing Library", + "componentName": "TestingLibraryIcon", + "slug": "testinglibrary" + }, + { + "originalTitle": "TestRail", + "componentName": "TestRailIcon", + "slug": "testrail" + }, + { + "originalTitle": "Tether", + "componentName": "TetherIcon", + "slug": "tether" + }, + { + "originalTitle": "Textpattern", + "componentName": "TextpatternIcon", + "slug": "textpattern" + }, + { + "originalTitle": "TGA", + "componentName": "TgaIcon", + "slug": "tga" + }, + { + "originalTitle": "Thangs", + "componentName": "ThangsIcon", + "slug": "thangs" + }, + { + "originalTitle": "The Algorithms", + "componentName": "TheAlgorithmsIcon", + "slug": "thealgorithms" + }, + { + "originalTitle": "The Conversation", + "componentName": "TheConversationIcon", + "slug": "theconversation" + }, + { + "originalTitle": "THE FINALS", + "componentName": "TheFinalsIcon", + "slug": "thefinals" + }, + { + "originalTitle": "The Irish Times", + "componentName": "TheIrishTimesIcon", + "slug": "theirishtimes" + }, + { + "originalTitle": "The Mighty", + "componentName": "TheMightyIcon", + "slug": "themighty" + }, + { + "originalTitle": "The Models Resource", + "componentName": "TheModelsResourceIcon", + "slug": "themodelsresource" + }, + { + "originalTitle": "The Movie Database", + "componentName": "TheMovieDatabaseIcon", + "slug": "themoviedatabase" + }, + { + "originalTitle": "The North Face", + "componentName": "TheNorthFaceIcon", + "slug": "thenorthface" + }, + { + "originalTitle": "The Odin Project", + "componentName": "TheOdinProjectIcon", + "slug": "theodinproject" + }, + { + "originalTitle": "The Register", + "componentName": "TheRegisterIcon", + "slug": "theregister" + }, + { + "originalTitle": "The Sounds Resource", + "componentName": "TheSoundsResourceIcon", + "slug": "thesoundsresource" + }, + { + "originalTitle": "The Spriters Resource", + "componentName": "TheSpritersResourceIcon", + "slug": "thespritersresource" + }, + { + "originalTitle": "The Washington Post", + "componentName": "TheWashingtonPostIcon", + "slug": "thewashingtonpost" + }, + { + "originalTitle": "Thingiverse", + "componentName": "ThingiverseIcon", + "slug": "thingiverse" + }, + { + "originalTitle": "ThinkPad", + "componentName": "ThinkPadIcon", + "slug": "thinkpad" + }, + { + "originalTitle": "Threadless", + "componentName": "ThreadlessIcon", + "slug": "threadless" + }, + { + "originalTitle": "Threads", + "componentName": "ThreadsIcon", + "slug": "threads" + }, + { + "originalTitle": "Three.js", + "componentName": "ThreeDotjsIcon", + "slug": "threedotjs" + }, + { + "originalTitle": "Threema", + "componentName": "ThreemaIcon", + "slug": "threema" + }, + { + "originalTitle": "Thumbtack", + "componentName": "ThumbtackIcon", + "slug": "thumbtack" + }, + { + "originalTitle": "Thunderbird", + "componentName": "ThunderbirdIcon", + "slug": "thunderbird" + }, + { + "originalTitle": "Thunderstore", + "componentName": "ThunderstoreIcon", + "slug": "thunderstore" + }, + { + "originalTitle": "Thurgauer Kantonalbank", + "componentName": "ThurgauerKantonalbankIcon", + "slug": "thurgauerkantonalbank" + }, + { + "originalTitle": "Thymeleaf", + "componentName": "ThymeleafIcon", + "slug": "thymeleaf" + }, + { + "originalTitle": "Ticketmaster", + "componentName": "TicketmasterIcon", + "slug": "ticketmaster" + }, + { + "originalTitle": "Tidal", + "componentName": "TidalIcon", + "slug": "tidal" + }, + { + "originalTitle": "TiddlyWiki", + "componentName": "TiddlyWikiIcon", + "slug": "tiddlywiki" + }, + { + "originalTitle": "Tide", + "componentName": "TideIcon", + "slug": "tide" + }, + { + "originalTitle": "Tidyverse", + "componentName": "TidyverseIcon", + "slug": "tidyverse" + }, + { + "originalTitle": "TietoEVRY", + "componentName": "TietoEvryIcon", + "slug": "tietoevry" + }, + { + "originalTitle": "TikTok", + "componentName": "TikTokIcon", + "slug": "tiktok" + }, + { + "originalTitle": "Tile", + "componentName": "TileIcon", + "slug": "tile" + }, + { + "originalTitle": "Timescale", + "componentName": "TimescaleIcon", + "slug": "timescale" + }, + { + "originalTitle": "Tina", + "componentName": "TinaIcon", + "slug": "tina" + }, + { + "originalTitle": "Tinder", + "componentName": "TinderIcon", + "slug": "tinder" + }, + { + "originalTitle": "Tindie", + "componentName": "TindieIcon", + "slug": "tindie" + }, + { + "originalTitle": "Tinkercad", + "componentName": "TinkercadIcon", + "slug": "tinkercad" + }, + { + "originalTitle": "TinyLetter", + "componentName": "TinyLetterIcon", + "slug": "tinyletter" + }, + { + "originalTitle": "Tistory", + "componentName": "TistoryIcon", + "slug": "tistory" + }, + { + "originalTitle": "tmux", + "componentName": "TmuxIcon", + "slug": "tmux" + }, + { + "originalTitle": "Todoist", + "componentName": "TodoistIcon", + "slug": "todoist" + }, + { + "originalTitle": "Toggl", + "componentName": "TogglIcon", + "slug": "toggl" + }, + { + "originalTitle": "Toggl Track", + "componentName": "TogglTrackIcon", + "slug": "toggltrack" + }, + { + "originalTitle": "Tokyo Metro", + "componentName": "TokyoMetroIcon", + "slug": "tokyometro" + }, + { + "originalTitle": "Toll", + "componentName": "TollIcon", + "slug": "toll" + }, + { + "originalTitle": "TOML", + "componentName": "TomlIcon", + "slug": "toml" + }, + { + "originalTitle": "Tomorrowland", + "componentName": "TomorrowlandIcon", + "slug": "tomorrowland" + }, + { + "originalTitle": "TON", + "componentName": "TonIcon", + "slug": "ton" + }, + { + "originalTitle": "Topcoder", + "componentName": "TopcoderIcon", + "slug": "topcoder" + }, + { + "originalTitle": "Toptal", + "componentName": "ToptalIcon", + "slug": "toptal" + }, + { + "originalTitle": "Tor Browser", + "componentName": "TorBrowserIcon", + "slug": "torbrowser" + }, + { + "originalTitle": "Tor Project", + "componentName": "TorProjectIcon", + "slug": "torproject" + }, + { + "originalTitle": "Toshiba", + "componentName": "ToshibaIcon", + "slug": "toshiba" + }, + { + "originalTitle": "TourBox", + "componentName": "TourBoxIcon", + "slug": "tourbox" + }, + { + "originalTitle": "Toyota", + "componentName": "ToyotaIcon", + "slug": "toyota" + }, + { + "originalTitle": "TP-Link", + "componentName": "TplinkIcon", + "slug": "tplink" + }, + { + "originalTitle": "tqdm", + "componentName": "TqdmIcon", + "slug": "tqdm" + }, + { + "originalTitle": "TradingView", + "componentName": "TradingViewIcon", + "slug": "tradingview" + }, + { + "originalTitle": "Traefik Mesh", + "componentName": "TraefikMeshIcon", + "slug": "traefikmesh" + }, + { + "originalTitle": "Traefik Proxy", + "componentName": "TraefikProxyIcon", + "slug": "traefikproxy" + }, + { + "originalTitle": "Trailforks", + "componentName": "TrailforksIcon", + "slug": "trailforks" + }, + { + "originalTitle": "TrainerRoad", + "componentName": "TrainerRoadIcon", + "slug": "trainerroad" + }, + { + "originalTitle": "Trakt", + "componentName": "TraktIcon", + "slug": "trakt" + }, + { + "originalTitle": "Transifex", + "componentName": "TransifexIcon", + "slug": "transifex" + }, + { + "originalTitle": "Transmission", + "componentName": "TransmissionIcon", + "slug": "transmission" + }, + { + "originalTitle": "Transport for Ireland", + "componentName": "TransportForIrelandIcon", + "slug": "transportforireland" + }, + { + "originalTitle": "Transport for London", + "componentName": "TransportForLondonIcon", + "slug": "transportforlondon" + }, + { + "originalTitle": "Travis CI", + "componentName": "TravisCiIcon", + "slug": "travisci" + }, + { + "originalTitle": "Treehouse", + "componentName": "TreehouseIcon", + "slug": "treehouse" + }, + { + "originalTitle": "Trello", + "componentName": "TrelloIcon", + "slug": "trello" + }, + { + "originalTitle": "Trend Micro", + "componentName": "TrendMicroIcon", + "slug": "trendmicro" + }, + { + "originalTitle": "Treyarch", + "componentName": "TreyarchIcon", + "slug": "treyarch" + }, + { + "originalTitle": "Tricentis", + "componentName": "TricentisIcon", + "slug": "tricentis" + }, + { + "originalTitle": "Trilium", + "componentName": "TriliumIcon", + "slug": "trilium" + }, + { + "originalTitle": "Triller", + "componentName": "TrillerIcon", + "slug": "triller" + }, + { + "originalTitle": "TrillerTV", + "componentName": "TrillerTvIcon", + "slug": "trillertv" + }, + { + "originalTitle": "Trino", + "componentName": "TrinoIcon", + "slug": "trino" + }, + { + "originalTitle": "Trip.com", + "componentName": "TripDotcomIcon", + "slug": "tripdotcom" + }, + { + "originalTitle": "Tripadvisor", + "componentName": "TripadvisorIcon", + "slug": "tripadvisor" + }, + { + "originalTitle": "Trivy", + "componentName": "TrivyIcon", + "slug": "trivy" + }, + { + "originalTitle": "Trove", + "componentName": "TroveIcon", + "slug": "trove" + }, + { + "originalTitle": "tRPC", + "componentName": "TRpcIcon", + "slug": "trpc" + }, + { + "originalTitle": "TrueNAS", + "componentName": "TrueNasIcon", + "slug": "truenas" + }, + { + "originalTitle": "trulia", + "componentName": "TruliaIcon", + "slug": "trulia" + }, + { + "originalTitle": "Trusted Shops", + "componentName": "TrustedShopsIcon", + "slug": "trustedshops" + }, + { + "originalTitle": "Trustpilot", + "componentName": "TrustpilotIcon", + "slug": "trustpilot" + }, + { + "originalTitle": "Try It Online", + "componentName": "TryItOnlineIcon", + "slug": "tryitonline" + }, + { + "originalTitle": "TryHackMe", + "componentName": "TryHackMeIcon", + "slug": "tryhackme" + }, + { + "originalTitle": "ts-node", + "componentName": "TsnodeIcon", + "slug": "tsnode" + }, + { + "originalTitle": "Tubi", + "componentName": "TubiIcon", + "slug": "tubi" + }, + { + "originalTitle": "TUI", + "componentName": "TuiIcon", + "slug": "tui" + }, + { + "originalTitle": "Tumblr", + "componentName": "TumblrIcon", + "slug": "tumblr" + }, + { + "originalTitle": "TuneIn", + "componentName": "TuneInIcon", + "slug": "tunein" + }, + { + "originalTitle": "Turbo", + "componentName": "TurboIcon", + "slug": "turbo" + }, + { + "originalTitle": "Turborepo", + "componentName": "TurborepoIcon", + "slug": "turborepo" + }, + { + "originalTitle": "TurboSquid", + "componentName": "TurboSquidIcon", + "slug": "turbosquid" + }, + { + "originalTitle": "Turkish Airlines", + "componentName": "TurkishAirlinesIcon", + "slug": "turkishairlines" + }, + { + "originalTitle": "Turso", + "componentName": "TursoIcon", + "slug": "turso" + }, + { + "originalTitle": "Tutanota", + "componentName": "TutanotaIcon", + "slug": "tutanota" + }, + { + "originalTitle": "TV Time", + "componentName": "TvTimeIcon", + "slug": "tvtime" + }, + { + "originalTitle": "Twilio", + "componentName": "TwilioIcon", + "slug": "twilio" + }, + { + "originalTitle": "Twitch", + "componentName": "TwitchIcon", + "slug": "twitch" + }, + { + "originalTitle": "Twitter", + "componentName": "TwitterIcon", + "slug": "twitter" + }, + { + "originalTitle": "Typeform", + "componentName": "TypeformIcon", + "slug": "typeform" + }, + { + "originalTitle": "TypeScript", + "componentName": "TypeScriptIcon", + "slug": "typescript" + }, + { + "originalTitle": "TYPO3", + "componentName": "Typo3Icon", + "slug": "typo3" + }, + { + "originalTitle": "Uber", + "componentName": "UberIcon", + "slug": "uber" + }, + { + "originalTitle": "Uber Eats", + "componentName": "UberEatsIcon", + "slug": "ubereats" + }, + { + "originalTitle": "Ubiquiti", + "componentName": "UbiquitiIcon", + "slug": "ubiquiti" + }, + { + "originalTitle": "Ubisoft", + "componentName": "UbisoftIcon", + "slug": "ubisoft" + }, + { + "originalTitle": "uBlock Origin", + "componentName": "UBlockOriginIcon", + "slug": "ublockorigin" + }, + { + "originalTitle": "Ubuntu", + "componentName": "UbuntuIcon", + "slug": "ubuntu" + }, + { + "originalTitle": "Ubuntu MATE", + "componentName": "UbuntuMateIcon", + "slug": "ubuntumate" + }, + { + "originalTitle": "Udacity", + "componentName": "UdacityIcon", + "slug": "udacity" + }, + { + "originalTitle": "Udemy", + "componentName": "UdemyIcon", + "slug": "udemy" + }, + { + "originalTitle": "UFC", + "componentName": "UfcIcon", + "slug": "ufc" + }, + { + "originalTitle": "UIkit", + "componentName": "UIkitIcon", + "slug": "uikit" + }, + { + "originalTitle": "Ulule", + "componentName": "UluleIcon", + "slug": "ulule" + }, + { + "originalTitle": "Umami", + "componentName": "UmamiIcon", + "slug": "umami" + }, + { + "originalTitle": "Umbraco", + "componentName": "UmbracoIcon", + "slug": "umbraco" + }, + { + "originalTitle": "UML", + "componentName": "UmlIcon", + "slug": "uml" + }, + { + "originalTitle": "Unacademy", + "componentName": "UnacademyIcon", + "slug": "unacademy" + }, + { + "originalTitle": "Under Armour", + "componentName": "UnderArmourIcon", + "slug": "underarmour" + }, + { + "originalTitle": "Underscore.js", + "componentName": "UnderscoreDotjsIcon", + "slug": "underscoredotjs" + }, + { + "originalTitle": "Undertale", + "componentName": "UndertaleIcon", + "slug": "undertale" + }, + { + "originalTitle": "Unicode", + "componentName": "UnicodeIcon", + "slug": "unicode" + }, + { + "originalTitle": "Unilever", + "componentName": "UnileverIcon", + "slug": "unilever" + }, + { + "originalTitle": "Uniqlo", + "componentName": "UniqloIcon", + "slug": "uniqlo" + }, + { + "originalTitle": "Uniqlo", + "componentName": "UniqloJaIcon", + "slug": "uniqlo_ja" + }, + { + "originalTitle": "United Airlines", + "componentName": "UnitedAirlinesIcon", + "slug": "unitedairlines" + }, + { + "originalTitle": "United Nations", + "componentName": "UnitedNationsIcon", + "slug": "unitednations" + }, + { + "originalTitle": "Unity", + "componentName": "UnityIcon", + "slug": "unity" + }, + { + "originalTitle": "Unlicense", + "componentName": "UnlicenseIcon", + "slug": "unlicense" + }, + { + "originalTitle": "UnoCSS", + "componentName": "UnoCssIcon", + "slug": "unocss" + }, + { + "originalTitle": "Unraid", + "componentName": "UnraidIcon", + "slug": "unraid" + }, + { + "originalTitle": "Unreal Engine", + "componentName": "UnrealEngineIcon", + "slug": "unrealengine" + }, + { + "originalTitle": "Unsplash", + "componentName": "UnsplashIcon", + "slug": "unsplash" + }, + { + "originalTitle": "Untappd", + "componentName": "UntappdIcon", + "slug": "untappd" + }, + { + "originalTitle": "UpCloud", + "componentName": "UpCloudIcon", + "slug": "upcloud" + }, + { + "originalTitle": "UpLabs", + "componentName": "UpLabsIcon", + "slug": "uplabs" + }, + { + "originalTitle": "Upptime", + "componentName": "UpptimeIcon", + "slug": "upptime" + }, + { + "originalTitle": "UPS", + "componentName": "UpsIcon", + "slug": "ups" + }, + { + "originalTitle": "Upstash", + "componentName": "UpstashIcon", + "slug": "upstash" + }, + { + "originalTitle": "Uptime Kuma", + "componentName": "UptimeKumaIcon", + "slug": "uptimekuma" + }, + { + "originalTitle": "Uptobox", + "componentName": "UptoboxIcon", + "slug": "uptobox" + }, + { + "originalTitle": "Upwork", + "componentName": "UpworkIcon", + "slug": "upwork" + }, + { + "originalTitle": "USPS", + "componentName": "UspsIcon", + "slug": "usps" + }, + { + "originalTitle": "uTorrent", + "componentName": "UTorrentIcon", + "slug": "utorrent" + }, + { + "originalTitle": "V", + "componentName": "VIcon", + "slug": "v" + }, + { + "originalTitle": "V2EX", + "componentName": "V2exIcon", + "slug": "v2ex" + }, + { + "originalTitle": "V8", + "componentName": "V8Icon", + "slug": "v8" + }, + { + "originalTitle": "Vaadin", + "componentName": "VaadinIcon", + "slug": "vaadin" + }, + { + "originalTitle": "Vagrant", + "componentName": "VagrantIcon", + "slug": "vagrant" + }, + { + "originalTitle": "Vala", + "componentName": "ValaIcon", + "slug": "vala" + }, + { + "originalTitle": "Valorant", + "componentName": "ValorantIcon", + "slug": "valorant" + }, + { + "originalTitle": "Valve", + "componentName": "ValveIcon", + "slug": "valve" + }, + { + "originalTitle": "Vapor", + "componentName": "VaporIcon", + "slug": "vapor" + }, + { + "originalTitle": "Vault", + "componentName": "VaultIcon", + "slug": "vault" + }, + { + "originalTitle": "Vaultwarden", + "componentName": "VaultwardenIcon", + "slug": "vaultwarden" + }, + { + "originalTitle": "Vauxhall", + "componentName": "VauxhallIcon", + "slug": "vauxhall" + }, + { + "originalTitle": "vBulletin", + "componentName": "VBulletinIcon", + "slug": "vbulletin" + }, + { + "originalTitle": "Vector Logo Zone", + "componentName": "VectorLogoZoneIcon", + "slug": "vectorlogozone" + }, + { + "originalTitle": "Vectorworks", + "componentName": "VectorworksIcon", + "slug": "vectorworks" + }, + { + "originalTitle": "Veeam", + "componentName": "VeeamIcon", + "slug": "veeam" + }, + { + "originalTitle": "Veepee", + "componentName": "VeepeeIcon", + "slug": "veepee" + }, + { + "originalTitle": "Vega", + "componentName": "VegaIcon", + "slug": "vega" + }, + { + "originalTitle": "VEGAS", + "componentName": "VegasIcon", + "slug": "vegas" + }, + { + "originalTitle": "Velog", + "componentName": "VelogIcon", + "slug": "velog" + }, + { + "originalTitle": "Venmo", + "componentName": "VenmoIcon", + "slug": "venmo" + }, + { + "originalTitle": "Vercel", + "componentName": "VercelIcon", + "slug": "vercel" + }, + { + "originalTitle": "Verdaccio", + "componentName": "VerdaccioIcon", + "slug": "verdaccio" + }, + { + "originalTitle": "Veritas", + "componentName": "VeritasIcon", + "slug": "veritas" + }, + { + "originalTitle": "Verizon", + "componentName": "VerizonIcon", + "slug": "verizon" + }, + { + "originalTitle": "Vespa", + "componentName": "VespaIcon", + "slug": "vespa" + }, + { + "originalTitle": "VEXXHOST", + "componentName": "VexxhostIcon", + "slug": "vexxhost" + }, + { + "originalTitle": "vFairs", + "componentName": "VFairsIcon", + "slug": "vfairs" + }, + { + "originalTitle": "Viadeo", + "componentName": "ViadeoIcon", + "slug": "viadeo" + }, + { + "originalTitle": "Viaplay", + "componentName": "ViaplayIcon", + "slug": "viaplay" + }, + { + "originalTitle": "Viber", + "componentName": "ViberIcon", + "slug": "viber" + }, + { + "originalTitle": "Viblo", + "componentName": "VibloIcon", + "slug": "viblo" + }, + { + "originalTitle": "VictoriaMetrics", + "componentName": "VictoriaMetricsIcon", + "slug": "victoriametrics" + }, + { + "originalTitle": "Victron Energy", + "componentName": "VictronEnergyIcon", + "slug": "victronenergy" + }, + { + "originalTitle": "Vim", + "componentName": "VimIcon", + "slug": "vim" + }, + { + "originalTitle": "Vimeo", + "componentName": "VimeoIcon", + "slug": "vimeo" + }, + { + "originalTitle": "Vimeo Livestream", + "componentName": "VimeoLivestreamIcon", + "slug": "vimeolivestream" + }, + { + "originalTitle": "Virgin", + "componentName": "VirginIcon", + "slug": "virgin" + }, + { + "originalTitle": "Virgin Atlantic", + "componentName": "VirginAtlanticIcon", + "slug": "virginatlantic" + }, + { + "originalTitle": "Virgin Media", + "componentName": "VirginMediaIcon", + "slug": "virginmedia" + }, + { + "originalTitle": "VirtualBox", + "componentName": "VirtualBoxIcon", + "slug": "virtualbox" + }, + { + "originalTitle": "VirusTotal", + "componentName": "VirusTotalIcon", + "slug": "virustotal" + }, + { + "originalTitle": "Visa", + "componentName": "VisaIcon", + "slug": "visa" + }, + { + "originalTitle": "Visual Basic", + "componentName": "VisualBasicIcon", + "slug": "visualbasic" + }, + { + "originalTitle": "Visual Studio", + "componentName": "VisualStudioIcon", + "slug": "visualstudio" + }, + { + "originalTitle": "Visual Studio App Center", + "componentName": "VisualStudioAppCenterIcon", + "slug": "visualstudioappcenter" + }, + { + "originalTitle": "Visual Studio Code", + "componentName": "VisualStudioCodeIcon", + "slug": "visualstudiocode" + }, + { + "originalTitle": "Vite", + "componentName": "ViteIcon", + "slug": "vite" + }, + { + "originalTitle": "Vitess", + "componentName": "VitessIcon", + "slug": "vitess" + }, + { + "originalTitle": "Vitest", + "componentName": "VitestIcon", + "slug": "vitest" + }, + { + "originalTitle": "Viva Wallet", + "componentName": "VivaWalletIcon", + "slug": "vivawallet" + }, + { + "originalTitle": "Vivaldi", + "componentName": "VivaldiIcon", + "slug": "vivaldi" + }, + { + "originalTitle": "Vivino", + "componentName": "VivinoIcon", + "slug": "vivino" + }, + { + "originalTitle": "Vivint", + "componentName": "VivintIcon", + "slug": "vivint" + }, + { + "originalTitle": "VK", + "componentName": "VkIcon", + "slug": "vk" + }, + { + "originalTitle": "VLC media player", + "componentName": "VlcMediaPlayerIcon", + "slug": "vlcmediaplayer" + }, + { + "originalTitle": "VMware", + "componentName": "VMwareIcon", + "slug": "vmware" + }, + { + "originalTitle": "Vodafone", + "componentName": "VodafoneIcon", + "slug": "vodafone" + }, + { + "originalTitle": "Void Linux", + "componentName": "VoidLinuxIcon", + "slug": "voidlinux" + }, + { + "originalTitle": "VoIP.ms", + "componentName": "VoIpDotmsIcon", + "slug": "voipdotms" + }, + { + "originalTitle": "Volkswagen", + "componentName": "VolkswagenIcon", + "slug": "volkswagen" + }, + { + "originalTitle": "Volvo", + "componentName": "VolvoIcon", + "slug": "volvo" + }, + { + "originalTitle": "Vonage", + "componentName": "VonageIcon", + "slug": "vonage" + }, + { + "originalTitle": "Voron Design", + "componentName": "VoronDesignIcon", + "slug": "vorondesign" + }, + { + "originalTitle": "Vowpal Wabbit", + "componentName": "VowpalWabbitIcon", + "slug": "vowpalwabbit" + }, + { + "originalTitle": "VOX", + "componentName": "VoxIcon", + "slug": "vox" + }, + { + "originalTitle": "VSCO", + "componentName": "VscoIcon", + "slug": "vsco" + }, + { + "originalTitle": "VSCodium", + "componentName": "VsCodiumIcon", + "slug": "vscodium" + }, + { + "originalTitle": "VTEX", + "componentName": "VtexIcon", + "slug": "vtex" + }, + { + "originalTitle": "Vue.js", + "componentName": "VueDotjsIcon", + "slug": "vuedotjs" + }, + { + "originalTitle": "Vuetify", + "componentName": "VuetifyIcon", + "slug": "vuetify" + }, + { + "originalTitle": "Vulkan", + "componentName": "VulkanIcon", + "slug": "vulkan" + }, + { + "originalTitle": "Vultr", + "componentName": "VultrIcon", + "slug": "vultr" + }, + { + "originalTitle": "Vyond", + "componentName": "VyondIcon", + "slug": "vyond" + }, + { + "originalTitle": "W3Schools", + "componentName": "W3schoolsIcon", + "slug": "w3schools" + }, + { + "originalTitle": "Wacom", + "componentName": "WacomIcon", + "slug": "wacom" + }, + { + "originalTitle": "Wagtail", + "componentName": "WagtailIcon", + "slug": "wagtail" + }, + { + "originalTitle": "Wails", + "componentName": "WailsIcon", + "slug": "wails" + }, + { + "originalTitle": "WakaTime", + "componentName": "WakaTimeIcon", + "slug": "wakatime" + }, + { + "originalTitle": "WALKMAN", + "componentName": "WalkmanIcon", + "slug": "walkman" + }, + { + "originalTitle": "Wallabag", + "componentName": "WallabagIcon", + "slug": "wallabag" + }, + { + "originalTitle": "WalletConnect", + "componentName": "WalletConnectIcon", + "slug": "walletconnect" + }, + { + "originalTitle": "Walmart", + "componentName": "WalmartIcon", + "slug": "walmart" + }, + { + "originalTitle": "Wantedly", + "componentName": "WantedlyIcon", + "slug": "wantedly" + }, + { + "originalTitle": "Wappalyzer", + "componentName": "WappalyzerIcon", + "slug": "wappalyzer" + }, + { + "originalTitle": "Warner Bros.", + "componentName": "WarnerbrosIcon", + "slug": "warnerbros" + }, + { + "originalTitle": "Warp", + "componentName": "WarpIcon", + "slug": "warp" + }, + { + "originalTitle": "Wasabi", + "componentName": "WasabiIcon", + "slug": "wasabi" + }, + { + "originalTitle": "wasmCloud", + "componentName": "WasmCloudIcon", + "slug": "wasmcloud" + }, + { + "originalTitle": "Wasmer", + "componentName": "WasmerIcon", + "slug": "wasmer" + }, + { + "originalTitle": "Wattpad", + "componentName": "WattpadIcon", + "slug": "wattpad" + }, + { + "originalTitle": "Wayland", + "componentName": "WaylandIcon", + "slug": "wayland" + }, + { + "originalTitle": "Waze", + "componentName": "WazeIcon", + "slug": "waze" + }, + { + "originalTitle": "WazirX", + "componentName": "WazirXIcon", + "slug": "wazirx" + }, + { + "originalTitle": "Wear OS", + "componentName": "WearOsIcon", + "slug": "wearos" + }, + { + "originalTitle": "Weasyl", + "componentName": "WeasylIcon", + "slug": "weasyl" + }, + { + "originalTitle": "Web3.js", + "componentName": "Web3dotjsIcon", + "slug": "web3dotjs" + }, + { + "originalTitle": "WebAssembly", + "componentName": "WebAssemblyIcon", + "slug": "webassembly" + }, + { + "originalTitle": "WebAuthn", + "componentName": "WebAuthnIcon", + "slug": "webauthn" + }, + { + "originalTitle": "webcomponents.org", + "componentName": "WebcomponentsDotorgIcon", + "slug": "webcomponentsdotorg" + }, + { + "originalTitle": "WebdriverIO", + "componentName": "WebdriverIoIcon", + "slug": "webdriverio" + }, + { + "originalTitle": "Webex", + "componentName": "WebexIcon", + "slug": "webex" + }, + { + "originalTitle": "Webflow", + "componentName": "WebflowIcon", + "slug": "webflow" + }, + { + "originalTitle": "WebGL", + "componentName": "WebGlIcon", + "slug": "webgl" + }, + { + "originalTitle": "Weblate", + "componentName": "WeblateIcon", + "slug": "weblate" + }, + { + "originalTitle": "Webmin", + "componentName": "WebminIcon", + "slug": "webmin" + }, + { + "originalTitle": "WebMoney", + "componentName": "WebMoneyIcon", + "slug": "webmoney" + }, + { + "originalTitle": "Webpack", + "componentName": "WebpackIcon", + "slug": "webpack" + }, + { + "originalTitle": "WebRTC", + "componentName": "WebRtcIcon", + "slug": "webrtc" + }, + { + "originalTitle": "WebStorm", + "componentName": "WebStormIcon", + "slug": "webstorm" + }, + { + "originalTitle": "WEBTOON", + "componentName": "WebtoonIcon", + "slug": "webtoon" + }, + { + "originalTitle": "webtrees", + "componentName": "WebtreesIcon", + "slug": "webtrees" + }, + { + "originalTitle": "WeChat", + "componentName": "WeChatIcon", + "slug": "wechat" + }, + { + "originalTitle": "WeGame", + "componentName": "WeGameIcon", + "slug": "wegame" + }, + { + "originalTitle": "Weights & Biases", + "componentName": "WeightsAndBiasesIcon", + "slug": "weightsandbiases" + }, + { + "originalTitle": "Welcome to the Jungle", + "componentName": "WelcomeToTheJungleIcon", + "slug": "welcometothejungle" + }, + { + "originalTitle": "Wellfound", + "componentName": "WellfoundIcon", + "slug": "wellfound" + }, + { + "originalTitle": "Wells Fargo", + "componentName": "WellsFargoIcon", + "slug": "wellsfargo" + }, + { + "originalTitle": "WEMO", + "componentName": "WemoIcon", + "slug": "wemo" + }, + { + "originalTitle": "Western Digital", + "componentName": "WesternDigitalIcon", + "slug": "westerndigital" + }, + { + "originalTitle": "WeTransfer", + "componentName": "WeTransferIcon", + "slug": "wetransfer" + }, + { + "originalTitle": "WezTerm", + "componentName": "WezTermIcon", + "slug": "wezterm" + }, + { + "originalTitle": "WhatsApp", + "componentName": "WhatsAppIcon", + "slug": "whatsapp" + }, + { + "originalTitle": "When I Work", + "componentName": "WhenIWorkIcon", + "slug": "wheniwork" + }, + { + "originalTitle": "Wii", + "componentName": "WiiIcon", + "slug": "wii" + }, + { + "originalTitle": "Wii U", + "componentName": "WiiUIcon", + "slug": "wiiu" + }, + { + "originalTitle": "wiki.gg", + "componentName": "WikiDotggIcon", + "slug": "wikidotgg" + }, + { + "originalTitle": "Wiki.js", + "componentName": "WikiDotjsIcon", + "slug": "wikidotjs" + }, + { + "originalTitle": "Wikidata", + "componentName": "WikidataIcon", + "slug": "wikidata" + }, + { + "originalTitle": "Wikimedia Commons", + "componentName": "WikimediaCommonsIcon", + "slug": "wikimediacommons" + }, + { + "originalTitle": "Wikipedia", + "componentName": "WikipediaIcon", + "slug": "wikipedia" + }, + { + "originalTitle": "Wikiquote", + "componentName": "WikiquoteIcon", + "slug": "wikiquote" + }, + { + "originalTitle": "Wikivoyage", + "componentName": "WikivoyageIcon", + "slug": "wikivoyage" + }, + { + "originalTitle": "Winamp", + "componentName": "WinampIcon", + "slug": "winamp" + }, + { + "originalTitle": "Windows", + "componentName": "WindowsIcon", + "slug": "windows" + }, + { + "originalTitle": "Windows 10", + "componentName": "Windows10Icon", + "slug": "windows10" + }, + { + "originalTitle": "Windows 11", + "componentName": "Windows11Icon", + "slug": "windows11" + }, + { + "originalTitle": "Windows 95", + "componentName": "Windows95Icon", + "slug": "windows95" + }, + { + "originalTitle": "Windows Terminal", + "componentName": "WindowsTerminalIcon", + "slug": "windowsterminal" + }, + { + "originalTitle": "Windows XP", + "componentName": "WindowsXpIcon", + "slug": "windowsxp" + }, + { + "originalTitle": "Wipro", + "componentName": "WiproIcon", + "slug": "wipro" + }, + { + "originalTitle": "Wire", + "componentName": "WireIcon", + "slug": "wire" + }, + { + "originalTitle": "WireGuard", + "componentName": "WireGuardIcon", + "slug": "wireguard" + }, + { + "originalTitle": "Wireshark", + "componentName": "WiresharkIcon", + "slug": "wireshark" + }, + { + "originalTitle": "Wise", + "componentName": "WiseIcon", + "slug": "wise" + }, + { + "originalTitle": "Wish", + "componentName": "WishIcon", + "slug": "wish" + }, + { + "originalTitle": "Wistia", + "componentName": "WistiaIcon", + "slug": "wistia" + }, + { + "originalTitle": "Wix", + "componentName": "WixIcon", + "slug": "wix" + }, + { + "originalTitle": "Wizz Air", + "componentName": "WizzAirIcon", + "slug": "wizzair" + }, + { + "originalTitle": "Wolfram", + "componentName": "WolframIcon", + "slug": "wolfram" + }, + { + "originalTitle": "Wolfram Language", + "componentName": "WolframLanguageIcon", + "slug": "wolframlanguage" + }, + { + "originalTitle": "Wolfram Mathematica", + "componentName": "WolframMathematicaIcon", + "slug": "wolframmathematica" + }, + { + "originalTitle": "Wondershare", + "componentName": "WondershareIcon", + "slug": "wondershare" + }, + { + "originalTitle": "Woo", + "componentName": "WooIcon", + "slug": "woo" + }, + { + "originalTitle": "WooCommerce", + "componentName": "WooCommerceIcon", + "slug": "woocommerce" + }, + { + "originalTitle": "WordPress", + "componentName": "WordPressIcon", + "slug": "wordpress" + }, + { + "originalTitle": "Workplace", + "componentName": "WorkplaceIcon", + "slug": "workplace" + }, + { + "originalTitle": "World Health Organization", + "componentName": "WorldHealthOrganizationIcon", + "slug": "worldhealthorganization" + }, + { + "originalTitle": "WP Engine", + "componentName": "WpEngineIcon", + "slug": "wpengine" + }, + { + "originalTitle": "WP Rocket", + "componentName": "WpRocketIcon", + "slug": "wprocket" + }, + { + "originalTitle": "WPExplorer", + "componentName": "WpExplorerIcon", + "slug": "wpexplorer" + }, + { + "originalTitle": "Write.as", + "componentName": "WriteDotasIcon", + "slug": "writedotas" + }, + { + "originalTitle": "WWE", + "componentName": "WweIcon", + "slug": "wwe" + }, + { + "originalTitle": "Wwise", + "componentName": "WwiseIcon", + "slug": "wwise" + }, + { + "originalTitle": "Wyze", + "componentName": "WyzeIcon", + "slug": "wyze" + }, + { + "originalTitle": "X", + "componentName": "XIcon", + "slug": "x" + }, + { + "originalTitle": "X.Org", + "componentName": "XDotOrgIcon", + "slug": "xdotorg" + }, + { + "originalTitle": "Xamarin", + "componentName": "XamarinIcon", + "slug": "xamarin" + }, + { + "originalTitle": "XAML", + "componentName": "XamlIcon", + "slug": "xaml" + }, + { + "originalTitle": "XAMPP", + "componentName": "XamppIcon", + "slug": "xampp" + }, + { + "originalTitle": "Xbox", + "componentName": "XboxIcon", + "slug": "xbox" + }, + { + "originalTitle": "Xcode", + "componentName": "XcodeIcon", + "slug": "xcode" + }, + { + "originalTitle": "XDA Developers", + "componentName": "XdaDevelopersIcon", + "slug": "xdadevelopers" + }, + { + "originalTitle": "Xendit", + "componentName": "XenditIcon", + "slug": "xendit" + }, + { + "originalTitle": "Xero", + "componentName": "XeroIcon", + "slug": "xero" + }, + { + "originalTitle": "XFCE", + "componentName": "XfceIcon", + "slug": "xfce" + }, + { + "originalTitle": "Xiaomi", + "componentName": "XiaomiIcon", + "slug": "xiaomi" + }, + { + "originalTitle": "Xing", + "componentName": "XingIcon", + "slug": "xing" + }, + { + "originalTitle": "XMPP", + "componentName": "XmppIcon", + "slug": "xmpp" + }, + { + "originalTitle": "XO", + "componentName": "XoIcon", + "slug": "xo" + }, + { + "originalTitle": "XRP", + "componentName": "XrpIcon", + "slug": "xrp" + }, + { + "originalTitle": "XSplit", + "componentName": "XSplitIcon", + "slug": "xsplit" + }, + { + "originalTitle": "XState", + "componentName": "XStateIcon", + "slug": "xstate" + }, + { + "originalTitle": "Y Combinator", + "componentName": "YCombinatorIcon", + "slug": "ycombinator" + }, + { + "originalTitle": "Yale", + "componentName": "YaleIcon", + "slug": "yale" + }, + { + "originalTitle": "Yamaha Corporation", + "componentName": "YamahaCorporationIcon", + "slug": "yamahacorporation" + }, + { + "originalTitle": "Yamaha Motor Corporation", + "componentName": "YamahaMotorCorporationIcon", + "slug": "yamahamotorcorporation" + }, + { + "originalTitle": "YAML", + "componentName": "YamlIcon", + "slug": "yaml" + }, + { + "originalTitle": "Yammer", + "componentName": "YammerIcon", + "slug": "yammer" + }, + { + "originalTitle": "Yandex Cloud", + "componentName": "YandexCloudIcon", + "slug": "yandexcloud" + }, + { + "originalTitle": "Yarn", + "componentName": "YarnIcon", + "slug": "yarn" + }, + { + "originalTitle": "Yelp", + "componentName": "YelpIcon", + "slug": "yelp" + }, + { + "originalTitle": "Yeti", + "componentName": "YetiIcon", + "slug": "yeti" + }, + { + "originalTitle": "Yoast", + "componentName": "YoastIcon", + "slug": "yoast" + }, + { + "originalTitle": "YouTube", + "componentName": "YouTubeIcon", + "slug": "youtube" + }, + { + "originalTitle": "YouTube Gaming", + "componentName": "YouTubeGamingIcon", + "slug": "youtubegaming" + }, + { + "originalTitle": "YouTube Kids", + "componentName": "YouTubeKidsIcon", + "slug": "youtubekids" + }, + { + "originalTitle": "YouTube Music", + "componentName": "YouTubeMusicIcon", + "slug": "youtubemusic" + }, + { + "originalTitle": "YouTube Shorts", + "componentName": "YouTubeShortsIcon", + "slug": "youtubeshorts" + }, + { + "originalTitle": "YouTube Studio", + "componentName": "YouTubeStudioIcon", + "slug": "youtubestudio" + }, + { + "originalTitle": "YouTube TV", + "componentName": "YouTubeTvIcon", + "slug": "youtubetv" + }, + { + "originalTitle": "Yr", + "componentName": "YrIcon", + "slug": "yr" + }, + { + "originalTitle": "Yubico", + "componentName": "YubicoIcon", + "slug": "yubico" + }, + { + "originalTitle": "Żabka", + "componentName": "ZabkaIcon", + "slug": "zabka" + }, + { + "originalTitle": "Zalando", + "componentName": "ZalandoIcon", + "slug": "zalando" + }, + { + "originalTitle": "Zalo", + "componentName": "ZaloIcon", + "slug": "zalo" + }, + { + "originalTitle": "Zapier", + "componentName": "ZapierIcon", + "slug": "zapier" + }, + { + "originalTitle": "Zara", + "componentName": "ZaraIcon", + "slug": "zara" + }, + { + "originalTitle": "Zazzle", + "componentName": "ZazzleIcon", + "slug": "zazzle" + }, + { + "originalTitle": "Zcash", + "componentName": "ZcashIcon", + "slug": "zcash" + }, + { + "originalTitle": "ZDF", + "componentName": "ZdfIcon", + "slug": "zdf" + }, + { + "originalTitle": "ZebPay", + "componentName": "ZebPayIcon", + "slug": "zebpay" + }, + { + "originalTitle": "Zebra Technologies", + "componentName": "ZebraTechnologiesIcon", + "slug": "zebratechnologies" + }, + { + "originalTitle": "Zelle", + "componentName": "ZelleIcon", + "slug": "zelle" + }, + { + "originalTitle": "Zend", + "componentName": "ZendIcon", + "slug": "zend" + }, + { + "originalTitle": "Zendesk", + "componentName": "ZendeskIcon", + "slug": "zendesk" + }, + { + "originalTitle": "Zenn", + "componentName": "ZennIcon", + "slug": "zenn" + }, + { + "originalTitle": "Zenodo", + "componentName": "ZenodoIcon", + "slug": "zenodo" + }, + { + "originalTitle": "Zensar", + "componentName": "ZensarIcon", + "slug": "zensar" + }, + { + "originalTitle": "Zerodha", + "componentName": "ZerodhaIcon", + "slug": "zerodha" + }, + { + "originalTitle": "Zerply", + "componentName": "ZerplyIcon", + "slug": "zerply" + }, + { + "originalTitle": "Zettlr", + "componentName": "ZettlrIcon", + "slug": "zettlr" + }, + { + "originalTitle": "Zhihu", + "componentName": "ZhihuIcon", + "slug": "zhihu" + }, + { + "originalTitle": "Zig", + "componentName": "ZigIcon", + "slug": "zig" + }, + { + "originalTitle": "Zigbee", + "componentName": "ZigbeeIcon", + "slug": "zigbee" + }, + { + "originalTitle": "Ziggo", + "componentName": "ZiggoIcon", + "slug": "ziggo" + }, + { + "originalTitle": "Zilch", + "componentName": "ZilchIcon", + "slug": "zilch" + }, + { + "originalTitle": "Zillow", + "componentName": "ZillowIcon", + "slug": "zillow" + }, + { + "originalTitle": "ZincSearch", + "componentName": "ZincSearchIcon", + "slug": "zincsearch" + }, + { + "originalTitle": "Zingat", + "componentName": "ZingatIcon", + "slug": "zingat" + }, + { + "originalTitle": "Zod", + "componentName": "ZodIcon", + "slug": "zod" + }, + { + "originalTitle": "Zoho", + "componentName": "ZohoIcon", + "slug": "zoho" + }, + { + "originalTitle": "Zoiper", + "componentName": "ZoiperIcon", + "slug": "zoiper" + }, + { + "originalTitle": "Zomato", + "componentName": "ZomatoIcon", + "slug": "zomato" + }, + { + "originalTitle": "Zoom", + "componentName": "ZoomIcon", + "slug": "zoom" + }, + { + "originalTitle": "Zorin", + "componentName": "ZorinIcon", + "slug": "zorin" + }, + { + "originalTitle": "Zotero", + "componentName": "ZoteroIcon", + "slug": "zotero" + }, + { + "originalTitle": "Zsh", + "componentName": "ZshIcon", + "slug": "zsh" + }, + { + "originalTitle": "Zulip", + "componentName": "ZulipIcon", + "slug": "zulip" + }, + { + "originalTitle": "Zyte", + "componentName": "ZyteIcon", + "slug": "zyte" + } + ] +} \ No newline at end of file