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