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="M18.785 16.895c.434 0 .706.055.87.218.162.163.217.434.217.869 0 .434-.055.706-.218.869-.163.163-.434.218-.869.218H5.215c-.435 0-.706-.055-.87-.218-.162-.163-.217-.435-.217-.87 0-.434.055-.705.218-.869.163-.162.434-.217.869-.217zM4.241 5.529c.488-.353 1.462.217 3.41 1.358 2.4 1.407 3.601 2.115 3.602 2.823 0 .708-1.201 1.417-3.603 2.824-1.947 1.141-2.921 1.711-3.409 1.359-.487-.353-.488-1.63-.488-4.183 0-2.552 0-3.828.488-4.181m14.544 6.294c.435 0 .706.054.87.217.162.164.217.435.217.87 0 .434-.055.706-.218.869-.163.163-.434.217-.869.217h-4.722c-.435 0-.707-.054-.87-.217-.163-.163-.217-.435-.217-.87 0-.434.054-.706.217-.869.164-.163.435-.217.87-.217zm0-5.073c.435 0 .706.055.87.218.162.163.217.435.217.87 0 .434-.055.705-.218.868-.163.163-.434.218-.869.218h-2.898c-.435 0-.706-.055-.87-.218-.162-.163-.217-.434-.217-.869 0-.434.054-.706.218-.869.163-.163.434-.218.869-.218z"/>
    </svg>);
});
//# sourceMappingURL=Playlist.jsx.map