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