@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (36 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.
*/
;
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;
const IbmSoftwareWatsonxDocumentLibrary = /*#__PURE__*/React.forwardRef(function IbmSoftwareWatsonxDocumentLibrary({
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: "M12,28H4c-1.1046,0-2-.8954-2-2V6c0-1.1046.8954-2,2-2l7.17-.0057c.533-.0004,1.0442.212,1.42.59l3.41,3.4157,12-.0057c1.1046,0,2,.8954,2,2v4.0057h-2v-4l-12.83-.0057-.58-.59-3.42-3.41-7.17.0057v20h8v2ZM16,17l-2.0072-.0057.0072,11.0057h2v-11ZM29.9954,18.9926l-.0039,9.7657c0,.6838-.5676,1.2417-1.2654,1.2417h-9.4679c-.6978,0-1.2654-.5579-1.2654-1.2426v-12.5195c0-.6857.5676-1.2436,1.2654-1.2436l6.7418.0057,4,4-.0046-.0074ZM27.9899,28.0004l.0101-8.0004h-3v-3h-5v11h8l-.0101.0004Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmSoftwareWatsonxDocumentLibrary.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmSoftwareWatsonxDocumentLibrary;