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