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