@widergy/energy-ui 3.64.0 → 3.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [3.65.0](https://github.com/widergy/energy-ui/compare/v3.64.0...v3.65.0) (2025-02-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* new icon added ([#585](https://github.com/widergy/energy-ui/issues/585)) ([84b0cb5](https://github.com/widergy/energy-ui/commit/84b0cb56e9c7091fc31ffdc35af05c97e89b7911))
|
|
7
|
+
|
|
1
8
|
# [3.64.0](https://github.com/widergy/energy-ui/compare/v3.63.2...v3.64.0) (2025-02-24)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="100" height="100" viewBox="0 0 100 100" stroke="none" fill="currentColor" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25 20.8333C22.6988 20.8333 20.8333 22.6988 20.8333 25V75C20.8333 77.3012 22.6988 79.1667 25 79.1667H75C77.3012 79.1667 79.1667 77.3012 79.1667 75V25C79.1667 22.6988 77.3012 20.8333 75 20.8333H25ZM12.5 25C12.5 18.0964 18.0964 12.5 25 12.5H75C81.9036 12.5 87.5 18.0964 87.5 25V75C87.5 81.9036 81.9036 87.5 75 87.5H25C18.0964 87.5 12.5 81.9036 12.5 75V25Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1827 33.4577C51.8176 33.9132 52.7367 35.4876 52.2356 36.9741L48.9501 46.7207H55.2371C56.2544 46.7207 57.2067 47.175 57.7848 47.9361C58.3629 48.6971 58.4929 49.6677 58.1327 50.5327L52.1709 64.8477C51.5654 66.3017 49.7781 67.034 48.1789 66.4835C46.5798 65.9329 45.7743 64.3079 46.3798 62.8539L50.754 52.3509H44.7629C43.7809 52.3509 42.8572 51.9274 42.2733 51.2095C41.6895 50.4916 41.5149 49.5645 41.8026 48.7109L46.3151 35.3243C46.8162 33.8378 48.5477 33.0021 50.1827 33.4577Z"/>
|
|
4
|
+
</svg>
|
|
@@ -117,6 +117,24 @@ EnergyIconConsumption.defaultProps = {
|
|
|
117
117
|
stroke: "currentColor",
|
|
118
118
|
xmlns: "http://www.w3.org/2000/svg"
|
|
119
119
|
};
|
|
120
|
+
var EnergyIconConsumptionBoxFilled = function EnergyIconConsumptionBoxFilled(props) {
|
|
121
|
+
return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
|
|
122
|
+
fillRule: "evenodd",
|
|
123
|
+
clipRule: "evenodd",
|
|
124
|
+
d: "M25 20.833A4.167 4.167 0 0 0 20.833 25v50A4.167 4.167 0 0 0 25 79.167h50A4.167 4.167 0 0 0 79.167 75V25A4.167 4.167 0 0 0 75 20.833H25ZM12.5 25c0-6.904 5.596-12.5 12.5-12.5h50c6.904 0 12.5 5.596 12.5 12.5v50c0 6.904-5.596 12.5-12.5 12.5H25c-6.904 0-12.5-5.596-12.5-12.5V25Z"
|
|
125
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
126
|
+
fillRule: "evenodd",
|
|
127
|
+
clipRule: "evenodd",
|
|
128
|
+
d: "M50.183 33.458c1.635.455 2.554 2.03 2.053 3.516l-3.286 9.747h6.287c1.017 0 1.97.454 2.548 1.215a2.6 2.6 0 0 1 .348 2.597L52.17 64.848c-.606 1.454-2.393 2.186-3.992 1.636-1.6-.551-2.405-2.176-1.8-3.63l4.375-10.503h-5.991c-.982 0-1.906-.424-2.49-1.142-.584-.717-.758-1.645-.47-2.498l4.512-13.387c.501-1.486 2.233-2.322 3.868-1.866Z"
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
EnergyIconConsumptionBoxFilled.defaultProps = {
|
|
132
|
+
width: "100",
|
|
133
|
+
height: "100",
|
|
134
|
+
viewBox: "0 0 100 100",
|
|
135
|
+
fill: "currentColor",
|
|
136
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
137
|
+
};
|
|
120
138
|
var EnergyIconHome = function EnergyIconHome(props) {
|
|
121
139
|
return /*#__PURE__*/_react.default.createElement("svg", props, /*#__PURE__*/_react.default.createElement("path", {
|
|
122
140
|
d: "m9.02 2.84-5.39 4.2C2.73 7.74 2 9.23 2 10.36v7.41c0 2.32 1.89 4.22 4.21 4.22h11.58c2.32 0 4.21-1.9 4.21-4.21V10.5c0-1.21-.81-2.76-1.8-3.45l-6.18-4.33c-1.4-.98-3.65-.93-5 .12Z",
|
|
@@ -219,6 +237,7 @@ const ENERGY_ICONS = exports.ENERGY_ICONS = {
|
|
|
219
237
|
EnergyIconCarbonFootprint,
|
|
220
238
|
EnergyIconCart,
|
|
221
239
|
EnergyIconConsumption,
|
|
240
|
+
EnergyIconConsumptionBoxFilled,
|
|
222
241
|
EnergyIconHome,
|
|
223
242
|
EnergyIconMessageEdit,
|
|
224
243
|
EnergyIconQuestionFilled,
|