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