@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ResizeSmall = /*#__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: "M6.25 4.5c-.97 0-1.75.78-1.75 1.75v1.5a.75.75 0 0 1-1.5 0v-1.5C3 4.45 4.46 3 6.25 3h1.5a.75.75 0 0 1 0 1.5h-1.5zM10.2 8c-1.24 0-2.25 1-2.25 2.25v3.5c0 1.24 1 2.25 2.25 2.25h3.5c1.24 0 2.25-1 2.25-2.25v-3.5c0-1.24-1-2.25-2.25-2.25h-3.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.5z"
}));
});
ResizeSmall.displayName = 'ResizeSmall';
export var ResizeSmallDimensions = {
height: 24,
width: 24
};