UNPKG

@carbon/pictograms-react

Version:

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

33 lines (30 loc) 1.24 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 IbmZ = /*#__PURE__*/React.forwardRef(function IbmZ({ 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: "M29,31.36H3c-0.199,0-0.36-0.161-0.36-0.36v-7\tc0-0.096,0.038-0.188,0.105-0.255L19.131,7.36H3V6.64h17c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392\tL3.36,24.149v6.49H29V31.36z M29,25.36H11c-0.146,0-0.277-0.088-0.333-0.223s-0.025-0.289,0.078-0.393L27.64,7.851V1.36H3V0.64h25\tc0.199,0,0.36,0.161,0.36,0.36v7c0,0.096-0.038,0.187-0.105,0.254L11.869,24.64H29V25.36z" })), children); }); export { IbmZ as default };