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