import IProps from "./typing";

const defaultProps: IProps = {
  name: "",
  color: "",
  size: "16px",
  bold: false,
  index: "",
  customPrefix: "hy-icon",
  label: "",
  labelPos: "right",
  labelSize: "15px",
  labelColor: "#606266",
  space: "3px",
  imgMode: "",
  width: "",
  height: "",
  top: 0,
  stop: false,
  isRotate: false,
  round: 0
};

export default defaultProps;
