import { Component } from '../_util/simply';
import { ImageIconProps } from './props';

Component<ImageIconProps>({
  props: {
    image: '',
  },
});
