UNPKG
@holokit/icons
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Components, fonts, icons, and css files for creating and displaying icons.
@holokit/icons
/
src
/
index.js
7 lines
(4 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
'./icons.scss'
import
ComplexIcon
from
'./components/ComplexIcon/ComplexIcon'
import
Icon
from
'./components/Icon/Icon'
export
{
ComplexIcon
,
Icon
}