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