const ComponentInstance = (props) => (
  <svg
    width={props.width || '1em'}
    height={props.height || '1em'}
    viewBox="0 0 15 15"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    role="img"
    {...props}
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M7.85361 1.48959L13.5105 7.14644C13.7057 7.3417 13.7057 7.65829 13.5105 7.85355L7.85361 13.5104C7.65835 13.7057 7.34176 13.7057 7.1465 13.5104L1.48965 7.85355C1.29439 7.65829 1.29439 7.3417 1.48965 7.14644L7.1465 1.48959C7.34176 1.29432 7.65835 1.29432 7.85361 1.48959ZM2.55031 7.49999L7.50005 12.4497L12.4498 7.49999L7.50005 2.55025L2.55031 7.49999Z"
      fill="currentColor"
    />
  </svg>
);

export default ComponentInstance;
