@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
40 lines (38 loc) • 3.31 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.
*/
const require_chunk = require('./chunk-CsKB0u1v.js');
const require_Icon_js = require('./Icon.js');
const require_iconPropTypes = require('./iconPropTypes-U9gLABJo.js');
let react = require("react");
react = require_chunk.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:SnowScattered.js
const SnowScattered = react.default.forwardRef(function SnowScattered({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon_js, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H4V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 28H6V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 30H8V32H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 26H8V28H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 30H4V32H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 26H22V28H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28H24V30H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 30H26V32H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 30H22V32H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H15V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 30H17V32H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 30H13V32H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 0H22V3H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 10.001H32V12.001H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M26.732 3.768H29.732V5.768H26.732z",
transform: "rotate(-45 28.232 4.768)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M26.732 16.233H29.732V18.233H26.732z",
transform: "rotate(225 28.232 17.233)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M12.268 3.768H15.268V5.768H12.268z",
transform: "rotate(225 13.768 4.768)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z" }), children);
});
if (process.env.NODE_ENV !== "production") SnowScattered.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = SnowScattered;