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