import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackNext = withIcon(function IconPlaybackNext(props) {
    return (<svg data-tag="IconPlaybackNext" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.375 16.5v-1.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.757-5.884.752-.454 2.254.448 5.25 2.257.52.314.994.6 1.423.865.43.264.813.506 1.152.73.336.223.628.269.836.158.208-.11.332-.377.332-.78V7.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.2v9c0 .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=PlaybackNext.jsx.map