UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.63 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 BeijingTower = /*#__PURE__*/React.forwardRef(function BeijingTower({ 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.35,30.913l-6-24c-0.022-0.087-0.075-0.163-0.15-0.212l-9-6c-0.009-0.006-0.02-0.007-0.029-0.012\tc-0.023-0.013-0.046-0.021-0.072-0.029c-0.023-0.007-0.045-0.012-0.069-0.014C16.019,0.645,16.01,0.64,16,0.64\tc-0.016,0-0.029,0.007-0.045,0.009c-0.014,0.002-0.029-0.002-0.043,0.002l-8,2C7.784,2.683,7.683,2.784,7.651,2.913l-7,28\tc-0.027,0.107-0.003,0.221,0.065,0.309C0.785,31.309,0.889,31.36,1,31.36h30c0.111,0,0.216-0.052,0.284-0.139\tC31.352,31.134,31.376,31.021,31.35,30.913z M17.501,11.36l3.071,12.28h-9.11l3.07-12.28H17.501z M18.244,11.36h3.507l4.788,19.28\tH7.462l4.851-19.28h1.476l-3.25,13h10.954L18.244,11.36z M8.297,3.297l7.343-1.836v9.179h-3.889l-5.032,20H1.461L8.297,3.297z M27.282,30.64l-4.968-20H16.36V1.673l8.325,5.55l5.854,23.417H27.282z" })), children); }); export { BeijingTower as default };