@regardio/brand 0.8.0 → 0.8.2
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/README.md +33 -15
- package/dist/components/button.stories.d.mts +50 -45
- package/dist/generated/icons/regardio-ensemble-icon-color-full.mjs +114 -136
- package/dist/generated/icons/regardio-ensemble-icon-color.mjs +116 -138
- package/dist/generated/icons/regardio-ensemble-icon-mono.mjs +17 -48
- package/dist/generated/icons/{regardio-system-zest-icon.d.mts → system-layer-bridges-icon.d.mts} +3 -3
- package/dist/generated/icons/{regardio-system-bridge-icon.mjs → system-layer-bridges-icon.mjs} +3 -3
- package/dist/generated/icons/{regardio-system-plan-icon.d.mts → system-layer-circles-icon.d.mts} +3 -3
- package/dist/generated/icons/{regardio-system-circle-icon.mjs → system-layer-circles-icon.mjs} +3 -3
- package/dist/generated/icons/{regardio-system-spark-icon.d.mts → system-layer-facets-icon.d.mts} +3 -3
- package/dist/generated/icons/{regardio-system-facet-icon.mjs → system-layer-facets-icon.mjs} +3 -3
- package/dist/generated/icons/{regardio-system-facet-icon.d.mts → system-layer-needs-icon.d.mts} +3 -3
- package/dist/generated/icons/system-layer-needs-icon.mjs +19 -0
- package/dist/generated/icons/system-layer-plans-icon.d.mts +14 -0
- package/dist/generated/icons/{regardio-system-plan-icon.mjs → system-layer-plans-icon.mjs} +3 -3
- package/dist/generated/icons/system-layer-pursuits-icon.d.mts +14 -0
- package/dist/generated/icons/{regardio-system-pursuit-icon.mjs → system-layer-pursuits-icon.mjs} +3 -3
- package/dist/generated/sprites/compass-sprite-provider.mjs +307 -281
- package/dist/generated/sprites/compass-sprite.d.mts +4 -3
- package/dist/generated/sprites/compass-sprite.mjs +53 -2
- package/dist/styles/grid.css +47 -5
- package/dist/styles/index.css +3 -0
- package/dist/styles/tokens.css +1 -1
- package/dist/styles/typography.css +14 -32
- package/dist/styles/utopia.css +59 -0
- package/package.json +26 -33
- package/src/styles/grid.css +47 -5
- package/src/styles/index.css +3 -0
- package/src/styles/tokens.css +1 -1
- package/src/styles/typography.css +14 -32
- package/src/styles/utopia.css +59 -0
- package/dist/generated/icons/regardio-system-bridge-icon.d.mts +0 -14
- package/dist/generated/icons/regardio-system-circle-icon.d.mts +0 -14
- package/dist/generated/icons/regardio-system-pursuit-icon.d.mts +0 -14
- package/dist/generated/icons/regardio-system-spark-icon.mjs +0 -19
- package/dist/generated/icons/regardio-system-zest-icon.mjs +0 -19
|
@@ -12,53 +12,22 @@ const SvgRegardioEnsembleIconMono = ({ title, titleId, ...props }) => /* @__PURE
|
|
|
12
12
|
id: titleId,
|
|
13
13
|
children: title
|
|
14
14
|
}) : null,
|
|
15
|
-
/* @__PURE__ */
|
|
16
|
-
className: "fill-gray-400",
|
|
17
|
-
d: "M408.9 348.57c-1.67-.76-3.34-1.49-4.96-2.17-20.81-8.8-39.75-12.73-61.43-12.73-10.4 0-20.71.86-32.15 1.89-.02 0-.05 0-.07-.02a.1.1 0 0 1-.03-.07c-2.13-40.21 4.84-86.18 20.71-136.62.01-.04.05-.07.1-.07h.02c.5.11 52.02 12.6 103.7 48.01.04.03.05.08.03.13-16.15 32.67-24.82 66.84-25.78 101.56 0 .03-.02.06-.05.08-.02 0-.03.02-.05.02h-.04z"
|
|
18
|
-
}),
|
|
19
|
-
/* @__PURE__ */ jsx("path", {
|
|
20
|
-
className: "fill-gray-400",
|
|
21
|
-
d: "M246.98 422.33s-.07-.02-.08-.05c-17.12-26.71-33.45-57.28-48.53-90.88-.02-.03-.01-.07.01-.1.02-.02.05-.04.08-.04h.02c22.62 4.6 43.95 6.84 65.22 6.84 16.54 0 30.71-1.29 44.42-2.54l2.24-.2c.02 0 .05 0 .07.02s.03.04.03.07c1.18 22.32 5.21 43.27 11.96 62.27.01.03 0 .06 0 .09-.02.03-.04.04-.08.05-25.36 2.04-50.69 10.27-75.3 24.45-.02 0-.03.01-.05.01z"
|
|
22
|
-
}),
|
|
23
|
-
/* @__PURE__ */ jsx("path", {
|
|
24
|
-
className: "fill-gray-400",
|
|
25
|
-
d: "M227.61 577.32s-.04 0-.05-.02c-46.63-30.47-76.29-63.65-77.53-65.05-.03-.04-.04-.09 0-.13 31.24-40.65 63.84-70.93 96.91-89.99.02 0 .03-.01.05-.01.03 0 .07.02.08.05 16.51 25.75 33.92 48.15 51.75 66.57.02.02.03.06.03.09s-.03.06-.06.07c-26.8 12.82-46.96 33.32-59.94 60.91-3.69 7.84-7.44 17.08-11.14 27.45 0 .03-.03.05-.06.06h-.03z"
|
|
26
|
-
}),
|
|
27
|
-
/* @__PURE__ */ jsx("path", {
|
|
28
|
-
className: "fill-gray-400",
|
|
29
|
-
d: "M308.23 732.94C288 730 267.15 724.4 246.28 716.3c-28.71-11.14-47.54-23.27-47.73-23.39l-.04-.1c4.32-28.61 15.24-77 29.01-115.62 0-.03.03-.05.06-.06h.03c.02 0 .04 0 .05.02 31.95 20.88 64.02 35.34 95.29 42.96 3.22.79 6.63 1.53 10.11 2.22.03 0 .06.03.07.05q.015.045 0 .09c-16.9 35.12-25.47 73.29-24.8 110.38 0 .03-.01.06-.03.08s-.04.02-.07.02h-.01z"
|
|
30
|
-
}),
|
|
31
|
-
/* @__PURE__ */ jsx("path", {
|
|
32
|
-
className: "fill-gray-400",
|
|
33
|
-
d: "M336.52 825.69c-3.51 0-5.49-.11-5.51-.11-7.18-13.98-12.7-28.78-16.51-44.04-3.92-15.72-6.06-32.1-6.36-48.69 0-.03.01-.06.03-.08s.04-.02.07-.02h.01c11.03 1.61 21.97 2.42 32.52 2.42 20.95 0 40.99-3.2 59.56-9.51h.03c.04 0 .08.02.09.06 10.03 24.19 24.98 49.44 44.44 75.05.02.02.02.05.02.08s-.03.05-.05.07c-45.54 22.37-90.94 24.78-108.34 24.78z"
|
|
34
|
-
}),
|
|
35
|
-
/* @__PURE__ */ jsx("path", {
|
|
36
|
-
className: "fill-gray-400",
|
|
37
|
-
d: "M512.3 874c-14.14-12.66-41.62-38.97-67.57-73.12-.02-.02-.02-.05-.02-.08s.03-.05.05-.07c30.18-14.82 54.64-35.71 72.71-62.08 1.73-2.53 3.47-5.19 5.17-7.89.02-.03.04-.04.08-.05.03 0 .05.01.07.03 24.02 25 47.24 33.58 74.13 43.52l1.14.42s.05.03.06.06 0 .06 0 .08c-17.74 34.96-46.59 68.33-85.76 99.16-.02.01-.04.02-.06.02"
|
|
38
|
-
}),
|
|
39
|
-
/* @__PURE__ */ jsx("path", {
|
|
40
|
-
className: "fill-gray-400",
|
|
41
|
-
d: "M693.05 825.58s-.04 0-.06-.02c-38.93-29.98-70.01-41.47-94.98-50.7-.03 0-.05-.03-.06-.06s0-.06 0-.08c10.6-20.89 17.4-42.7 20.21-64.82 0-.03.02-.06.05-.08.01 0 .03-.01.05-.01s.03 0 .04.01c23.24 11.83 47.85 18.83 73.14 20.78.05 0 .09.04.09.09 2.51 29.27 3.05 61.16 1.61 94.79q0 .06-.06.09h-.04z"
|
|
42
|
-
}),
|
|
43
|
-
/* @__PURE__ */ jsx("path", {
|
|
44
|
-
className: "fill-gray-400",
|
|
45
|
-
d: "M706.06 731.38c-4.87 0-9.79-.19-14.64-.57a.09.09 0 0 1-.09-.09c-3.52-41.1-10.91-77.43-21.97-107.98-.01-.03 0-.07.01-.09.02-.02.05-.04.08-.04 4.44.32 8.94.48 13.36.48 30.65 0 60.94-7.76 90.03-23.05.01 0 .03-.01.05-.01.03 0 .06.01.08.04 37.03 47.39 52.28 92.56 52.43 93.01.01.04 0 .09-.04.12-38.31 25.34-78.45 38.18-119.31 38.18z"
|
|
46
|
-
}),
|
|
47
|
-
/* @__PURE__ */ jsx("path", {
|
|
48
|
-
className: "fill-gray-400",
|
|
49
|
-
d: "M772.9 600.23s-.06-.01-.08-.04c-21.96-28.1-47.13-51.41-74.81-69.28-.03-.02-.05-.06-.04-.1s.04-.07.08-.08c52.05-12.69 87.28-35.11 104.71-66.61.02-.03.05-.05.09-.05.02 0 .03 0 .05.01 42.51 22.52 69.93 46.69 71.08 47.7.04.04.05.1.02.14-32.04 40.18-66.03 69.88-101.04 88.29-.01 0-.03.01-.05.01z"
|
|
50
|
-
}),
|
|
51
|
-
/* @__PURE__ */ jsx("path", {
|
|
52
|
-
className: "fill-gray-400",
|
|
53
|
-
d: "M802.84 464.26s-.03 0-.05-.01c-35.26-18.68-70.43-30.78-104.54-35.96-4.94-.75-10.02-1.37-15.11-1.84-.03 0-.06-.02-.08-.05a.075.075 0 0 1 0-.09c16.55-32 25.83-67.95 27.58-106.86 0-.05.04-.09.1-.1 5.21-.22 10.56-.33 15.89-.33 14.52 0 29.5.83 44.53 2.45 32.05 3.47 53.9 9.5 54.12 9.56.04.01.07.05.07.09.81 26.48-2.77 82.09-15.86 118.6a99 99 0 0 1-6.56 14.5c-.02.03-.05.05-.09.05z"
|
|
54
|
-
}),
|
|
55
|
-
/* @__PURE__ */ jsx("path", {
|
|
56
|
-
className: "fill-gray-400",
|
|
57
|
-
d: "M623.65 335.93s-.04 0-.06-.02c-.03-.02-.04-.05-.04-.09 1.72-29.14-1.86-56.1-10.64-80.12-.02-.05 0-.1.05-.12 27.52-12.49 56.34-27.19 79.71-57.02.02-.02.05-.04.08-.04h.02c.04 0 .07.03.08.07 13.71 41.01 19.76 81.67 17.99 120.86 0 .05-.04.09-.1.1-31.92 1.36-61.21 6.87-87.06 16.37h-.03z"
|
|
58
|
-
}),
|
|
59
|
-
/* @__PURE__ */ jsx("path", {
|
|
15
|
+
/* @__PURE__ */ jsxs("g", {
|
|
60
16
|
className: "fill-gray-400",
|
|
61
|
-
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M408.9 348.57c-1.67-.76-3.34-1.49-4.96-2.17-20.81-8.8-39.75-12.73-61.43-12.73-10.4 0-20.71.86-32.15 1.89-.02 0-.05 0-.07-.02a.1.1 0 0 1-.03-.07c-2.13-40.21 4.84-86.18 20.71-136.62.01-.04.05-.07.1-.07h.02c.5.11 52.02 12.6 103.7 48.01.04.03.05.08.03.13-16.15 32.67-24.82 66.84-25.78 101.56 0 .03-.02.06-.05.08-.02 0-.03.02-.05.02h-.04z" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M246.98 422.33s-.07-.02-.08-.05c-17.12-26.71-33.45-57.28-48.53-90.88-.02-.03-.01-.07.01-.1.02-.02.05-.04.08-.04h.02c22.62 4.6 43.95 6.84 65.22 6.84 16.54 0 30.71-1.29 44.42-2.54l2.24-.2c.02 0 .05 0 .07.02s.03.04.03.07c1.18 22.32 5.21 43.27 11.96 62.27.01.03 0 .06 0 .09-.02.03-.04.04-.08.05-25.36 2.04-50.69 10.27-75.3 24.45-.02 0-.03.01-.05.01z" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M227.61 577.32s-.04 0-.05-.02c-46.63-30.47-76.29-63.65-77.53-65.05-.03-.04-.04-.09 0-.13 31.24-40.65 63.84-70.93 96.91-89.99.02 0 .03-.01.05-.01.03 0 .07.02.08.05 16.51 25.75 33.92 48.15 51.75 66.57.02.02.03.06.03.09s-.03.06-.06.07c-26.8 12.82-46.96 33.32-59.94 60.91-3.69 7.84-7.44 17.08-11.14 27.45 0 .03-.03.05-.06.06h-.03z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M308.23 732.94C288 730 267.15 724.4 246.28 716.3c-28.71-11.14-47.54-23.27-47.73-23.39l-.04-.1c4.32-28.61 15.24-77 29.01-115.62 0-.03.03-.05.06-.06h.03c.02 0 .04 0 .05.02 31.95 20.88 64.02 35.34 95.29 42.96 3.22.79 6.63 1.53 10.11 2.22.03 0 .06.03.07.05q.015.045 0 .09c-16.9 35.12-25.47 73.29-24.8 110.38 0 .03-.01.06-.03.08s-.04.02-.07.02h-.01z" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M336.52 825.69c-3.51 0-5.49-.11-5.51-.11-7.18-13.98-12.7-28.78-16.51-44.04-3.92-15.72-6.06-32.1-6.36-48.69 0-.03.01-.06.03-.08s.04-.02.07-.02h.01c11.03 1.61 21.97 2.42 32.52 2.42 20.95 0 40.99-3.2 59.56-9.51h.03c.04 0 .08.02.09.06 10.03 24.19 24.98 49.44 44.44 75.05.02.02.02.05.02.08s-.03.05-.05.07c-45.54 22.37-90.94 24.78-108.34 24.78z" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "M512.3 874c-14.14-12.66-41.62-38.97-67.57-73.12-.02-.02-.02-.05-.02-.08s.03-.05.05-.07c30.18-14.82 54.64-35.71 72.71-62.08 1.73-2.53 3.47-5.19 5.17-7.89.02-.03.04-.04.08-.05.03 0 .05.01.07.03 24.02 25 47.24 33.58 74.13 43.52l1.14.42s.05.03.06.06 0 .06 0 .08c-17.74 34.96-46.59 68.33-85.76 99.16-.02.01-.04.02-.06.02" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { d: "M693.05 825.58s-.04 0-.06-.02c-38.93-29.98-70.01-41.47-94.98-50.7-.03 0-.05-.03-.06-.06s0-.06 0-.08c10.6-20.89 17.4-42.7 20.21-64.82 0-.03.02-.06.05-.08.01 0 .03-.01.05-.01s.03 0 .04.01c23.24 11.83 47.85 18.83 73.14 20.78.05 0 .09.04.09.09 2.51 29.27 3.05 61.16 1.61 94.79q0 .06-.06.09h-.04z" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { d: "M706.06 731.38c-4.87 0-9.79-.19-14.64-.57a.09.09 0 0 1-.09-.09c-3.52-41.1-10.91-77.43-21.97-107.98-.01-.03 0-.07.01-.09.02-.02.05-.04.08-.04 4.44.32 8.94.48 13.36.48 30.65 0 60.94-7.76 90.03-23.05.01 0 .03-.01.05-.01.03 0 .06.01.08.04 37.03 47.39 52.28 92.56 52.43 93.01.01.04 0 .09-.04.12-38.31 25.34-78.45 38.18-119.31 38.18z" }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { d: "M772.9 600.23s-.06-.01-.08-.04c-21.96-28.1-47.13-51.41-74.81-69.28-.03-.02-.05-.06-.04-.1s.04-.07.08-.08c52.05-12.69 87.28-35.11 104.71-66.61.02-.03.05-.05.09-.05.02 0 .03 0 .05.01 42.51 22.52 69.93 46.69 71.08 47.7.04.04.05.1.02.14-32.04 40.18-66.03 69.88-101.04 88.29-.01 0-.03.01-.05.01z" }),
|
|
27
|
+
/* @__PURE__ */ jsx("path", { d: "M802.84 464.26s-.03 0-.05-.01c-35.26-18.68-70.43-30.78-104.54-35.96-4.94-.75-10.02-1.37-15.11-1.84-.03 0-.06-.02-.08-.05a.075.075 0 0 1 0-.09c16.55-32 25.83-67.95 27.58-106.86 0-.05.04-.09.1-.1 5.21-.22 10.56-.33 15.89-.33 14.52 0 29.5.83 44.53 2.45 32.05 3.47 53.9 9.5 54.12 9.56.04.01.07.05.07.09.81 26.48-2.77 82.09-15.86 118.6a99 99 0 0 1-6.56 14.5c-.02.03-.05.05-.09.05z" }),
|
|
28
|
+
/* @__PURE__ */ jsx("path", { d: "M623.65 335.93s-.04 0-.06-.02c-.03-.02-.04-.05-.04-.09 1.72-29.14-1.86-56.1-10.64-80.12-.02-.05 0-.1.05-.12 27.52-12.49 56.34-27.19 79.71-57.02.02-.02.05-.04.08-.04h.02c.04 0 .07.03.08.07 13.71 41.01 19.76 81.67 17.99 120.86 0 .05-.04.09-.1.1-31.92 1.36-61.21 6.87-87.06 16.37h-.03z" }),
|
|
29
|
+
/* @__PURE__ */ jsx("path", { d: "M509.02 322.1s-.06-.02-.08-.05a239 239 0 0 0-18.79-25.53c-15.37-18.2-34.04-34.88-55.48-49.57-.04-.03-.05-.08-.03-.13 30.18-61.06 76.7-96.46 77.16-96.81.02-.01.04-.02.06-.02s.03 0 .04.01c51.02 25.96 85.07 61.5 101.19 105.63.02.05 0 .1-.05.12-3.78 1.72-7.57 3.41-11.38 5.1-31.82 14.16-64.71 28.81-92.57 61.2-.02.02-.05.04-.08.04z" })
|
|
30
|
+
]
|
|
62
31
|
}),
|
|
63
32
|
/* @__PURE__ */ jsx("path", {
|
|
64
33
|
className: "fill-gray-300",
|
|
@@ -110,7 +79,7 @@ const SvgRegardioEnsembleIconMono = ({ title, titleId, ...props }) => /* @__PURE
|
|
|
110
79
|
}),
|
|
111
80
|
/* @__PURE__ */ jsx("path", {
|
|
112
81
|
className: "fill-gray-200",
|
|
113
|
-
d: "M387.1 547.49c-30.45-9.72-60.21-29.44-88.43-58.61-.02-.02-.03-.06-.03-.09s.03-.06.06-.07c20.6-9.86 45.41-15.34 73.74-16.29 17.21 15.43 37.87 28.43 61.46 38.66q.06.03.06.09c0 .
|
|
82
|
+
d: "M387.1 547.49c-30.45-9.72-60.21-29.44-88.43-58.61-.02-.02-.03-.06-.03-.09s.03-.06.06-.07c20.6-9.86 45.41-15.34 73.74-16.29 17.21 15.43 37.87 28.43 61.46 38.66q.06.03.06.09c0 .06-.02.08-.05.09-6.57 3.39-12.82 7.57-18.62 12.46-9.83 7.2-19.28 15.18-28.08 23.74a.1.1 0 0 1-.07.03h-.03zm238.85-51.74c-7-2.66-13.33-4.66-19.37-6.12-7.8-1.88-17.17-3.59-27.85-5.09-.76-.11-1.52-.2-2.27-.29-.04 0-.07-.03-.08-.06s0-.07.02-.1a85.3 85.3 0 0 0 11.64-17.28 87 87 0 0 0 4.09-9.37c3.46-8.13 6.68-16.27 9.59-24.21 19.04-5.34 38.94-8.02 59.21-8.02 7.3 0 14.79.35 22.24 1.04.03 0 .06.02.08.05s.02.06 0 .09c-14.35 27.74-34.12 51.72-57.2 69.34-.02.01-.04.02-.06.02z"
|
|
114
83
|
}),
|
|
115
84
|
/* @__PURE__ */ jsx("path", {
|
|
116
85
|
className: "fill-gray-200",
|
|
@@ -194,7 +163,7 @@ const SvgRegardioEnsembleIconMono = ({ title, titleId, ...props }) => /* @__PURE
|
|
|
194
163
|
}),
|
|
195
164
|
/* @__PURE__ */ jsx("path", {
|
|
196
165
|
className: "fill-gray-50",
|
|
197
|
-
d: "M513.89 510.95s-.07-.02-.09-.05a.11.11 0 0 1 .03-.13c6.01-4.62 11.31-10.31 15.76-16.9 10.79-6.77 23.76-10.33 37.55-10.33 3.07 0 6.21.18 9.33.53.04 0 .07.03.08.06s0 .07-.02.1c-8.25 9.49-18.62 17.06-30.01 21.89-1.92-.14-3.83-.21-5.71-.21-4.41 0-8.85.4-13.2 1.18-4.65.84-9.26 2.14-13.69 3.85h-.04zm-45.74 12.63v-.1l-.04.09c-8.06-1.08-15.86-3.7-23.23-7.79-3.69-1.41-7.42-2.93-11.06-4.51q-.06-.03-.06-.09c0-.
|
|
166
|
+
d: "M513.89 510.95s-.07-.02-.09-.05a.11.11 0 0 1 .03-.13c6.01-4.62 11.31-10.31 15.76-16.9 10.79-6.77 23.76-10.33 37.55-10.33 3.07 0 6.21.18 9.33.53.04 0 .07.03.08.06s0 .07-.02.1c-8.25 9.49-18.62 17.06-30.01 21.89-1.92-.14-3.83-.21-5.71-.21-4.41 0-8.85.4-13.2 1.18-4.65.84-9.26 2.14-13.69 3.85h-.04zm-45.74 12.63v-.1l-.04.09c-8.06-1.08-15.86-3.7-23.23-7.79-3.69-1.41-7.42-2.93-11.06-4.51q-.06-.03-.06-.09c0-.06.02-.07.05-.09 12.63-6.51 25.87-9.81 39.35-9.81h1.15c9.7 5.63 20.15 9.14 31.1 10.45.05 0 .09.05.09.1s-.04.09-.09.1c-10.48.5-20.57 3.07-29.99 7.64a79 79 0 0 0-7.19 3.98c-.02 0-.03.02-.05.02h-.01z"
|
|
198
167
|
}),
|
|
199
168
|
/* @__PURE__ */ jsx("path", {
|
|
200
169
|
className: "fill-gray-50",
|
package/dist/generated/icons/{regardio-system-zest-icon.d.mts → system-layer-bridges-icon.d.mts}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/generated/icons/
|
|
3
|
+
//#region src/generated/icons/system-layer-bridges-icon.d.ts
|
|
4
4
|
interface SVGRProps {
|
|
5
5
|
title?: string;
|
|
6
6
|
titleId?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const SvgSystemLayerBridgesIcon: ({
|
|
9
9
|
title,
|
|
10
10
|
titleId,
|
|
11
11
|
...props
|
|
12
12
|
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
|
-
export {
|
|
14
|
+
export { SvgSystemLayerBridgesIcon as default };
|
package/dist/generated/icons/{regardio-system-bridge-icon.mjs → system-layer-bridges-icon.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/
|
|
3
|
-
const
|
|
2
|
+
//#region src/generated/icons/system-layer-bridges-icon.tsx
|
|
3
|
+
const SvgSystemLayerBridgesIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
"aria-labelledby": titleId,
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -16,4 +16,4 @@ const SvgRegardioSystemBridgeIcon = ({ title, titleId, ...props }) => /* @__PURE
|
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { SvgSystemLayerBridgesIcon as default };
|
package/dist/generated/icons/{regardio-system-plan-icon.d.mts → system-layer-circles-icon.d.mts}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/generated/icons/
|
|
3
|
+
//#region src/generated/icons/system-layer-circles-icon.d.ts
|
|
4
4
|
interface SVGRProps {
|
|
5
5
|
title?: string;
|
|
6
6
|
titleId?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const SvgSystemLayerCirclesIcon: ({
|
|
9
9
|
title,
|
|
10
10
|
titleId,
|
|
11
11
|
...props
|
|
12
12
|
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
|
-
export {
|
|
14
|
+
export { SvgSystemLayerCirclesIcon as default };
|
package/dist/generated/icons/{regardio-system-circle-icon.mjs → system-layer-circles-icon.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/
|
|
3
|
-
const
|
|
2
|
+
//#region src/generated/icons/system-layer-circles-icon.tsx
|
|
3
|
+
const SvgSystemLayerCirclesIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
"aria-labelledby": titleId,
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -16,4 +16,4 @@ const SvgRegardioSystemCircleIcon = ({ title, titleId, ...props }) => /* @__PURE
|
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { SvgSystemLayerCirclesIcon as default };
|
package/dist/generated/icons/{regardio-system-spark-icon.d.mts → system-layer-facets-icon.d.mts}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/generated/icons/
|
|
3
|
+
//#region src/generated/icons/system-layer-facets-icon.d.ts
|
|
4
4
|
interface SVGRProps {
|
|
5
5
|
title?: string;
|
|
6
6
|
titleId?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const SvgSystemLayerFacetsIcon: ({
|
|
9
9
|
title,
|
|
10
10
|
titleId,
|
|
11
11
|
...props
|
|
12
12
|
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
|
-
export {
|
|
14
|
+
export { SvgSystemLayerFacetsIcon as default };
|
package/dist/generated/icons/{regardio-system-facet-icon.mjs → system-layer-facets-icon.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/
|
|
3
|
-
const
|
|
2
|
+
//#region src/generated/icons/system-layer-facets-icon.tsx
|
|
3
|
+
const SvgSystemLayerFacetsIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
"aria-labelledby": titleId,
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -16,4 +16,4 @@ const SvgRegardioSystemFacetIcon = ({ title, titleId, ...props }) => /* @__PURE_
|
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { SvgSystemLayerFacetsIcon as default };
|
package/dist/generated/icons/{regardio-system-facet-icon.d.mts → system-layer-needs-icon.d.mts}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
|
-
//#region src/generated/icons/
|
|
3
|
+
//#region src/generated/icons/system-layer-needs-icon.d.ts
|
|
4
4
|
interface SVGRProps {
|
|
5
5
|
title?: string;
|
|
6
6
|
titleId?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const SvgSystemLayerNeedsIcon: ({
|
|
9
9
|
title,
|
|
10
10
|
titleId,
|
|
11
11
|
...props
|
|
12
12
|
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
|
-
export {
|
|
14
|
+
export { SvgSystemLayerNeedsIcon as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/generated/icons/system-layer-needs-icon.tsx
|
|
3
|
+
const SvgSystemLayerNeedsIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
"aria-labelledby": titleId,
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 1024 1024",
|
|
7
|
+
width: "1em",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...props,
|
|
10
|
+
children: [title ? /* @__PURE__ */ jsx("title", {
|
|
11
|
+
id: titleId,
|
|
12
|
+
children: title
|
|
13
|
+
}) : null, /* @__PURE__ */ jsx("path", {
|
|
14
|
+
className: "fill-yellow-400",
|
|
15
|
+
d: "M513.22 155.71c163.86 303.8 129.87 268.01 359.22 700.15 4.31 8.12-.81 18.53-9.07 18.13l-350.8-16.8c-.28-.01-.57-.01-.85 0l-351.15 9.12c-8.25.4-13.25-9.95-9.07-18.13 179.32-351.09 146.99-289.15 343.58-691.47 4.07-8.33 13.74-9.16 18.14-1"
|
|
16
|
+
})]
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { SvgSystemLayerNeedsIcon as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { SVGProps } from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/generated/icons/system-layer-plans-icon.d.ts
|
|
4
|
+
interface SVGRProps {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgSystemLayerPlansIcon: ({
|
|
9
|
+
title,
|
|
10
|
+
titleId,
|
|
11
|
+
...props
|
|
12
|
+
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { SvgSystemLayerPlansIcon as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/
|
|
3
|
-
const
|
|
2
|
+
//#region src/generated/icons/system-layer-plans-icon.tsx
|
|
3
|
+
const SvgSystemLayerPlansIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
"aria-labelledby": titleId,
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -16,4 +16,4 @@ const SvgRegardioSystemPlanIcon = ({ title, titleId, ...props }) => /* @__PURE__
|
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { SvgSystemLayerPlansIcon as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { SVGProps } from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/generated/icons/system-layer-pursuits-icon.d.ts
|
|
4
|
+
interface SVGRProps {
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgSystemLayerPursuitsIcon: ({
|
|
9
|
+
title,
|
|
10
|
+
titleId,
|
|
11
|
+
...props
|
|
12
|
+
}: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { SvgSystemLayerPursuitsIcon as default };
|
package/dist/generated/icons/{regardio-system-pursuit-icon.mjs → system-layer-pursuits-icon.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/
|
|
3
|
-
const
|
|
2
|
+
//#region src/generated/icons/system-layer-pursuits-icon.tsx
|
|
3
|
+
const SvgSystemLayerPursuitsIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
4
|
"aria-labelledby": titleId,
|
|
5
5
|
height: "1em",
|
|
6
6
|
viewBox: "0 0 1024 1024",
|
|
@@ -16,4 +16,4 @@ const SvgRegardioSystemPursuitIcon = ({ title, titleId, ...props }) => /* @__PUR
|
|
|
16
16
|
})]
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { SvgSystemLayerPursuitsIcon as default };
|