/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MobileIcon: 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='M9.63 9.26c-.5 0-.91-.41-.91-.91s.41-.91.91-.91h5.45c.5 0 .91.41.91.91s-.41.91-.91.91zM7.81 21.99c-.5 0-.93-.18-1.28-.53S6 20.68 6 20.18V3.81c0-.5.18-.93.53-1.28S7.31 2 7.81 2h9.09c.5 0 .93.18 1.28.53.36.36.53.78.53 1.28v16.36c0 .5-.18.93-.53 1.28-.36.36-.78.53-1.28.53H7.81zm0-5.05c0 .28.22.5.5.5h8.09c.28 0 .5-.22.5-.5v-9.9c0-.28-.22-.5-.5-.5H8.31c-.28 0-.5.22-.5.5v9.91z' />
    </g>
  </svg>
);
export default MobileIcon;
