import React from "react"; const DataSourceIcon = (props: React.SVGProps) => { return ( ); }; export { DataSourceIcon };