import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLanguage = withIcon(function IconLanguage(props) {
    return (<svg data-tag="IconLanguage" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M22.125 9h-1.128a13.13 13.13 0 0 1-2.67 4.48 15.59 15.59 0 0 0 3.948 2.345c.183.08.27.29.2.477l-.26.7a.36.36 0 0 1-.472.219 16.879 16.879 0 0 1-4.493-2.698 16.878 16.878 0 0 1-4.493 2.698.36.36 0 0 1-.473-.219l-.258-.7a.375.375 0 0 1 .2-.477 15.59 15.59 0 0 0 3.946-2.345A13.132 13.132 0 0 1 13.503 9h-1.128A.375.375 0 0 1 12 8.625v-.75c0-.207.168-.375.375-.375H16.5V6.375c0-.207.168-.375.375-.375h.75c.207 0 .375.168.375.375V7.5h4.125c.207 0 .375.168.375.375v.75a.375.375 0 0 1-.375.375m-7.07 0a11.516 11.516 0 0 0 2.195 3.453A11.514 11.514 0 0 0 19.445 9zm-4.47 8.25H9.72a.468.468 0 0 1-.44-.308L8.574 15h-4.78l-.706 1.942a.468.468 0 0 1-.44.308h-.866a.281.281 0 0 1-.264-.377L5.064 7.12a.562.562 0 0 1 .528-.37h1.184c.236 0 .447.148.528.37l3.546 9.753a.281.281 0 0 1-.264.377M6.185 8.426 4.339 13.5h3.69z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Language.jsx.map