UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

14 lines (13 loc) • 374 B
"use strict"; exports.__esModule = true; exports.StyledSvg = exports.StyledPath = void 0; var _theme = require("./theme"); const StyledSvg = (0, _theme.styled)("svg", { display: "inline-block", verticalAlign: "middle", width: "1em", height: "1em" }); exports.StyledSvg = StyledSvg; const StyledPath = (0, _theme.styled)("path", {}); exports.StyledPath = StyledPath;