Created
February 14, 2021 13:39
-
-
Save merksam/49683b64924eca23085d77421c278235 to your computer and use it in GitHub Desktop.
Article / SVG Icons React / Icon.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.icon { | |
display: inline-block; | |
vertical-align: middle; | |
} | |
.icon svg { | |
display: block | |
} | |
.icon:not(.icon-raw) svg path, polygon, rect, circle { | |
fill: currentColor | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment