import * as React from "react"; function BookmarkIcon(props: React.SVGProps) { return ; } export default BookmarkIcon;