import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandTumblr = withIcon(function IconBrandTumblr(props) {
    return (<svg data-tag="IconBrandTumblr" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M18.247 20.907v-3.144c-1.01.65-2.014.974-3.001.974-.587 0-1.094-.134-1.518-.4-.334-.197-.56-.457-.672-.784-.13-.346-.192-1.093-.192-2.24v-5.12h4.73V7.05h-4.73V2h-2.83c-.125 1.04-.354 1.89-.688 2.55A5.594 5.594 0 0 1 8 6.27c-.553.463-1.22.827-2.001 1.093v2.83h2.19v7.014c0 .903.099 1.603.294 2.103.196.483.534.937 1.017 1.353.494.427 1.094.757 1.796.99.712.23 1.517.347 2.415.347.768 0 1.51-.08 2.226-.243.656-.15 1.424-.434 2.312-.85z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandTumblr.jsx.map