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