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