@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentMultiple = /*#__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: "M8.25 2a3.25 3.25 0 0 0-3.24 3h9.74C17.1 5 19 6.9 19 9.25v6.74c1.67-.12 3-1.53 3-3.24v-6A4.75 4.75 0 0 0 17.25 2h-9z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 16a3.25 3.25 0 0 1-3.25 3h-4.08L7 21.75c-.82.62-2 .03-2-1v-1.76a3.25 3.25 0 0 1-3-3.24v-6.5A3.25 3.25 0 0 1 5.25 6h9.5C16.55 6 18 7.46 18 9.25V16z"
}));
});
CommentMultiple.displayName = 'CommentMultiple';
export var CommentMultipleDimensions = {
height: 24,
width: 24
};