@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) • 469 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
import { createIcon } from './create-icon';
export const FiCopy = createIcon(_jsxs(_Fragment, { children: [_jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2", stroke: "currentColor", strokeWidth: "2", fill: "none" }), _jsx("rect", { x: "3", y: "3", width: "13", height: "13", rx: "2", ry: "2", stroke: "currentColor", strokeWidth: "2", fill: "none" })] }));