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