@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.47 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-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const IbmZ17 = /*#__PURE__*/React.forwardRef(function IbmZ17({
children,
...rest
}, ref) {
return /*#__PURE__*/React.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.createElement("path", {
d: "M16,31.36c-0.001,0-0.001,0-0.002,0H3.5\tc-1.577,0-2.86-1.283-2.86-2.86v-25c0-1.577,1.283-2.86,2.86-2.86h25c1.577,0,2.86,1.283,2.86,2.86v25c0,1.577-1.283,2.86-2.86,2.86\tH16.002C16.002,31.36,16.001,31.36,16,31.36z M16.36,30.64H28.5c1.18,0,2.14-0.96,2.14-2.14V16.36H16.36V30.64z M1.36,16.879V28.5\tc0,1.18,0.96,2.14,2.14,2.14h11.63L1.36,16.879z M1.859,16.36L15.64,30.131V16.36H1.859z M16.36,15.64h14.28V3.5\tc0-1.18-0.96-2.14-2.14-2.14H16.36V15.64z M1.88,15.64h13.76V1.889L1.88,15.64z M3.5,1.36c-1.18,0-2.14,0.96-2.14,2.14v11.642\tL15.15,1.36H3.5z"
})), children);
});
module.exports = IbmZ17;