// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const SelectComponentIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      d="M16.7412 11.0342C17.2746 10.8913 17.8228 11.2079 17.9658 11.7412C18.1088 12.2747 17.7923 12.8229 17.2588 12.9658C16.7254 13.1086 16.1771 12.7922 16.0342 12.2588C15.8914 11.7255 16.2079 11.1772 16.7412 11.0342Z"
      fill="white"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M18.5 5C20.433 5 22 6.567 22 8.5V15.5C22 17.433 20.433 19 18.5 19H5.5C3.567 19 2 17.433 2 15.5V8.5C2 6.567 3.567 5 5.5 5H18.5ZM5.5 7C4.67157 7 4 7.67157 4 8.5V15.5C4 16.3284 4.67157 17 5.5 17H12V7H5.5ZM14 17H18.5C19.3284 17 20 16.3284 20 15.5V8.5C20 7.67157 19.3284 7 18.5 7H14V17Z"
      fill="white"
    />
  </svg>
);

const SelectComponentIconWrapper = toIcon(SelectComponentIcon);
export default SelectComponentIconWrapper;
