const BookmarkSlashIcon = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    fill="currentColor"
    aria-hidden="true"
    viewBox="0 0 20 20"
    width="1em"
    height="1em"
    {...props}
  >
    <path d="M17 4.517v9.301L5.433 2.252a41.44 41.44 0 0 1 9.637.058A2.213 2.213 0 0 1 17 4.517zM3 17.25V6.182l10.654 10.654L10 15.082l-5.925 2.844A.75.75 0 0 1 3 17.25zm.28-15.03a.75.75 0 0 0-1.06 1.06l14.5 14.5a.75.75 0 1 0 1.06-1.06L3.28 2.22z" />
  </svg>
)
export default BookmarkSlashIcon
