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