/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const BookmarkOutlineIcon: 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='m12 18.136-3.9 1.696q-.928.4-1.764-.153-.836-.555-.836-1.567V5.885q0-.778.546-1.331Q6.59 3.999 7.357 4h9.286q.766 0 1.311.554.546.553.546 1.33v12.228q0 1.013-.836 1.567-.835.554-1.764.153zm0-2.074 4.643 2.026V5.886H7.357v12.204z' />
    </g>
  </svg>
);
export default BookmarkOutlineIcon;
