Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import React from 'react';
const IconBookmark = () => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="1"
strokeLinecap="round"
strokeLinejoin="round"
className="feather feather-bookmark">
<title>Bookmark</title>
<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path>
</svg>
);
export default IconBookmark;