@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonChat = /*#__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: "M11 17.5c0-1.29.37-2.5 1.02-3.5H6.25C5 14 4 15 4 16.25v.92c0 .57.18 1.13.51 1.6 1.4 1.96 3.62 3.03 6.58 3.2l.52-1.7A6.48 6.48 0 0 1 11 17.5zM12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm11 15.5a5.5 5.5 0 0 1-8.17 4.81l-2.19.67a.5.5 0 0 1-.62-.63l.67-2.18A5.5 5.5 0 1 1 23 17.5zM15.5 16a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1h-4zm-.5 2.5c0 .28.22.5.5.5h2a.5.5 0 1 0 0-1h-2a.5.5 0 0 0-.5.5z"
}));
});
PersonChat.displayName = 'PersonChat';
export var PersonChatDimensions = {
height: 24,
width: 24
};