@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2.35 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.
*/
;
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const FinanceAndOperations = /*#__PURE__*/React.forwardRef(function FinanceAndOperations({
children,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M6,14.64H1\tc-0.199,0-0.36,0.161-0.36,0.36v7c0,0.199,0.161,0.36,0.36,0.36h5c0.199,0,0.36-0.161,0.36-0.36v-7C6.36,14.801,6.199,14.64,6,14.64\tz M5.64,21.64H1.36v-6.28h4.28C5.64,15.36,5.64,21.64,5.64,21.64z M19.64,27v-1.64H17v-0.72h4.5c0.629,0,1.14-0.511,1.14-1.14\ts-0.511-1.14-1.14-1.14h-3c-1.025,0-1.86-0.835-1.86-1.86s0.834-1.86,1.86-1.86h1.14V17h0.721v1.64H23v0.721h-4.5\tc-0.629,0-1.14,0.511-1.14,1.14s0.511,1.14,1.14,1.14h3c1.025,0,1.86,0.835,1.86,1.86s-0.835,1.86-1.86,1.86h-1.14V27H19.64z M12.746,19.745l-1.335,1.336c0.461-4.333,4.136-7.721,8.59-7.721c1.373,0,2.737,0.332,3.946,0.961\tc1.309,0.664,2.427,1.659,3.235,2.879c0.421,0.628,0.75,1.273,0.979,1.92l0.68-0.24c-0.249-0.703-0.605-1.403-1.06-2.079\tc-0.875-1.323-2.089-2.402-3.505-3.121c-0.607-0.316-1.251-0.563-1.915-0.736V1c0-0.199-0.161-0.36-0.36-0.36h-5\tc-0.199,0-0.36,0.161-0.36,0.36v12.264c-0.822,0.317-1.588,0.747-2.28,1.271V9c0-0.199-0.161-0.36-0.36-0.36H9\tC8.801,8.64,8.64,8.801,8.64,9v9h0.72V9.36h4.28v5.779c-1.654,1.534-2.747,3.66-2.956,6.036l-1.43-1.43l-0.509,0.51L11,22.509\tl2.254-2.254L12.746,19.745z M17.36,1.36h4.279v11.426c-1.437-0.257-2.939-0.162-4.279,0.233V1.36z M30.745,24.255l-1.427-1.427\tc-0.42,4.774-4.436,8.532-9.318,8.532c-3.967,0-7.52-2.508-8.839-6.24l0.679-0.24c1.218,3.445,4.498,5.76,8.161,5.76\tc4.453,0,8.128-3.387,8.589-7.72l-1.334,1.335l-0.51-0.51L29,21.491l2.255,2.254L30.745,24.255z"
})), children);
});
module.exports = FinanceAndOperations;