UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.62 kB
/** * 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const CodeReverseEngineering = /*#__PURE__*/React.forwardRef(function CodeReverseEngineering({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M29,28.36h-3.36V25h0.721v2.127\tC27.78,26.203,28.64,24.67,28.64,23c0-2.559-2.081-4.64-4.64-4.64s-4.64,2.081-4.64,4.64s2.081,4.64,4.64,4.64v0.721\tc-2.955,0-5.36-2.405-5.36-5.36s2.405-5.36,5.36-5.36s5.36,2.405,5.36,5.36c0,1.862-0.93,3.575-2.472,4.64H29V28.36z M13,28.36H8\tv-0.72h5V28.36z M17,24.36H8v-0.72h9V24.36z M17,20.36H8v-0.72h9V20.36z M29,15.36H6v-0.72h23V15.36z M26.745,12.254L24.491,10\tl2.254-2.254l0.51,0.509L25.509,10l1.746,1.746L26.745,12.254z M22.322,12.161l-0.645-0.322l2-4l0.645,0.322L22.322,12.161z M20,10.36H6V9.64h14V10.36z M2.254,7.254L1.746,6.746L3.491,5L1.746,3.254l0.509-0.509L4.509,5L2.254,7.254z M29,5.36H6V4.64h23\tV5.36z" })), children); }); module.exports = CodeReverseEngineering;