@elevyg/react-native-ionicons
Version:
Ionicons 5 for React Native
8 lines (6 loc) • 440 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
function SvgPlaySkipForwardCircleSharp(props) {
return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm80 288h-32v-69l-128 77.37V167.49L304 245v-69h32z" /></Svg>;
}
export default SvgPlaySkipForwardCircleSharp;