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