@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 ImageOff = /*#__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.26 1.26c-.3.5-.48 1.08-.48 1.71v11.5c0 .63.18 1.21.49 1.7l6.93-6.8.14-.13c.17-.14.36-.25.56-.34l.95.95-.6.59-6.92 6.8c.5.3 1.08.48 1.7.48h11.5c.62 0 1.2-.18 1.7-.48l-.02-.03 1.29 1.3a.75.75 0 0 0 1.06-1.07L3.28 2.22ZM15.75 7.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM21 17.75v.07L6.18 3h11.57C19.55 3 21 4.46 21 6.25v11.5ZM15.75 6a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z"
}));
});
ImageOff.displayName = 'ImageOff';
export var ImageOffDimensions = {
height: 24,
width: 24
};