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