@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailOff = /*#__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.06l1.25 1.25c-.8.52-1.35 1.4-1.45 2.4l8.07 4.23 2.43 2.42-.17.08a.75.75 0 0 1-.7 0L2 8.61v8.32A3.25 3.25 0 0 0 5.26 20h13.68l1.79 1.78a.75.75 0 0 0 1.06-1.06L3.28 2.22zM15.3 12.12l6.26 6.26c.28-.48.44-1.04.44-1.63V8.61l-6.7 3.5zM7.18 4l7 7 7.8-4.08A3.25 3.25 0 0 0 18.75 4H7.18z"
}));
});
MailOff.displayName = 'MailOff';
export var MailOffDimensions = {
height: 24,
width: 24
};