UNPKG

@carbon/icons-react

Version:

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

29 lines (27 loc) 1.3 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. */ 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:DataDictionary.js const DataDictionary = React.forwardRef(function DataDictionary({ 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: "M22,8h-8v2h8v-2ZM14,16h8v-2h-8v2ZM10,14h-2v-4h2v-2h-2v-4h18v12h2V4c0-1.1046-.8954-2-2-2H8c-1.1046,0-2,.8954-2,2v4h-2v2h2v4h-2v2h6v-2ZM4,20H1v10h3c1.6543,0,3-1.3457,3-3v-4c0-1.6543-1.3457-3-3-3ZM5,27c0,.5518-.4487,1-1,1h-1v-6h1c.5513,0,1,.4482,1,1v4ZM17,22v6c0,1.1025.8975,2,2,2h4v-2h-4v-6h4v-2h-4c-1.1025,0-2,.8975-2,2ZM9,22h2v6h-2v2h6v-2h-2v-6h2v-2h-6v2ZM25,20v2h2v8h2v-8h2v-2h-6Z" }), children); }); if (process.env.NODE_ENV !== "production") DataDictionary.propTypes = iconPropTypes; //#endregion export { DataDictionary as default };