import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMessageNew = withIcon(function IconMessageNew(props) {
    return (<svg data-tag="IconMessageNew" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 25" {...props}>
      <path d="M21.25 0c.414 0 .75.399.75.89V4h3.11c.491 0 .89.336.89.75s-.399.75-.89.75H22v3.11c0 .491-.336.89-.75.89s-.75-.399-.75-.89V5.5h-3.11c-.491 0-.89-.336-.89-.75s.399-.75.89-.75h3.11V.89c0-.491.336-.89.75-.89m-8.188 4H6a4 4 0 0 0-4 4c0 .142.078.273.203.34l9.159 4.961c.386.21.853.2 1.231-.023l3.421-2.021A7.985 7.985 0 0 1 13.062 4"/>
      <path d="M22 12.938a7.967 7.967 0 0 1-4.569-.776l-4.075 2.408a2.75 2.75 0 0 1-2.709.05l-7.17-3.884a1 1 0 0 0-1.477.88V18a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4z"/>
    </svg>);
});
//# sourceMappingURL=MessageNew.jsx.map