UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 1.57 kB
/** * 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:red-hat--ansible/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 RedHatAnsible = /*#__PURE__*/ React.forwardRef(function RedHatAnsible({ 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.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3604,6.8901,15.3604,15.3599-6.8906,15.3604-15.3604,15.3604ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396,14.6396-6.5674,14.6396-14.6396S24.0723,1.3599,16,1.3599ZM23,23.3604c-.0723,0-.1445-.0215-.2061-.0654l-9.7847-6.8491-2.6748,6.688-.6689-.2676,6-15c.0537-.1333.1807-.2222.3242-.2261.1553.0024.2759.0776.3364.2075l7,15c.0693.1475.0303.3232-.0947.4277-.0664.0566-.1494.085-.2314.085ZM13.2842,15.7593l8.8213,6.1753-6.0801-13.0288-2.7412,6.8535Z" }), children] }); }); //#endregion export { RedHatAnsible as default };