@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.8 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:scale--02/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 Scale_02 = /*#__PURE__*/ react.default.forwardRef(function Scale_02({ 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: "M10,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-9 c0-0.154,0.097-0.286,0.234-0.337l9.99-3.996l4.788-16.758C15.692,0.754,15.833,0.64,16,0.64h15c0.199,0,0.36,0.161,0.36,0.36v15 c0,0.167-0.114,0.308-0.269,0.348l-16.759,4.789l-3.996,9.989C10.286,31.263,10.154,31.36,10,31.36z M1.36,30.64h8.28v-8.28H1.36 V30.64z M10.36,22.271v6.859l3.098-7.744L10.36,22.271z M2.869,21.64h6.859l0.885-3.098L2.869,21.64z M11.459,18.204l-0.935,3.271 l3.271-0.935l1.558-3.895L11.459,18.204z M16.244,16.36l-1.572,3.931L28.43,16.36H16.244z M15.64,3.57l-3.931,13.759l3.931-1.573 V3.57z M16.36,15.64h14.28V1.36H16.36V15.64z" }), children]
});
});
//#endregion
module.exports = Scale_02;