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