@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
54 lines (50 loc) • 2.42 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 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 React = require('react');
var Icon_js = require('./Icon.js');
var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js');
require('@carbon/icon-helpers');
require('prop-types');
var _path, _path2, _circle, _path3, _path4, _path5, _path6;
const IbmSapOnPower = /*#__PURE__*/React.forwardRef(function IbmSapOnPower({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon_js, {
width: size,
height: size,
ref: ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
d: "m9,21H3c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2ZM3,13v6h6v-6s-6,0-6,0Z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "m11.6926,29.3245c-3.0789-.9945-5.7393-3.0491-7.4912-5.7853l1.6846-1.0784c1.5022,2.3466,3.7827,4.1082,6.4214,4.9606l-.6147,1.9031Z"
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
cx: "19",
cy: "27",
r: "1"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "m29,31h-13c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h13c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-13-6v4h13v-4s-13,0-13,0Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "m26.8896,21h2.1848c.6057-1.5889.9255-3.29.9255-5,0-.6719-.0642-1.3384-.1592-2h-2.0269c.1106.6592.186,1.3262.186,2,0,1.7549-.3867,3.4297-1.1104,5Z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "m25.5,12h-6.5c-.5522,0-1-.4478-1-1V4c0-.5522.4478-1,1-1h12c.3828,0,.7319.2185.8994.5629.0675.1389.1006.2884.1006.4371,0,.22-.0725.4382-.2136.6178l-5.5,7c-.1897.2413-.4795.3822-.7864.3822Zm-5.5-2h5.0139l3.9287-5h-8.9426v5Z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "m5.886,9.5392l-1.6846-1.0784C6.7915,4.4153,11.2021,2,16,2v2c-4.1125,0-7.8936,2.0707-10.114,5.5392Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
IbmSapOnPower.propTypes = iconPropTypes.iconPropTypes;
}
module.exports = IbmSapOnPower;