import type { SVGProps } from "react"; const SvgTabletIcon = (props: SVGProps) => ( ); export default SvgTabletIcon;