Create Icon component

This commit is contained in:
Cole Bemis
2017-01-28 22:01:30 -08:00
parent 4c6b7ad3b8
commit a85b7b6369
4 changed files with 53 additions and 8 deletions

View File

@ -9,14 +9,7 @@
margin: 0;
}
.icon {
display: inline-block;
line-height: 0;
}
.icon > svg {
stroke: currentColor;
}
</style>
</head>
<body>