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