import * as React from "react"; import { Path } from "react-native-svg"; import { Icon, IIconProps } from "native-base"; export const LineStroke = (props: IIconProps) => { return ( ); }; export default LineStroke;