UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

52 lines (49 loc) 1.88 kB
/** * 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 React from 'react'; import Icon from '../Icon.js'; import { i as iconPropTypes } from '../iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8; const CrossReference = /*#__PURE__*/React.forwardRef(function CrossReference({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M11 24H15V26H11z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M5 24H9V26H5z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M23 24H27V26H23z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M17 24H21V26H17z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("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" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M24 28H26V30H24z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M6 28H8V30H6z" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("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; } export { CrossReference as default };