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