@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.06 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const TechnicalDocumentGeneration = /*#__PURE__*/React.forwardRef(function TechnicalDocumentGeneration({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M26.5,10.5h-1v-1h1V10.5z M20.5,3.5h-1v1h1V3.5z M26,30.36H6c-0.199,0-0.36-0.161-0.36-0.36V10c0-0.096,0.038-0.187,0.105-0.254l6-6\tC11.813,3.678,11.904,3.64,12,3.64h5v0.72h-4.64V10c0,0.199-0.161,0.36-0.36,0.36H6.36v19.28h19.28V13h0.721v17\tC26.36,30.199,26.199,30.36,26,30.36z M6.869,9.64h4.771V4.869L6.869,9.64z M14,27.36H9v-0.72h5V27.36z M17,24.36H9v-0.72h8V24.36z M23,21.36h-4c-0.199,0-0.36-0.161-0.36-0.36v-1.64H16c-0.199,0-0.36-0.161-0.36-0.36v-3.64h-2.28V17c0,0.199-0.161,0.36-0.36,0.36\tH9c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v1.64h2.28V11\tc0-0.199,0.161-0.36,0.36-0.36h2.64V9c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36\th-4c-0.199,0-0.36-0.161-0.36-0.36v-1.64h-2.28v7.28h2.28V17c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v4\tC23.36,21.199,23.199,21.36,23,21.36z M19.36,20.64h3.279v-3.28H19.36V20.64z M9.36,16.64h3.28v-3.28H9.36V16.64z M19.36,12.64\th3.279V9.36H19.36V12.64z M26.36,7h-0.72V4.36H23V3.64h2.64V1h0.721v2.64H29v0.72h-2.64V7z"
})), children);
});
module.exports = TechnicalDocumentGeneration;