import { SVGProps } from "react";
export const Book = (props: SVGProps<SVGSVGElement>) => (
<svg
width="1em"
height="1em"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.1121 3.74413L21.5561 7.50513C21.8707 7.66518 22.1192 7.93037 22.2586 8.25463C22.398 8.57889 22.4194 8.94174 22.3191 9.28013C21.9291 10.6111 21.9721 11.1701 22.2271 11.8011C22.4841 12.4391 22.3061 13.2501 21.6401 13.6711L11.3561 20.1811C10.9251 20.4541 10.3761 20.4961 9.8991 20.2631L6.0591 18.3681L4.4551 17.5631L3.3151 16.9811L2.6191 16.6161L2.2591 16.4201L1.9981 16.2701C0.978099 15.6551 0.660099 14.4051 0.666099 13.4501C0.670099 12.4791 1.0041 11.2661 1.9311 10.6001L2.2311 10.3931L3.0891 9.83213L5.1341 8.52613L12.6421 3.81113C12.8608 3.67477 13.111 3.59705 13.3684 3.58549C13.6259 3.57393 13.882 3.62791 14.1121 3.74413ZM20.0331 10.6881L11.3601 16.1781L11.2521 16.2411L11.1411 16.2931C11.0311 16.7011 10.9931 16.9941 10.9971 17.2661C10.9991 17.4281 11.0171 17.5941 11.0521 17.7831L11.0941 17.9801L20.2421 12.1901L20.1701 11.9411C20.0853 11.6157 20.039 11.2814 20.0321 10.9451L20.0331 10.6881ZM2.8001 12.6781C2.7107 12.9284 2.66536 13.1923 2.6661 13.4581C2.6631 14.1301 2.9031 14.4811 3.0311 14.5581L3.3391 14.7331L3.9651 15.0661L5.7351 15.9691L9.0101 17.6001C9.00237 17.4993 8.9977 17.3983 8.9961 17.2971C8.99234 16.923 9.03058 16.5497 9.1101 16.1841L9.1771 15.8961L2.8001 12.6781ZM13.9641 6.91413C13.738 6.79488 13.4748 6.76674 13.2286 6.8355C12.9824 6.90427 12.7719 7.0647 12.6403 7.28386C12.5087 7.50301 12.466 7.76424 12.521 8.01388C12.576 8.26351 12.7246 8.4826 12.9361 8.62613L13.0361 8.68613L15.1361 9.78613C15.3622 9.90539 15.6254 9.93352 15.8716 9.86476C16.1178 9.796 16.3283 9.63556 16.4599 9.41641C16.5915 9.19726 16.6342 8.93603 16.5792 8.68639C16.5242 8.43675 16.3756 8.21766 16.1641 8.07413L16.0641 8.01413L13.9641 6.91413Z"
fill="currentColor"
/>
</svg>
);