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