@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (34 loc) • 1.61 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--elm-method-composer/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 IbmElmMethodComposer = /*#__PURE__*/ React.forwardRef(function IbmElmMethodComposer({ 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: "M29.36,2v5.36H24V6.64h4.225 C25.434,3.287,21.394,1.36,17,1.36C8.927,1.36,2.36,7.927,2.36,16c0,8.072,6.567,14.64,14.64,14.64v0.721 C8.53,31.36,1.64,24.47,1.64,16S8.53,0.64,17,0.64c4.538,0,8.716,1.959,11.64,5.376V2H29.36z M29.255,23.745 c0.067,0.067,0.105,0.159,0.105,0.255v4c0,0.199-0.161,0.36-0.36,0.36h-4c-0.096,0-0.188-0.038-0.255-0.105l-15-15 c-0.141-0.141-0.141-0.368,0-0.509l4-4c0.141-0.141,0.368-0.141,0.509,0L29.255,23.745z M13,15.491L16.491,12L14,9.509L10.509,13 L13,15.491z M28.64,24.149L17,12.509L13.509,16l11.64,11.64h3.49L28.64,24.149L28.64,24.149z" }), children]
});
});
//#endregion
export { IbmElmMethodComposer as default };