@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentMultipleCheckmark = /*#__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: "M13 20.5c0 .7.1 1.36.27 2h-1.02l-4.24 3.23c-.83.63-2.01.04-2.01-.99V22.5h-.25A3.75 3.75 0 0 1 2 18.75V9.76a3.75 3.75 0 0 1 3.75-3.75h12.5A3.75 3.75 0 0 1 22 9.76v3.39a7.5 7.5 0 0 0-9 7.35ZM25.25 7.76v6.94A7.49 7.49 0 0 0 23 13.43V9.76a4.75 4.75 0 0 0-4.75-4.75H6.85a3 3 0 0 1 2.9-2.25h10.5a5 5 0 0 1 5 5ZM27 20.5a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0Zm-2.65-2.85c.2.2.2.5 0 .7l-5 5a.5.5 0 0 1-.7 0l-2-2a.5.5 0 0 1 .7-.7L19 22.29l4.65-4.64c.2-.2.5-.2.7 0Z"
}));
});
CommentMultipleCheckmark.displayName = 'CommentMultipleCheckmark';
export var CommentMultipleCheckmarkDimensions = {
height: 28,
width: 28
};