const BiconPresetflex2col = (props) => (
  <svg
    width={props.width || '1em'}
    height={props.height || '1em'}
    viewBox="0 0 60 40"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    role="img"
    {...props}
  >
    <rect width={60} height={40} fill="white" />
    <rect x={7} y={7} width={21} height={27} fill="currentColor" />
    <rect x={32} y={7} width={21} height={27} fill="currentColor" />
    <path
      d="M50.875 18H48.4375C47.791 18 47.171 18.2371 46.7139 18.659C46.2568 19.081 46 19.6533 46 20.25V36.75C46 37.3467 46.2568 37.919 46.7139 38.341C47.171 38.7629 47.791 39 48.4375 39H56.5625C57.209 39 57.829 38.7629 58.2861 38.341C58.7432 37.919 59 37.3467 59 36.75V20.25C59 19.6533 58.7432 19.081 58.2861 18.659C57.829 18.2371 57.209 18 56.5625 18H54.125M50.875 18V19.5H54.125V18M50.875 18H54.125H50.875Z"
      fill="white"
    />
    <path
      d="M50.875 18H48.4375C47.791 18 47.171 18.2371 46.7139 18.659C46.2568 19.081 46 19.6533 46 20.25V36.75C46 37.3467 46.2568 37.919 46.7139 38.341C47.171 38.7629 47.791 39 48.4375 39H56.5625C57.209 39 57.829 38.7629 58.2861 38.341C58.7432 37.919 59 37.3467 59 36.75V20.25C59 19.6533 58.7432 19.081 58.2861 18.659C57.829 18.2371 57.209 18 56.5625 18H54.125M50.875 18V19.5H54.125V18M50.875 18H54.125"
      stroke="currentColor"
      strokeWidth={1.5}
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <rect x={47.5} y={22.5} width={10} height={6} fill="currentColor" />
    <rect x={47.5} y={30.5} width={10} height={6} fill="currentColor" />
  </svg>
);

export default BiconPresetflex2col;
