import React from "react"; type Props = { size?: number; }; export function PdfIcon({ size = 24 }: Props) { return ( ); }