UNPKG

1.1 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7var _react = require('react');
8
9var _react2 = _interopRequireDefault(_react);
10
11var _pure = require('recompose/pure');
12
13var _pure2 = _interopRequireDefault(_pure);
14
15var _SvgIcon = require('../../SvgIcon');
16
17var _SvgIcon2 = _interopRequireDefault(_SvgIcon);
18
19function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
21var CommunicationContactMail = function CommunicationContactMail(props) {
22 return _react2.default.createElement(
23 _SvgIcon2.default,
24 props,
25 _react2.default.createElement('path', { d: 'M21 8V7l-3 2-3-2v1l3 2 3-2zm1-5H2C.9 3 0 3.9 0 5v14c0 1.1.9 2 2 2h20c1.1 0 1.99-.9 1.99-2L24 5c0-1.1-.9-2-2-2zM8 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1zm8-6h-8V6h8v6z' })
26 );
27};
28CommunicationContactMail = (0, _pure2.default)(CommunicationContactMail);
29CommunicationContactMail.displayName = 'CommunicationContactMail';
30CommunicationContactMail.muiName = 'SvgIcon';
31
32exports.default = CommunicationContactMail;
\No newline at end of file