mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
28 lines
657 B
Text
28 lines
657 B
Text
{
|
|
"name": "@iconify-json/heroicons-outline",
|
|
"description": "HeroIcons Outline icon set in Iconify JSON format",
|
|
"version": "1.1.2",
|
|
"iconSetVersion": "1.0.5",
|
|
"main": "index.js",
|
|
"module": "index.mjs",
|
|
"types": "index.d.ts",
|
|
"homepage": "https://icon-sets.iconify.design/heroicons-outline/",
|
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./*": "./*",
|
|
".": {
|
|
"require": "./index.js",
|
|
"import": "./index.mjs"
|
|
},
|
|
"./icons.json": "./icons.json",
|
|
"./info.json": "./info.json"
|
|
},
|
|
"iconSet": {
|
|
"icons": "icons.json",
|
|
"info": "info.json"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/types": "*"
|
|
}
|
|
}
|