/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MinusIcon: 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='M5.143 13C4.512 13 4 12.552 4 12s.512-1 1.143-1h13.714c.631 0 1.143.448 1.143 1s-.512 1-1.143 1z' />
    </g>
  </svg>
);
export default MinusIcon;
