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