@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommunicationPerson = /*#__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: "M4 13a8 8 0 0 1 15.8-1.75 3.5 3.5 0 0 1 2.16 2.7 10 10 0 1 0-17.03 6.12 1 1 0 0 0 1.4-1.42A7.97 7.97 0 0 1 4 13Zm13.7-1.9a6 6 0 1 0-9.94 6.14 1 1 0 1 0 1.41-1.41 4 4 0 1 1 6.74-3.68 3.5 3.5 0 0 1 1.78-1.06ZM10 13a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm11 1.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38c0 1.55-1.29 3.12-4.5 3.12S14 21.44 14 19.87v-.1c0-.98.8-1.77 1.77-1.77h5.46c.98 0 1.77.8 1.77 1.77v.1Z"
}));
});
CommunicationPerson.displayName = 'CommunicationPerson';
export var CommunicationPersonDimensions = {
height: 24,
width: 24
};