@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.34 kB
JavaScript
/**
* 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.
*/
import Icon from "./Icon.js";
import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:DocumentMultiple_01.js
const DocumentMultiple_01 = React.forwardRef(function DocumentMultiple_01({ children, size = 16, ...rest }, ref) {
return React.createElement(Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ jsx("path", { d: "M2 6H4V26H2z" }), /* @__PURE__ */ jsx("path", { d: "M6 4H8V28H6z" }), /* @__PURE__ */ jsx("path", { d: "M14 22H26V24H14z" }), /* @__PURE__ */ jsx("path", { d: "M14 16H26V18H14z" }), /* @__PURE__ */ jsx("path", { d: "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z" }), children);
});
if (process.env.NODE_ENV !== "production") DocumentMultiple_01.propTypes = iconPropTypes;
//#endregion
export { DocumentMultiple_01 as default };