UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 430 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgPlayReverseFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m4.624 12.416 10.599 7.066a.5.5 0 0 0 .777-.416V4.934a.5.5 0 0 0-.777-.416L4.624 11.584a.5.5 0 0 0 0 .832" /> </Svg> ); export default SvgPlayReverseFill;