@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 989 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BuildingRetailMore = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.13 4.09A3 3 0 0 1 8.44 3h15.12a3 3 0 0 1 2.31 1.09l4.67 5.63A2 2 0 0 1 28.99 13H3.01a2 2 0 0 1-1.55-3.28L6.13 4.1ZM4 15v10.75C4 27.55 5.46 29 7.25 29h17.5c1.8 0 3.25-1.46 3.25-3.25V15H4Zm8 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm8-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
}));
});
BuildingRetailMore.displayName = 'BuildingRetailMore';
export var BuildingRetailMoreDimensions = {
height: 32,
width: 32
};