UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 410 B
import React from 'react'; export default function PlaylistMusicIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-playlist-music ${props.className}`} viewBox="0 0 24 24" > <path d="M15 6H3v2h12V6m0 4H3v2h12v-2M3 16h8v-2H3v2M17 6v8.18c-.31-.11-.65-.18-1-.18a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V8h3V6h-5z" /> </svg> ); }