@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ChatOff = /*#__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: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.2 2.2a9.96 9.96 0 0 0-1.28 11.17l-1.11 4.29a.85.85 0 0 0 1.04 1.04l4.29-1.12a9.96 9.96 0 0 0 11.16-1.28l2.2 2.2a.75.75 0 0 0 1.06-1.06L3.28 2.22Zm10.14 12.26-.07.01-.1.01h-4.6a.75.75 0 0 1 0-1.5h3.29l1.48 1.48ZM9.94 11H8.65a.75.75 0 0 1-.16-1.45L9.94 11ZM15.25 11h-1.07l6.3 6.3A10 10 0 0 0 6.7 3.52l5.98 5.98h2.67a.75.75 0 0 1 0 1.5h-.1Z"
}));
});
ChatOff.displayName = 'ChatOff';
export var ChatOffDimensions = {
height: 24,
width: 24
};