import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSwipe = withIcon(function IconSwipe(props) {
    return (<svg data-tag="IconSwipe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.703 5.345a6.773 6.773 0 0 0-3.877.573c-.214.101-.285.306-.3.491-.01.15.044.304.164.489.495.76.426 1.217.15 1.418-.275.2-.975.219-2.176.248l-.482.013c-1.07.03-1.607.045-1.823-.214-.243-.249-.147-.796.044-1.894l.076-.44c.202-1.184.321-1.874.56-2.118.239-.244.565-.38 1.245.218.166.146.31.222.46.233a.78.78 0 0 0 .482-.147 9.01 9.01 0 0 1 5.308-1.156 8.953 8.953 0 0 1 5.32 2.392 8.985 8.985 0 0 1 1.752 2.26.536.536 0 0 1-.245.734l-1.005.497a.603.603 0 0 1-.783-.258 6.746 6.746 0 0 0-1.256-1.592 6.704 6.704 0 0 0-3.614-1.747"/>
      <path d="M13.58 12.79a.38.38 0 0 0 .447.346c.484-.083.96.165 1.324.494.118.107.254.208.407.286.105.054.27.091.462.134.375.084.851.191 1.175.49.803.933.744 1.958.715 2.477l-.002.031c-.203 2.445-2.048 4.392-4.68 4.244-2.497-.14-3.921-2.213-4.783-4.298l-.855-2.068c-.077-.187-.082-.36-.018-.503.063-.143.194-.259.387-.333.445-.173.833-.192 1.16-.064.325.127.59.403.788.822l.41.866c.235.495.49.713.687.671.195-.042.331-.343.327-.887l-.05-6.107c-.002-.289.079-.515.234-.671.155-.156.385-.242.682-.25.304-.01.54.068.703.217.164.148.256.37.273.65l.146 2.46.017.28c.014.255.027.47.045.713"/>
    </svg>);
});
//# sourceMappingURL=Swipe.jsx.map