@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
51 lines (47 loc) • 2.35 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.
*/
'use strict';
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, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9;
const DuplicateFile = /*#__PURE__*/React.forwardRef(function DuplicateFile({
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: "M20.36,9c0-0.199-0.161-0.36-0.36-0.36h-7.64V7h-0.72v1.64H1C0.801,8.64,0.64,8.801,0.64,9v22 c0,0.199,0.161,0.36,0.36,0.36h19c0.199,0,0.36-0.161,0.36-0.36v-7.64H22v-0.72h-1.64V9z M19.64,30.64H1.36V9.36h18.28 C19.64,9.36,19.64,30.64,19.64,30.64z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M12.36,1.36H14V0.64h-2c-0.199,0-0.36,0.161-0.36,0.36v2h0.72C12.36,3,12.36,1.36,12.36,1.36z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M16.647.64H20.177V1.3599999999999999H16.647z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M22.823.64H26.352V1.3599999999999999H22.823z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M31,0.64h-2v0.72h1.64V3h0.721V1C31.36,0.801,31.199,0.64,31,0.64z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M30.64 13.588H31.361V17.823H30.64z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M30.64 6.176H31.361V10.411000000000001H30.64z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M30.64,22.64H29v0.721h2c0.199,0,0.36-0.161,0.36-0.36v-2h-0.72C30.64,21.001,30.64,22.64,30.64,22.64z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "M24.101 22.64H26.901V23.361H24.101z"
})), children);
});
module.exports = DuplicateFile;