UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.32 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 Product = /*#__PURE__*/React.forwardRef(function Product({ 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: "M24,30.36H8c-0.199,0-0.36-0.161-0.36-0.36V14.869\tl-6.386,6.386l-0.509-0.51l7-7C7.813,13.678,7.904,13.64,8,13.64h16c0.096,0,0.188,0.038,0.255,0.105l7,7l-0.51,0.51l-6.385-6.386\tV30C24.36,30.199,24.199,30.36,24,30.36z M8.36,29.64h15.28V14.36H8.36V29.64z M22.255,10.254l-0.51-0.509l5-5l0.51,0.509\tL22.255,10.254z M9.746,10.254l-5-5l0.509-0.509l5,5L9.746,10.254z M16.36,9h-0.72V2h0.72V9z" })), children); }); module.exports = Product;