@ursignalstack/design-system 1.0.11 → 1.0.14
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +42 -27
- package/dist/index.mjs +42 -27
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
2
3
|
import { SVGProps } from 'react';
|
|
3
4
|
|
|
4
5
|
declare function SymbolV1({ size }: {
|
|
@@ -64,7 +65,7 @@ declare function Coin(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Ele
|
|
|
64
65
|
interface WelcomeIPProps extends SVGProps<SVGSVGElement> {
|
|
65
66
|
size?: number | string;
|
|
66
67
|
}
|
|
67
|
-
declare
|
|
68
|
+
declare const WelcomeIP: react.ForwardRefExoticComponent<Omit<WelcomeIPProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
68
69
|
|
|
69
70
|
declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
70
71
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
2
3
|
import { SVGProps } from 'react';
|
|
3
4
|
|
|
4
5
|
declare function SymbolV1({ size }: {
|
|
@@ -64,7 +65,7 @@ declare function Coin(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Ele
|
|
|
64
65
|
interface WelcomeIPProps extends SVGProps<SVGSVGElement> {
|
|
65
66
|
size?: number | string;
|
|
66
67
|
}
|
|
67
|
-
declare
|
|
68
|
+
declare const WelcomeIP: react.ForwardRefExoticComponent<Omit<WelcomeIPProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
68
69
|
|
|
69
70
|
declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
70
71
|
|
package/dist/index.js
CHANGED
|
@@ -844,34 +844,49 @@ function Coin(props) {
|
|
|
844
844
|
}
|
|
845
845
|
|
|
846
846
|
// src/Icons/IP/WelcomeIP.tsx
|
|
847
|
+
var import_react = require("react");
|
|
847
848
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
848
|
-
|
|
849
|
-
size,
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
}
|
|
849
|
+
var WelcomeIP = (0, import_react.forwardRef)(
|
|
850
|
+
({ size = "100%", className, ...props }, ref) => {
|
|
851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
852
|
+
"svg",
|
|
853
|
+
{
|
|
854
|
+
ref,
|
|
855
|
+
id: "a",
|
|
856
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
857
|
+
viewBox: "0 0 377.2608 95.6689",
|
|
858
|
+
width: size,
|
|
859
|
+
height: "auto",
|
|
860
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
861
|
+
className,
|
|
862
|
+
...props,
|
|
863
|
+
children: [
|
|
864
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M50.4529,14.1541c-.074.545-.2466.5551-.3836.0224l-1.4091-5.4786c-.137-.5327-.6991-.9685-1.2491-.9685h-4.6396c-.55,0-1.1121.4358-1.249.9685l-1.4087,5.4781c-.137.5327-.3096.5226-.3836-.0224l-1.705-12.5538c-.074-.545-.5846-.9909-1.1346-.9909h-6.043c-.55,0-.9393.4459-.8652.9909l4.9306,36.2473c.0741.545.5848.9909,1.1348.9909h4.9341c.55,0,1.1119-.4359,1.2487-.9686l2.612-10.1732c.1368-.5327.3606-.5327.4974,0l2.612,10.1732c.1368.5327.6987.9686,1.2487.9686h4.9341c.55,0,1.0607-.4459,1.1348-.9909L60.2002,1.5998c.0741-.545-.3152-.9909-.8652-.9909h-6.043c-.55,0-1.0605.4459-1.1345.9909l-1.7046,12.5543Z", fill: "#231f20" }),
|
|
865
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M90.2998,32.2451c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3032c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3032c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928Z", fill: "#231f20" }),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M102.5791,1.6089c0-.55-.45-1-1-1h-5.9878c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h25.2783c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.2905c-.55,0-1-.45-1-1V1.6089Z", fill: "#231f20" }),
|
|
867
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M139.7998,0c-8.8774,0-13.1596,11.0152-13.1596,11.0152-.1993.5126-.3623,1.382-.3623,1.932v13.5522c0,.55.1631,1.4194.3623,1.932,0,0,4.2822,11.0152,13.1596,11.0152s13.1596-11.0152,13.1596-11.0152c.1993-.5126.3623-1.382.3623-1.932v-2.499c0-.55-.45-1-1-1h-5.9873c-.55,0-1,.45-1,1v2.499c0,.55-.1412,1.4273-.3137,1.9495,0,0-1.1404,3.4518-5.221,3.4518s-5.221-3.4518-5.221-3.4518c-.1725-.5222-.3137-1.3995-.3137-1.9495v-13.5522c0-.55.1412-1.4273.3137-1.9495,0,0,1.1404-3.4518,5.221-3.4518s5.221,3.4518,5.221,3.4518c.1725.5222.3137,1.3995.3137,1.9495v2.499c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-2.499c0-.55-.1631-1.4194-.3623-1.932,0,0-4.2822-11.0152-13.1596-11.0152Z", fill: "#231f20" }),
|
|
868
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M171.3691,39.4468c6.7197,0,13.0242-10.9862,13.0242-10.9862.2737-.477.4977-1.3173.4977-1.8673v-13.7397c0-.55-.224-1.3903-.4977-1.8673,0,0-6.3045-10.9862-13.0242-10.9862s-13.0242,10.9862-13.0242,10.9862c-.2737.477-.4977,1.3173-.4977,1.8673v13.7397c0,.55.224,1.3903.4977,1.8673,0,0,6.3045,10.9862,13.0242,10.9862ZM176.9038,26.4995c0,.55-.0406,1.4482-.0903,1.9959,0,0-.3087,3.4054-5.4444,3.4054s-5.4444-3.4054-5.4444-3.4054c-.0496-.5478-.0903-1.4459-.0903-1.9959v-13.5522c0-.55.0406-1.4482.0903-1.9959,0,0,.3087-3.4054,5.4444-3.4054s5.4444,3.4054,5.4444,3.4054c.0496.5478.0903,1.4459.0903,1.9959v13.5522Z", fill: "#231f20" }),
|
|
869
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M203.4164,12.5684c-.2629.4831-.693.4831-.9559,0l-6.0295-11.0811c-.2629-.4831-.9279-.8784-1.4779-.8784h-4.8877c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9883c.55,0,1-.45,1-1v-17.644c0-.55.2158-.6051.4796-.1225l4.9255,9.0112c.2638.4826.6955.4826.9593,0l4.9264-9.0122c.2638-.4826.4797-.4275.4797.1225v17.645c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-4.8877c-.55,0-1.2151.3953-1.4779.8784l-6.0295,11.0811Z", fill: "#231f20" }),
|
|
870
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M220.9863,37.8379c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3027c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3027c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229Z", fill: "#231f20" }),
|
|
871
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M293.6533,37.8379c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1V9.2017c0-.55.45-1,1-1h7.8789c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.7461c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h7.8799c.55,0,1,.45,1,1v28.6362Z", fill: "#231f20" }),
|
|
872
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M329.2168,39.4468c6.7197,0,13.0238-10.9862,13.0238-10.9862.2737-.477.4977-1.3173.4977-1.8673v-13.7397c0-.55-.224-1.3903-.4977-1.8673,0,0-6.3041-10.9862-13.0238-10.9862s-13.0247,10.9862-13.0247,10.9862c-.2738.477-.4978,1.3173-.4978,1.8673v13.7397c0,.55.224,1.3903.4978,1.8673,0,0,6.305,10.9862,13.0247,10.9862ZM334.751,26.4995c0,.55-.0407,1.4482-.0904,1.9959,0,0-.309,3.4055-5.4438,3.4055s-5.4448-3.4055-5.4448-3.4055c-.0497-.5477-.0904-1.4459-.0904-1.9959v-13.5522c0-.55.0407-1.4482.0904-1.9959,0,0,.309-3.4055,5.4448-3.4055s5.4438,3.4055,5.4438,3.4055c.0497.5477.0904,1.4459.0904,1.9959v13.5522Z", fill: "#231f20" }),
|
|
873
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M0,63.4238c0,.55.45,1,1,1h7.5283c.55,0,1,.45,1,1v21.0435c0,.55-.45,1-1,1H1c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h25.0444c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-7.5288c-.55,0-1-.45-1-1v-21.0435c0-.55.45-1,1-1h7.5288c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1H1c-.55,0-1,.45-1,1v5.5928Z", fill: "#231f20" }),
|
|
874
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M45.5693,68.7901c-.2629.4831-.6931.4831-.956,0l-6.0299-11.0807c-.2629-.4831-.928-.8784-1.478-.8784h-4.8872c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9878c.55,0,1-.45,1-1v-17.6445c0-.55.2158-.6051.4796-.1225l4.926,9.0117c.2638.4826.6955.4826.9593,0l4.926-9.0117c.2638-.4826.4796-.4275.4796.1225v17.6445c0,.55.45,1,1,1h5.9878c.55,0,1-.45,1-1v-36.229c0-.55-.45-1-1-1h-4.8872c-.55,0-1.2151.3953-1.478.8784l-6.0299,11.0807Z", fill: "#231f20" }),
|
|
875
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M74.3271,56.8311c-.55,0-1.1418.4271-1.315.9491l-12.0594,36.3308c-.1733.522.135.9491.685.9491h6.4424c.55,0,1.1388-.4281,1.3085-.9512l2.072-6.389c.1697-.5232.7585-.9512,1.3085-.9512h7.7842c.55,0,1.1388.4281,1.3085.9512l2.072,6.389c.1697.5232.7585.9512,1.3085.9512h6.4424c.55,0,.8582-.4271.685-.9491l-12.0589-36.3308c-.1733-.522-.765-.9491-1.315-.9491h-4.6685ZM75.271,79.1758c-.55,0-.8582-.4271-.6849-.9491l1.76-5.3016c.1733-.522.4568-.522.6301,0l1.76,5.3016c.1733.522-.1349.9491-.6849.9491h-2.7803Z", fill: "#231f20" }),
|
|
876
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M108.2305,56.2222c-8.8774,0-13.1596,11.0152-13.1596,11.0152-.1993.5126-.3623,1.382-.3623,1.932v13.5054c0,.55.1625,1.4196.3611,1.9325,0,0,4.2834,11.0616,13.1609,11.0616s13.1609-11.0616,13.1609-11.0616c.1986-.5129.3611-1.3825.3611-1.9325v-9.104c0-.55-.45-1-1-1h-14.522c-.55,0-1,.45-1,1v5.5459c0,.55.45,1,1,1h6.5347c.55,0,1,.45,1,1v1.5581c0,.55-.1398,1.4277-.3107,1.9505,0,0-1.1434,3.4977-5.224,3.4977s-5.224-3.4977-5.224-3.4977c-.1709-.5228-.3107-1.4005-.3107-1.9505v-13.5054c0-.55.1412-1.4273.3137-1.9495,0,0,1.1404-3.4518,5.221-3.4518s5.221,3.4518,5.221,3.4518c.1725.5222.3137,1.3995.3137,1.9495v1.6558c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-1.6558c0-.55-.1631-1.4194-.3623-1.932,0,0-4.2822-11.0152-13.1596-11.0152Z", fill: "#231f20" }),
|
|
877
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M126.2778,63.4238c0,.55.45,1,1,1h7.5283c.55,0,1,.45,1,1v21.0435c0,.55-.45,1-1,1h-7.5283c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h25.0439c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-7.5283c-.55,0-1-.45-1-1v-21.0435c0-.55.45-1,1-1h7.5283c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-25.0439c-.55,0-1,.45-1,1v5.5928Z", fill: "#231f20" }),
|
|
878
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M176.9043,76.5024c0,.55-.2311.6138-.5135.1419l-11.3417-18.9552c-.2824-.472-.9635-.8581-1.5135-.8581h-4.688c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-18.6714c0-.55.2311-.6138.5135-.1419l11.3417,18.9552c.2824.472.9635.8581,1.5135.8581h4.6885c.55,0,1-.45,1-1v-36.229c0-.55-.45-1-1-1h-5.9878c-.55,0-1,.45-1,1v18.6714Z", fill: "#231f20" }),
|
|
879
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M189.417,94.0601c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3027c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3027c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229Z", fill: "#231f20" }),
|
|
880
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M267.2077,57.1284c-.5251-.1636-1.4048-.2974-1.9548-.2974h-10.9961c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-12.4282c0-.55.45-1,1-1h3.0088c.55,0,1.4296-.1338,1.9548-.2974,0,0,13.3275-4.1513,13.3275-11.603s-13.3275-11.603-13.3275-11.603ZM261.2441,65.4238c0-.55.45-1,1-1h3.0088c.55,0,1.4001.206,1.889.4579,0,0,5.4059,2.7843,5.4059,3.8497s-5.4059,3.8497-5.4059,3.8497c-.489.2518-1.339.4579-1.889.4579h-3.0088c-.55,0-1-.45-1-1v-6.6152Z", fill: "#231f20" }),
|
|
881
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M295.3135,56.8311c-.55,0-1.1418.4271-1.3151.9491l-12.0603,36.3309c-.1733.522.1349.9491.6849.9491h6.4424c.55,0,1.1388-.428,1.3085-.9512l2.0724-6.3891c.1697-.5232.7585-.9512,1.3085-.9512h7.7852c.55,0,1.1388.4281,1.3084.9512l2.0716,6.389c.1696.5232.7584.9512,1.3084.9512h6.4424c.55,0,.8582-.4271.685-.9491l-12.0594-36.3308c-.1733-.522-.765-.9491-1.315-.9491h-4.668ZM296.2578,79.1758c-.55,0-.8582-.4271-.685-.9491l1.7596-5.3015c.1733-.522.4568-.522.63,0l1.7596,5.3015c.1733.522-.135.9491-.685.9491h-2.7793Z", fill: "#231f20" }),
|
|
882
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M342.7383,68.7314c0-7.4517-13.3265-11.603-13.3265-11.603-.5251-.1636-1.4047-.2974-1.9547-.2974h-10.7627c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-12.4282c0-.55.45-1,1-1h2.4902c.55,0,1.211.3975,1.4688.8833l6.7205,12.6616c.2579.4858.9188.8833,1.4688.8833h7.0088c.55,0,.7894-.3977.532-.8837l-7.5191-14.1979c-.2574-.486-.1316-1.1826.2796-1.5479,0,0,5.6069-4.9813,5.6069-9.6991ZM323.6816,65.4238c0-.55.45-1,1-1h2.7754c.55,0,1.4.2061,1.889.4579,0,0,5.405,2.7842,5.405,3.8497s-5.405,3.8497-5.405,3.8497c-.4889.2519-1.339.4579-1.889.4579h-2.7754c-.55,0-1-.45-1-1v-6.6152Z", fill: "#231f20" }),
|
|
883
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M377.0628,57.5807c.364-.4123.2118-.7496-.3382-.7496h-8.4004c-.55,0-1.2978.3373-1.6618.7497l-10.8658,12.3078c-.364.4123-.6618.2997-.6618-.2503v-11.8071c0-.55-.45-1-1-1h-5.9883c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9883c.55,0,1-.45,1-1v-10.6816c0-.55.2988-1.3365.664-1.7478l1.4992-1.6885c.3652-.4113.9092-.3705,1.209.0906l9.2253,14.189c.2998.4611.9951.8384,1.5451.8384h7.377c.55,0,.7548-.3773.4551-.8385l-13.1896-20.299c-.2997-.4612-.247-1.1759.117-1.5882l13.0259-14.7537Z", fill: "#231f20" })
|
|
884
|
+
]
|
|
885
|
+
}
|
|
886
|
+
);
|
|
887
|
+
}
|
|
888
|
+
);
|
|
889
|
+
WelcomeIP.displayName = "WelcomeIP";
|
|
875
890
|
|
|
876
891
|
// src/Icons/Shared/ApplePay.tsx
|
|
877
892
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -796,34 +796,49 @@ function Coin(props) {
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
// src/Icons/IP/WelcomeIP.tsx
|
|
799
|
+
import { forwardRef } from "react";
|
|
799
800
|
import { jsx as jsx20, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
800
|
-
|
|
801
|
-
size,
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
}
|
|
801
|
+
var WelcomeIP = forwardRef(
|
|
802
|
+
({ size = "100%", className, ...props }, ref) => {
|
|
803
|
+
return /* @__PURE__ */ jsxs18(
|
|
804
|
+
"svg",
|
|
805
|
+
{
|
|
806
|
+
ref,
|
|
807
|
+
id: "a",
|
|
808
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
809
|
+
viewBox: "0 0 377.2608 95.6689",
|
|
810
|
+
width: size,
|
|
811
|
+
height: "auto",
|
|
812
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
813
|
+
className,
|
|
814
|
+
...props,
|
|
815
|
+
children: [
|
|
816
|
+
/* @__PURE__ */ jsx20("path", { d: "M50.4529,14.1541c-.074.545-.2466.5551-.3836.0224l-1.4091-5.4786c-.137-.5327-.6991-.9685-1.2491-.9685h-4.6396c-.55,0-1.1121.4358-1.249.9685l-1.4087,5.4781c-.137.5327-.3096.5226-.3836-.0224l-1.705-12.5538c-.074-.545-.5846-.9909-1.1346-.9909h-6.043c-.55,0-.9393.4459-.8652.9909l4.9306,36.2473c.0741.545.5848.9909,1.1348.9909h4.9341c.55,0,1.1119-.4359,1.2487-.9686l2.612-10.1732c.1368-.5327.3606-.5327.4974,0l2.612,10.1732c.1368.5327.6987.9686,1.2487.9686h4.9341c.55,0,1.0607-.4459,1.1348-.9909L60.2002,1.5998c.0741-.545-.3152-.9909-.8652-.9909h-6.043c-.55,0-1.0605.4459-1.1345.9909l-1.7046,12.5543Z", fill: "#231f20" }),
|
|
817
|
+
/* @__PURE__ */ jsx20("path", { d: "M90.2998,32.2451c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3032c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3032c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928Z", fill: "#231f20" }),
|
|
818
|
+
/* @__PURE__ */ jsx20("path", { d: "M102.5791,1.6089c0-.55-.45-1-1-1h-5.9878c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h25.2783c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.2905c-.55,0-1-.45-1-1V1.6089Z", fill: "#231f20" }),
|
|
819
|
+
/* @__PURE__ */ jsx20("path", { d: "M139.7998,0c-8.8774,0-13.1596,11.0152-13.1596,11.0152-.1993.5126-.3623,1.382-.3623,1.932v13.5522c0,.55.1631,1.4194.3623,1.932,0,0,4.2822,11.0152,13.1596,11.0152s13.1596-11.0152,13.1596-11.0152c.1993-.5126.3623-1.382.3623-1.932v-2.499c0-.55-.45-1-1-1h-5.9873c-.55,0-1,.45-1,1v2.499c0,.55-.1412,1.4273-.3137,1.9495,0,0-1.1404,3.4518-5.221,3.4518s-5.221-3.4518-5.221-3.4518c-.1725-.5222-.3137-1.3995-.3137-1.9495v-13.5522c0-.55.1412-1.4273.3137-1.9495,0,0,1.1404-3.4518,5.221-3.4518s5.221,3.4518,5.221,3.4518c.1725.5222.3137,1.3995.3137,1.9495v2.499c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-2.499c0-.55-.1631-1.4194-.3623-1.932,0,0-4.2822-11.0152-13.1596-11.0152Z", fill: "#231f20" }),
|
|
820
|
+
/* @__PURE__ */ jsx20("path", { d: "M171.3691,39.4468c6.7197,0,13.0242-10.9862,13.0242-10.9862.2737-.477.4977-1.3173.4977-1.8673v-13.7397c0-.55-.224-1.3903-.4977-1.8673,0,0-6.3045-10.9862-13.0242-10.9862s-13.0242,10.9862-13.0242,10.9862c-.2737.477-.4977,1.3173-.4977,1.8673v13.7397c0,.55.224,1.3903.4977,1.8673,0,0,6.3045,10.9862,13.0242,10.9862ZM176.9038,26.4995c0,.55-.0406,1.4482-.0903,1.9959,0,0-.3087,3.4054-5.4444,3.4054s-5.4444-3.4054-5.4444-3.4054c-.0496-.5478-.0903-1.4459-.0903-1.9959v-13.5522c0-.55.0406-1.4482.0903-1.9959,0,0,.3087-3.4054,5.4444-3.4054s5.4444,3.4054,5.4444,3.4054c.0496.5478.0903,1.4459.0903,1.9959v13.5522Z", fill: "#231f20" }),
|
|
821
|
+
/* @__PURE__ */ jsx20("path", { d: "M203.4164,12.5684c-.2629.4831-.693.4831-.9559,0l-6.0295-11.0811c-.2629-.4831-.9279-.8784-1.4779-.8784h-4.8877c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9883c.55,0,1-.45,1-1v-17.644c0-.55.2158-.6051.4796-.1225l4.9255,9.0112c.2638.4826.6955.4826.9593,0l4.9264-9.0122c.2638-.4826.4797-.4275.4797.1225v17.645c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-4.8877c-.55,0-1.2151.3953-1.4779.8784l-6.0295,11.0811Z", fill: "#231f20" }),
|
|
822
|
+
/* @__PURE__ */ jsx20("path", { d: "M220.9863,37.8379c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3027c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3027c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229Z", fill: "#231f20" }),
|
|
823
|
+
/* @__PURE__ */ jsx20("path", { d: "M293.6533,37.8379c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1V9.2017c0-.55.45-1,1-1h7.8789c.55,0,1-.45,1-1V1.6089c0-.55-.45-1-1-1h-25.7461c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h7.8799c.55,0,1,.45,1,1v28.6362Z", fill: "#231f20" }),
|
|
824
|
+
/* @__PURE__ */ jsx20("path", { d: "M329.2168,39.4468c6.7197,0,13.0238-10.9862,13.0238-10.9862.2737-.477.4977-1.3173.4977-1.8673v-13.7397c0-.55-.224-1.3903-.4977-1.8673,0,0-6.3041-10.9862-13.0238-10.9862s-13.0247,10.9862-13.0247,10.9862c-.2738.477-.4978,1.3173-.4978,1.8673v13.7397c0,.55.224,1.3903.4978,1.8673,0,0,6.305,10.9862,13.0247,10.9862ZM334.751,26.4995c0,.55-.0407,1.4482-.0904,1.9959,0,0-.309,3.4055-5.4438,3.4055s-5.4448-3.4055-5.4448-3.4055c-.0497-.5477-.0904-1.4459-.0904-1.9959v-13.5522c0-.55.0407-1.4482.0904-1.9959,0,0,.309-3.4055,5.4448-3.4055s5.4438,3.4055,5.4438,3.4055c.0497.5477.0904,1.4459.0904,1.9959v13.5522Z", fill: "#231f20" }),
|
|
825
|
+
/* @__PURE__ */ jsx20("path", { d: "M0,63.4238c0,.55.45,1,1,1h7.5283c.55,0,1,.45,1,1v21.0435c0,.55-.45,1-1,1H1c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h25.0444c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-7.5288c-.55,0-1-.45-1-1v-21.0435c0-.55.45-1,1-1h7.5288c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1H1c-.55,0-1,.45-1,1v5.5928Z", fill: "#231f20" }),
|
|
826
|
+
/* @__PURE__ */ jsx20("path", { d: "M45.5693,68.7901c-.2629.4831-.6931.4831-.956,0l-6.0299-11.0807c-.2629-.4831-.928-.8784-1.478-.8784h-4.8872c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9878c.55,0,1-.45,1-1v-17.6445c0-.55.2158-.6051.4796-.1225l4.926,9.0117c.2638.4826.6955.4826.9593,0l4.926-9.0117c.2638-.4826.4796-.4275.4796.1225v17.6445c0,.55.45,1,1,1h5.9878c.55,0,1-.45,1-1v-36.229c0-.55-.45-1-1-1h-4.8872c-.55,0-1.2151.3953-1.478.8784l-6.0299,11.0807Z", fill: "#231f20" }),
|
|
827
|
+
/* @__PURE__ */ jsx20("path", { d: "M74.3271,56.8311c-.55,0-1.1418.4271-1.315.9491l-12.0594,36.3308c-.1733.522.135.9491.685.9491h6.4424c.55,0,1.1388-.4281,1.3085-.9512l2.072-6.389c.1697-.5232.7585-.9512,1.3085-.9512h7.7842c.55,0,1.1388.4281,1.3085.9512l2.072,6.389c.1697.5232.7585.9512,1.3085.9512h6.4424c.55,0,.8582-.4271.685-.9491l-12.0589-36.3308c-.1733-.522-.765-.9491-1.315-.9491h-4.6685ZM75.271,79.1758c-.55,0-.8582-.4271-.6849-.9491l1.76-5.3016c.1733-.522.4568-.522.6301,0l1.76,5.3016c.1733.522-.1349.9491-.6849.9491h-2.7803Z", fill: "#231f20" }),
|
|
828
|
+
/* @__PURE__ */ jsx20("path", { d: "M108.2305,56.2222c-8.8774,0-13.1596,11.0152-13.1596,11.0152-.1993.5126-.3623,1.382-.3623,1.932v13.5054c0,.55.1625,1.4196.3611,1.9325,0,0,4.2834,11.0616,13.1609,11.0616s13.1609-11.0616,13.1609-11.0616c.1986-.5129.3611-1.3825.3611-1.9325v-9.104c0-.55-.45-1-1-1h-14.522c-.55,0-1,.45-1,1v5.5459c0,.55.45,1,1,1h6.5347c.55,0,1,.45,1,1v1.5581c0,.55-.1398,1.4277-.3107,1.9505,0,0-1.1434,3.4977-5.224,3.4977s-5.224-3.4977-5.224-3.4977c-.1709-.5228-.3107-1.4005-.3107-1.9505v-13.5054c0-.55.1412-1.4273.3137-1.9495,0,0,1.1404-3.4518,5.221-3.4518s5.221,3.4518,5.221,3.4518c.1725.5222.3137,1.3995.3137,1.9495v1.6558c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-1.6558c0-.55-.1631-1.4194-.3623-1.932,0,0-4.2822-11.0152-13.1596-11.0152Z", fill: "#231f20" }),
|
|
829
|
+
/* @__PURE__ */ jsx20("path", { d: "M126.2778,63.4238c0,.55.45,1,1,1h7.5283c.55,0,1,.45,1,1v21.0435c0,.55-.45,1-1,1h-7.5283c-.55,0-1,.45-1,1v5.5928c0,.55.45,1,1,1h25.0439c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-7.5283c-.55,0-1-.45-1-1v-21.0435c0-.55.45-1,1-1h7.5283c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-25.0439c-.55,0-1,.45-1,1v5.5928Z", fill: "#231f20" }),
|
|
830
|
+
/* @__PURE__ */ jsx20("path", { d: "M176.9043,76.5024c0,.55-.2311.6138-.5135.1419l-11.3417-18.9552c-.2824-.472-.9635-.8581-1.5135-.8581h-4.688c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-18.6714c0-.55.2311-.6138.5135-.1419l11.3417,18.9552c.2824.472.9635.8581,1.5135.8581h4.6885c.55,0,1-.45,1-1v-36.229c0-.55-.45-1-1-1h-5.9878c-.55,0-1,.45-1,1v18.6714Z", fill: "#231f20" }),
|
|
831
|
+
/* @__PURE__ */ jsx20("path", { d: "M189.417,94.0601c0,.55.45,1,1,1h25.1611c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-17.1738c-.55,0-1-.45-1-1v-5.9126c0-.55.45-1,1-1h15.3027c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-15.3027c-.55,0-1-.45-1-1v-5.5381c0-.55.45-1,1-1h17.1738c.55,0,1-.45,1-1v-5.5928c0-.55-.45-1-1-1h-25.1611c-.55,0-1,.45-1,1v36.229Z", fill: "#231f20" }),
|
|
832
|
+
/* @__PURE__ */ jsx20("path", { d: "M267.2077,57.1284c-.5251-.1636-1.4048-.2974-1.9548-.2974h-10.9961c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-12.4282c0-.55.45-1,1-1h3.0088c.55,0,1.4296-.1338,1.9548-.2974,0,0,13.3275-4.1513,13.3275-11.603s-13.3275-11.603-13.3275-11.603ZM261.2441,65.4238c0-.55.45-1,1-1h3.0088c.55,0,1.4001.206,1.889.4579,0,0,5.4059,2.7843,5.4059,3.8497s-5.4059,3.8497-5.4059,3.8497c-.489.2518-1.339.4579-1.889.4579h-3.0088c-.55,0-1-.45-1-1v-6.6152Z", fill: "#231f20" }),
|
|
833
|
+
/* @__PURE__ */ jsx20("path", { d: "M295.3135,56.8311c-.55,0-1.1418.4271-1.3151.9491l-12.0603,36.3309c-.1733.522.1349.9491.6849.9491h6.4424c.55,0,1.1388-.428,1.3085-.9512l2.0724-6.3891c.1697-.5232.7585-.9512,1.3085-.9512h7.7852c.55,0,1.1388.4281,1.3084.9512l2.0716,6.389c.1696.5232.7584.9512,1.3084.9512h6.4424c.55,0,.8582-.4271.685-.9491l-12.0594-36.3308c-.1733-.522-.765-.9491-1.315-.9491h-4.668ZM296.2578,79.1758c-.55,0-.8582-.4271-.685-.9491l1.7596-5.3015c.1733-.522.4568-.522.63,0l1.7596,5.3015c.1733.522-.135.9491-.685.9491h-2.7793Z", fill: "#231f20" }),
|
|
834
|
+
/* @__PURE__ */ jsx20("path", { d: "M342.7383,68.7314c0-7.4517-13.3265-11.603-13.3265-11.603-.5251-.1636-1.4047-.2974-1.9547-.2974h-10.7627c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9873c.55,0,1-.45,1-1v-12.4282c0-.55.45-1,1-1h2.4902c.55,0,1.211.3975,1.4688.8833l6.7205,12.6616c.2579.4858.9188.8833,1.4688.8833h7.0088c.55,0,.7894-.3977.532-.8837l-7.5191-14.1979c-.2574-.486-.1316-1.1826.2796-1.5479,0,0,5.6069-4.9813,5.6069-9.6991ZM323.6816,65.4238c0-.55.45-1,1-1h2.7754c.55,0,1.4.2061,1.889.4579,0,0,5.405,2.7842,5.405,3.8497s-5.405,3.8497-5.405,3.8497c-.4889.2519-1.339.4579-1.889.4579h-2.7754c-.55,0-1-.45-1-1v-6.6152Z", fill: "#231f20" }),
|
|
835
|
+
/* @__PURE__ */ jsx20("path", { d: "M377.0628,57.5807c.364-.4123.2118-.7496-.3382-.7496h-8.4004c-.55,0-1.2978.3373-1.6618.7497l-10.8658,12.3078c-.364.4123-.6618.2997-.6618-.2503v-11.8071c0-.55-.45-1-1-1h-5.9883c-.55,0-1,.45-1,1v36.229c0,.55.45,1,1,1h5.9883c.55,0,1-.45,1-1v-10.6816c0-.55.2988-1.3365.664-1.7478l1.4992-1.6885c.3652-.4113.9092-.3705,1.209.0906l9.2253,14.189c.2998.4611.9951.8384,1.5451.8384h7.377c.55,0,.7548-.3773.4551-.8385l-13.1896-20.299c-.2997-.4612-.247-1.1759.117-1.5882l13.0259-14.7537Z", fill: "#231f20" })
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
);
|
|
839
|
+
}
|
|
840
|
+
);
|
|
841
|
+
WelcomeIP.displayName = "WelcomeIP";
|
|
827
842
|
|
|
828
843
|
// src/Icons/Shared/ApplePay.tsx
|
|
829
844
|
import { jsx as jsx21, jsxs as jsxs19 } from "react/jsx-runtime";
|