UNPKG

@scaleflex/icons

Version:
5 lines (4 loc) 221 B
import React from 'react'; import type { IconProps } from './icon.props'; export declare const CursorPointer: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>; export default CursorPointer;