@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Communication = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 5a8 8 0 0 0-5.66 13.65 1 1 0 1 1-1.42 1.41 10 10 0 1 1 14.16 0 1 1 0 0 1-1.42-1.4A8 8 0 0 0 12 5Zm0 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 6.83 2.83 1 1 0 0 0 1.41 1.41A5.98 5.98 0 0 0 12 7a6 6 0 0 0-4.24 10.24 1 1 0 1 0 1.41-1.41A3.98 3.98 0 0 1 8 13Z"
}));
});
Communication.displayName = 'Communication';
export var CommunicationDimensions = {
height: 24,
width: 24
};