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