UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 1.57 kB
/** * 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. */ import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const Building = /*#__PURE__*/React.forwardRef(function Building({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M31,0.64v0.72H1V0.64H31z M29.36,30.64H31v0.721H1V30.64h1.64V3h0.72v27.64h9.28V23\tc0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v7.64h9.279V3h0.721V30.64z M13.36,30.64h5.28v-7.28h-5.28\tC13.36,23.36,13.36,30.64,13.36,30.64z M6.36,5H5.64v2h0.72C6.36,7,6.36,5,6.36,5z M5.64,13h0.72v-2H5.64V13z M5.64,19h0.72v-2H5.64\tV19z M11.36,5h-0.72v2h0.72V5z M10.64,13h0.72v-2h-0.72V13z M10.64,19h0.72v-2h-0.72V19z M16.36,5h-0.72v2h0.72V5z M15.64,13h0.72\tv-2h-0.72V13z M15.64,19h0.72v-2h-0.72V19z M21.36,5h-0.72v2h0.721L21.36,5L21.36,5z M20.64,13h0.721v-2H20.64V13z M20.64,19h0.721\tv-2H20.64V19z M26.36,5h-0.72v2h0.721L26.36,5L26.36,5z M25.64,13h0.721v-2H25.64V13z M25.64,19h0.721v-2H25.64V19z" })), children); }); export { Building as default };