/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InProjectTagIcon: 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>
      <g>
        <path d='M12 15a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM18 15a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2zM7 11a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zM18 11a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2zM18 7a1 1 0 1 1 0 2H6a1 1 0 0 1 0-2z' />
      </g>
    </g>
  </svg>
);
export default InProjectTagIcon;
