@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 320 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgPlayList2Fill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M22 18v2H2v-2h20ZM2 3.5l8 5-8 5v-10ZM22 11v2H12v-2h10Zm0-7v2H12V4h10Z" />
</Svg>
);
export default SvgPlayList2Fill;