@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 941 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CommentOff = /*#__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: "m34.23 36 7.64 7.63a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l1.87 1.88A7.23 7.23 0 0 0 4 13.25v15.5c0 4 3.25 7.25 7.25 7.25H12v5.82a2.25 2.25 0 0 0 3.55 1.84L26.4 36h7.83zM11.3 6l29.05 29.05a7.25 7.25 0 0 0 3.65-6.3v-15.5c0-4-3.25-7.25-7.25-7.25H11.3z"
}));
});
CommentOff.displayName = 'CommentOff';
export var CommentOffDimensions = {
height: 48,
width: 48
};