import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUnplayed = withIcon(function IconUnplayed(props) {
    return (<svg data-tag="IconUnplayed" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.89 9.072c.39-.247 1.17.153 2.728.951C14.54 11.01 15.5 11.504 15.5 12s-.96.991-2.882 1.977c-1.558.798-2.337 1.197-2.727.95C9.5 14.679 9.5 13.787 9.5 12c0-1.786 0-2.68.39-2.928"/>
      <path fillRule="evenodd" d="M12.001 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18m0 2.251a6.749 6.749 0 1 0 .001 13.497 6.749 6.749 0 0 0-.001-13.497" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Unplayed.jsx.map