const BiconColumnsreversed = (props) => (
  <svg
    width={props.width || '1em'}
    height={props.height || '1em'}
    viewBox="0 0 28 28"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    role="img"
    {...props}
  >
    <path
      d="M14 5C14 3.89543 14.8954 3 16 3H22C23.1046 3 24 3.89543 24 5V21C24 22.1046 23.1046 23 22 23H16C14.8954 23 14 22.1046 14 21V5Z"
      fill="currentColor"
    />
    <path
      d="M20 9V16H18.5788V10.4048H18.5394L17 11.4097V10.0972L18.6641 9H20Z"
      fill="white"
    />
    <path
      d="M2 5C2 3.89543 2.89543 3 4 3H10C11.1046 3 12 3.89543 12 5V21C12 22.1046 11.1046 23 10 23H4C2.89543 23 2 22.1046 2 21V5Z"
      fill="currentColor"
    />
    <path
      d="M5.05405 16V14.948L7.02432 12.672C7.19189 12.4697 7.33243 12.2876 7.44595 12.1257C7.56126 11.9639 7.64865 11.8054 7.70811 11.6503C7.76757 11.4929 7.7973 11.3232 7.7973 11.1411C7.7973 10.9388 7.76036 10.7646 7.68649 10.6185C7.61261 10.4701 7.51171 10.3566 7.38378 10.2779C7.25586 10.197 7.11081 10.1566 6.94865 10.1566C6.77928 10.1566 6.63153 10.1993 6.50541 10.2847C6.37928 10.3701 6.28198 10.4926 6.21351 10.6522C6.14504 10.8118 6.11081 11.0018 6.11081 11.2221H5C5 10.7702 5.08198 10.378 5.24595 10.0453C5.40991 9.71259 5.63964 9.4552 5.93514 9.27312C6.23063 9.09104 6.57117 9 6.95676 9C7.35315 9 7.6982 9.08767 7.99189 9.26301C8.28739 9.4361 8.51712 9.67662 8.68108 9.98459C8.84505 10.2925 8.92703 10.6455 8.92703 11.0434C8.92703 11.3041 8.88559 11.5615 8.8027 11.8155C8.72162 12.0695 8.57658 12.3516 8.36757 12.6618C8.15856 12.9698 7.86396 13.3396 7.48378 13.7712L6.67568 14.7592V14.8064H9V16H5.05405Z"
      fill="white"
    />
  </svg>
);

export default BiconColumnsreversed;
