@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
14 lines (12 loc) • 366 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/icon/icon.style.ts
const iconStyle = require_config.defineComponentStyle({ base: {
color: "currentColor",
display: "inline-block",
flexShrink: 0,
fontSize: "1em",
lineHeight: "1em"
} });
//#endregion
exports.iconStyle = iconStyle;
//# sourceMappingURL=icon.style.cjs.map