UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.94 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:event-driven/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 EventDriven = /*#__PURE__*/ React.forwardRef(function EventDriven({ 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.36C7.53,31.36,0.64,24.47,0.64,16 c0-5.454,2.857-10.252,7.153-12.979L6.691,1.185l0.617-0.37L8.41,2.65c2.24-1.279,4.832-2.01,7.59-2.01 c5.284,0,9.953,2.682,12.719,6.756l1.087-0.699l0.389,0.605L29.109,8c1.428,2.332,2.252,5.071,2.252,7.999 C31.36,24.47,24.47,31.36,16,31.36z M16.36,17.312v13.324C24.267,30.444,30.64,23.952,30.64,16c0-2.785-0.781-5.391-2.137-7.609 l-11.205,7.203c0.04,0.128,0.062,0.265,0.062,0.406C17.36,16.625,16.936,17.153,16.36,17.312z M8.164,3.639 C4.077,6.239,1.36,10.808,1.36,16c0,7.952,6.373,14.444,14.28,14.636V17.312c-0.576-0.158-1-0.686-1-1.312 c0-0.107,0.012-0.212,0.036-0.312l-9.849-5.372l0.345-0.632l9.837,5.366L8.164,3.639z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M16,14.64c0.349,0,0.667,0.132,0.908,0.348l11.204-7.203 C25.476,3.91,21.03,1.36,16,1.36c-2.624,0-5.088,0.694-7.22,1.907l6.854,11.423C15.75,14.657,15.873,14.64,16,14.64z" }), children] }); }); //#endregion export { EventDriven as default };