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
|
{
"prefix": "oo-ui-icon",
"intro": "@import '../../../../src/styles/common';",
"variants": {
"invert": {
"color": "#FFFFFF",
"global": true
}
},
"images": {
"article": { "file": {
"ltr": "images/icons/article-ltr.svg",
"rtl": "images/icons/article-rtl.svg"
} },
"articleCheck": { "file": {
"ltr": "images/icons/articleCheck-ltr.svg",
"rtl": "images/icons/articleCheck-rtl.svg"
} },
"articleSearch": { "file": {
"ltr": "images/icons/articleSearch-ltr.svg",
"rtl": "images/icons/articleSearch-rtl.svg"
} },
"book": { "file": {
"ltr": "images/icons/book-ltr.svg",
"rtl": "images/icons/book-rtl.svg"
} },
"citeArticle": { "file": {
"ltr": "images/icons/citeArticle-ltr.svg",
"rtl": "images/icons/citeArticle-rtl.svg"
} },
"die": { "file": {
"ltr": "images/icons/die-ltr.svg",
"rtl": "images/icons/die-rtl.svg"
} },
"download": { "file": {
"ltr": "images/icons/download-ltr.svg",
"rtl": "images/icons/download-rtl.svg"
} },
"folderPlaceholder": { "file": {
"ltr": "images/icons/folderPlaceholder-ltr.svg",
"rtl": "images/icons/folderPlaceholder-rtl.svg"
} },
"journal": { "file": {
"ltr": "images/icons/journal-ltr.svg",
"rtl": "images/icons/journal-rtl.svg"
} },
"newspaper": { "file": {
"ltr": "images/icons/newspaper-ltr.svg",
"rtl": "images/icons/newspaper-rtl.svg"
} },
"upload": { "file": {
"ltr": "images/icons/upload-ltr.svg",
"rtl": "images/icons/upload-rtl.svg"
} }
}
}
|