@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.06 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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9 7H6v2h3V7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 6a3 3 0 0 1 3-3h6v14H6a3 3 0 0 1-3-3V6zm2 1v2a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1zm.5 4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zM5 13.5c0 .28.22.5.5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5zM13 17h1a3 3 0 0 0 3-3v-1h-4v4zM17 12V8h-4v4h4zM17 7V6a3 3 0 0 0-3-3h-1v4h4z"
}));
});
ContentViewGallery.displayName = 'ContentViewGallery';
export var ContentViewGalleryDimensions = {
height: 20,
width: 20
};