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