@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
33 lines (30 loc) • 2.1 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 { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js';
import React from 'react';
import Icon from '../Icon.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path;
const TransactionData = /*#__PURE__*/React.forwardRef(function TransactionData({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
width: 64,
height: 64,
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
ref: ref
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "M5.746,26.255L1.491,22l4.255-4.255l0.509,0.51\tL2.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\ts2.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\tS25.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\tz 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\th0.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\tl-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\tc1.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\ts1.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\tS8.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);
});
export { TransactionData as default };