/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LibraryIcon: 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='M3.987 4A.99.99 0 0 0 3 4.995v13.93c0 .55.442.995.987.995a.99.99 0 0 0 .986-.995V4.995A.99.99 0 0 0 3.987 4M7.933 4a.99.99 0 0 0-.987.995v13.93c0 .55.442.995.987.995a.99.99 0 0 0 .987-.995V4.995A.99.99 0 0 0 7.933 4M10.893 4.995A.99.99 0 0 1 11.879 4a.99.99 0 0 1 .987.995v13.93a.99.99 0 0 1-.987.995.99.99 0 0 1-.986-.995zM15.065 4.243a.997.997 0 0 0-.618 1.26l4.631 13.82c.175.52.735.8 1.251.624a.997.997 0 0 0 .619-1.26l-4.632-13.82a.985.985 0 0 0-1.25-.624' />
      </g>
    </g>
  </svg>
);
export default LibraryIcon;
