UNPKG

1.07 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 CommunicationPhone = function CommunicationPhone(props) {
22 return _react2.default.createElement(
23 _SvgIcon2.default,
24 props,
25 _react2.default.createElement('path', { d: 'M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z' })
26 );
27};
28CommunicationPhone = (0, _pure2.default)(CommunicationPhone);
29CommunicationPhone.displayName = 'CommunicationPhone';
30CommunicationPhone.muiName = 'SvgIcon';
31
32exports.default = CommunicationPhone;
\No newline at end of file