@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.41 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopFlow = /*#__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: "M16.5 3.75c0-.27.06-.52.17-.75H4.1A2.25 2.25 0 0 0 2 5.26v10.66A2.25 2.25 0 0 0 4.26 18H8.5v2.49H6.65a.75.75 0 0 0 .1 1.5h10.6a.75.75 0 0 0-.1-1.5H15.5V18h4.4a2.25 2.25 0 0 0 2.1-2.25V9.5h-3.75c-.42 0-.8-.15-1.1-.4l-.45 1.32c-.4 1.19-1.47 2-2.7 2.08v.75c0 .97-.78 1.75-1.75 1.75h-4c-.97 0-1.75-.78-1.75-1.75v-4c0-.97.78-1.75 1.75-1.75h4c.62 0 1.16.32 1.47.8l.58-1.72a3.04 3.04 0 0 1 2.2-2v-.83ZM14 18v2.5h-4V18h4Zm4.25-15a.75.75 0 0 0-.75.75V5.5h-.32c-.88 0-1.66.56-1.93 1.4l-.92 2.73a.54.54 0 0 1-.5.37H13v-.75a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.75.75v4c0 .41.34.75.75.75h4c.41 0 .75-.34.75-.75V11.5h.82c.88 0 1.66-.56 1.93-1.4l.92-2.73a.54.54 0 0 1 .5-.37h.33v.75c0 .41.34.75.75.75h4c.41 0 .75-.34.75-.75v-4a.75.75 0 0 0-.75-.75h-4Z"
}));
});
DesktopFlow.displayName = 'DesktopFlow';
export var DesktopFlowDimensions = {
height: 24,
width: 24
};