import { h } from 'preact'; import { IconProps } from './types'; export declare const Book2Icon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=book2.d.ts.map