@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowAdOff = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m2.85 2.15 15 15a.5.5 0 0 1-.7.7l-1.27-1.26c-.4.26-.87.41-1.38.41h-9A2.5 2.5 0 0 1 3 14.5v-9c0-.51.15-.98.41-1.38L2.15 2.85a.5.5 0 1 1 .7-.7ZM14.71 15.4 11 11.71v.79a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4c0-.28.22-.5.5-.5h.8l-1-1H4.5v7.25c0 .69.56 1.25 1.25 1.25h8.5c.16 0 .32-.03.46-.09ZM8.29 9H7v3h3v-1.3L8.3 9Zm7.21 4.38V7H9.12L5.15 3.02 5.5 3h9A2.5 2.5 0 0 1 17 5.5v9c0 .12 0 .24-.02.35l-1.48-1.47Z"
}));
});
WindowAdOff.displayName = 'WindowAdOff';
export var WindowAdOffDimensions = {
height: 20,
width: 20
};