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