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