import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackPrevious = withIcon(function IconPlaybackPrevious(props) {
    return (<svg data-tag="IconPlaybackPrevious" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.625 7.5v1.846c0 .403.124.67.332.78.208.11.5.065.836-.158.339-.224.723-.466 1.152-.73.43-.264.903-.551 1.423-.865 2.996-1.809 4.498-2.711 5.25-2.257.753.455.757 2.266.757 5.884 0 3.618-.004 5.43-.756 5.884-.753.454-2.255-.448-5.25-2.257-.52-.314-.995-.6-1.424-.865-.43-.264-.813-.506-1.152-.73-.336-.223-.628-.269-.836-.158-.208.11-.332.377-.332.78V16.5c0 .6-.075.975-.3 1.2-.225.225-.6.3-1.2.3s-.975-.075-1.2-.3c-.225-.225-.3-.6-.3-1.2v-9c0-.6.075-.975.3-1.2.225-.225.6-.3 1.2-.3s.975.075 1.2.3c.225.225.3.6.3 1.2"/>
    </svg>);
});
//# sourceMappingURL=PlaybackPrevious.jsx.map