@webstudio-is/icons 0.22.0 → 0.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.
Files changed (46) hide show
  1. package/lib/__generated__/chevron-big-down.js +23 -0
  2. package/lib/__generated__/chevron-big-left.js +23 -0
  3. package/lib/__generated__/chevron-big-right.js +23 -0
  4. package/lib/__generated__/chevron-big-up.js +23 -0
  5. package/lib/__generated__/chevron-filled-down.js +23 -0
  6. package/lib/__generated__/chevron-filled-left.js +23 -0
  7. package/lib/__generated__/chevron-filled-right.js +23 -0
  8. package/lib/__generated__/chevron-filled-up.js +23 -0
  9. package/lib/__generated__/dot.js +23 -0
  10. package/lib/__generated__/index.js +11 -0
  11. package/lib/__generated__/info.js +29 -0
  12. package/lib/__generated__/webstudio.js +548 -0
  13. package/lib/check-mark.js +26 -0
  14. package/lib/cjs/__generated__/chevron-big-down.cjs +43 -0
  15. package/lib/cjs/__generated__/chevron-big-left.cjs +43 -0
  16. package/lib/cjs/__generated__/chevron-big-right.cjs +43 -0
  17. package/lib/cjs/__generated__/chevron-big-up.cjs +43 -0
  18. package/lib/cjs/__generated__/chevron-filled-down.cjs +43 -0
  19. package/lib/cjs/__generated__/chevron-filled-left.cjs +43 -0
  20. package/lib/cjs/__generated__/chevron-filled-right.cjs +43 -0
  21. package/lib/cjs/__generated__/chevron-filled-up.cjs +43 -0
  22. package/lib/cjs/__generated__/dot.cjs +43 -0
  23. package/lib/cjs/__generated__/index.cjs +11 -0
  24. package/lib/cjs/__generated__/info.cjs +49 -0
  25. package/lib/cjs/__generated__/webstudio.cjs +568 -0
  26. package/lib/cjs/check-mark.cjs +46 -0
  27. package/lib/cjs/index.cjs +1 -0
  28. package/lib/cjs/legacy.cjs +0 -2
  29. package/lib/index.js +1 -0
  30. package/lib/legacy.js +1 -5
  31. package/package.json +2 -2
  32. package/src/__generated__/chevron-big-down.tsx +15 -0
  33. package/src/__generated__/chevron-big-left.tsx +15 -0
  34. package/src/__generated__/chevron-big-right.tsx +15 -0
  35. package/src/__generated__/chevron-big-up.tsx +15 -0
  36. package/src/__generated__/chevron-filled-down.tsx +15 -0
  37. package/src/__generated__/chevron-filled-left.tsx +15 -0
  38. package/src/__generated__/chevron-filled-right.tsx +15 -0
  39. package/src/__generated__/chevron-filled-up.tsx +15 -0
  40. package/src/__generated__/dot.tsx +15 -0
  41. package/src/__generated__/index.ts +11 -0
  42. package/src/__generated__/info.tsx +15 -0
  43. package/src/__generated__/webstudio.tsx +15 -0
  44. package/src/check-mark.tsx +28 -0
  45. package/src/index.ts +1 -0
  46. package/src/legacy.ts +0 -2
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_big_right_exports = {};
20
+ __export(chevron_big_right_exports, {
21
+ ChevronBigRightIcon: () => ChevronBigRightIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_big_right_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronBigRightIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "M10.947 7.54 5.484 2.986a.6.6 0 0 0-.984.46v9.105a.6.6 0 0 0 .984.461l5.463-4.552a.6.6 0 0 0 0-.922Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronBigRightIcon.displayName = "ChevronBigRightIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_big_up_exports = {};
20
+ __export(chevron_big_up_exports, {
21
+ ChevronBigUpIcon: () => ChevronBigUpIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_big_up_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronBigUpIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "m7.54 5.053-4.553 5.463a.6.6 0 0 0 .46.984h9.105a.6.6 0 0 0 .461-.984L8.461 5.053a.6.6 0 0 0-.922 0Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronBigUpIcon.displayName = "ChevronBigUpIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_filled_down_exports = {};
20
+ __export(chevron_filled_down_exports, {
21
+ ChevronFilledDownIcon: () => ChevronFilledDownIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_filled_down_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronFilledDownIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "m8.5 10.251 2.878-4.318a.6.6 0 0 0-.5-.933H5.122a.6.6 0 0 0-.5.933l2.88 4.318a.6.6 0 0 0 .998 0Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronFilledDownIcon.displayName = "ChevronFilledDownIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_filled_left_exports = {};
20
+ __export(chevron_filled_left_exports, {
21
+ ChevronFilledLeftIcon: () => ChevronFilledLeftIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_filled_left_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronFilledLeftIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "m5.749 8.5 4.318 2.878a.6.6 0 0 0 .933-.5V5.122a.6.6 0 0 0-.933-.5L5.75 7.502a.6.6 0 0 0 0 .998Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronFilledLeftIcon.displayName = "ChevronFilledLeftIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_filled_right_exports = {};
20
+ __export(chevron_filled_right_exports, {
21
+ ChevronFilledRightIcon: () => ChevronFilledRightIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_filled_right_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronFilledRightIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "M10.251 7.5 5.933 4.623a.6.6 0 0 0-.933.5v5.757a.6.6 0 0 0 .933.5l4.318-2.88a.6.6 0 0 0 0-.998Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronFilledRightIcon.displayName = "ChevronFilledRightIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chevron_filled_up_exports = {};
20
+ __export(chevron_filled_up_exports, {
21
+ ChevronFilledUpIcon: () => ChevronFilledUpIcon
22
+ });
23
+ module.exports = __toCommonJS(chevron_filled_up_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const ChevronFilledUpIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "M7.5 5.508 4.623 9.826a.6.6 0 0 0 .5.933h5.757a.6.6 0 0 0 .5-.933l-2.88-4.318a.6.6 0 0 0-.998 0Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ ChevronFilledUpIcon.displayName = "ChevronFilledUpIcon";
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var dot_exports = {};
20
+ __export(dot_exports, {
21
+ DotIcon: () => DotIcon
22
+ });
23
+ module.exports = __toCommonJS(dot_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const DotIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
37
+ fill: "#11181C",
38
+ d: "M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
39
+ })
40
+ });
41
+ }
42
+ );
43
+ DotIcon.displayName = "DotIcon";
@@ -16,10 +16,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  var generated_exports = {};
17
17
  module.exports = __toCommonJS(generated_exports);
18
18
  __reExport(generated_exports, require("./auto-scroll"), module.exports);
19
+ __reExport(generated_exports, require("./chevron-big-down"), module.exports);
20
+ __reExport(generated_exports, require("./chevron-big-left"), module.exports);
21
+ __reExport(generated_exports, require("./chevron-big-right"), module.exports);
22
+ __reExport(generated_exports, require("./chevron-big-up"), module.exports);
23
+ __reExport(generated_exports, require("./chevron-filled-down"), module.exports);
24
+ __reExport(generated_exports, require("./chevron-filled-left"), module.exports);
25
+ __reExport(generated_exports, require("./chevron-filled-right"), module.exports);
26
+ __reExport(generated_exports, require("./chevron-filled-up"), module.exports);
27
+ __reExport(generated_exports, require("./dot"), module.exports);
19
28
  __reExport(generated_exports, require("./eyecon-closed"), module.exports);
20
29
  __reExport(generated_exports, require("./eyecon-open"), module.exports);
30
+ __reExport(generated_exports, require("./info"), module.exports);
21
31
  __reExport(generated_exports, require("./linked"), module.exports);
22
32
  __reExport(generated_exports, require("./scroll"), module.exports);
23
33
  __reExport(generated_exports, require("./subscript"), module.exports);
24
34
  __reExport(generated_exports, require("./superscript"), module.exports);
25
35
  __reExport(generated_exports, require("./unlinked"), module.exports);
36
+ __reExport(generated_exports, require("./webstudio"), module.exports);
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var info_exports = {};
20
+ __export(info_exports, {
21
+ InfoIcon: () => InfoIcon
22
+ });
23
+ module.exports = __toCommonJS(info_exports);
24
+ var import_jsx_runtime = require("react/jsx-runtime");
25
+ var import_react = require("react");
26
+ const InfoIcon = (0, import_react.forwardRef)(
27
+ ({ color = "currentColor", ...props }, forwardedRef) => {
28
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ viewBox: "0 0 16 16",
31
+ width: "16",
32
+ height: "16",
33
+ fill: color,
34
+ ...props,
35
+ ref: forwardedRef,
36
+ children: [
37
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
38
+ d: "M8.76 5.628a.75.75 0 1 0-1.5 0v2.828a.75.75 0 1 0 1.5 0V5.628ZM8 9.626a.75.75 0 1 0 0 1.5h.007a.75.75 0 1 0 0-1.5H8Z"
39
+ }),
40
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
41
+ fillRule: "evenodd",
42
+ d: "M8 2.35a5.65 5.65 0 1 0 0 11.3 5.65 5.65 0 0 0 0-11.3ZM4.924 4.924a4.35 4.35 0 1 1 6.152 6.152 4.35 4.35 0 0 1-6.152-6.152Z",
43
+ clipRule: "evenodd"
44
+ })
45
+ ]
46
+ });
47
+ }
48
+ );
49
+ InfoIcon.displayName = "InfoIcon";