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