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