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