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