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