import * as React from "react"; import Svg, { Path, SvgProps } from "react-native-svg"; const Muscle = (props: SvgProps) => ( ); export default Muscle;