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