@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
64 lines (61 loc) • 2.71 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, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10;
const AssemblyReference = /*#__PURE__*/React.forwardRef(function AssemblyReference({
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: "M8.7 5.1H12.2V7.1H8.7z",
transform: "rotate(-30.583 10.48 6.101)"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M6,12H4V9.9c0-0.7,0.4-1.4,1-1.7l1.5-0.9l1,1.7L6,9.9V12z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M4 14H6V18H4z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M6.5,24.7L5,23.8c-0.6-0.4-1-1-1-1.7V20h2v2.1L7.5,23L6.5,24.7z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M9.5 24.1H11.5V27.6H9.5z",
transform: "rotate(-59.421 10.48 25.899)"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M17.5,27.1L16,28l-1.5-0.9l-1,1.7l1.5,0.9c0.3,0.2,0.7,0.3,1,0.3c0.4,0,0.7-0.1,1-0.3l1.5-0.9L17.5,27.1z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M19.8 24.9H23.3V26.9H19.8z",
transform: "rotate(-30.583 21.502 25.912)"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M25.2,24.9l-1-1.7l1.8-1V20h2v2.1c0,0.7-0.4,1.4-1,1.7L25.2,24.9z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "M26 14H28V18H26z"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "M28,12h-2V9.9l-1.8-1l1-1.7l1.8,1c0.6,0.4,1,1,1,1.7V12z"
})), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
d: "M20.5 4.3H22.5V7.8H20.5z",
transform: "rotate(-59.421 21.5 6.089)"
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
d: "M17.5,4.9L16,4l-1.5,0.9l-1-1.7L15,2.3C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l1.5,0.9L17.5,4.9z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
AssemblyReference.propTypes = iconPropTypes;
}
export { AssemblyReference as default };