@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BuildingFactory = /*#__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: "M5.6 7.78a4.25 4.25 0 0 1 4.24-4.03h3.31a4.25 4.25 0 0 1 4.25 4.03l1.68 31.75A4.25 4.25 0 0 1 14.84 44H8.16a4.25 4.25 0 0 1-4.24-4.47L5.6 7.78ZM19.42 44a6.23 6.23 0 0 0 1.66-4.58L20 19.22l9.1-9.1a1.25 1.25 0 0 1 2.14.88v9.98l10.87-10.86a1.25 1.25 0 0 1 2.13.89l-.22 27.78A5.25 5.25 0 0 1 38.78 44H19.42Zm18.08-2.5v-9.75c0-.97-.78-1.75-1.75-1.75h-8c-.97 0-1.75.78-1.75 1.75v9.75h11.5Z"
}));
});
BuildingFactory.displayName = 'BuildingFactory';
export var BuildingFactoryDimensions = {
height: 48,
width: 48
};