UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ExpandUpLeft = /*#__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: "M35.75 8.5a3.75 3.75 0 0 1 3.75 3.75V24H29.25A5.25 5.25 0 0 0 24 29.25V39.5H12.25a3.75 3.75 0 0 1-3.75-3.75v-7.88a1.25 1.25 0 1 0-2.5 0v7.88C6 39.2 8.8 42 12.25 42h23.5A6.25 6.25 0 0 0 42 35.75v-23.5C42 8.8 39.2 6 35.75 6h-7.88a1.25 1.25 0 1 0 0 2.5h7.88zM21 7.25C21 6.56 20.44 6 19.75 6H7.25C6.56 6 6 6.56 6 7.25v12.5a1.25 1.25 0 1 0 2.5 0v-9.48l10.37 10.36a1.25 1.25 0 0 0 1.76-1.76L10.27 8.5h9.48c.69 0 1.25-.56 1.25-1.25z" })); }); ExpandUpLeft.displayName = 'ExpandUpLeft'; export var ExpandUpLeftDimensions = { height: 48, width: 48 };