@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
39 lines (33 loc) • 1.74 kB
JavaScript
/**
* 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.
*/
;
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 Sell = /*#__PURE__*/React__default["default"].forwardRef(function Sell({
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: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16S7.53,0.64,16,0.64\tS31.36,7.53,31.36,16h-0.72c0-8.073-6.567-14.64-14.64-14.64C7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64\tc4.402,0,8.466-1.915,11.259-5.279H22V24.64h6.36V31h-0.72v-4.976C24.716,29.428,20.529,31.36,16,31.36z M16.36,22h-0.72v-1.64H12\tv-0.72h6c0.904,0,1.64-0.735,1.64-1.64s-0.735-1.64-1.64-1.64h-4c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36h1.64V10h0.72\tv1.64H20v0.72h-6c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64h4c1.302,0,2.36,1.059,2.36,2.36c0,1.302-1.059,2.36-2.36,2.36\th-1.64V22z"
})), children);
});
module.exports = Sell;