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