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