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