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