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