@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.1 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:support/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 Support = /*#__PURE__*/ react.default.forwardRef(function Support({ 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: "M31.36,31h-0.72c0-6.848-4.854-12.863-11.543-14.305 c-0.152-0.033-0.267-0.161-0.282-0.317s0.072-0.303,0.216-0.366c1.109-0.48,2.115-1.254,2.908-2.239l0.561,0.452 c-0.652,0.81-1.438,1.489-2.306,2.001C26.719,18.079,31.36,24.143,31.36,31z M1.36,31H0.64c0-6.855,4.639-12.917,11.162-14.771 C9.245,14.744,7.64,12.003,7.64,9c0-4.61,3.75-8.36,8.36-8.36c2.545,0,4.922,1.143,6.521,3.135l-0.562,0.45 C20.498,2.404,18.326,1.36,16,1.36c-4.213,0-7.64,3.427-7.64,7.64c0,3.048,1.81,5.801,4.611,7.013 c0.144,0.062,0.23,0.21,0.215,0.366c-0.016,0.156-0.129,0.284-0.283,0.317C6.215,18.137,1.36,24.152,1.36,31z M19,13.36 c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36c0.621,0,1.146,0.418,1.308,0.987C22.172,11.47,23.64,9.903,23.64,8V6h0.721v2 c0,2.298-1.788,4.187-4.046,4.349C20.16,12.93,19.63,13.36,19,13.36z M19,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S19.353,11.36,19,11.36z" }), children]
});
});
//#endregion
module.exports = Support;