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