import * as React from "react"; export function TwitterIcon(props: React.SVGProps) { return ( ); }