UNPKG

@vector-im/compound-design-tokens

Version:
12 lines (9 loc) 276 B
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;