feat: add no stroke class for icon

This commit is contained in:
Shivam Mishra 2020-09-02 20:46:18 +05:30
parent 094aff3fec
commit d776a73837

View file

@ -56,4 +56,8 @@ use.like-icon {
.icon-xl {
width: 75px;
height: 75px;
}
.no-stroke {
stroke: none;
}