const AlignBaseline = (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="M10.9703 2.08039L13.9703 10.4C14.064 10.6597 13.9293 10.9463 13.6696 11.0399C13.4098 11.1336 13.1233 10.999 13.0296 10.7392L12.0477 8.01603H8.95227L7.97031 10.7392C7.87664 10.999 7.59012 11.1336 7.33035 11.0399C7.07058 10.9463 6.93593 10.6597 7.0296 10.4L10.0296 2.08039C10.1011 1.88214 10.2892 1.75 10.5 1.75C10.7107 1.75 10.8988 1.88214 10.9703 2.08039ZM11.7411 7.16603H9.25877L10.5 3.72399L11.7411 7.16603ZM2.89949 2.49994L2.89949 9.53425L4.21664 8.2171C4.37285 8.06089 4.62612 8.06089 4.78233 8.2171C4.93854 8.37331 4.93854 8.62657 4.78233 8.78278L2.78233 10.7828C2.70732 10.8578 2.60557 10.8999 2.49949 10.8999C2.3934 10.8999 2.29166 10.8578 2.21664 10.7828L0.216645 8.78278C0.0604349 8.62657 0.0604349 8.37331 0.216645 8.2171C0.372854 8.06089 0.62612 8.06089 0.78233 8.2171L2.09949 9.53425L2.09949 2.49994C2.09949 2.27903 2.27857 2.09994 2.49949 2.09994C2.7204 2.09994 2.89949 2.27903 2.89949 2.49994ZM0.499969 13.1H14.5C14.7209 13.1 14.9 13.2791 14.9 13.5C14.9 13.7209 14.7209 13.9 14.5 13.9H0.499969C0.279056 13.9 0.0999695 13.7209 0.0999695 13.5C0.0999695 13.2791 0.279056 13.1 0.499969 13.1Z"
      fill="currentColor"
    />
  </svg>
);

export default AlignBaseline;
