@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
68 lines (65 loc) • 3.35 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.
*/
import React from 'react';
import Icon from './Icon.js';
import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js';
import '@carbon/icon-helpers';
import 'prop-types';
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14;
const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight({
children,
size = 16,
...rest
}, ref) {
return /*#__PURE__*/React.createElement(Icon, {
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: "M2 26H4V28H2z"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M4 28H6V30H4z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M6 30H8V32H6z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M6 26H8V28H6z"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M2 30H4V32H2z"
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
d: "M20 26H22V28H20z"
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
d: "M22 28H24V30H22z"
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
d: "M24 30H26V32H24z"
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
d: "M24 26H26V28H24z"
})), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
d: "M20 30H22V32H20z"
})), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
d: "M11 26H13V28H11z"
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
d: "M13 28H15V30H13z"
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
d: "M15 30H17V32H15z"
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
d: "M15 26H17V28H15z"
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
d: "M11 30H13V32H11z"
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
d: "M29.8439,13.0347a1.517,1.517,0,0,0-1.23-.8658,5.3552,5.3552,0,0,1-3.4095-1.7158,6.4655,6.4655,0,0,1-1.286-6.3926,1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.7685,7.7685,0,0,0-5.8847,5.5737A7.3706,7.3706,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a6.0066,6.0066,0,0,0,6-6c0-.0571-.0123-.1113-.0139-.1685a7.5076,7.5076,0,0,0,4.7611-3.2768A1.5369,1.5369,0,0,0,29.8439,13.0347ZM19,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,22Zm5.5974-6.1289a5.9661,5.9661,0,0,0-3.948-3.627,7.49,7.49,0,0,0-2.489-3.58,5.9018,5.9018,0,0,1,3.6381-4.4473,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,14.041,5.4487,5.4487,0,0,1,24.5974,15.8711Z"
})), children);
});
if (process.env.NODE_ENV !== "production") {
SnowScatteredNight.propTypes = iconPropTypes;
}
export { SnowScatteredNight as default };