@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 3.24 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs");
const require_Icon_js = require("../Icon.js");
let react = require("react");
react = require_rolldown_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:real-estate/index.js
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const RealEstate = /*#__PURE__*/ react.default.forwardRef(function RealEstate({ children, ...rest }, ref) {
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30.36H3c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36v11.64H29c0.199,0,0.36,0.161,0.36,0.36v16 C29.36,30.199,29.199,30.36,29,30.36z M3.36,29.64h25.28V14.36h-9.28V27h-0.72V2.36H3.36V29.64z M25,26.36h-2 c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C25.36,26.199,25.199,26.36,25,26.36z M23.36,25.64h1.279v-1.28H23.36V25.64z M15,26.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C15.36,26.199,15.199,26.36,15,26.36z M13.36,25.64h1.28v-1.28 h-1.28V25.64z M9,26.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C9.36,26.199,9.199,26.36,9,26.36z M7.36,25.64h1.28v-1.28H7.36V25.64z M25,20.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C25.36,20.199,25.199,20.36,25,20.36z M23.36,19.64h1.279v-1.28 H23.36V19.64z M15,20.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,20.199,15.199,20.36,15,20.36z M13.36,19.64h1.28v-1.28h-1.28V19.64z M9,20.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,20.199,9.199,20.36,9,20.36z M7.36,19.64h1.28v-1.28H7.36 V19.64z M15,14.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,14.199,15.199,14.36,15,14.36z M13.36,13.64h1.28v-1.28h-1.28V13.64z M9,14.36H7c-0.199,0-0.36-0.161-0.36-0.36v-2 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,14.199,9.199,14.36,9,14.36z M7.36,13.64h1.28v-1.28H7.36 V13.64z M15,8.36h-2c-0.199,0-0.36-0.161-0.36-0.36V6c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2 C15.36,8.199,15.199,8.36,15,8.36z M13.36,7.64h1.28V6.36h-1.28V7.64z M9,8.36H7C6.801,8.36,6.64,8.199,6.64,8V6 c0-0.199,0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36v2C9.36,8.199,9.199,8.36,9,8.36z M7.36,7.64h1.28V6.36H7.36V7.64z" }), children]
});
});
//#endregion
module.exports = RealEstate;