UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.45 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 CodeGeneration = /*#__PURE__*/React.forwardRef(function CodeGeneration({ 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: "M13.334,22.134l-0.669-0.268l4-10l0.668,0.268\tL13.334,22.134z M19.255,21.255l-0.51-0.51L22.491,17l-3.746-3.746l0.51-0.509L23.509,17L19.255,21.255z M10.746,21.255L6.491,17\tl4.255-4.254l0.509,0.509L7.509,17l3.745,3.745L10.746,21.255z M28,30.36H2c-0.199,0-0.36-0.161-0.36-0.36V4\tc0-0.199,0.161-0.36,0.36-0.36h17v0.72H2.36v25.28h25.28V13h0.721v17C28.36,30.199,28.199,30.36,28,30.36z M28.36,7h-0.72V4.36H25\tV3.64h2.64V1h0.721v2.64H31v0.72h-2.64V7z M28.5,10.5h-1v-1h1V10.5z M22.5,3.5h-1v1h1V3.5z" })), children); }); module.exports = CodeGeneration;