import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUnsave = withIcon(function IconUnsave(props) {
    return (<svg data-tag="IconUnsave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 16.132c-.013 2.434-.113 3.651-.91 4.26-.797.608-2.29.608-5.088.608H8.998c-2.798 0-4.29 0-5.088-.608-.796-.609-.897-1.826-.91-4.26-.002-.45.054-.732.223-.903.169-.17.45-.229.9-.229.447 0 .728.057.897.225.169.168.226.449.227.895 0 1.33.043 1.988.44 2.313.395.325 1.145.317 2.561.317h7.504c1.42 0 2.17.004 2.566-.323.396-.326.436-.984.436-2.306 0-.447.058-.727.227-.896.168-.168.45-.225.896-.225.45 0 .732.058.9.229.17.17.225.454.223.903M7.226 5.817 8.619 7.21l1.392 1.392c.143.143.215.27.215.398 0 .127-.072.255-.215.398L8.62 10.79l-1.393 1.393c-.317.317-.476.556-.476.796 0 .239.159.478.476.795.317.317.556.476.795.476.24 0 .479-.159.796-.476l1.393-1.393 1.392-1.392c.143-.143.27-.215.398-.215.127 0 .255.072.398.215l1.392 1.392 1.393 1.393c.317.317.556.476.796.476.239 0 .478-.159.795-.476.317-.317.476-.556.476-.795 0-.24-.159-.479-.476-.796l-1.393-1.393-1.392-1.392c-.143-.143-.215-.27-.215-.398 0-.127.072-.255.215-.398l1.39-1.392 1.393-1.393c.317-.317.476-.556.476-.796 0-.239-.159-.478-.476-.795-.317-.317-.556-.476-.795-.476-.24 0-.479.159-.796.476L13.79 5.619 12.398 7.01c-.143.143-.27.215-.398.215-.127 0-.255-.072-.398-.215L10.21 5.62 8.817 4.226C8.5 3.909 8.26 3.75 8.02 3.75c-.239 0-.478.159-.795.476-.317.317-.476.556-.476.795 0 .24.159.479.476.796"/>
    </svg>);
});
//# sourceMappingURL=Unsave.jsx.map