UNPKG

@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) 345 B
import { defineComponentStyle } from "../../core/system/config.js"; //#region src/components/icon/icon.style.ts const iconStyle = defineComponentStyle({ base: { color: "currentColor", display: "inline-block", flexShrink: 0, fontSize: "1em", lineHeight: "1em" } }); //#endregion export { iconStyle }; //# sourceMappingURL=icon.style.js.map