@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.53 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:frankfurt/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 Frankfurt = /*#__PURE__*/ react.default.forwardRef(function Frankfurt({ 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.36h-5V29.64h5V30.36z M30.36,30.359H29.64V10.173L25,6.461l-4.64,3.712v3.678l1,1v2.298l-2,2v1.49h2 v9.72H20.64V21.36h-9.28v8.999h-0.72v-9.72h2v-1.49l-2-2v-2.298l3-3V9.64h2V7h0.72v2.64h2v2.211l1.279,1.28V9.827l2-1.6V3.64h6.721 v4.587l2,1.6L30.36,30.359L30.36,30.359z M13.36,20.64h5.28V19.36h-5.28C13.36,19.36,13.36,20.64,13.36,20.64z M13.149,18.64h5.702 l1.28-1.279h-8.262L13.149,18.64L13.149,18.64z M11.36,16.64h9.28v-1.28h-9.28C11.36,15.36,11.36,16.64,11.36,16.64z M11.869,14.64 h8.262l-2.28-2.28h-3.702L11.869,14.64L11.869,14.64z M14.36,11.64h3.28v-1.28h-3.28C14.36,10.36,14.36,11.64,14.36,11.64z M25,5.539l2.64,2.112V4.36H22.36v3.291L25,5.539L25,5.539z M18.36,30.359H17.64V24.36h-2.28v5.999h-0.72v-6.72h3.72V30.359z M2.36,30.359H1.64V2.64h10.72V13h-0.72V3.36H2.36V30.359z M13.36,30h-0.72v-2h0.72V30z M29,28.36h-5V27.64h5V28.36z M8,28.36H4 V27.64h4V28.36z M13.36,27h-0.72v-2h0.72V27z M29,26.36h-5V25.64h5V26.36z M8,25.36H4V24.64h4V25.36z M29,24.36h-5V23.64h5V24.36z M13.36,24h-0.72v-2h0.72V24z M29,22.36h-5V21.64h5V22.36z M8,22.36H4V21.64h4V22.36z M29,20.36h-5V19.64h5V20.36z M8,19.36H4V18.64 h4V19.36z M29,18.36h-5V17.64h5V18.36z M29,16.36h-5v-0.72h5V16.36z M8,16.36H4v-0.72h4V16.36z M29,14.36h-5v-0.72h5V14.36z M8,13.36H4v-0.72h4V13.36z M29,12.36h-5v-0.72h5V12.36z M8,10.36H4V9.64h4V10.36z M8,7.36H4V6.64h4V7.36z" }), children]
});
});
//#endregion
module.exports = Frankfurt;