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