import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandVimeo = withIcon(function IconBrandVimeo(props) {
    return (<svg data-tag="IconBrandVimeo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.99 7.693c-.091 1.792-1.452 4.266-4.08 7.401C15.189 18.358 12.883 20 11.015 20c-1.175 0-2.144-1.002-2.95-2.986-.531-1.834-1.085-3.647-1.615-5.481-.6-1.984-1.245-2.986-1.937-2.986-.138 0-.668.298-1.568.874L2 8.291c.991-.81 1.96-1.6 2.928-2.41 1.315-1.046 2.306-1.6 2.975-1.664 1.545-.128 2.513.853 2.882 2.943.392 2.282.669 3.69.807 4.245.438 1.877.945 2.836 1.476 2.836.415 0 1.037-.618 1.89-1.834.83-1.216 1.292-2.154 1.338-2.794.115-1.045-.323-1.578-1.338-1.578-.484 0-.968.106-1.475.298.991-2.986 2.859-4.415 5.626-4.33 2.029.043 2.997 1.28 2.882 3.69"/>
    </svg>);
});
//# sourceMappingURL=BrandVimeo.jsx.map