UNPKG

@carbon/icons-react

Version:

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

46 lines (42 loc) 1.58 kB
/** * Copyright IBM Corp. 2016, 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 React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4; const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M16 16H24V18H16z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z" })), children); }); if (process.env.NODE_ENV !== "production") { DocumentMultiple_02.propTypes = iconPropTypes.iconPropTypes; } module.exports = DocumentMultiple_02;