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