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