UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

7 lines (6 loc) 225 B
export interface PencilIconProps { svgAttrs?: SVGProps; } import type { SVGProps } from "../types"; declare function PencilIcon(props: PencilIconProps): import("react/jsx-runtime").JSX.Element; export default PencilIcon;