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