mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 01:19:30 +08:00
30 lines
710 B
Text
30 lines
710 B
Text
{
|
|
"name": "@iconify-json/ic",
|
|
"description": "Google Material Icons icon set in Iconify JSON format",
|
|
"version": "1.1.8",
|
|
"iconSetVersion": "1.0.31",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"homepage": "https://icon-sets.iconify.design/ic/",
|
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
"license": "Apache 2.0",
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"require": "./index.js",
|
|
"import": "./index.mjs"
|
|
},
|
|
"./icons.json": "./icons.json",
|
|
"./info.json": "./info.json",
|
|
"./metadata.json": "./metadata.json"
|
|
},
|
|
"iconSet": {
|
|
"icons": "icons.json",
|
|
"info": "info.json",
|
|
"metadata": "metadata.json"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/types": "*"
|
|
}
|
|
}
|