/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CheckboxIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='m10.444 13.556-2.388-2.39a1.05 1.05 0 0 0-.778-.305q-.472 0-.778.306a1.05 1.05 0 0 0-.306.777q0 .472.306.778l3.167 3.167q.333.333.777.333.445 0 .778-.333L17.5 9.61q.306-.306.306-.778t-.306-.777a1.05 1.05 0 0 0-.778-.306q-.472 0-.778.306zM4.222 22a2.14 2.14 0 0 1-1.57-.653A2.14 2.14 0 0 1 2 19.777V4.223q0-.915.653-1.57A2.14 2.14 0 0 1 4.223 2h15.555a2.14 2.14 0 0 1 1.57.653q.652.652.652 1.57v15.555a2.14 2.14 0 0 1-.653 1.57 2.14 2.14 0 0 1-1.57.652z' />
    </g>
  </svg>
);
export default CheckboxIcon;
