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