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