UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

4 lines (3 loc) 253 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from './create-icon'; export const FiClose = createIcon(_jsx("path", { d: "M18 6 6 18M6 6l12 12", stroke: "currentColor", strokeWidth: "2", fill: "none", strokeLinecap: "round" }));