@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.43 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.
*/
import { _ as _extends } from '../_rollupPluginBabelHelpers-CuCmpz4u.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const Java_02 = /*#__PURE__*/React.forwardRef(function Java_02({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _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: "M8.207,21.242h0.8v5.957\tc0,0.709-0.351,1.199-1.12,1.199h-0.52v-0.701h0.84V21.242z M8.117,19.582v-0.129c0-0.27,0.149-0.449,0.489-0.449\ts0.49,0.18,0.49,0.449v0.129c0,0.27-0.15,0.451-0.49,0.451S8.117,19.852,8.117,19.582z M14.455,26.398c-0.59,0-0.83-0.359-0.89-0.84\th-0.05c-0.22,0.631-0.77,0.961-1.489,0.961c-1.09,0-1.729-0.6-1.729-1.561c0-0.969,0.7-1.508,2.199-1.508h1.02v-0.51\tc0-0.73-0.4-1.131-1.22-1.131c-0.619,0-1.029,0.301-1.31,0.77l-0.479-0.449c0.28-0.549,0.899-1.01,1.829-1.01\tc1.239,0,1.979,0.65,1.979,1.74v2.838h0.589v0.699h-0.449V26.398z M13.516,24.9v-0.85h-1.06c-0.909,0-1.319,0.279-1.319,0.779v0.209\tc0,0.51,0.399,0.801,1.02,0.801C12.945,25.84,13.516,25.43,13.516,24.9z M17.106,26.398l-1.81-5.156h0.8l0.899,2.559l0.56,1.758\th0.05l0.56-1.758l0.92-2.559h0.77l-1.819,5.156H17.106z M24.545,26.398c-0.59,0-0.83-0.359-0.89-0.84h-0.05\tc-0.22,0.631-0.77,0.961-1.489,0.961c-1.09,0-1.729-0.6-1.729-1.561c0-0.969,0.7-1.508,2.199-1.508h1.02v-0.51\tc0-0.73-0.4-1.131-1.22-1.131c-0.619,0-1.029,0.301-1.31,0.77l-0.479-0.449c0.28-0.549,0.899-1.01,1.829-1.01\tc1.239,0,1.979,0.65,1.979,1.74v2.838h0.589v0.699h-0.449V26.398z M23.605,24.9v-0.85h-1.06c-0.909,0-1.319,0.279-1.319,0.779v0.209\tc0,0.51,0.399,0.801,1.02,0.801C23.035,25.84,23.605,25.43,23.605,24.9z M28,31.36H4c-0.199,0-0.36-0.161-0.36-0.36V1\tc0-0.199,0.161-0.36,0.36-0.36h18c0.096,0,0.188,0.038,0.255,0.105l6,6C28.322,6.813,28.36,6.904,28.36,7v24\tC28.36,31.199,28.199,31.36,28,31.36z M4.36,30.64h23.28V7.36H22c-0.199,0-0.36-0.161-0.36-0.36V1.36H4.36V30.64z M22.36,6.64h4.771\tL22.36,1.869V6.64z"
})), children);
});
export { Java_02 as default };