@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
37 lines (36 loc) • 2.74 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:predictability/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 Predictability = /*#__PURE__*/ react.default.forwardRef(function Predictability({ 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: "M25,31.36H7v-0.72h18V31.36z M16,29.36 C8.082,29.36,1.64,22.918,1.64,15S8.082,0.64,16,0.64S30.36,7.082,30.36,15S23.918,29.36,16,29.36z M16,1.36 C8.479,1.36,2.36,7.479,2.36,15S8.479,28.64,16,28.64S29.64,22.522,29.64,15C29.64,7.479,23.521,1.36,16,1.36z M16,24.36 c-5.161,0-9.36-4.199-9.36-9.36S10.839,5.64,16,5.64c2.287,0,4.47,0.825,6.179,2.33c0.197-0.111,0.424-0.174,0.665-0.174 c0.75,0,1.36,0.61,1.36,1.36c0,0.317-0.109,0.609-0.292,0.841c0.948,1.497,1.448,3.22,1.448,5.003 C25.36,20.161,21.161,24.36,16,24.36z M16,6.36c-4.764,0-8.64,3.876-8.64,8.64s3.876,8.64,8.64,8.64s8.64-3.876,8.64-8.64 c0-1.629-0.451-3.204-1.309-4.575c-0.151,0.059-0.315,0.09-0.487,0.09c-0.75,0-1.36-0.61-1.36-1.36c0-0.247,0.066-0.479,0.182-0.679 C20.094,7.109,18.094,6.36,16,6.36z M22.844,8.516c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S23.196,8.516,22.844,8.516z M16,19.36c-2.404,0-4.36-1.956-4.36-4.36c0-0.43,0.062-0.852,0.184-1.258 c-0.287-0.25-0.468-0.617-0.468-1.026c0-0.75,0.61-1.36,1.36-1.36c0.236,0,0.459,0.061,0.653,0.167 c0.754-0.572,1.678-0.883,2.631-0.883c2.404,0,4.36,1.956,4.36,4.36S18.404,19.36,16,19.36z M12.483,14.056 C12.401,14.362,12.36,14.678,12.36,15c0,2.007,1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64 c-0.759,0-1.495,0.237-2.108,0.673c0.118,0.201,0.185,0.435,0.185,0.684c0,0.75-0.61,1.36-1.36,1.36 C12.637,14.076,12.559,14.069,12.483,14.056z M12.716,12.076c-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.64S13.069,12.076,12.716,12.076z" }), children]
});
});
//#endregion
module.exports = Predictability;