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