import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaylist = withIcon(function IconPlaylist(props) {
    return (<svg data-tag="IconPlaylist" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M19.872 17.982c0 .434-.054.706-.217.869-.164.163-.435.218-.87.218H5.215c-.435 0-.706-.055-.87-.218-.163-.163-.217-.435-.217-.87 0-.434.054-.706.217-.869.163-.163.435-.217.87-.217h13.57c.435 0 .706.054.87.217.163.163.217.435.217.87m-1.087-6.16h-4.722c-.435 0-.707.055-.87.218-.163.163-.217.435-.217.87 0 .434.054.706.217.869.163.163.435.217.87.217h4.722c.435 0 .706-.054.87-.217.163-.163.217-.435.217-.87 0-.434-.054-.706-.217-.87-.164-.162-.435-.217-.87-.217M14.8 7.837c0 .434.054.706.217.87.164.162.435.217.87.217h2.898c.435 0 .706-.055.87-.218.163-.163.217-.435.217-.87 0-.434-.054-.705-.217-.868-.164-.164-.435-.218-.87-.218h-2.898c-.435 0-.706.054-.87.218-.163.163-.217.434-.217.869m-7.15 4.697c-1.947 1.141-2.921 1.711-3.409 1.358s-.488-1.63-.488-4.181c0-2.553 0-3.83.488-4.182.488-.353 1.462.217 3.41 1.358 2.401 1.407 3.602 2.116 3.602 2.824 0 .708-1.201 1.416-3.602 2.823"/>
    </svg>);
});
//# sourceMappingURL=Playlist.jsx.map