@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.49 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.
*/
import Icon from "../Icon.js";
import { t as iconPropTypes } from "../iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:watson-health/CrossReference.js
const CrossReference = React.forwardRef(function CrossReference({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ jsx("path", { d: "M11 24H15V26H11z" }), /* @__PURE__ */ jsx("path", { d: "M5 24H9V26H5z" }), /* @__PURE__ */ jsx("path", { d: "M23 24H27V26H23z" }), /* @__PURE__ */ jsx("path", { d: "M17 24H21V26H17z" }), /* @__PURE__ */ jsx("path", { d: "M9,22a4.92,4.92,0,0,1,4-2h6a5.22,5.22,0,0,1,4,2h2.3A6.87,6.87,0,0,0,19,18H13a6.87,6.87,0,0,0-6.3,4Z" }), /* @__PURE__ */ jsx("path", { d: "M24 28H26V30H24z" }), /* @__PURE__ */ jsx("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ jsx("path", { d: "M16,16a7,7,0,1,1,7-7A7,7,0,0,1,16,16ZM16,4a5,5,0,0,0-5,5A5,5,0,0,0,21,9,5,5,0,0,0,16,4Z" }), children);
});
if (process.env.NODE_ENV !== "production") CrossReference.propTypes = iconPropTypes;
//#endregion
export { CrossReference as default };