import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSkipBack10 = withIcon(function IconSkipBack10(props) {
    return (<svg data-tag="IconSkipBack10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 12a8.972 8.972 0 0 1-2.636 6.364A8.972 8.972 0 0 1 12 21a8.972 8.972 0 0 1-6.364-2.636A8.972 8.972 0 0 1 3 12a8.976 8.976 0 0 1 1.807-5.41c.295-.391.542-.59.803-.603.26-.014.533.156.88.502.288.289.434.494.448.71.014.214-.106.439-.35.766A6.73 6.73 0 0 0 5.25 12c0 1.864.755 3.552 1.977 4.773A6.729 6.729 0 0 0 12 18.75a6.729 6.729 0 0 0 4.773-1.977A6.729 6.729 0 0 0 18.75 12a6.707 6.707 0 0 0-1.196-3.834 6.776 6.776 0 0 0-3.07-2.438c-.293-.117-.539-.11-.715.005-.177.114-.284.337-.302.652-.06 1.082-.233 1.53-.729 1.485-.496-.045-1.316-.584-2.67-1.478C8.356 5.262 7.5 4.693 7.5 4.125c0-.568.856-1.136 2.568-2.267C11.497.914 12.33.366 12.818.376c.486.011.626.58.666 1.872.01.315.07.54.206.705.135.167.343.274.648.356a9.01 9.01 0 0 1 4.77 3.17A8.957 8.957 0 0 1 21 12M9.562 15.752c.282 0 .47-.047.586-.165.118-.118.165-.306.165-.587V9.707c0-.26-.046-.436-.159-.547-.112-.111-.29-.157-.555-.158a.991.991 0 0 0-.432.074.651.651 0 0 0-.29.306c-.08.15-.16.325-.32.485-.161.16-.402.307-.8.4-.173.041-.284.093-.352.179s-.093.206-.093.383c0 .213.038.358.13.449.09.09.234.129.448.129h.655c.114 0 .18.01.219.048.038.038.048.105.048.219V15c0 .281.047.47.164.587.117.118.305.165.586.165m1.688-3.377c0-1.083.241-1.938.69-2.523.448-.585 1.104-.899 1.935-.899.83 0 1.487.314 1.935.9.45.584.69 1.44.69 2.522 0 1.083-.241 1.938-.69 2.523-.448.585-1.104.899-1.935.899-.83 0-1.487-.314-1.935-.9-.45-.584-.69-1.44-.69-2.522m1.547 0c0 .673.099 1.205.283 1.568.184.364.454.56.795.56s.61-.196.795-.56c.184-.363.283-.895.283-1.568s-.099-1.205-.283-1.568c-.184-.364-.454-.56-.795-.56s-.61.196-.795.56c-.184.363-.283.895-.283 1.568"/>
    </svg>);
});
//# sourceMappingURL=SkipBack10.jsx.map