UNPKG
@wfp/icons
Version:
alpha (10.34.17)
latest (0.2.2)
10.34.17
10.34.16
10.34.15
10.34.14
10.34.13
10.34.12
10.34.11
10.34.10
10.34.9
10.34.8
10.34.7
10.34.6
10.34.5
10.34.4
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.86
0.0.85
0.0.84
0.0.83
0.0.82
0.0.81
0.0.80
0.0.79
0.0.78
0.0.77
0.0.76
0.0.75
0.0.74
0.0.73
0.0.72
0.0.71
0.0.70
0.0.69
0.0.68
0.0.67
0.0.66
0.0.65
0.0.64
0.0.63
0.0.62
0.0.61
0.0.60
0.0.59
0.0.58
0.0.57
0.0.56
0.0.55
0.0.54
0.0.53
0.0.52
0.0.51
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Icons for the WFP UI
github.com/wfp/carbon-icons
wfp/carbon-icons
@wfp/icons
/
dist
/
carbon-icons.es.js
3 lines
•
204 B
JavaScript
View Raw
1
2
3
export
*
from
'./carbon-icons-list'
;
import
*
as
icons
from
'./carbon-icons-list'
;
export
default
(
function
(
) {
return
Object
.
keys
(icons).
map
(
function
(
key
) {
return
icons[key]; }); })();