@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ContentViewGallery = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.75 3H17v22H6.75A3.75 3.75 0 0 1 3 21.25V6.75A3.75 3.75 0 0 1 6.75 3ZM18.5 17v-6H25v6h-6.5Zm0 8v-6.5H25v2.75A3.75 3.75 0 0 1 21.25 25H18.5Zm0-22v6.5H25V6.75A3.75 3.75 0 0 0 21.25 3H18.5ZM7.75 7.5c-.69 0-1.25.56-1.25 1.25v3.5c0 .69.56 1.25 1.25 1.25h5c.69 0 1.25-.56 1.25-1.25v-3.5c0-.69-.56-1.25-1.25-1.25h-5ZM8 12V9h4.5v3H8Zm-1.5 4.25c0 .41.34.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75ZM7.25 19a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6Z"
}));
});
ContentViewGallery.displayName = 'ContentViewGallery';
export var ContentViewGalleryDimensions = {
height: 28,
width: 28
};