UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.22 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:transaction-data/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 TransactionData = /*#__PURE__*/ React.forwardRef(function TransactionData({ 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: "M5.746,26.255L1.491,22l4.255-4.255l0.509,0.51 L2.869,21.64H10v0.721H2.869l3.385,3.385L5.746,26.255z M25,24.36c-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36 s2.36,1.059,2.36,2.36S26.302,24.36,25,24.36z M25,20.36c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64 S25.904,20.36,25,20.36z M15,24.36c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S16.301,24.36,15,24.36 z M15,20.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64S15.904,20.36,15,20.36z M30.36,24h-0.72v-4 h0.721L30.36,24L30.36,24z M20.36,24h-0.72v-4h0.721L20.36,24L20.36,24z M26.255,14.254l-0.51-0.509l3.386-3.386H22V9.64h7.131 l-3.386-3.386l0.51-0.509L30.509,10L26.255,14.254z M17,12.36c-1.301,0-2.36-1.059-2.36-2.36S15.699,7.64,17,7.64 c1.302,0,2.36,1.059,2.36,2.36S18.302,12.36,17,12.36z M17,8.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64 s1.64-0.736,1.64-1.64S17.904,8.36,17,8.36z M7,12.36c-1.301,0-2.36-1.059-2.36-2.36S5.699,7.64,7,7.64S9.36,8.699,9.36,10 S8.301,12.36,7,12.36z M7,8.36c-0.904,0-1.64,0.736-1.64,1.64S6.096,11.64,7,11.64S8.64,10.904,8.64,10S7.904,8.36,7,8.36z M12.36,12h-0.72V8h0.72V12z M2.36,12H1.64V8h0.72C2.36,8,2.36,12,2.36,12z" }), children] }); }); //#endregion export { TransactionData as default };