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