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