@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.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-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const FullyManaged = /*#__PURE__*/React.forwardRef(function FullyManaged({
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,30.36c-0.062,0-0.125-0.017-0.181-0.05l-12-7\tC3.708,23.246,3.64,23.128,3.64,23v-7c0-0.128,0.068-0.247,0.179-0.311l6-3.5c0.111-0.065,0.251-0.065,0.362,0l4.821,2.812\tl0.638-0.365V9c0-0.128,0.068-0.247,0.179-0.311L21.285,5.5L16,2.417L5.36,8.629v0.948c0,0.128-0.068,0.248-0.18,0.312l-1,0.578\tc-0.111,0.064-0.249,0.064-0.36,0l-1-0.578C2.708,9.825,2.64,9.706,2.64,9.577V8.423c0-0.128,0.068-0.248,0.18-0.312l1-0.578\tc0.111-0.064,0.249-0.064,0.36,0l0.819,0.473l10.819-6.317c0.112-0.065,0.251-0.065,0.363,0l12,7C28.292,8.753,28.36,8.872,28.36,9\tv7c0,0.128-0.068,0.247-0.179,0.311l-6,3.5c-0.113,0.066-0.25,0.066-0.363,0l-4.82-2.812l-0.638,0.364V23\tc0,0.128-0.068,0.246-0.179,0.311L10.714,26.5L16,29.583l10.64-6.213v-0.947c0-0.129,0.069-0.247,0.181-0.312l1-0.577\tc0.111-0.064,0.248-0.064,0.359,0l1,0.577c0.111,0.064,0.181,0.183,0.181,0.312v1.154c0,0.129-0.069,0.247-0.181,0.312l-1,0.577\tc-0.111,0.064-0.248,0.064-0.359,0l-0.819-0.473L16.183,30.31C16.125,30.344,16.062,30.36,16,30.36z M4.36,22.793l5.64,3.29\tl5.64-3.29v-5.431l-0.82-0.473c-0.111-0.064-0.18-0.184-0.18-0.312v-0.954L10,12.917l-5.64,3.29V22.793z M27.36,23.369L28,23.738\tl0.64-0.369v-0.738L28,22.262l-0.64,0.369V23.369z M17.36,16.377L22,19.083l5.64-3.29V9.207L22,5.917l-5.64,3.29v5.431l0.82,0.474\tc0.111,0.064,0.181,0.183,0.181,0.312L17.36,16.377L17.36,16.377z M15.36,16.369l0.641,0.37l0.639-0.365V15.63l-0.641-0.371\tl-0.639,0.365V16.369z M3.36,9.369L4,9.739l0.64-0.37V8.631L4,8.261l-0.64,0.37C3.36,8.631,3.36,9.369,3.36,9.369z"
})), children);
});
export { FullyManaged as default };