UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 367 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgPlayListLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M2 18h10v2H2v-2Zm0-7h14v2H2v-2Zm0-7h20v2H2V4Zm17 11.17V9h5v2h-3v7a3 3 0 1 1-2-2.83ZM18 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /> </Svg> ); export default SvgPlayListLine;