@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.7 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-DQqaN36q.js');
var React = require('react');
var Icon_js = require('../Icon.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path;
const SponsorUserProgram = /*#__PURE__*/React.forwardRef(function SponsorUserProgram({
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: "M22.36,27h-0.72v-0.57\tc0-4.084-2.593-7.737-6.453-9.09c-0.129-0.045-0.221-0.16-0.238-0.296c-0.017-0.135,0.045-0.269,0.159-0.344\tc1.586-1.049,2.532-2.806,2.532-4.7c0-3.11-2.53-5.64-5.64-5.64S6.36,8.89,6.36,12c0,1.894,0.947,3.651,2.533,4.7\tc0.114,0.076,0.175,0.209,0.159,0.344c-0.017,0.136-0.109,0.251-0.238,0.296c-3.86,1.353-6.453,5.005-6.453,9.09V27H1.64v-0.57\tc0-4.167,2.511-7.917,6.314-9.529C6.494,15.698,5.64,13.911,5.64,12c0-3.507,2.853-6.36,6.36-6.36s6.36,2.853,6.36,6.36\tc0,1.911-0.854,3.698-2.314,4.9c3.803,1.613,6.314,5.362,6.314,9.529V27z M26.36,16h-0.72v-4.28l-3.424,2.568l-0.432-0.576L25.4,11\tl-3.616-2.712l0.432-0.576l3.424,2.568V6h0.721v4.28l3.424-2.568l0.432,0.576L26.6,11l3.616,2.712l-0.432,0.576L26.36,11.72V16z"
})), children);
});
module.exports = SponsorUserProgram;