import type { IconProps } from '../../types';
declare const AnchorLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Anchor Line
 * @see {@link https://remixicon.com/icon/anchor-line Remix Icon Docs}
 */
export { AnchorLine };
