import * as React from 'react'; export interface FileStarred64Props extends React.SVGProps { ariaLabel?: string } export default function FileStarred64({ ariaLabel, ...props }: FileStarred64Props) { return ( ); }