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