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