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