@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BoxMultiple = /*#__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: "M16.3 2.33a3.75 3.75 0 0 0-2.6 0l-4.3 1.6c-.7.25-1.15.9-1.15 1.63v2.8c.8-.13 1.63-.05 2.4.23l4.3 1.6c1.08.4 1.8 1.42 1.8 2.57v5.67c0 .32-.06.64-.16.93l4.02-1.49c.68-.25 1.14-.9 1.14-1.64V5.56c0-.73-.46-1.38-1.14-1.64L16.3 2.33Zm-4.53 4.88a.75.75 0 1 1 .49-1.42l2.66.92c.05.02.1.02.16 0l2.65-.92a.75.75 0 1 1 .5 1.42l-2.66.92c-.37.13-.77.13-1.14 0l-2.66-.92ZM7.7 9.53a3.75 3.75 0 0 1 2.6 0l4.3 1.6c.7.24 1.15.9 1.15 1.63v5.67c0 .73-.46 1.39-1.14 1.64l-4.31 1.6c-.84.3-1.76.3-2.6 0l-4.3-1.6a1.75 1.75 0 0 1-1.15-1.64v-5.67c0-.73.46-1.39 1.14-1.64l4.31-1.6ZM5.3 13.7c-.13.4.08.82.47.96l2.48.85v2.7a.75.75 0 0 0 1.5 0v-2.7l2.47-.85a.75.75 0 0 0-.49-1.42L9 14.2l-2.74-.95a.75.75 0 0 0-.95.46Z"
}));
});
BoxMultiple.displayName = 'BoxMultiple';
export var BoxMultipleDimensions = {
height: 24,
width: 24
};