@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 SlideLayout = /*#__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: "M6.5 8.75c0-.14.11-.25.25-.25h10.5c.14 0 .25.11.25.25v1.75h-11V8.75Zm0 3.25v3.25c0 .14.11.25.25.25H9V12H6.5Zm10.75 3.5H10.5V12h7v3.25c0 .14-.11.25-.25.25ZM2 6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v10.5A2.75 2.75 0 0 1 19.25 20H4.75A2.75 2.75 0 0 1 2 17.25V6.75ZM6.75 7C5.78 7 5 7.78 5 8.75v6.5c0 .97.78 1.75 1.75 1.75h10.5c.97 0 1.75-.78 1.75-1.75v-6.5C19 7.78 18.22 7 17.25 7H6.75Z"
}));
});
SlideLayout.displayName = 'SlideLayout';
export var SlideLayoutDimensions = {
height: 24,
width: 24
};