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