@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 2.33 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:quantum--computer/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 QuantumComputer = /*#__PURE__*/ React.forwardRef(function QuantumComputer({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M25,5.36V4.64H7v0.72h1.64v4.28H8v0.72h1.64 v10.28H9v0.721h2.64v3.279H11v0.721h10V24.64h-0.64v-3.28H23v-0.72h-0.64V10.36H24V9.64h-0.64V5.36H25z M11.64,20.64h-1.28v-3.28 h1.28V20.64z M11.64,16.64h-1.28v-1.28h1.28V16.64z M11.64,14.64h-1.28v-4.28h1.28V14.64z M11.64,9.64H9.36V5.36h2.28 C11.64,5.36,11.64,9.64,11.64,9.64z M15.64,24.64h-3.28v-3.28h3.28V24.64z M15.64,20.64h-3.28v-3.28h3.28V20.64z M15.64,16.64h-3.28 v-1.28h3.28V16.64z M15.64,14.64h-3.28v-4.28h3.28V14.64z M15.64,9.64h-3.28V5.36h3.28V9.64z M19.64,24.64h-3.28v-3.28h3.28V24.64z M19.64,20.64h-3.28v-3.28h3.28V20.64z M19.64,16.64h-3.28v-1.28h3.28V16.64z M19.64,14.64h-3.28v-4.28h3.28V14.64z M19.64,9.64 h-3.28V5.36h3.28V9.64z M21.64,20.64h-1.28v-3.28h1.279L21.64,20.64L21.64,20.64z M21.64,16.64h-1.28v-1.28h1.279L21.64,16.64 L21.64,16.64z M21.64,14.64h-1.28v-4.28h1.279L21.64,14.64L21.64,14.64z M22.64,9.64h-2.28V5.36h2.279L22.64,9.64L22.64,9.64z M13.36,4h-0.72V2c0-0.199,0.161-0.36,0.36-0.36h0.64v-1h0.72v1h3.28v-1h0.721v1H19c0.199,0,0.36,0.161,0.36,0.36v2h-0.72V2.36 h-0.28h-0.72h-3.28h-0.72h-0.28V4z M19.64,26h0.721v4c0,0.199-0.161,0.36-0.36,0.36h-1.64V31c0,0.199-0.161,0.36-0.36,0.36h-4 c-0.199,0-0.36-0.161-0.36-0.36v-0.64H12c-0.199,0-0.36-0.161-0.36-0.36v-4h0.72v3.64h1.28V26h0.72v4.64h3.28V26h0.721v3.64h1.279 C19.64,29.64,19.64,26,19.64,26z" }), children]
});
});
//#endregion
export { QuantumComputer as default };