UNPKG

@carbon/icons-react

Version:

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

64 lines (61 loc) 2.4 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, _path9, _path0, _path1, _path10, _path11, _path12; const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard({ 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: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M10 20H21V22H10z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M6 12H8V14H6z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M10 12H12V14H10z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M14 12H16V14H14z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M18 12H20V14H18z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M6 20H8V22H6z" })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", { d: "M6 16H8V18H6z" })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", { d: "M10 16H12V18H10z" })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", { d: "M14 16H16V18H14z" })), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", { d: "M22 12H26V14H22z" })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", { d: "M22 16H26V18H22z" })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", { d: "M18 16H20V18H18z" })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", { d: "M23 20H26V22H23z" })), children); }); if (process.env.NODE_ENV !== "production") { Keyboard.propTypes = iconPropTypes; } export { Keyboard as default };