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