UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.6 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. */ 'use strict'; 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 FinancialNews = /*#__PURE__*/React.forwardRef(function FinancialNews({ 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: "M16.322,31.161l-0.644-0.322l4-8C19.74,22.717,19.864,22.64,20,22.64h7\tc2.007,0,3.64-1.633,3.64-3.64V5c0-2.007-1.633-3.64-3.64-3.64H5C2.993,1.36,1.36,2.993,1.36,5v14c0,2.007,1.633,3.64,3.64,3.64h11\tv0.721H5c-2.404,0-4.36-1.956-4.36-4.36V5c0-2.404,1.956-4.36,4.36-4.36h22c2.404,0,4.36,1.956,4.36,4.36v14\tc0,2.404-1.956,4.36-4.36,4.36h-6.777L16.322,31.161z M16.36,18h-0.72v-1.64H12v-0.72h6c0.904,0,1.64-0.736,1.64-1.64\ts-0.735-1.64-1.64-1.64h-4.001c-1.301,0-2.359-1.059-2.359-2.36s1.058-2.36,2.359-2.36h1.641V6h0.72v1.64H20v0.72h-6.001\tc-0.904,0-1.639,0.736-1.639,1.64s0.735,1.64,1.639,1.64H18c1.302,0,2.36,1.059,2.36,2.36s-1.059,2.36-2.36,2.36h-1.64V18z" })), children); }); module.exports = FinancialNews;