UNPKG

@klnjs/react-icon

Version:

An icon component for React.

4 lines (3 loc) 205 B
import { jsx as _jsx } from "react/jsx-runtime"; import { forwardRef } from '@klnjs/react-core'; export const IconPath = forwardRef((props, forwardedRef) => _jsx("path", { ref: forwardedRef, ...props }));