@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
38 lines (35 loc) • 1.57 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 React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const DataGlossary = /*#__PURE__*/React.forwardRef(function DataGlossary({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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: "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-2ZM1,22v6c0,1.1025.8223,2,1.8335,2h4.1665v-6h-3v2h1v2h-2l.0142-6h3.9858v-2H2.8335c-1.0112,0-1.8335.8975-1.8335,2ZM21.1055,20h-2.2109c-1.0449,0-1.8945.8496-1.8945,1.8945v6.2109c0,1.0449.8496,1.8945,1.8945,1.8945h2.2109c1.0449,0,1.8945-.8496,1.8945-1.8945v-6.2109c0-1.0449-.8496-1.8945-1.8945-1.8945ZM21,28h-2v-6h2v6ZM11,20h-2v10h6v-2h-4v-8ZM31,22v-2h-4c-1.1025,0-2,.8975-2,2v2c0,1.1025.8975,2,2,2h2v2h-4v2h4c1.1025,0,2-.8975,2-2v-2c0-1.1025-.8975-2-2-2h-2v-2h4Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
DataGlossary.propTypes = iconPropTypes;
}
export { DataGlossary as default };