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