@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.72 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 IbmEngineeringTestManagement = /*#__PURE__*/React.forwardRef(function IbmEngineeringTestManagement({
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: "M16,31.36\tC7.53,31.36,0.64,24.47,0.64,16h0.72c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64h0.721\tC31.36,24.47,24.47,31.36,16,31.36z M16,27.36C9.736,27.36,4.64,22.264,4.64,16h0.72c0,5.867,4.773,10.64,10.64,10.64\tS26.64,21.868,26.64,16h0.721C27.36,22.264,22.264,27.36,16,27.36z M16,20.36c-2.404,0-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36\ts4.36,1.956,4.36,4.36S18.404,20.36,16,20.36z M16,12.36c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64\tS18.007,12.36,16,12.36z M6.25,12.36H0.89V7h0.72v3.616C3.831,4.68,9.567,0.64,16,0.64c4.103,0,7.96,1.598,10.861,4.499l-0.51,0.509\tC23.587,2.883,19.91,1.36,16,1.36c-6.406,0-12.087,4.204-13.98,10.28h4.23C6.25,11.64,6.25,12.36,6.25,12.36z"
})), children);
});
module.exports = IbmEngineeringTestManagement;