import React from "react"; import { Icon, IconProps } from "../Icon"; /** * @group Icons */ export const SecurityUpdateWarningIcon = React.forwardRef((props, ref) => { return }); SecurityUpdateWarningIcon.displayName = "SecurityUpdateWarningIcon";