@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.38 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const CodeGeneration = /*#__PURE__*/React.forwardRef(function CodeGeneration({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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);
});
export { CodeGeneration as default };