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