UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 713 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgVideocamOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M374.79 308.78L457.5 367a16 16 0 0022.5-14.62V159.62A16 16 0 00457.5 145l-82.71 58.22A16 16 0 00368 216.3v79.4a16 16 0 006.79 13.08z" fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={32} /><Path d="M268 384H84a52.15 52.15 0 01-52-52V180a52.15 52.15 0 0152-52h184.48A51.68 51.68 0 01320 179.52V332a52.15 52.15 0 01-52 52z" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={32} /></Svg>; } export default SvgVideocamOutline;