@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.14 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:curve--cubic/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 CurveCubic = /*#__PURE__*/ react.default.forwardRef(function CurveCubic({ 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: "M21.591,27.473L19.109,24h1.276l1.777,2.605h0.041 L24.047,24h1.208l-2.469,3.391L25.308,31h-1.275l-1.818-2.74h-0.041L20.208,31H19L21.591,27.473z M27.944,23.616 c0.458,0,0.671-0.212,0.671-0.498v-0.04c0-0.327-0.23-0.527-0.59-0.527c-0.35,0-0.625,0.177-0.82,0.481l-0.481-0.435 c0.269-0.372,0.648-0.665,1.324-0.665c0.808,0,1.358,0.401,1.358,1.043c0,0.516-0.35,0.825-0.768,0.911v0.035 c0.464,0.086,0.837,0.407,0.837,0.974c0,0.705-0.59,1.175-1.473,1.175c-0.779,0-1.169-0.355-1.421-0.745l0.556-0.424 c0.178,0.321,0.419,0.55,0.865,0.55c0.441,0,0.688-0.229,0.688-0.602v-0.04c0-0.367-0.269-0.562-0.745-0.562h-0.396v-0.63 L27.944,23.616L27.944,23.616z M16.36,16.36H31v-0.72H17.189l0.557-0.372c2.89-1.926,4.614-5.148,4.614-8.62V1h-0.72v5.648 c0,3.23-1.604,6.229-4.292,8.021l-0.988,0.658V1h-0.72v14.64H1v0.72h13.811l-0.558,0.372c-2.889,1.925-4.613,5.148-4.613,8.62V31 h0.72v-5.648c0-3.23,1.605-6.229,4.293-8.021l0.987-0.658V31h0.72V16.36z" }), children]
});
});
//#endregion
module.exports = CurveCubic;