UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.18 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WindowApps = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M6 12.25C6 8.8 8.8 6 12.25 6h23.5C39.2 6 42 8.8 42 12.25V18h-2.5v-1.5h-31v19.25a3.75 3.75 0 0 0 3.75 3.75H18V42h-5.75A6.25 6.25 0 0 1 6 35.75v-23.5ZM35.5 20a3.75 3.75 0 0 0-3.75 3.75v8h-8A3.75 3.75 0 0 0 20 35.5v6.75A3.75 3.75 0 0 0 23.75 46h16C43.2 46 46 43.2 46 39.75v-16A3.75 3.75 0 0 0 42.25 20H35.5Zm-1.25 3.75c0-.69.56-1.25 1.25-1.25h6.75c.69 0 1.25.56 1.25 1.25v8h-9.25v-8Zm9.25 10.5v5.5a3.75 3.75 0 0 1-3.75 3.75h-5.5v-9.25h9.25Zm-19.75 0h8v9.25h-8c-.69 0-1.25-.56-1.25-1.25V35.5c0-.69.56-1.25 1.25-1.25Z" })); }); WindowApps.displayName = 'WindowApps'; export var WindowAppsDimensions = { height: 48, width: 48 };