Icon
A library of ready to use icons.
Usage
Just import icon from swash/Icon
, icon automatically inherits from text size and color.
import { IoChatbubbles } from "swash/Icon";
function Example() {
return <IoChatbubbles />;
}
render(<Example />);