UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.08 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 B2bCommerce = /*#__PURE__*/React.forwardRef(function B2bCommerce({ 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: "M23,30.36H9v-0.72h6.64v-4.28H3\tc-1.301,0-2.36-1.059-2.36-2.36V6c0-1.301,1.059-2.36,2.36-2.36h11v0.72H3C2.096,4.36,1.36,5.096,1.36,6v13.64h29.28V18h0.721v5\tc0,1.302-1.059,2.36-2.36,2.36H16.36v4.279H23V30.36z M1.36,20.36V23c0,0.904,0.736,1.64,1.64,1.64h26c0.904,0,1.64-0.735,1.64-1.64\tv-2.64H1.36z M28,17.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S28.75,17.36,28,17.36z M28,15.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S28.353,15.36,28,15.36z M22,17.36\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S22.75,17.36,22,17.36z M22,15.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S22.353,15.36,22,15.36z M30,13.86h-8.228\tc-0.618,0-1.159-0.418-1.316-1.016L17.722,2.36H16V1.64h2c0.164,0,0.307,0.11,0.349,0.269l2.155,8.252\tc0.073,0.282,0.327,0.479,0.618,0.479h8.011c0.316,0,0.589-0.236,0.634-0.549l0.818-5.731H21V3.64h10\tc0.104,0,0.203,0.045,0.271,0.124s0.1,0.184,0.085,0.287l-0.877,6.142c-0.095,0.666-0.674,1.167-1.347,1.167h-8.011\tc-0.109,0-0.216-0.013-0.318-0.038l0.35,1.339c0.073,0.282,0.328,0.479,0.619,0.479H30V13.86z" })), children); }); module.exports = B2bCommerce;