@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.51 kB
JavaScript
/**
* 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.
*/
;
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 CodeGenerationInline = /*#__PURE__*/React.forwardRef(function CodeGenerationInline({
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: "M28.5,10.5h-1v-1h1V10.5z M22.5,3.5h-1\tv1h1V3.5z M28,28.36H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h17v0.72H2.36v2.28H19v0.72H8.36v20.28h19.28\tV13h0.721v15C28.36,28.199,28.199,28.36,28,28.36z M2.36,27.64h5.28V7.36H2.36V27.64z M23,22.36h-2v-0.72h2V22.36z M19,22.36h-8\tv-0.72h8V22.36z M23,19.36h-8v-0.72h8V19.36z M13,19.36h-2v-0.72h2V19.36z M23,16.36h-2v-0.72h2V16.36z M19,16.36h-8v-0.72h8V16.36z M23,13.36h-8v-0.72h8V13.36z M13,13.36h-2v-0.72h2V13.36z M28.36,7h-0.72V4.36H25V3.64h2.64V1h0.721v2.64H31v0.72h-2.64V7z"
})), children);
});
module.exports = CodeGenerationInline;