import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgFence: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgFence; //# sourceMappingURL=Fence.d.ts.map