@wix/wix-ui-icons-common 3.178.0 → 3.180.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/dist/cjs/lazy/general/dist/components/Decrease.js +31 -0
- package/dist/cjs/lazy/general/dist/components/DecreaseSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Downwardtrend.js +31 -0
- package/dist/cjs/lazy/general/dist/components/DownwardtrendSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/index.js +12 -0
- package/dist/cjs/odeditor/general/dist/components/Decrease.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DecreaseSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Downwardtrend.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/DownwardtrendSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/index.js +12 -0
- package/dist/cjs/odeditor/general/metadata.js +14 -0
- package/dist/esm/lazy/general/dist/components/Decrease.js +11 -0
- package/dist/esm/lazy/general/dist/components/DecreaseSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Downwardtrend.js +11 -0
- package/dist/esm/lazy/general/dist/components/DownwardtrendSmall.js +11 -0
- package/dist/esm/lazy/general/dist/index.js +434 -426
- package/dist/esm/odeditor/general/dist/components/Decrease.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DecreaseSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Downwardtrend.js +7 -0
- package/dist/esm/odeditor/general/dist/components/DownwardtrendSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/index.js +1826 -1818
- package/dist/esm/odeditor/general/metadata.js +14 -0
- package/dist/statics/icons/odeditor/general/Decrease.bb2b.json +3 -0
- package/dist/statics/icons/odeditor/general/DecreaseSmall.b490.json +3 -0
- package/dist/statics/icons/odeditor/general/Downwardtrend.393e.json +3 -0
- package/dist/statics/icons/odeditor/general/DownwardtrendSmall.8b09.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/lazy/general/dist/components/Decrease.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/Decrease.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/DecreaseSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/DecreaseSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/Downwardtrend.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/Downwardtrend.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/DownwardtrendSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/DownwardtrendSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +4 -0
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/Decrease.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Decrease.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DecreaseSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DecreaseSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/Downwardtrend.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/Downwardtrend.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/DownwardtrendSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/DownwardtrendSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +4 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Decrease = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M12 17C12.21 17 12.4 16.91 12.54 16.76L16.79 12.26C17.08 11.96 17.07 11.49 16.76 11.21C16.46 10.92 15.99 10.93 15.7 11.24L12.75 14.36V7.75C12.75 7.34 12.41 7 12 7C11.59 7 11.25 7.34 11.25 7.75V14.36L8.29 11.24C8.01 10.93 7.54 10.92 7.24 11.21C6.93 11.49 6.92 11.96 7.2 12.26L11.45 16.76L11.51 16.82C11.65 16.93 11.82 17 12 17Z" }));
|
|
3
|
+
Decrease.displayName = "Decrease";
|
|
4
|
+
var Decrease_default = Decrease;
|
|
5
|
+
export {
|
|
6
|
+
Decrease_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const DecreaseSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9 13.5C9.21 13.5 9.41 13.41 9.55 13.26L12.8 9.76C13.08 9.46 13.06 8.98 12.76 8.7C12.46 8.42 11.98 8.44 11.7 8.74L9.75 10.84V5.25C9.75 4.84 9.41 4.5 9 4.5C8.59 4.5 8.25 4.84 8.25 5.25V10.84L6.3 8.74C6.02 8.44 5.54 8.42 5.24 8.7C4.94 8.98 4.92 9.46 5.2 9.76L8.45 13.26L8.51 13.31C8.64 13.43 8.82 13.5 9 13.5Z" }));
|
|
3
|
+
DecreaseSmall.displayName = "DecreaseSmall";
|
|
4
|
+
var DecreaseSmall_default = DecreaseSmall;
|
|
5
|
+
export {
|
|
6
|
+
DecreaseSmall_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const Downwardtrend = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_10663_46141)" }, /* @__PURE__ */ React.createElement("path", { d: "M17.5 12.75V14.44L13.53 10.47C13.24 10.18 12.76 10.18 12.47 10.47L11 11.94L6.28 7.22C5.99 6.93 5.51 6.93 5.22 7.22C4.93 7.51 4.93 7.99 5.22 8.28L10.47 13.53L10.53 13.58C10.82 13.82 11.26 13.8 11.53 13.53L13 12.06L16.44 15.5H14.75C14.34 15.5 14 15.84 14 16.25C14 16.66 14.34 17 14.75 17H18.25C18.66 17 19 16.66 19 16.25V12.75C19 12.34 18.66 12 18.25 12C17.84 12 17.5 12.34 17.5 12.75Z" })));
|
|
3
|
+
Downwardtrend.displayName = "Downwardtrend";
|
|
4
|
+
var Downwardtrend_default = Downwardtrend;
|
|
5
|
+
export {
|
|
6
|
+
Downwardtrend_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const DownwardtrendSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_10663_46144)" }, /* @__PURE__ */ React.createElement("path", { d: "M13.5 8.75V10.44L10.53 7.47C10.24 7.18 9.76 7.18 9.47 7.47L8 8.94L4.28 5.22C3.99 4.93 3.51 4.93 3.22 5.22C2.93 5.51 2.93 5.99 3.22 6.28L7.47 10.53L7.53 10.58C7.82 10.82 8.26 10.8 8.53 10.53L10 9.06L12.44 11.5H10.75C10.34 11.5 10 11.84 10 12.25C10 12.66 10.34 13 10.75 13H14.25C14.66 13 15 12.66 15 12.25V8.75C15 8.34 14.66 8 14.25 8C13.84 8 13.5 8.34 13.5 8.75Z" })));
|
|
3
|
+
DownwardtrendSmall.displayName = "DownwardtrendSmall";
|
|
4
|
+
var DownwardtrendSmall_default = DownwardtrendSmall;
|
|
5
|
+
export {
|
|
6
|
+
DownwardtrendSmall_default as default
|
|
7
|
+
};
|