import React from "react"; type Props = { size?: number; }; export const ExcelIcon = ({ size }: Props) => ( );