@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 ChatBubbles = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.5 3A10.5 10.5 0 0 0 3 18l-.93 3.48a2 2 0 0 0 2.45 2.45l3.49-.94A10.5 10.5 0 1 0 12.5 3Zm7 26c-3.12 0-5.93-1.36-7.85-3.53a12.11 12.11 0 0 0 2.8-.13 8.46 8.46 0 0 0 8.97.7 1 1 0 0 1 .72-.08L28 27l-1.03-3.85a1 1 0 0 1 .08-.73 8.49 8.49 0 0 0-2.7-10.92c-.16-.93-.43-1.84-.8-2.7A10.5 10.5 0 0 1 29 23l.94 3.48a2 2 0 0 1-2.45 2.45L24 27.99c-1.37.65-2.9 1.01-4.5 1.01Z"
}));
});
ChatBubbles.displayName = 'ChatBubbles';
export var ChatBubblesDimensions = {
height: 32,
width: 32
};