UNPKG

@carbon/pictograms-react

Version:

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

39 lines (33 loc) 2.28 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-7ff6056a.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var _path; const Invoice = /*#__PURE__*/React__default["default"].forwardRef(function Invoice({ children, ...rest }, ref) { return /*#__PURE__*/React__default["default"].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__default["default"].createElement("path", { d: "M24,31.36c-4.059,0-7.36-3.302-7.36-7.36c0-0.214,0.009-0.428,0.028-0.64H5V22.64h11.768 c0.132-0.697,0.364-1.375,0.69-2.002c0.231-0.455,0.51-0.884,0.829-1.277H5V18.64h13.955c0.297-0.278,0.617-0.532,0.958-0.758 C21.122,17.07,22.536,16.64,24,16.64c4.059,0,7.36,3.301,7.36,7.36S28.059,31.36,24,31.36z M24,17.36 c-1.32,0-2.596,0.388-3.688,1.121c-0.938,0.62-1.703,1.479-2.214,2.485c-0.483,0.93-0.738,1.978-0.738,3.033 c0,3.661,2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64S27.661,17.36,24,17.36z M17,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1 c0-0.199,0.161-0.36,0.36-0.36h18c0.096,0,0.188,0.038,0.255,0.105l6,6C25.322,6.813,25.36,6.904,25.36,7v8H24.64V7.36H19 c-0.199,0-0.36-0.161-0.36-0.36V1.36H1.36v29.28H17V31.36z M19.36,6.64h4.771L19.36,1.869V6.64z M24.36,27.5H23.64v-1.14H22V25.64 h3c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64h-2c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36h0.64V20.5h0.721v1.14 H26v0.721h-3c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64h2c0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36h-0.64V27.5z M14,27.36H5V26.64h9V27.36z M21,15.36H5v-0.72h16V15.36z M21,11.36H5v-0.72h16V11.36z" })), children); }); module.exports = Invoice;