@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.79 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 Icon from "../Icon.js";
import React from "react";
import { jsx, jsxs } from "react/jsx-runtime";
//#region virtual:ibm--engineering-test-management/index.js
/**
* 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.
*/
const IbmEngineeringTestManagement = /*#__PURE__*/ React.forwardRef(function IbmEngineeringTestManagement({ children, ...rest }, ref) {
return /* @__PURE__ */ jsxs(Icon, {
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref,
...rest,
children: [/* @__PURE__ */ jsx("path", { d: "M16,31.36 C7.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 C31.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 S26.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 s4.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 S18.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 C23.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]
});
});
//#endregion
export { IbmEngineeringTestManagement as default };