@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) • 313 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from './create-icon';
export const FiSearch = createIcon(_jsx("path", { d: "M21 21l-4.35-4.35M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16z", stroke: "currentColor", strokeWidth: "2", fill: "none", strokeLinecap: "round", strokeLinejoin: "round" }));