@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 1.92 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:chart--scatterplot/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 ChartScatterplot = /*#__PURE__*/ react.default.forwardRef(function ChartScatterplot({ 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.359,31h-0.72V16.36H1v-0.72h14.64V1h0.72v14.64H31v0.72H16.359V31z M25,2 c0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S25,2.552,25,2z M24,31c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1 S24.552,31,24,31z M24,12c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S24.552,12,24,12z M24,24c-0.552,0-1-0.448-1-1s0.448-1,1-1 s1,0.448,1,1S24.552,24,24,24z M28,24c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S28.552,24,28,24z M4,24c-0.552,0-1-0.448-1-1 s0.448-1,1-1s1,0.448,1,1S4.552,24,4,24z M4,12c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S4.552,12,4,12z M8,12 c-0.552,0-1-0.448-1-1s0.448-1,1-1s1,0.448,1,1S8.552,12,8,12z M8,3C7.447,3,7,2.552,7,2s0.448-1,1-1s1,0.448,1,1S8.552,3,8,3z" }), children]
});
});
//#endregion
module.exports = ChartScatterplot;