@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RealEstate = /*#__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: "M3 4a1 1 0 1 1 2 0h16a1 1 0 1 1 0 2H5v15.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V4Zm3 3.75c0-.41.34-.75.75-.75h13.5c.41 0 .75.34.75.75v8.5A2.75 2.75 0 0 1 18.25 19h-9.5A2.75 2.75 0 0 1 6 16.25v-8.5Zm4 4.71v3.04c0 .28.22.5.5.5h1.75c.14 0 .25-.11.25-.25V14.5c0-.28.22-.5.5-.5h1c.28 0 .5.22.5.5v1.25c0 .14.11.25.25.25h1.75a.5.5 0 0 0 .5-.5v-3.04a1 1 0 0 0-.35-.76l-2.82-2.42a.5.5 0 0 0-.66 0l-2.82 2.42a1 1 0 0 0-.35.76Z"
}));
});
RealEstate.displayName = 'RealEstate';
export var RealEstateDimensions = {
height: 24,
width: 24
};