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