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