@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SquareMultiple = /*#__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: "M16.5 10H14c.12-3.34 2.87-6 6.24-6h14.5c5.1 0 9.25 4.14 9.25 9.25v14.5c0 3.36-2.66 6.1-6 6.24v-2.5a3.75 3.75 0 0 0 3.5-3.74v-14.5a6.75 6.75 0 0 0-6.75-6.75h-14.5A3.75 3.75 0 0 0 16.5 10ZM4 18.25C4 14.8 6.8 12 10.25 12h19.5C33.2 12 36 14.8 36 18.25v19.5C36 41.2 33.2 44 29.75 44h-19.5A6.25 6.25 0 0 1 4 37.75v-19.5Z"
}));
});
SquareMultiple.displayName = 'SquareMultiple';
export var SquareMultipleDimensions = {
height: 48,
width: 48
};