@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.17 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:longhorn/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 Longhorn = /*#__PURE__*/ react.default.forwardRef(function Longhorn({ 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: "M16,26.36c-2.229,0-3.36-1.467-3.36-4.36 c0-0.729-0.518-2.754-0.879-3.648c-2.201-0.148-3.591-2.31-3.976-2.992H6c-4.269,0-5.315-7.976-5.357-8.315 c-0.022-0.174,0.085-0.339,0.253-0.39c0.167-0.052,0.348,0.026,0.426,0.184C3.328,10.851,4.771,12.64,6,12.64h20 c1.246,0,2.645-1.735,4.678-5.801c0.078-0.157,0.253-0.235,0.427-0.184c0.168,0.051,0.274,0.215,0.253,0.389 C31.314,7.384,30.269,15.36,26,15.36h-1.785c-0.385,0.682-1.773,2.841-3.973,2.992C19.874,19.283,19.36,21.291,19.36,22 C19.36,24.894,18.229,26.36,16,26.36z M8.631,15.36c0.532,0.81,1.724,2.28,3.369,2.28c0.139,0,0.265,0.08,0.325,0.205 C12.724,18.68,13.36,21.096,13.36,22c0,1.562,0.274,3.64,2.64,3.64s2.64-2.077,2.64-3.64c0-0.938,0.663-3.341,1.033-4.149 C19.732,17.722,19.86,17.64,20,17.64c1.645,0,2.837-1.47,3.369-2.28H20v-0.72h6c2.28,0,3.522-2.991,4.135-5.241 c-1.61,2.816-2.837,3.961-4.135,3.961H6c-1.28,0-2.535-1.18-4.137-3.972C2.474,11.639,3.716,14.64,6,14.64h6v0.72 C12,15.36,8.631,15.36,8.631,15.36z" }), children]
});
});
//#endregion
module.exports = Longhorn;