-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.svgtofontrc
59 lines (59 loc) · 1.62 KB
/
.svgtofontrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"emptyDist": true,
"outSVGReact": true,
"outSVGPath": true,
"fontName": "w-icon",
"css": true,
"startNumber": 20000,
"nodemo": true,
"typescript": true,
"svgicons2svgfont": {
"fontHeight": 1000,
"normalize": true
},
"website": {
"title": "uiw icons",
"favicon": "assets/favicon.png",
"logo": "icon/uiw.svg",
"meta": {
"description": "The premium icon font for @uiw-react Component Library.",
"keywords": "uiw, uiw-react, react.js, react, component, svg, icon, components, ui, framework, toolkit,icon,file-icons,TTF,EOT,WOFF,WOFF2,SVG"
},
"description": "The premium icon font for <a href=\"https://github.com/uiwjs/uiw\">@uiw</a> Component Library.",
"corners": {
"url": "https://github.com/uiwjs/icons",
"bgColor": "#4A4A4A"
},
"links": [
{
"title": "Cheatsheet",
"url": "https://github.com/uiwjs/icons"
},
{
"title": "Measure",
"url": "https://uiwjs.github.io/icons/uiw-icons"
},
{
"title": "GitHub",
"url": "https://github.com/uiwjs/icons"
},
{
"title": "Feedback",
"url": "https://github.com/uiwjs/icons/issues"
},
{
"title": "Font Class Demo",
"url": "index.html"
},
{
"title": "Symbol Demo",
"url": "symbol.html"
},
{
"title": "Unicode Demo",
"url": "unicode.html"
}
],
"footerInfo": "Designed by <a href=\"https://github.com/liwen0526\">@liwen0526</a>. Licensed under MIT. (Yes it's free and <a href=\"https://github.com/uiwjs/icons\">open-sourced</a>)"
}
}