UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 377 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgPlayList2Fill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M22 18v2H2v-2zM2 3.5l8 5-8 5zM22 11v2H12v-2zm0-7v2H12V4z" /> </Svg> ); export default SvgPlayList2Fill;