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 CommunicationRssFeed = function CommunicationRssFeed(props) {
22 return _react2.default.createElement(
23 _SvgIcon2.default,
24 props,
25 _react2.default.createElement('circle', { cx: '6.18', cy: '17.82', r: '2.18' }),
26 _react2.default.createElement('path', { d: 'M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z' })
27 );
28};
29CommunicationRssFeed = (0, _pure2.default)(CommunicationRssFeed);
30CommunicationRssFeed.displayName = 'CommunicationRssFeed';
31CommunicationRssFeed.muiName = 'SvgIcon';
32
33exports.default = CommunicationRssFeed;
\No newline at end of file