@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 2 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 SunnyHazy = /*#__PURE__*/React.forwardRef(function SunnyHazy({
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: "M25,28.36H13v-0.72h12V28.36z M30,24.36H15v-0.72h15V24.36z M9,24.36H2v-0.72h7V24.36z M25,20.36H10\tv-0.72h15V20.36z M30,16.36H15v-0.72h15V16.36z M12,16.36c-2.404,0-4.36-1.956-4.36-4.36S9.596,7.64,12,7.64s4.36,1.956,4.36,4.36\th-0.72c0-2.007-1.633-3.64-3.64-3.64S8.36,9.993,8.36,12s1.633,3.64,3.64,3.64V16.36z M20,12.36h-2c-0.199,0-0.36-0.161-0.36-0.36\ts0.161-0.36,0.36-0.36h2c0.199,0,0.36,0.161,0.36,0.36S20.199,12.36,20,12.36z M6,12.36H4c-0.199,0-0.36-0.161-0.36-0.36\tS3.801,11.64,4,11.64h2c0.199,0,0.36,0.161,0.36,0.36S6.199,12.36,6,12.36z M16.243,8.117c-0.092,0-0.184-0.035-0.254-0.105\tc-0.141-0.141-0.141-0.369,0-0.509l1.414-1.414c0.141-0.141,0.369-0.141,0.51,0s0.141,0.369,0,0.509l-1.415,1.414\tC16.427,8.082,16.335,8.117,16.243,8.117z M7.757,8.117c-0.092,0-0.184-0.035-0.254-0.105L6.089,6.598\tc-0.141-0.141-0.141-0.368,0-0.509s0.368-0.141,0.509,0l1.414,1.414c0.141,0.141,0.141,0.368,0,0.509\tC7.941,8.082,7.85,8.117,7.757,8.117z M12,6.36c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36S12.36,3.801,12.36,4\tv2C12.36,6.199,12.199,6.36,12,6.36z"
})), children);
});
module.exports = SunnyHazy;