@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
46 lines (40 loc) • 2.99 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-7ff6056a.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
var _path;
let didWarnAboutDeprecation = false;
const IbmZPartition = /*#__PURE__*/React__default["default"].forwardRef(function IbmZPartition({
children,
...rest
}, ref) {
if (process.env.NODE_ENV !== "production") {
if (!didWarnAboutDeprecation) {
didWarnAboutDeprecation = true;
console.warn(`The IbmZPartition component has been deprecated and will be ` + `removed in the next major version of @carbon/icons-react.`);
}
}
return /*#__PURE__*/React__default["default"].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__default["default"].createElement("path", {
d: "M29,31.36c-1.302,0-2.36-1.059-2.36-2.36\tc0-1.179,0.869-2.159,2-2.333V23.36H16.36v3.307c1.131,0.174,2,1.154,2,2.333c0,1.302-1.059,2.36-2.36,2.36s-2.36-1.059-2.36-2.36\tc0-1.179,0.869-2.159,2-2.333V23.36H3.36v3.307c1.131,0.174,2,1.154,2,2.333c0,1.302-1.059,2.36-2.36,2.36S0.64,30.302,0.64,29\tc0-1.179,0.869-2.159,2-2.333V23c0-0.199,0.161-0.36,0.36-0.36h12.64V19h0.72v3.64H29c0.199,0,0.36,0.161,0.36,0.36v3.667\tc1.131,0.174,2,1.154,2,2.333C31.36,30.302,30.302,31.36,29,31.36z M29,27.36c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64\ts1.64-0.735,1.64-1.64S29.904,27.36,29,27.36z M16,27.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64\tc0.904,0,1.64-0.735,1.64-1.64S16.904,27.36,16,27.36z M3,27.36c-0.904,0-1.64,0.735-1.64,1.64S2.096,30.64,3,30.64\tS4.64,29.904,4.64,29S3.904,27.36,3,27.36z M22.5,17.36h-13c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.089,0.033-0.175,0.092-0.241\tl8.459-9.399H9.5C9.301,4.36,9.14,4.199,9.14,4V1c0-0.199,0.161-0.36,0.36-0.36h13c0.199,0,0.36,0.161,0.36,0.36v3\tc0,0.089-0.033,0.175-0.093,0.241l-8.459,9.399H22.5c0.199,0,0.36,0.161,0.36,0.36v3C22.86,17.199,22.699,17.36,22.5,17.36z M12.557,16.64h7.724l-6.614-2.205L12.557,16.64z M9.86,16.64h1.273L9.86,15.034V16.64z M15.718,14.36l6.422,2.14v-2.14H15.718z M9.971,14.015l1.896,2.393l5.148-10.22L9.971,14.015z M20.104,1.655l-5.111,10.147l7.032-7.813L20.104,1.655z M9.86,3.64h6.422\tL9.86,1.5V3.64z M11.718,1.36l6.618,2.206l1.111-2.206C19.447,1.36,11.718,1.36,11.718,1.36z M20.794,1.36l1.346,1.636V1.36H20.794z"
})), children);
});
module.exports = IbmZPartition;