@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.09 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 CicsVsamTransparencyForZOs = /*#__PURE__*/React.forwardRef(function CicsVsamTransparencyForZOs({
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: "M21,29.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S22.302,29.36,21,29.36z M21,25.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S21.904,25.36,21,25.36z M16,27.36H2v-0.72h14V27.36z M9,22.36H5v-0.72h4c2.559,0,4.64-2.081,4.64-4.64v-2h0.72v2C14.36,19.955,11.956,22.36,9,22.36z M28,18.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36C30.36,17.302,29.302,18.36,28,18.36z M28,14.36\tc-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S28.904,14.36,28,14.36z M8,18.36\tc-1.301,0-2.36-1.059-2.36-2.36S6.699,13.64,8,13.64s2.36,1.059,2.36,2.36C10.36,17.302,9.301,18.36,8,18.36z M8,14.36\tc-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64S9.64,16.904,9.64,16S8.904,14.36,8,14.36z M2.36,17H1.64v-2\tc0-2.956,2.404-5.36,5.36-5.36h4v0.72H7c-2.559,0-4.64,2.082-4.64,4.64C2.36,15,2.36,17,2.36,17z M23,16.36h-6v-0.72h6V16.36z M21,7.36c-1.302,0-2.36-1.059-2.36-2.36S19.698,2.64,21,2.64S23.36,3.699,23.36,5S22.302,7.36,21,7.36z M21,3.36\tc-0.904,0-1.64,0.736-1.64,1.64S20.096,6.64,21,6.64S22.64,5.904,22.64,5S21.904,3.36,21,3.36z M16,5.36H2V4.64h14V5.36z"
})), children);
});
export { CicsVsamTransparencyForZOs as default };