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