UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 1.85 kB
/** * 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 StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation({ 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: "M20,31.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h8\tc0.199,0,0.36,0.161,0.36,0.36v8C20.36,31.199,20.199,31.36,20,31.36z M12.36,30.64h7.28v-7.28h-7.28\tC12.36,23.36,12.36,30.64,12.36,30.64z M20,21.36h-8c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h8\tc0.199,0,0.36,0.161,0.36,0.36v8C20.36,21.199,20.199,21.36,20,21.36z M12.36,20.64h7.28v-7.28h-7.28\tC12.36,13.36,12.36,20.64,12.36,20.64z M17.5,19.36h-3v-0.72h2.64v-1.28H15.5v-0.72h1.64v-1.28H14.5v-0.72h3\tc0.199,0,0.36,0.161,0.36,0.36v4C17.86,19.199,17.699,19.36,17.5,19.36z M21.745,13.254l-1.895-1.895h-7.702l-1.895,1.895\tl-0.509-0.509l1.895-1.895V3.149L9.746,1.254l0.509-0.509L12.15,2.64h7.702l1.895-1.895l0.51,0.509L20.36,3.149v7.702l1.895,1.895\tL21.745,13.254z M12.869,10.64h6.262L16,7.509L12.869,10.64z M16.509,7l3.13,3.131V3.869L16.509,7z M12.36,3.869v6.262L15.491,7\tL12.36,3.869z M12.869,3.36L16,6.491l3.131-3.131C19.131,3.36,12.869,3.36,12.869,3.36z" })), children); }); export { StackLimitation as default };