import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAnimation = withIcon(function IconAnimation(props) {
    return (<svg data-tag="IconAnimation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0"/>
      <path d="M7.511 9.583c.029-.518-.584-.83-.826-.37a6 6 0 0 0 5.848 8.763c.518-.045.465-.727-.025-.9A7.503 7.503 0 0 1 7.51 9.583"/>
      <path d="M4.511 11.583c.029-.518-.584-.83-.826-.37a6 6 0 0 0 5.848 8.764c.518-.046.465-.728-.025-.9a7.503 7.503 0 0 1-4.997-7.494"/>
    </svg>);
});
//# sourceMappingURL=Animation.jsx.map