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