import type { IconProps } from '../../types';
declare const PlayFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Play Fill
 * @see {@link https://remixicon.com/icon/play-fill Remix Icon Docs}
 */
export { PlayFill };
