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