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 PunchingBag_03 = /*#__PURE__*/React.forwardRef(function PunchingBag_03({ 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: "M19.75,31.181h-7.5\tc-0.888,0-1.61-0.653-1.61-1.456V8.915c0-0.438,0.215-0.832,0.556-1.099l4.444-4.152V0.82h0.72v2.844l4.442,4.151\tc0.342,0.267,0.559,0.661,0.559,1.101v20.81C21.36,30.527,20.638,31.181,19.75,31.181z M11.36,13.18v16.545\tc0,0.398,0.408,0.735,0.89,0.735h7.5c0.482,0,0.89-0.337,0.89-0.735V13.18H11.36z M11.36,12.46h9.28V8.915\tc0-0.167-0.071-0.324-0.191-0.45l-0.002,0.002l-0.096-0.09C20.19,8.255,19.979,8.18,19.75,8.18h-7.5c-0.23,0-0.442,0.077-0.603,0.2\tl-0.088,0.083l-0.002-0.002c-0.123,0.126-0.197,0.285-0.197,0.456C11.36,8.917,11.36,12.46,11.36,12.46z M16.36,7.46h3.008\tL16.36,4.649V7.46z M12.632,7.46h3.008V4.649L12.632,7.46z" })), children); }); module.exports = PunchingBag_03;