@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
51 lines (49 loc) • 1.91 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:ColorPalette.js
const ColorPalette = react.default.forwardRef(function ColorPalette({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "10",
cy: "12",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "16",
cy: "9",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "22",
cy: "12",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "23",
cy: "18",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
cx: "19",
cy: "23",
r: "2"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z" }), children);
});
if (process.env.NODE_ENV !== "production") ColorPalette.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = ColorPalette;