UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 460 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgRecordingSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M384 138a117.93 117.93 0 00-91.84 192h-72.32A118 118 0 10128 374h256a118 118 0 000-236zM54 256a74 74 0 1174 74 74.09 74.09 0 01-74-74zm330 74a74 74 0 1174-74 74.09 74.09 0 01-74 74z" /></Svg>; } export default SvgRecordingSharp;