import { Icon } from '../iconTypes';
declare const IconShield: ({ className, color, height, opacity, width, title }: Icon) => JSX.Element;
export default IconShield;
