@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.95 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 TransparentSupply = /*#__PURE__*/React.forwardRef(function TransparentSupply({
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: "M30,30.36h-6c-0.199,0-0.36-0.161-0.36-0.36\tv-2.64H8.5c-3.231,0-5.86-2.629-5.86-5.86s2.628-5.86,5.86-5.86H10v0.72H8.5c-2.834,0-5.14,2.306-5.14,5.14s2.306,5.14,5.14,5.14\th15.14V24c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v6C30.36,30.199,30.199,30.36,30,30.36z M24.36,29.64h5.279\tv-5.28H24.36V29.64z M21.36,22h-0.72v-3c0-0.797-0.843-1.64-1.64-1.64h-6c-0.797,0-1.64,0.843-1.64,1.64v3h-0.72v-3\tc0-1.191,1.169-2.36,2.36-2.36h6c1.191,0,2.36,1.168,2.36,2.36V22z M23.5,16.36H22v-0.72h1.5c2.834,0,5.14-2.306,5.14-5.14\ts-2.306-5.14-5.14-5.14H8.36V8c0,0.199-0.161,0.36-0.36,0.36H2C1.801,8.36,1.64,8.199,1.64,8V2c0-0.199,0.161-0.36,0.36-0.36h6\tc0.199,0,0.36,0.161,0.36,0.36v2.64H23.5c3.231,0,5.86,2.628,5.86,5.86S26.731,16.36,23.5,16.36z M2.36,7.64h5.28V2.36H2.36V7.64z M16,15.36c-1.577,0-2.86-1.283-2.86-2.86S14.423,9.64,16,9.64s2.86,1.283,2.86,2.86S17.577,15.36,16,15.36z M16,10.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S17.18,10.36,16,10.36z"
})), children);
});
module.exports = TransparentSupply;