import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMessage = withIcon(function IconMessage(props) {
    return (<svg data-tag="IconMessage" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.114 7.384c.18-1.815.645-2.724 1.85-3.179 1.204-.454 3.148-.455 6.286-.455h1.5c3.138 0 5.082 0 6.287.455 1.204.455 1.67 1.364 1.85 3.18.036.371.03.605-.07.788-.099.182-.291.314-.625.481l-3.425 1.713-3.425 1.712a3 3 0 0 1-2.684 0l-3.425-1.712-3.425-1.713c-.334-.167-.526-.298-.625-.481-.1-.183-.106-.417-.07-.789m16.051 3.46-2.576 1.288-2.577 1.289a4.499 4.499 0 0 1-4.025 0L7.41 12.132l-2.577-1.288c-.675-.338-1.134-.432-1.424-.253-.29.179-.41.63-.41 1.386V12c0 4.125 0 6.187 1.031 7.219 1.031 1.03 3.094 1.03 7.219 1.03h1.5c4.125 0 6.187 0 7.219-1.03 1.03-1.032 1.03-3.094 1.03-7.22v-.022c0-.755-.12-1.208-.41-1.386-.29-.18-.748-.085-1.424.253"/>
    </svg>);
});
//# sourceMappingURL=Message.jsx.map