@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.25 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentDismiss = /*#__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: "M12.02 3A6.5 6.5 0 0 0 22 11.19v3.56c0 1.8-1.46 3.25-3.25 3.25h-5.79l-5.38 3.82A1 1 0 0 1 6 21v-3h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77zm5.48-2a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm-2.78 2.59-.07.06-.06.07a.5.5 0 0 0 0 .56l.06.07 2.14 2.15-2.14 2.15-.06.07a.5.5 0 0 0 0 .56l.06.07.07.06c.17.12.4.12.56 0l.07-.06 2.15-2.14 2.15 2.14.07.06c.17.12.4.12.56 0l.07-.06.06-.07a.5.5 0 0 0 0-.56l-.06-.07-2.14-2.15 2.14-2.15.06-.07a.5.5 0 0 0 0-.56l-.06-.07-.07-.06a.5.5 0 0 0-.56 0l-.07.06-2.15 2.14-2.15-2.14-.07-.06a.5.5 0 0 0-.49-.04l-.07.04z"
}));
});
CommentDismiss.displayName = 'CommentDismiss';
export var CommentDismissDimensions = {
height: 24,
width: 24
};