import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackPause = withIcon(function IconPlaybackPause(props) {
    return (<svg data-tag="IconPlaybackPause" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.5 7.5v9c0 1.2-.15 1.95-.6 2.4-.45.45-1.2.6-2.4.6s-1.95-.15-2.4-.6c-.45-.45-.6-1.2-.6-2.4v-9c0-1.2.15-1.95.6-2.4.45-.45 1.2-.6 2.4-.6s1.95.15 2.4.6c.45.45.6 1.2.6 2.4m6-3c-1.2 0-1.95.15-2.4.6-.45.45-.6 1.2-.6 2.4v9c0 1.2.15 1.95.6 2.4.45.45 1.2.6 2.4.6s1.95-.15 2.4-.6c.45-.45.6-1.2.6-2.4v-9c0-1.2-.15-1.95-.6-2.4-.45-.45-1.2-.6-2.4-.6"/>
    </svg>);
});
//# sourceMappingURL=PlaybackPause.jsx.map