export const IconProps = {
  src: {
    type: String
  },
  size: {
    type: Number,
    default: 20,
  },
};
