UNPKG

@carbon/icons-react

Version:

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

58 lines (54 loc) 2.27 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _circle, _path3, _path4, _path5, _path6, _path7, _path8; const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { 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: "M12,5A3.0033,3.0033,0,0,0,9,2H4V15H9a3.0033,3.0033,0,0,0,3-3V10.5a2.977,2.977,0,0,0-.78-2,2.9768,2.9768,0,0,0,.78-2ZM6,4H9a1.0013,1.0013,0,0,1,1,1V6.5513A.9587.9587,0,0,1,9,7.5H6Zm4,8a1.0009,1.0009,0,0,1-1,1H6V9.5H9a1.0009,1.0009,0,0,1,1,1Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M22 5 20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z" })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", { cx: "9", cy: "27", r: "1" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M2 18H6V20H2z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M8 18H12V20H8z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M14 18H18V20H14z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M20 18H24V20H20z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M26 18H30V20H26z" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { d: "M26,31H6a2.0021,2.0021,0,0,1-2-2V25a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,31ZM6,25v4H26V25Z" })), children); }); if (process.env.NODE_ENV !== "production") { InstanceBx.propTypes = iconPropTypes.iconPropTypes; } module.exports = InstanceBx;