UNPKG

fui-fancyui

Version:
25 lines (24 loc) 518 B
import { jsx as r } from "react/jsx-runtime"; import { styled as t } from "styled-components"; import i from "./LogoIcon/LogoIcon.js"; import n from "./LogoImage/LogoImage.js"; import m from "./LogoTitle/LogoTitle.js"; function o(e) { return /* @__PURE__ */ r(p, { ...e }); } o.Image = n; o.Icon = i; o.Title = m; const p = t.div` display: flex; align-items: center; justify-content: center; height: 100%; flex-shrink: 0; padding: 8px; box-sizing: border-box; gap: 8px; `; export { o as default };