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