@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
29 lines (27 loc) • 1.43 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 Icon from "../Icon.js";
import { t as iconPropTypes } from "../iconPropTypes-B1cP964Y.js";
import React from "react";
import { jsx } from "react/jsx-runtime";
//#region virtual:watson-health/3DICa.js
const _3DICa = React.forwardRef(function _3DICa({ 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: "M15,14H10a2,2,0,0,1-2-2V4a2,2,0,0,1,.59-1.42A3.57,3.57,0,0,1,10,2h5V4H10v8h5Z" }), /* @__PURE__ */ jsx("path", { d: "M4 6H6V14H4z" }), /* @__PURE__ */ jsx("path", { d: "M4 2H6V4H4z" }), /* @__PURE__ */ jsx("path", { d: "M27.45,19.11l-6-3a1,1,0,0,0-.9,0l-6,3A1,1,0,0,0,14,20v7a1,1,0,0,0,.55.89l6,3a1,1,0,0,0,.9,0l6-3A1,1,0,0,0,28,27V20A1,1,0,0,0,27.45,19.11Zm-6.45-1L24.76,20,21,21.88,17.24,20Zm-5,3.5,4,2v4.76l-4-2Zm6,6.76V23.62l4-2v4.76Z" }), /* @__PURE__ */ jsx("path", { d: "M23,2H19a2,2,0,0,0-2,2V14h2V10h4v4h2V4A2,2,0,0,0,23,2ZM19,8V4h4V8Z" }), children);
});
if (process.env.NODE_ENV !== "production") _3DICa.propTypes = iconPropTypes;
//#endregion
export { _3DICa as default };