@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.52 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.
*/
import Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:generate--ai/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 GenerateAi = /*#__PURE__*/ React.forwardRef(function GenerateAi({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M16.424,21.001l-0.98-2.886h-3.95l-0.98,2.886 h-1.19l3.418-9.777h1.499l3.418,9.777H16.424z M13.497,12.316h-0.07l-1.653,4.762h3.376L13.497,12.316z M18.814,21.001v-0.98h1.373 v-7.816h-1.373v-0.98h3.922v0.98h-1.373v7.816h1.373v0.98H18.814z M30,30.36H2c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.199,0.161-0.36,0.36-0.36h12v0.72H2.36v27.28h27.28V18h0.721v12C30.36,30.199,30.199,30.36,30,30.36z M30.36,14h-0.72v-2h0.721 L30.36,14L30.36,14z M26.36,10h-0.72V6.36H22V5.64h3.64V2h0.721v3.64H30v0.72h-3.64V10z M20,2.36h-2V1.64h2V2.36z" }), children]
});
});
//#endregion
export { GenerateAi as default };