@gongsaero/design-system 0.2.60 → 0.2.61
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/index.esm.js
CHANGED
|
@@ -2175,7 +2175,7 @@ const o = {
|
|
|
2175
2175
|
strokeLinejoin: "round"
|
|
2176
2176
|
}
|
|
2177
2177
|
)
|
|
2178
|
-
] }), K0 = ({ className: r, size: e = i.ICON.SM }) => /* @__PURE__ */ t.jsxs(
|
|
2178
|
+
] }), K0 = ({ className: r, size: e = i.ICON.SM, ...s }) => /* @__PURE__ */ t.jsxs(
|
|
2179
2179
|
"svg",
|
|
2180
2180
|
{
|
|
2181
2181
|
className: r,
|
|
@@ -2184,6 +2184,7 @@ const o = {
|
|
|
2184
2184
|
viewBox: "0 0 27 26",
|
|
2185
2185
|
fill: "none",
|
|
2186
2186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2187
|
+
...s,
|
|
2187
2188
|
children: [
|
|
2188
2189
|
/* @__PURE__ */ t.jsxs("g", { clipPath: "url(#clip0_2261_4225)", children: [
|
|
2189
2190
|
/* @__PURE__ */ t.jsx(
|
|
@@ -2286,7 +2287,7 @@ const o = {
|
|
|
2286
2287
|
] })
|
|
2287
2288
|
]
|
|
2288
2289
|
}
|
|
2289
|
-
), J0 = ({ className: r, size: e = i.ICON.SM }) => /* @__PURE__ */ t.jsxs(
|
|
2290
|
+
), J0 = ({ className: r, size: e = i.ICON.SM, ...s }) => /* @__PURE__ */ t.jsxs(
|
|
2290
2291
|
"svg",
|
|
2291
2292
|
{
|
|
2292
2293
|
className: r,
|
|
@@ -2295,6 +2296,7 @@ const o = {
|
|
|
2295
2296
|
viewBox: "0 0 22 22",
|
|
2296
2297
|
fill: "none",
|
|
2297
2298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2299
|
+
...s,
|
|
2298
2300
|
children: [
|
|
2299
2301
|
/* @__PURE__ */ t.jsxs("g", { clipPath: "url(#clip0_5235_1712)", children: [
|
|
2300
2302
|
/* @__PURE__ */ t.jsx(
|