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