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