@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenVerticalScroll = /*#__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: "M20.25 4C21.2 4 22 4.8 22 5.75v12.5c0 .96-.79 1.75-1.75 1.75H13c-.09 0-.17 0-.26-.02V4.02L13 4h7.25zM11 4c.08 0 .16 0 .24.02v15.96L11 20H3.75C2.78 20 2 19.2 2 18.25V5.75C2 4.78 2.78 4 3.75 4H11zm4.7 9.4a.75.75 0 0 0-1.06 1.04l.07.09 2.26 2.3.08.07c.27.2.64.2.9 0l.09-.08 2.25-2.3.07-.08a.75.75 0 0 0-1.06-1.04l-.08.07-1.72 1.75-1.71-1.75-.09-.07zm2.34-6.18a.75.75 0 0 0-.99-.07l-.08.07-2.26 2.3a.75.75 0 0 0 1 1.12l.08-.07 1.71-1.75 1.72 1.75a.75.75 0 0 0 1.14-.96l-.07-.09-2.25-2.3z"
}));
});
DualScreenVerticalScroll.displayName = 'DualScreenVerticalScroll';
export var DualScreenVerticalScrollDimensions = {
height: 24,
width: 24
};