@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
56 lines (52 loc) • 2.27 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.
*/
'use strict';
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, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9;
const Dicom_6000 = /*#__PURE__*/React.forwardRef(function Dicom_6000({
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: "M13,11H7a3,3,0,0,0-3,3v2H6V14a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V14A3,3,0,0,0,13,11Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M10,10A4,4,0,1,0,6,6,4,4,0,0,0,10,10Zm0-6A2,2,0,1,1,8,6,2,2,0,0,1,10,4Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M20 4H30V6H20z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M20 8H30V10H20z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M20 12H26V14H20z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M5,30H3a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2H6v2H3v2H5a2,2,0,0,1,2,2v2A2,2,0,0,1,5,30ZM3,26v2H5V26Z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M13,30H11a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,13,30Zm-2-8v6h2V22Z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M21,30H19a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,21,30Zm-2-8v6h2V22Z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "M29,30H27a2,2,0,0,1-2-2V22a2,2,0,0,1,2-2h2a2,2,0,0,1,2,2v6A2,2,0,0,1,29,30Zm-2-8v6h2V22Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
Dicom_6000.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = Dicom_6000;