import * as React from "react"; import { SVGProps } from "react"; const SvgSyndication = (props: SVGProps) => ( ); export default SvgSyndication;