@elementor/icons 1.22.0 → 1.23.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/AlertTriangleIcon/index.d.ts +4 -0
- package/AlertTriangleIcon/index.esm.js +16 -0
- package/AlertTriangleIcon/index.esm.js.map +1 -0
- package/AlertTriangleIcon/index.js +43 -0
- package/AlertTriangleIcon/index.js.map +1 -0
- package/AlertTriangleIcon/package.json +7 -0
- package/index.d.ts +1 -0
- package/index.esm.js +12 -1
- package/index.esm.js.map +1 -1
- package/index.js +12 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -114,6 +114,17 @@ const AlertTriangleFilledIcon = React__namespace.forwardRef((props, ref) => {
|
|
|
114
114
|
));
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
+
const AlertTriangleIcon = React__namespace.forwardRef((props, ref) => {
|
|
118
|
+
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
119
|
+
"path",
|
|
120
|
+
{
|
|
121
|
+
fillRule: "evenodd",
|
|
122
|
+
clipRule: "evenodd",
|
|
123
|
+
d: "M10.5963 3.38038C11.0196 3.13134 11.502 3 11.9934 3C12.4849 3 12.9673 3.13134 13.3906 3.38038C13.8116 3.62805 14.1588 3.98312 14.3966 4.40904L21.4957 16.6309C21.5134 16.6613 21.5289 16.693 21.5421 16.7256C21.7105 17.1408 21.7744 17.5907 21.7284 18.0362C21.6825 18.4818 21.5279 18.9093 21.2783 19.2815C21.0287 19.6537 20.6916 19.9594 20.2965 20.1718C19.9013 20.3841 19.4601 20.4968 19.0112 20.5L19.006 20.5H5.00094C4.98254 20.5 4.96429 20.4993 4.94623 20.498C4.91535 20.5003 4.88399 20.5006 4.85227 20.499C4.41403 20.4764 3.98755 20.3496 3.60844 20.1291C3.22934 19.9086 2.9086 19.6008 2.67301 19.2313C2.43741 18.8619 2.2938 18.4416 2.25417 18.0056C2.21453 17.5695 2.28001 17.1303 2.44515 16.7246C2.45828 16.6923 2.47365 16.661 2.49115 16.6309L9.59024 4.40906C9.82805 3.98314 10.1753 3.62805 10.5963 3.38038ZM4.94571 19.0047C4.96395 19.0034 4.98236 19.0027 5.00094 19.0027H19.003C19.2062 19.0009 19.406 18.9497 19.5849 18.8535C19.7645 18.757 19.9178 18.6181 20.0312 18.4489C20.1447 18.2797 20.2149 18.0854 20.2358 17.8828C20.2551 17.6958 20.2318 17.5071 20.1678 17.3307L13.095 5.15393L13.0876 5.14096C12.9795 4.94594 12.8209 4.78338 12.6285 4.67018C12.4361 4.55698 12.2168 4.49728 11.9934 4.49728C11.7701 4.49728 11.5508 4.55698 11.3584 4.67018C11.166 4.78338 11.0074 4.94594 10.8993 5.14096L10.8919 5.15393L3.81876 17.3312C3.756 17.5034 3.73195 17.6875 3.74857 17.8703C3.76659 18.0685 3.83187 18.2596 3.93895 18.4275C4.04604 18.5954 4.19183 18.7353 4.36415 18.8356C4.53647 18.9358 4.73032 18.9934 4.92953 19.0037C4.93494 19.004 4.94033 19.0043 4.94571 19.0047ZM12.0035 8.02081C12.4179 8.02081 12.7538 8.35599 12.7538 8.76945V12.7658C12.7538 13.1793 12.4179 13.5145 12.0035 13.5145C11.5891 13.5145 11.2532 13.1793 11.2532 12.7658V8.76945C11.2532 8.35599 11.5891 8.02081 12.0035 8.02081ZM12.0035 15.0099C12.4179 15.0099 12.7538 15.3451 12.7538 15.7586V15.7686C12.7538 16.182 12.4179 16.5172 12.0035 16.5172C11.5891 16.5172 11.2532 16.182 11.2532 15.7686V15.7586C11.2532 15.3451 11.5891 15.0099 12.0035 15.0099Z"
|
|
124
|
+
}
|
|
125
|
+
));
|
|
126
|
+
});
|
|
127
|
+
|
|
117
128
|
const AlignCenterIcon = React__namespace.forwardRef((props, ref) => {
|
|
118
129
|
return /* @__PURE__ */ React__namespace.createElement(SvgIcon__default.default, { viewBox: "0 0 24 24", ...props, ref }, /* @__PURE__ */ React__namespace.createElement(
|
|
119
130
|
"path",
|
|
@@ -2086,6 +2097,7 @@ exports.AffiliatesIcon = AffiliatesIcon;
|
|
|
2086
2097
|
exports.AlertCircleIcon = AlertCircleIcon;
|
|
2087
2098
|
exports.AlertOctagonFilledIcon = AlertOctagonFilledIcon;
|
|
2088
2099
|
exports.AlertTriangleFilledIcon = AlertTriangleFilledIcon;
|
|
2100
|
+
exports.AlertTriangleIcon = AlertTriangleIcon;
|
|
2089
2101
|
exports.AlignCenterIcon = AlignCenterIcon;
|
|
2090
2102
|
exports.AlignJustifiedIcon = AlignJustifiedIcon;
|
|
2091
2103
|
exports.AlignLeftIcon = AlignLeftIcon;
|