@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.98 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 Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:document--conversion/index.js
/**
* 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.
*/
const DocumentConversion = /*#__PURE__*/ React.forwardRef(function DocumentConversion({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M31,31.36H19c-0.199,0-0.36-0.161-0.36-0.36v-1.639H7c-0.199,0-0.36-0.161-0.36-0.36v-5.64H1 c-0.199,0-0.36-0.161-0.36-0.36v-14c0-0.199,0.161-0.36,0.36-0.36h5.645v-5.64c0-0.199,0.161-0.36,0.36-0.36H18.64V1 c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36H19c-0.199,0-0.36-0.161-0.36-0.36 V3.361H7.364v5.28H13c0.199,0,0.36,0.161,0.36,0.36v6.641h5.28v-1.641c0-0.199,0.161-0.36,0.36-0.36h12 c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36H19c-0.199,0-0.36-0.161-0.36-0.36v-1.639h-5.28v6.639 c0,0.199-0.161,0.36-0.36,0.36H7.36v5.279h11.28V27c0-0.199,0.161-0.36,0.36-0.36h12c0.199,0,0.36,0.161,0.36,0.36v4 C31.36,31.199,31.199,31.36,31,31.36z M19.36,30.64h11.28v-3.28H19.36V30.64z M1.36,22.641h11.28V9.361H1.36V22.641z M19.36,17.641 h11.28v-3.279H19.36V17.641z M19.36,4.64h11.28V1.36H19.36V4.64z M11.004,19.361h-8V18.64h8V19.361z M11.004,16.36h-8v-0.72h8V16.36 z M11.004,13.361h-8v-0.72h8V13.361z" }), children]
});
});
//#endregion
export { DocumentConversion as default };