import React from 'react' import { Svg, G, Path } from 'react-native-svg' import { genOutlineIcon } from './gen' const WarningTriangleOutline = genOutlineIcon( ({ size, color, strokeWidth }, props) => { return ( ) }, ) export default WarningTriangleOutline