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