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