confignsk 1ae347f531
Some checks are pending
Deploy VitePress site to Pages / build (push) Waiting to run
full start
2025-05-28 01:32:04 +07:00

30 lines
677 B
JSON

{
"name": "@iconify-json/simple-icons",
"description": "Simple Icons icon set in Iconify JSON format",
"version": "1.2.36",
"iconSetVersion": "14.15.0",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"homepage": "https://icon-sets.iconify.design/simple-icons/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"license": "CC0-1.0",
"exports": {
"./*": "./*",
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"./icons.json": "./icons.json",
"./info.json": "./info.json"
},
"iconSet": {
"icons": "icons.json",
"info": "info.json"
},
"dependencies": {
"@iconify/types": "*"
}
}