import * as React from "react"; import { SVGProps } from "react"; const SvgStrategy = (props: SVGProps) => ( ); export default SvgStrategy;