@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.6 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-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const IbmEngineeringSystemsDesignRhapsody = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsody({
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: "M3,9.36h6\tc0.199,0,0.36-0.161,0.36-0.36V3c0-0.199-0.161-0.36-0.36-0.36H3C2.801,2.64,2.64,2.801,2.64,3v6C2.64,9.199,2.801,9.36,3,9.36z M3.36,3.36h5.28v5.28H3.36V3.36z M6.36,25.64H20v0.721H6c-0.199,0-0.36-0.161-0.36-0.36V12.869l-3.386,3.385l-0.509-0.509L6,11.491\tl4.254,4.255l-0.509,0.509L6.36,12.869V25.64z M29,22.64h-6c-0.199,0-0.36,0.161-0.36,0.36v6c0,0.199,0.161,0.36,0.36,0.36h6\tc0.199,0,0.36-0.161,0.36-0.36v-6C29.36,22.801,29.199,22.64,29,22.64z M28.64,28.64h-5.28v-5.28h5.279L28.64,28.64L28.64,28.64z M25.64,19.131V6.36H12V5.64h14c0.199,0,0.36,0.161,0.36,0.36v13.131l3.385-3.385l0.51,0.509L26,20.509l-4.255-4.254l0.51-0.509\tL25.64,19.131z"
})), children);
});
export { IbmEngineeringSystemsDesignRhapsody as default };