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