UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

8 lines • 210 B
import { styled } from "./theme"; export const StyledSvg = styled("svg", { display: "inline-block", verticalAlign: "middle", width: "1em", height: "1em" }); export const StyledPath = styled("path", {});