@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 1.68 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 IbmEngineeringSystemsDesignRhapsodyModelManager = /*#__PURE__*/React.forwardRef(function IbmEngineeringSystemsDesignRhapsodyModelManager({
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: "M16,31.36c-0.059,0-0.117-0.015-0.171-0.043l-13-7C2.713,24.254,2.64,24.133,2.64,24V10h0.72v13.785l12.28,6.612V17h0.72v13.397\tl12.28-6.612V10h0.721v14c0,0.133-0.073,0.254-0.189,0.317l-13,7C16.117,31.346,16.059,31.36,16,31.36z M16,15.36\tc-0.059,0-0.117-0.014-0.171-0.043L2.856,8.332C2.816,8.314,2.78,8.289,2.748,8.257C2.622,8.131,2.606,7.93,2.712,7.786\tc0.041-0.055,0.094-0.095,0.154-0.119l12.963-6.984c0.106-0.058,0.234-0.058,0.342,0l12.964,6.983\tc0.018,0.007,0.034,0.015,0.05,0.024C29.293,7.756,29.36,7.873,29.36,8s-0.067,0.245-0.176,0.31\tc-0.013,0.008-0.026,0.015-0.039,0.021L16.17,15.317C16.117,15.346,16.059,15.36,16,15.36z M3.763,8.002L16,14.591l12.238-6.59\tL16,1.409L3.763,8.002z"
})), children);
});
export { IbmEngineeringSystemsDesignRhapsodyModelManager as default };