import { SVGAttributes } from 'react'; const TwitterX = (props: SVGAttributes) => { return ( ); }; export default TwitterX;