@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 980 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ChatAdd = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22 35c0 3.39 1.3 6.48 3.42 8.8-3.32.18-6.94-.47-10.74-2.27L6.2 43.96a1.75 1.75 0 0 1-2.16-2.16c.5-1.8 1.7-6.06 2.4-8.37-5.26-9.39-1.7-23.25 10.1-27.98 14.58-5.83 29 6.3 27.58 20.28A13 13 0 0 0 22 35Zm24 0a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6v-6Z"
}));
});
ChatAdd.displayName = 'ChatAdd';
export var ChatAddDimensions = {
height: 48,
width: 48
};