@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
31 lines (29 loc) • 1.88 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:AiEnabledEdt.js
const AiEnabledEdt = react.default.forwardRef(function AiEnabledEdt({ 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)("path", { d: "M18,20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4ZM14.5005,20h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM9.7058,16l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579ZM12,30H0V0h30v20h-2V2H2v26h10v2ZM28,24c-1.0684,0-2.0723.416-2.8701,1.2158l-1.1305,1.2772-1.1713-1.3212c-.7559-.7559-1.7598-1.1718-2.8281-1.1718-2.2061,0-4,1.7939-4,4s1.7939,4,4,4c1.0684,0,2.0723-.4161,2.8701-1.2159l1.1305-1.2772,1.1713,1.3212c.7559.7559,1.7598,1.1719,2.8281,1.1719,2.2061,0,4-1.7939,4-4s-1.7939-4-4-4ZM21.4141,29.4141c-.3779.3779-.8799.5859-1.4141.5859-1.1025,0-2-.8975-2-2s.8975-2,2-2c.5342,0,1.0361.208,1.3721.542l1.2931,1.4586s-1.2511,1.4135-1.2511,1.4135ZM28,30c-.5342,0-1.0361-.208-1.3721-.542l-1.2931-1.4586,1.2511-1.4135c.3779-.3779.8799-.5859,1.4141-.5859,1.1025,0,2,.8975,2,2s-.8975,2-2,2Z" }), children);
});
if (process.env.NODE_ENV !== "production") AiEnabledEdt.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = AiEnabledEdt;