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