export default interface IconInterface {
  toString (): string
}
