@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 991 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneChat = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.75 2A2.75 2.75 0 0 0 7 4.75v18.5A2.75 2.75 0 0 0 9.75 26h3.33l.66-2.25A7.5 7.5 0 0 1 21 13.02V4.75A2.75 2.75 0 0 0 18.25 2h-8.5ZM27 20.5a6.5 6.5 0 0 1-9.64 5.69l-2.72.79a.5.5 0 0 1-.62-.62l.8-2.71A6.5 6.5 0 1 1 27 20.5ZM18 19a.5.5 0 1 0 0 1h5a.5.5 0 0 0 0-1h-5Zm-.5 2.5c0 .28.23.5.5.5h2.5a.5.5 0 0 0 0-1H18a.5.5 0 0 0-.5.5Z"
}));
});
PhoneChat.displayName = 'PhoneChat';
export var PhoneChatDimensions = {
height: 28,
width: 28
};