@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Building = /*#__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: "M8.5 12.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1-2.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0ZM12 5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm3.5 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 4.25C4 3.01 5 2 6.25 2h8c1.24 0 2.25 1 2.25 2.25V9.5h1.25c1.25 0 2.25 1 2.25 2.25v9c0 .41-.33.75-.75.75H16.5v-4.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v4.25H4.75a.75.75 0 0 1-.75-.75V4.25ZM9 21.5h2.25V18H9v3.5Zm3.75 0H15V18h-2.25v3.5ZM8.5 5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM11 10a1 1 0 1 0 2 0 1 1 0 0 0-2 0Zm1 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
}));
});
Building.displayName = 'Building';
export var BuildingDimensions = {
height: 24,
width: 24
};