mirror of
https://github.com/iconify/iconify.git
synced 2025-01-12 01:45:41 +00:00
Add SVG generator link to API provider data
This commit is contained in:
parent
d1284f4c95
commit
b6578679e2
4
packages/types/package-lock.json
generated
4
packages/types/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@iconify/types",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@iconify/types",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"license": "(Apache-2.0 OR GPL-2.0)",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.1.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@iconify/types",
|
||||
"description": "Types for Iconify data",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"license": "(Apache-2.0 OR GPL-2.0)",
|
||||
"main": "./index.js",
|
||||
|
@ -37,4 +37,8 @@ export interface APIProviderRawData {
|
||||
|
||||
// NPM packages for icons, used when showing code samples
|
||||
npm?: APIProviderRawDataNPM;
|
||||
|
||||
// SVG generator URL, including full host name, {prefix} and {name} variables
|
||||
// Example: 'https://api.iconify.design/{prefix}/{name}.svg'
|
||||
svg?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user