import { PathStyle } from '../ReactNode/Shape/Path'; import React from 'react'; const Path: React.FC = props =>
{props}
; export default Path;