UNPKG
@stories-js/core
Version:
latest (0.2.0)
0.2.0
Stories web components to build stories
storiesjs/stories
@stories-js/core
/
dist
/
collection
/
components
/
icon
/
icon.css
12 lines
(10 loc)
•
100 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
:host
{
display
: inline; }
svg
{
width
:
14px
;
height
:
14px
; }
path
{
fill
: currentColor; }