UNPKG

react-native-feather

Version:
9 lines (8 loc) 436 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCast(props) { return (<Svg width={24} height={24} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}> <Path d="M2 16.1A5 5 0 015.9 20M2 12.05A9 9 0 019.95 20M2 8V6a2 2 0 012-2h16a2 2 0 012 2v12a2 2 0 01-2 2h-6M2 20h.01"/> </Svg>); } export default SvgCast;