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 CommunicationContacts = function CommunicationContacts(props) {
22 return _react2.default.createElement(
23 _SvgIcon2.default,
24 props,
25 _react2.default.createElement('path', { d: 'M20 0H4v2h16V0zM4 24h16v-2H4v2zM20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 2.75c1.24 0 2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25S9.75 10.24 9.75 9 10.76 6.75 12 6.75zM17 17H7v-1.5c0-1.67 3.33-2.5 5-2.5s5 .83 5 2.5V17z' })
26 );
27};
28CommunicationContacts = (0, _pure2.default)(CommunicationContacts);
29CommunicationContacts.displayName = 'CommunicationContacts';
30CommunicationContacts.muiName = 'SvgIcon';
31
32exports.default = CommunicationContacts;
\No newline at end of file