import React, { FC } from "react" import { BaseIconProps } from "./index" interface Props extends BaseIconProps {} export const NoticeDefaultIcon: FC = props => { return ( ) }