import React from "react";

/**
 * switch-camera-solid.svg
 */
declare const SwitchCameraSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default SwitchCameraSolidIcon;
