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