@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ImageMultipleOff = /*#__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.15a.5.5 0 1 0-.7.7l1.4 1.41A2.99 2.99 0 0 0 3 6v6c0 .65.2 1.25.55 1.74L7.6 9.7a2 2 0 0 1 .9-.52l6.1 6.11c-.58.44-1.3.7-2.09.7H5.76A3 3 0 0 0 8 17h4.5c1.06 0 2.04-.37 2.8-.98l1.85 1.83a.5.5 0 0 0 .7-.7l-15-15ZM15.8 13.68l.76.76c.28-.59.44-1.25.44-1.94V8a3 3 0 0 0-1-2.24v6.74a3.56 3.56 0 0 1-.2 1.18ZM5.22 3.1l9.68 9.68A3 3 0 0 0 15 12V6a3 3 0 0 0-3-3H6a3 3 0 0 0-.78.1Zm7.28 3.4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm1.24 7.95L9.7 10.4a1 1 0 0 0-1.42 0l-4.03 4.04c.5.34 1.1.55 1.74.55h6c.65 0 1.25-.2 1.74-.55Z"
}));
});
ImageMultipleOff.displayName = 'ImageMultipleOff';
export var ImageMultipleOffDimensions = {
height: 20,
width: 20
};