UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ResizeLarge = /*#__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: "M4.5 6.25c0-.97.78-1.75 1.75-1.75h1.5a.75.75 0 0 0 0-1.5h-1.5A3.25 3.25 0 0 0 3 6.25v1.5a.75.75 0 0 0 1.5 0v-1.5zM17.75 4.5c.97 0 1.75.78 1.75 1.75v1.5a.75.75 0 0 0 1.5 0v-1.5C21 4.45 19.54 3 17.75 3h-1.5a.75.75 0 0 0 0 1.5h1.5zM17.75 19.5c.97 0 1.75-.78 1.75-1.75v-1.5a.75.75 0 0 1 1.5 0v1.5c0 1.8-1.46 3.25-3.25 3.25h-1.5a.75.75 0 0 1 0-1.5h1.5zM6.25 19.5c-.97 0-1.75-.78-1.75-1.75v-1.5a.75.75 0 0 0-1.5 0v1.5C3 19.55 4.46 21 6.25 21h1.5a.75.75 0 0 0 0-1.5h-1.5zM8.25 6C7.01 6 6 7 6 8.25v7.5C6 16.99 7 18 8.25 18h7.5c1.24 0 2.25-1 2.25-2.25v-7.5C18 7.01 17 6 15.75 6h-7.5z" })); }); ResizeLarge.displayName = 'ResizeLarge'; export var ResizeLargeDimensions = { height: 24, width: 24 };