import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCut = withIcon(function IconCut(props) {
    return (<svg data-tag="IconCut" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m14.079 11.571-.127-.193.003.002-.018-.028c-.11-.203-.259-.41-.41-.62-.435-.607-.888-1.24-.487-1.898.848-1.289 1.94-2.726 2.906-3.998.286-.376.56-.737.815-1.076.985-1.429 1.943-.666 1.568.823-.76 2.485-1.876 4.86-2.992 7.213-.464 1-.833.43-1.258-.225"/>
      <path fillRule="evenodd" d="M12.995 11.808a104.838 104.838 0 0 0-2.829-4.126c-1-1.379-2.3-3.09-3.104-4.135-.191-.24-.449-.56-.78-.476-.953.51-.37 1.943.038 2.944.083.203.158.39.212.546.976 2.445 2.081 4.971 3.384 7.222.388.617.835.584 1.35.546.23-.018.475-.036.734.003.713.215 1.157.984 1.528 1.628l.15.257c.287.498.442 1.046.596 1.594.13.458.258.915.463 1.34 1.567 3.054 6.233 2.009 6.262-1.428.04-1.79-1.275-3.287-3.362-3.287-2.086 0-3.376-.56-4.642-2.628m4.55 7.49c-.955-.027-1.726-.926-1.613-1.854.134-1.551 2.263-2.068 3.135-.776.79 1.12-.1 2.7-1.489 2.63zm-8.619-4.894c-.247-.223-.52-.174-.845-.115a3.733 3.733 0 0 1-.413.057 8.227 8.227 0 0 1-.673.032c-2.347-.202-4.383 1.621-3.932 3.97.54 3.016 4.85 3.64 6.298.935.266-.511.433-1.047.6-1.583.131-.418.262-.837.44-1.242l.03-.071c.16-.36.351-.792.002-.94a3.408 3.408 0 0 0-.192-.072 2.36 2.36 0 0 1-.353-.146c-.314-.148-.555-.403-.788-.65l-.154-.16-.019-.016zM6.532 19.3c-1.181.083-2.13-1.184-1.69-2.265.501-1.435 2.668-1.451 3.212-.057.449 1.025-.356 2.284-1.492 2.32H6.53z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Cut.jsx.map