@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.29 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:choose-how-to-get-started/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 ChooseHowToGetStarted = /*#__PURE__*/ react.default.forwardRef(function ChooseHowToGetStarted({ 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: "M30,30.36H2 c-0.199,0-0.36-0.161-0.36-0.36V2c0-0.199,0.161-0.36,0.36-0.36h26.64V1c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64V30C30.36,30.199,30.199,30.36,30,30.36z M2.36,29.64h27.28 V3.36H29c-0.199,0-0.36-0.161-0.36-0.36V2.36H2.36V29.64z M29.36,2.64h1.279V1.36H29.36V2.64z M25,25.36H7 c-0.199,0-0.36-0.161-0.36-0.36V7c0-0.199,0.161-0.36,0.36-0.36h16.64V6c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64V25C25.36,25.199,25.199,25.36,25,25.36z M7.36,24.64h17.28 V8.36H24c-0.199,0-0.36-0.161-0.36-0.36V7.36H7.36V24.64z M24.36,7.64h1.279V6.36H24.36V7.64z M20,20.36h-8 c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h6.64V11c0-0.199,0.161-0.36,0.36-0.36h2 c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-0.64V20C20.36,20.199,20.199,20.36,20,20.36z M12.36,19.64h7.28 v-6.28H19c-0.199,0-0.36-0.161-0.36-0.36v-0.64h-6.28C12.36,12.36,12.36,19.64,12.36,19.64z M19.36,12.64h1.279v-1.28H19.36V12.64z" }), children]
});
});
//#endregion
module.exports = ChooseHowToGetStarted;