@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 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 function WelcomeIP({ size, className, ...props }: WelcomeIPProps): react_jsx_runtime.JSX.Element;
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 function WelcomeIP({ size, className, ...props }: WelcomeIPProps): react_jsx_runtime.JSX.Element;
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
- function WelcomeIP({
849
- size,
850
- className,
851
- ...props
852
- }) {
853
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
854
- "svg",
855
- {
856
- id: "a",
857
- xmlns: "http://www.w3.org/2000/svg",
858
- viewBox: "0 0 1024 379.0725",
859
- width: size,
860
- height: size,
861
- className,
862
- ...props,
863
- children: [
864
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M177.3725,135.3019c8.4508,0,16.4379-4.5163,22.5074-12.5676,5.2482,6.5841,12.5893,10.3811,20.4458,10.3811,14.9071,0,32.086-14.2123,36.2734-53.8573.3708-.0754.7521-.1474,1.1397-.2207,2.8137-.5314,6.0031-1.1334,8.536-3.6671,1.5608-1.5608,2.6098-4.2712,2.6098-6.7454,0-3.9939-2.5399-8.2616-9.6674-8.2616-.8757,0-1.8409.0747-2.908.2263-.9456-8.3998-3.1349-18.716-9.3377-25.5089-3.5009-3.6852-8.0891-5.7992-12.5886-5.7992-3.9639,0-7.6624,1.5846-10.4139,4.4618-2.4198,2.5308-5.23,7.2231-4.8731,15.1921.4651,11.3183,7.3774,21.6484,18.6252,28.0209-.662,11.6835-2.1461,23.6156-9.0591,32.6992-1.9324,2.7054-5.0393,4.5945-7.5555,4.5945-4.0533,0-7.3865-5.0435-9.145-13.8379l-.146-.521c-.4016-1.1041-.5657-2.2892-.5657-4.0889,0-2.5874.4574-5.274.9421-8.1184.5789-3.4003,1.1774-6.9165,1.0873-10.7093l-.0119-.2109c-.0691-.8338-.0105-2.3982.0517-4.0547.0559-1.4987.1173-3.1664.1173-4.8648,0-5.1644-.5538-10.8741-4.6608-14.0684l-.595-.375c-1.6907-.8457-3.5463-1.6279-5.6609-1.6279-5.8369,0-10.4055,5.8166-10.9028,13.8519-.4302,3.209-.639,6.7468-.639,10.8099,0,3.9904.1718,8.0772.338,12.0292.1055,2.5106.2116,5.0303.2759,7.5506-3.6028,13.7046-9.9523,19.9535-14.375,19.9535-4.973,0-10.3259-7.6302-10.3259-24.3824,0-3.8466.2326-7.0346.7326-10.0333l.0328-.2528c1.4114-14.9972,4.5149-26.6898,9.7183-36.7098,1.1271-2.0301,1.6991-3.9806,1.6991-5.7971,0-4.8878-3.5511-8.5737-8.2609-8.5737-2.4436,0-7.1351,1.072-11.0564,8.1806-6.9068,11.8672-11.731,33.0951-11.731,51.624,0,6.5171.6725,13.0809,1.9456,18.9855,2.998,15.7284,14.0049,26.2931,27.4014,26.2931Z", fill: "#231f20" }),
865
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M705.2732,139.0507c10.2826,0,19.9968-5.2447,25.3881-13.7409,3.2809-5.3815.9735-10.8511-2.8633-13.2653-3.9667-2.4938-8.7225-1.4051-11.3162,2.5937-2.6845,4.1601-5.8033,6.0156-10.115,6.0156-6.9682,0-12.231-3.5288-14.9085-9.8322,19.4548-2.225,33.4778-17.7453,33.4778-31.732,0-10.173-8.0912-17.0078-20.1322-17.0078-1.1984,0-2.3074.1404-3.4806.2891l-.507.0656c-14.718,2.3003-26.6314,16.6865-29.3174,34.1975-3.1766,6.3001-8.6747,13.3983-14.1707,13.3983-2.4554,0-7.0241,0-7.2015-16.5734,0-12.6193,0-31.69-19.6629-31.69-6.8327,0-13.7185,3.7278-19.7942,10.6178-4.9541-8.5549-12.0676-9.9928-16.2857-9.9928-6.2126,0-13.1431,3.0637-19.392,8.4173-2.0671-6.2978-6.9431-9.9795-13.7213-9.9795-14.1141,0-23.4678,19.3638-30.3209,34.1157-.2271.3369-.4456.6894-.6463,1.0724-3.8242,7.3153-8.1254,11.2659-13.5935,12.3379.7403-4.2139,1.1258-8.7441,1.1258-13.3365,0-15.2842-11.6675-32.3151-28.4099-32.3151-4.7823,0-9.7358,1.7787-13.1284,4.679-10.5881,4.1277-17.1997,15.3358-19.5796,26.7907-.4074.5842-.7875,1.2369-1.1316,1.9662-7.8593,16.5462-17.9764,25.2924-29.2577,25.2924-11.8707,0-19.5407-8.3447-19.5407-21.2587,0-9.8783,8.2218-21.5716,15.1676-21.5716,1.102,0,2.144.3813,3.431,1.2382.8967.6208,1.271,1.1306,1.271,2.6838,0,.5727-.1627,1.5168-.3066,2.35-.118.6844-.2305,1.3499-.3052,2.0378-.3094,3.7027.977,5.9479,2.1104,7.1798,1.4665,1.595,3.5917,2.4729,5.9821,2.4729,7.0904,0,10.9167-7.3146,10.9167-14.1969,0-9.5493-6.869-18.8214-15.5992-21.0995-1.8527-.5049-3.8466-.7507-6.0946-.7507-16.4885,0-31.6346,15.8648-34.2553,34.586-.178.3323-.3572.6637-.5131,1.0197l-.3862.8031c-3.6769,7.6603-12.2883,25.5997-21.8516,25.5997-3.8298,0-15.3199-.0014-16.0713-31.8374,17.8074-10.5417,31.9862-34.0854,31.9862-53.6164,0-13.5663-7.7441-23.4124-18.4136-23.4124-25.2624,0-32.0029,42.2066-32.0029,67.1456,0,1.5315-1.6467,4.7062-4.9276,11.0319-.1751.3372-.3679.7098-.5528,1.0664-.6342.7682-1.1796,1.6401-1.5869,2.6265-6.1756,14.9749-17.4052,25.4335-27.3086,25.4335-8.8154,0-14.764-3.1922-18.7663-10.2267,19.1064-2.4987,32.8067-17.8235,32.8067-31.6495,0-10.173-8.0905-17.0078-20.1322-17.0078-1.1998,0-2.3088.1404-3.4827.2898l-.5049.0649c-16.7606,2.6188-29.889,20.9109-29.889,41.6437,0,16.8178,14.5642,34.9702,38.094,34.9702,15.0318,0,28.1099-7.924,38.3318-23.0714,4.7975,14.4489,17.4927,24.7893,31.9516,24.7893,10.7387,0,20.2309-5.9175,28.7332-17.9244,5.9096,9.8809,16.191,16.9872,30.6153,16.9872,12.9331,0,25.214-6.2161,34.7417-16.9785,4.9261,9.5443,13.8115,15.2605,25.0754,15.2605,10.402,0,18.5302-3.7655,24.1939-11.1982,18.1622,1.4554,31.9268-10.5012,37.1994-22.684.1962-.4609.3471-.914.4782-1.3629,5.7083-12.2261,9.0672-18.0615,10.9951-20.819.0461,1.6467.0126,3.628-.0168,5.2838-.0237,1.447-.0503,2.9792-.0503,4.5645,0,6.2175-.3771,13.1962-.7752,20.5848-.2891,5.3704-.5894,10.9237-.7808,16.7131-.1103,2.0706.6215,4.0456,2.0588,5.561,1.7166,1.8087,4.3829,2.8884,7.133,2.8884,9.2337,0,9.7155-9.4208,9.9725-14.4483.1201-1.9819.1955-4.3179.2905-7.2755.1536-4.7698.3617-11.2352.8981-20.8285,3.9415-5.0435,11.122-14.1452,17.1097-14.1452.0265,0,2.6733.1983,2.6733,17.3542,0,2.0085-.0391,4.0554-.0782,6.1022-.0391,2.0923-.0782,4.1846-.0782,6.237,0,.7689-.0922,1.859-.1886,3.0134-.1313,1.5629-.2807,3.334-.2807,5.1085,0,11.5369,5.9598,13.2597,9.5116,13.2597.9791,0,1.9498-.1941,2.8884-.3827l.6537-.1306.9693-.6153c5.4989-3.4729,5.5031-4.8557,5.5477-21.7859.0084-3.3654.0196-7.4256.0656-12.3442,5.2153-9.05,11.7897-16.2864,14.8163-16.322.0196.0154,2.0294,1.6572,1.3213,13.1235-.6579,11.3832,2.2222,21.0883,8.1093,27.3267,4.4611,4.7265,10.3455,7.2252,17.0148,7.2252,4.5827,0,11.6462-1.1799,18.7233-6.9257,5.545,10.0854,15.9637,17.8592,29.846,17.8592ZM690.2292,93.1721c1.9023-6.3676,8.0507-11.951,13.2576-12.7373.7095-.1117,1.2934-.1529,1.7641-.1529,1.0713,0,1.5657.213,1.6537.2926,0,.0021.1034.176.1034.7018,0,3.7292-8.4138,10.3545-16.7787,11.8958ZM486.3012,120.1853c-5.1965,0-10.9202-5.2796-12.1249-13.1871,3.2062,5.2502,7.7364,9.5808,13.641,13.053-.4972.0894-1.0035.1341-1.5161.1341ZM486.0715,84.8086c1.4435-.9854,2.6-2.2878,3.4261-3.8563,5.3704.236,10.0968,8.7462,10.0968,15.4749,0,3.0686-.3024,6.0904-.8848,8.9131-4.8452-2.776-11.9412-9.5619-12.921-19.3515-.0279-.2207.1082-.6872.2828-1.1802ZM363.433,32.2314c.3017.4155.9086,1.7291.9086,4.3745,0,9.0786-5.501,22.6428-13.361,31.0427,2.1852-18.8019,7.6365-34.841,12.4524-35.4172ZM276.8101,93.1721c1.9037-6.3676,8.0514-11.951,13.2583-12.7373.7095-.1117,1.2927-.1529,1.7641-.1529,1.0713,0,1.5664.213,1.653.2926.0014.0021.1041.176.1041.7018,0,3.7292-8.4138,10.3545-16.7794,11.8958Z", fill: "#231f20" }),
866
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M760.6822,79.6722c4.0086-.4211,6.0827-2.1474,7.7504-3.5372,1.5252-1.2703,2.6272-2.1887,5.6036-2.5462.9274-.0936,2.1132-.169,3.7432-.125-.75,6.3802-1.116,12.3407-1.116,18.1217,0,41.5711,21.3977,46.0594,30.5978,46.0594,9.9057,0,17.2652-5.8617,23.3505-14.1724,4.9868,9.1741,13.7343,14.641,24.7537,14.641,20.8348,0,32.7837-15.7067,32.7837-43.0921,0-15.2842-11.6682-32.3151-28.4106-32.3151-10.4362,0-19.2467,4.6238-25.4817,13.3714-3.5056,4.9192-5.9806,11.0548-7.2528,17.6138-.5391.6124-1.0139,1.3085-1.3971,2.0938l-.5713,1.1635c-4.0616,8.2818-10.8608,22.1428-18.2439,22.1428-10.4474,0-11.5746-18.253-11.5746-26.1004,0-5.1944.426-10.937,1.3311-17.8556,3.1664.3785,6.4361.3296,9.6248-.155,4.9346-.588,15.4784-5.4444,20.3138-11.5194,2.0155-2.5336,2.8912-5.0868,2.5853-7.7071-.8115-5.3976-5.0212-8.689-10.2435-8.0129-3.3451.4323-5.6204,2.7299-7.6275,4.7572-2.0755,2.0972-4.0365,4.0777-7.2238,4.4604-.3617.0482-.7263.0838-1.0964.1068,1.9121-5.2544,3.894-11.0836,3.894-16.7117,0-10.2365-5.3969-13.884-10.4474-13.884-7.5464,0-12.7827,9.5228-15.579,28.3212-2.4401-.0747-5.1595.074-8.1121.4428-6.1665.7256-14.6599,3.8633-18.7411,9.0388-1.8506,2.3486-2.6649,4.9716-2.3367,7.7085.6676,4.3249,4.2698,8.367,9.1233,7.691ZM859.5836,80.9474c5.4639,0,10.3245,8.6561,10.3245,15.4798,0,13.5446-5.714,23.7581-13.2925,23.7581-5.8452,0-12.3567-6.6784-12.3567-16.2612,0-.2298.4176-22.9766,15.3247-22.9766Z", fill: "#231f20" }),
867
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M81.3651,309.484c12.7834-16.3164,21.5723-42.0334,21.5723-63.5875,0-24.3133-13.9581-32.9401-25.9111-32.9401-17.6377,0-29.0349,18.3249-29.0349,46.6845,0,5.6246.558,11.5397,1.6244,17.5392-1.771-2.4889-4.9905-4.1797-9.2881-3.591-3.0728.403-12.8959-.5112-17.8591-2.1649-3.3368-1.1914-6.9968-.3478-9.5493,2.2054-2.5525,2.5525-3.3975,6.2112-2.1866,9.6024,11.1472,29.7256,23.2888,43.8128,38.2553,44.3352,6.4004.1606,12.6235-1.6369,18.5882-5.2963,2.2543,3.3451,4.5316,6.3327,6.9075,9.0661l.0293.0321c2.7201,3.0518,5.994,4.3689,8.9704,4.3689,2.299,0,4.4206-.7864,5.9717-2.1649,3.1475-2.7976,4.2244-8.4166-.8352-14.1222-2.6119-2.9848-5.0456-6.3299-7.2545-9.967ZM77.0262,231.0411c6.6819,0,7.2015,11.3707,7.2015,14.8555,0,10.9481-4.4807,29.1941-12.1689,43.9036-3.4785-10.1115-5.3585-20.6001-5.3585-30.1593,0-17.6656,5.3599-28.5998,10.3259-28.5998ZM50.9852,283.7831c1.8758,7.9124,4.5931,15.8401,8.0367,23.3147-2.7767,2.0902-5.4248,3.0958-7.9347,3.0134-2.9925-.1215-8.9138-2.8689-16.6642-18.8389,4.0938.2619,7.0834.146,9.0395-.3436,4.4318-1.0154,6.8711-3.9862,7.5227-7.1456Z", fill: "#231f20" }),
868
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M439.3528,230.7457c0-7.6994-5.8655-11.8539-11.3846-11.8539-4.9388,0-10.4593,3.4974-10.9104,11.1758l-.0056.1299c-.0964,4.3347,1.3897,8.2958,4.1839,11.1528,2.329,2.3821,5.3522,3.7481,8.2937,3.7481,2.6021,0,4.9786-.9938,6.6931-2.7983,1.4924-1.5706,3.2138-4.533,2.9757-9.74.0056-.1453.0307-.2905.0489-.4358.0573-.4595.1055-.9197.1055-1.3786Z", fill: "#231f20" }),
869
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M631.3563,299.4675c-3.9667-2.4938-8.7225-1.4058-11.3162,2.5937-2.6845,4.1601-5.8047,6.0156-10.1164,6.0156-6.9696,0-12.231-3.5288-14.9071-9.8315,19.4562-2.2236,33.4778-17.7446,33.4778-31.732,0-10.173-8.0912-17.0078-20.1322-17.0078-1.2012,0-2.3102.1411-3.4848.2898l-.5028.0649c-14.7065,2.2979-26.6146,16.6638-29.313,34.1564-.298.5721-.6333,1.2421-1.0083,1.9934-2.739,5.4898-8.4403,16.9128-14.8862,16.9128-5.0798,0-6.89-6.7859-6.89-13.1368,0-2.255.0517-4.2858.0992-6.156.1411-5.6846.2542-10.1744-1.1718-14.9679-2.8842-10.1786-10.4265-16.5015-19.6839-16.5015-7.1163,0-14.5782,3.9625-21.4696,11.2945-2.7075-6.5883-8.1701-11.2589-14.9672-12.3407-14.4267-2.3751-23.1882,16.602-29.5943,30.4561l-.3606.7779c-.2611.381-.5058.7812-.7176,1.2159-7.4396,15.6432-14.3931,23.5751-20.6679,23.5751-1.6635,0-3.033-.6411-4.3096-2.0176-4.7146-5.0833-6.8488-19.026-5.5931-36.4542,2.3709-6.7845,1.7682-12.9713-1.6775-17.035-2.394-2.8228-5.892-4.107-9.3566-3.4485-4.2865.8206-7.7965,4.4094-9.6262,9.8392-1.0385,3.0602-1.7822,5.7894-2.5008,8.4292-1.3946,5.1218-2.7124,9.9607-6.105,17.1454-.0112.0242-.0178.0488-.0288.073-5.629,12.4798-12.2288,20.9422-20.0636,25.6782.2912-5.9682.139-10.4293.0112-14.1927-.0594-1.7487-.1145-3.3528-.1145-4.9018,0-3.364.1522-6.6658.4623-9.9432.1292-2.2012.7661-4.4199,1.44-6.7692.7717-2.688,1.5685-5.466,1.683-8.4892.1571-1.4274.3191-3.0798.3191-4.7872,0-2.7376-.3185-6.2314-2.8039-8.9655l-.3576-.3422c-2.401-2.0001-4.9053-3.0148-7.4424-3.0148-3.9681,0-7.1791,2.5846-8.9369,6.9745-3.6915-1.3269-7.339-1.9764-11.0557-1.9764-13.8946,0-28.2295,11.2449-30.0796,30.3031-.0526.1048-.1106.2001-.1614.308-10.2973,21.4521-16.3946,23.1191-18.0183,23.1191-1.9268,0-7.0457,0-7.0457-17.5106,0-9.1115,1.7242-19.2733,2.9841-26.6933l.4037-2.3947.0489-.588c0-3.7481-3.7453-8.1051-8.5737-8.1051-2.6014,0-6.0904,1.2305-8.9893,6.5618-4.1154-1.558-8.2755-2.3451-12.4091-2.3451-15.2126,0-28.1309,11.1762-32.554,26.5726-.2941.4234-.5654.8743-.7988,1.3645-3.1286,6.4228-8.7874,13.9224-14.4357,13.9224-2.4547,0-7.0248,0-7.2015-16.5734,0-12.6193,0-31.69-19.6629-31.69-6.832,0-13.7178,3.7278-19.7949,10.6178-4.9534-8.5549-12.0676-9.9928-16.2857-9.9928-6.2126,0-13.1438,3.0637-19.392,8.4173-2.0678-6.2978-6.9424-9.9795-13.7206-9.9795-14.4951,0-23.9704,20.4255-30.8716,35.302-2.7746,5.8013-.0056,10.9956,4.0079,12.9378,3.8256,1.8513,9.1059.8394,11.8344-4.7391,6.1288-13.2436,9.6722-19.4164,11.6765-22.2825.0461,1.6453.0126,3.6259-.0161,5.2803-.0251,1.4477-.051,2.9813-.051,4.5673,0,6.221-.3764,13.2038-.7752,20.5966-.2898,5.3669-.5894,10.9167-.7815,16.7019-.1089,2.0713.6222,4.0449,2.0602,5.5603,1.7159,1.8101,4.3829,2.8898,7.133,2.8898,9.233,0,9.7155-9.4222,9.9732-14.4497.1201-1.9819.1948-4.3179.2898-7.2755.1536-4.7691.3611-11.2352.8974-20.8285,3.9415-5.0428,11.1227-14.1452,17.1104-14.1452.0265,0,2.6726.1983,2.6726,17.3542,0,2.0085-.0391,4.0554-.0775,6.1022-.0398,2.0923-.0789,4.1846-.0789,6.237,0,.7689-.0915,1.8597-.1886,3.0148-.1313,1.5622-.28,3.3333-.28,5.1064,0,11.539,5.9591,13.2611,9.5109,13.2611.9798,0,1.9505-.1941,2.8891-.3827l.6544-.1313.9686-.6146c5.4989-3.4722,5.5024-4.8564,5.5477-21.7853.0084-3.3654.0196-7.4263.0663-12.3456,5.2153-9.05,11.789-16.2857,14.8149-16.322.021.0154,2.0294,1.6579,1.322,13.1235-.6586,11.3839,2.2215,21.089,8.1093,27.3267,4.4611,4.7272,10.3448,7.2259,17.0148,7.2259,4.3421,0,10.912-1.0605,17.6099-6.059,4.1079,8.3841,11.6682,13.5566,21.1189,13.5566,5.7705,0,13.7548-2.3144,21.2049-12.3637,4.5533,9.3356,12.0502,14.5496,21.2789,14.5496,9.5364,0,18.4181-5.8688,26.1899-17.1044,3.7227,4.3644,10.1023,9.139,20.195,9.139,3.8731,0,7.5534-1.1802,11.1206-3.584-.0237.9386-.058,1.866-.111,2.7864-20.5638,5.1678-36.4521,9.8035-36.4521,27.0544,0,12.5648,10.4328,22.7874,23.256,22.7874,15.6432,0,26.8532-13.3568,30.2591-35.8676,13.785-4.8981,25.5527-15.6208,33.8894-30.7163,4.5009,20.606,16.2656,25.3501,26.1253,25.3501,15.4635,0,27.714-10.899,37.4512-33.3154.4957-.9954,1.0783-2.2258,1.7315-3.6088,5.0226-10.6248,8.6492-16.7445,10.8008-18.2306.5077,1.7068.4916,5.5212.484,7.2901l-.0028,1.0224c0,13.0516-.2472,25.3154-.778,38.6045-.1327,3.5602.0866,7.2098,2.5637,9.7798,1.6097,1.6705,3.841,2.5183,6.6316,2.5183,8.5193,0,9.2847-8.4208,9.6548-12.4936.4295-5.1462.4288-12.5502.4288-19.0826,0-2.9554,0-5.7782.0384-8.2043,2.4128-4.7977,13.4657-18.9485,18.4611-18.9485,1.2298,0,1.5964.3792,1.7536.5412,1.7934,1.8548,1.5727,8.4313,1.3786,14.2332-.0726,2.16-.1474,4.3927-.1474,6.6407,0,18.9485,9.5577,29.8164,26.2233,29.8164,8.5781,0,15.1309-4.3428,20.508-10.8234,5.7955,8.9955,15.6749,15.6658,28.5307,15.6658,10.2812,0,19.9968-5.2447,25.3895-13.7416,3.2809-5.3822.9735-10.8518-2.8633-13.266ZM593.7875,280.5958c1.9023-6.3676,8.0507-11.951,13.2576-12.7373.7095-.1117,1.2934-.1529,1.7641-.1529,1.0713,0,1.5657.213,1.6537.2926,0,.0021.1034.176.1034.7018,0,3.7292-8.4138,10.3545-16.7787,11.8958ZM357.2183,270.8698c3.1251,0,5.9193.4651,9.2016,1.5664-.2305,9.5444-1.9715,26.4258-11.3888,26.4258-5.0903,0-9.2316-6.0331-9.2316-13.449,0-8.983,5.927-14.5433,11.4188-14.5433ZM353.3131,348.3755c-3.5044,0-5.9521-1.8702-5.9521-4.5463,0-3.2655,9.1876-6.0729,15.9644-7.7504-1.5825,5.5394-4.7523,12.2967-10.0123,12.2967ZM266.3187,304.3295c-1.8367,0-6.1085-.991-6.1085-10.1702,0-13.3414,7.0799-20.3215,14.074-20.3215,3.952,0,6.6805.8366,8.5095,1.7948-1.8632,12.6389-8.5786,28.6969-16.4749,28.6969Z", fill: "#231f20" }),
870
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { d: "M772.68,257.9425c.9148-3.2955,1.3786-6.4025,1.3786-9.2351,0-20.6365-15.8108-34.5016-39.3426-34.5016-13.6012,0-32.056,4.7705-40.372,15.1676-2.2361,2.6412-3.0323,5.5065-3.0323,7.3076,0,4.9681,3.672,8.5737,8.7295,8.5737,1.6132,0,2.7767-.3261,3.8829-.8241-.1313,1.5895-.2654,3.1684-.3995,4.746-.7836,9.1946-1.5923,18.702-1.5923,29.8324,0,4.5044.3185,17.7257,1.2724,27.7269.6537,5.9025,1.8073,12.3658,5.3941,15.5559l.0489.0433c1.7054,1.461,3.7516,2.2655,5.7628,2.2655,4.9053,0,9.9795-4.0253,9.9795-10.7603,0-1.718-.2402-4.1105-.5447-7.1393-.4581-4.5714-1.0615-10.585-1.1663-17.4771,9.0968-.1257,19.1071-2.5476,27.4762-6.7231,8.0674-4.0253,18.519-11.5376,22.5248-24.5584ZM720.7586,238.7111h3.475l-.0014-3.5875h-.5168c-.0196-.067-.0405-.1334-.0615-.2004,4.1231-1.0336,7.7671-1.5392,11.062-1.5392,13.0663,0,18.9157,7.3041,18.9157,14.5426,0,4.1378-1.9358,8.3293-5.4514,11.8029-5.6204,5.5533-14.6641,8.7846-25.7219,9.2476.0307-.8855.0573-1.7661.0573-2.6202,0-3.6042,1.5308-25.6604,1.6914-27.2408l-3.4485-.405Z", fill: "#231f20" })
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
- function WelcomeIP({
801
- size,
802
- className,
803
- ...props
804
- }) {
805
- return /* @__PURE__ */ jsxs18(
806
- "svg",
807
- {
808
- id: "a",
809
- xmlns: "http://www.w3.org/2000/svg",
810
- viewBox: "0 0 1024 379.0725",
811
- width: size,
812
- height: size,
813
- className,
814
- ...props,
815
- children: [
816
- /* @__PURE__ */ jsx20("path", { d: "M177.3725,135.3019c8.4508,0,16.4379-4.5163,22.5074-12.5676,5.2482,6.5841,12.5893,10.3811,20.4458,10.3811,14.9071,0,32.086-14.2123,36.2734-53.8573.3708-.0754.7521-.1474,1.1397-.2207,2.8137-.5314,6.0031-1.1334,8.536-3.6671,1.5608-1.5608,2.6098-4.2712,2.6098-6.7454,0-3.9939-2.5399-8.2616-9.6674-8.2616-.8757,0-1.8409.0747-2.908.2263-.9456-8.3998-3.1349-18.716-9.3377-25.5089-3.5009-3.6852-8.0891-5.7992-12.5886-5.7992-3.9639,0-7.6624,1.5846-10.4139,4.4618-2.4198,2.5308-5.23,7.2231-4.8731,15.1921.4651,11.3183,7.3774,21.6484,18.6252,28.0209-.662,11.6835-2.1461,23.6156-9.0591,32.6992-1.9324,2.7054-5.0393,4.5945-7.5555,4.5945-4.0533,0-7.3865-5.0435-9.145-13.8379l-.146-.521c-.4016-1.1041-.5657-2.2892-.5657-4.0889,0-2.5874.4574-5.274.9421-8.1184.5789-3.4003,1.1774-6.9165,1.0873-10.7093l-.0119-.2109c-.0691-.8338-.0105-2.3982.0517-4.0547.0559-1.4987.1173-3.1664.1173-4.8648,0-5.1644-.5538-10.8741-4.6608-14.0684l-.595-.375c-1.6907-.8457-3.5463-1.6279-5.6609-1.6279-5.8369,0-10.4055,5.8166-10.9028,13.8519-.4302,3.209-.639,6.7468-.639,10.8099,0,3.9904.1718,8.0772.338,12.0292.1055,2.5106.2116,5.0303.2759,7.5506-3.6028,13.7046-9.9523,19.9535-14.375,19.9535-4.973,0-10.3259-7.6302-10.3259-24.3824,0-3.8466.2326-7.0346.7326-10.0333l.0328-.2528c1.4114-14.9972,4.5149-26.6898,9.7183-36.7098,1.1271-2.0301,1.6991-3.9806,1.6991-5.7971,0-4.8878-3.5511-8.5737-8.2609-8.5737-2.4436,0-7.1351,1.072-11.0564,8.1806-6.9068,11.8672-11.731,33.0951-11.731,51.624,0,6.5171.6725,13.0809,1.9456,18.9855,2.998,15.7284,14.0049,26.2931,27.4014,26.2931Z", fill: "#231f20" }),
817
- /* @__PURE__ */ jsx20("path", { d: "M705.2732,139.0507c10.2826,0,19.9968-5.2447,25.3881-13.7409,3.2809-5.3815.9735-10.8511-2.8633-13.2653-3.9667-2.4938-8.7225-1.4051-11.3162,2.5937-2.6845,4.1601-5.8033,6.0156-10.115,6.0156-6.9682,0-12.231-3.5288-14.9085-9.8322,19.4548-2.225,33.4778-17.7453,33.4778-31.732,0-10.173-8.0912-17.0078-20.1322-17.0078-1.1984,0-2.3074.1404-3.4806.2891l-.507.0656c-14.718,2.3003-26.6314,16.6865-29.3174,34.1975-3.1766,6.3001-8.6747,13.3983-14.1707,13.3983-2.4554,0-7.0241,0-7.2015-16.5734,0-12.6193,0-31.69-19.6629-31.69-6.8327,0-13.7185,3.7278-19.7942,10.6178-4.9541-8.5549-12.0676-9.9928-16.2857-9.9928-6.2126,0-13.1431,3.0637-19.392,8.4173-2.0671-6.2978-6.9431-9.9795-13.7213-9.9795-14.1141,0-23.4678,19.3638-30.3209,34.1157-.2271.3369-.4456.6894-.6463,1.0724-3.8242,7.3153-8.1254,11.2659-13.5935,12.3379.7403-4.2139,1.1258-8.7441,1.1258-13.3365,0-15.2842-11.6675-32.3151-28.4099-32.3151-4.7823,0-9.7358,1.7787-13.1284,4.679-10.5881,4.1277-17.1997,15.3358-19.5796,26.7907-.4074.5842-.7875,1.2369-1.1316,1.9662-7.8593,16.5462-17.9764,25.2924-29.2577,25.2924-11.8707,0-19.5407-8.3447-19.5407-21.2587,0-9.8783,8.2218-21.5716,15.1676-21.5716,1.102,0,2.144.3813,3.431,1.2382.8967.6208,1.271,1.1306,1.271,2.6838,0,.5727-.1627,1.5168-.3066,2.35-.118.6844-.2305,1.3499-.3052,2.0378-.3094,3.7027.977,5.9479,2.1104,7.1798,1.4665,1.595,3.5917,2.4729,5.9821,2.4729,7.0904,0,10.9167-7.3146,10.9167-14.1969,0-9.5493-6.869-18.8214-15.5992-21.0995-1.8527-.5049-3.8466-.7507-6.0946-.7507-16.4885,0-31.6346,15.8648-34.2553,34.586-.178.3323-.3572.6637-.5131,1.0197l-.3862.8031c-3.6769,7.6603-12.2883,25.5997-21.8516,25.5997-3.8298,0-15.3199-.0014-16.0713-31.8374,17.8074-10.5417,31.9862-34.0854,31.9862-53.6164,0-13.5663-7.7441-23.4124-18.4136-23.4124-25.2624,0-32.0029,42.2066-32.0029,67.1456,0,1.5315-1.6467,4.7062-4.9276,11.0319-.1751.3372-.3679.7098-.5528,1.0664-.6342.7682-1.1796,1.6401-1.5869,2.6265-6.1756,14.9749-17.4052,25.4335-27.3086,25.4335-8.8154,0-14.764-3.1922-18.7663-10.2267,19.1064-2.4987,32.8067-17.8235,32.8067-31.6495,0-10.173-8.0905-17.0078-20.1322-17.0078-1.1998,0-2.3088.1404-3.4827.2898l-.5049.0649c-16.7606,2.6188-29.889,20.9109-29.889,41.6437,0,16.8178,14.5642,34.9702,38.094,34.9702,15.0318,0,28.1099-7.924,38.3318-23.0714,4.7975,14.4489,17.4927,24.7893,31.9516,24.7893,10.7387,0,20.2309-5.9175,28.7332-17.9244,5.9096,9.8809,16.191,16.9872,30.6153,16.9872,12.9331,0,25.214-6.2161,34.7417-16.9785,4.9261,9.5443,13.8115,15.2605,25.0754,15.2605,10.402,0,18.5302-3.7655,24.1939-11.1982,18.1622,1.4554,31.9268-10.5012,37.1994-22.684.1962-.4609.3471-.914.4782-1.3629,5.7083-12.2261,9.0672-18.0615,10.9951-20.819.0461,1.6467.0126,3.628-.0168,5.2838-.0237,1.447-.0503,2.9792-.0503,4.5645,0,6.2175-.3771,13.1962-.7752,20.5848-.2891,5.3704-.5894,10.9237-.7808,16.7131-.1103,2.0706.6215,4.0456,2.0588,5.561,1.7166,1.8087,4.3829,2.8884,7.133,2.8884,9.2337,0,9.7155-9.4208,9.9725-14.4483.1201-1.9819.1955-4.3179.2905-7.2755.1536-4.7698.3617-11.2352.8981-20.8285,3.9415-5.0435,11.122-14.1452,17.1097-14.1452.0265,0,2.6733.1983,2.6733,17.3542,0,2.0085-.0391,4.0554-.0782,6.1022-.0391,2.0923-.0782,4.1846-.0782,6.237,0,.7689-.0922,1.859-.1886,3.0134-.1313,1.5629-.2807,3.334-.2807,5.1085,0,11.5369,5.9598,13.2597,9.5116,13.2597.9791,0,1.9498-.1941,2.8884-.3827l.6537-.1306.9693-.6153c5.4989-3.4729,5.5031-4.8557,5.5477-21.7859.0084-3.3654.0196-7.4256.0656-12.3442,5.2153-9.05,11.7897-16.2864,14.8163-16.322.0196.0154,2.0294,1.6572,1.3213,13.1235-.6579,11.3832,2.2222,21.0883,8.1093,27.3267,4.4611,4.7265,10.3455,7.2252,17.0148,7.2252,4.5827,0,11.6462-1.1799,18.7233-6.9257,5.545,10.0854,15.9637,17.8592,29.846,17.8592ZM690.2292,93.1721c1.9023-6.3676,8.0507-11.951,13.2576-12.7373.7095-.1117,1.2934-.1529,1.7641-.1529,1.0713,0,1.5657.213,1.6537.2926,0,.0021.1034.176.1034.7018,0,3.7292-8.4138,10.3545-16.7787,11.8958ZM486.3012,120.1853c-5.1965,0-10.9202-5.2796-12.1249-13.1871,3.2062,5.2502,7.7364,9.5808,13.641,13.053-.4972.0894-1.0035.1341-1.5161.1341ZM486.0715,84.8086c1.4435-.9854,2.6-2.2878,3.4261-3.8563,5.3704.236,10.0968,8.7462,10.0968,15.4749,0,3.0686-.3024,6.0904-.8848,8.9131-4.8452-2.776-11.9412-9.5619-12.921-19.3515-.0279-.2207.1082-.6872.2828-1.1802ZM363.433,32.2314c.3017.4155.9086,1.7291.9086,4.3745,0,9.0786-5.501,22.6428-13.361,31.0427,2.1852-18.8019,7.6365-34.841,12.4524-35.4172ZM276.8101,93.1721c1.9037-6.3676,8.0514-11.951,13.2583-12.7373.7095-.1117,1.2927-.1529,1.7641-.1529,1.0713,0,1.5664.213,1.653.2926.0014.0021.1041.176.1041.7018,0,3.7292-8.4138,10.3545-16.7794,11.8958Z", fill: "#231f20" }),
818
- /* @__PURE__ */ jsx20("path", { d: "M760.6822,79.6722c4.0086-.4211,6.0827-2.1474,7.7504-3.5372,1.5252-1.2703,2.6272-2.1887,5.6036-2.5462.9274-.0936,2.1132-.169,3.7432-.125-.75,6.3802-1.116,12.3407-1.116,18.1217,0,41.5711,21.3977,46.0594,30.5978,46.0594,9.9057,0,17.2652-5.8617,23.3505-14.1724,4.9868,9.1741,13.7343,14.641,24.7537,14.641,20.8348,0,32.7837-15.7067,32.7837-43.0921,0-15.2842-11.6682-32.3151-28.4106-32.3151-10.4362,0-19.2467,4.6238-25.4817,13.3714-3.5056,4.9192-5.9806,11.0548-7.2528,17.6138-.5391.6124-1.0139,1.3085-1.3971,2.0938l-.5713,1.1635c-4.0616,8.2818-10.8608,22.1428-18.2439,22.1428-10.4474,0-11.5746-18.253-11.5746-26.1004,0-5.1944.426-10.937,1.3311-17.8556,3.1664.3785,6.4361.3296,9.6248-.155,4.9346-.588,15.4784-5.4444,20.3138-11.5194,2.0155-2.5336,2.8912-5.0868,2.5853-7.7071-.8115-5.3976-5.0212-8.689-10.2435-8.0129-3.3451.4323-5.6204,2.7299-7.6275,4.7572-2.0755,2.0972-4.0365,4.0777-7.2238,4.4604-.3617.0482-.7263.0838-1.0964.1068,1.9121-5.2544,3.894-11.0836,3.894-16.7117,0-10.2365-5.3969-13.884-10.4474-13.884-7.5464,0-12.7827,9.5228-15.579,28.3212-2.4401-.0747-5.1595.074-8.1121.4428-6.1665.7256-14.6599,3.8633-18.7411,9.0388-1.8506,2.3486-2.6649,4.9716-2.3367,7.7085.6676,4.3249,4.2698,8.367,9.1233,7.691ZM859.5836,80.9474c5.4639,0,10.3245,8.6561,10.3245,15.4798,0,13.5446-5.714,23.7581-13.2925,23.7581-5.8452,0-12.3567-6.6784-12.3567-16.2612,0-.2298.4176-22.9766,15.3247-22.9766Z", fill: "#231f20" }),
819
- /* @__PURE__ */ jsx20("path", { d: "M81.3651,309.484c12.7834-16.3164,21.5723-42.0334,21.5723-63.5875,0-24.3133-13.9581-32.9401-25.9111-32.9401-17.6377,0-29.0349,18.3249-29.0349,46.6845,0,5.6246.558,11.5397,1.6244,17.5392-1.771-2.4889-4.9905-4.1797-9.2881-3.591-3.0728.403-12.8959-.5112-17.8591-2.1649-3.3368-1.1914-6.9968-.3478-9.5493,2.2054-2.5525,2.5525-3.3975,6.2112-2.1866,9.6024,11.1472,29.7256,23.2888,43.8128,38.2553,44.3352,6.4004.1606,12.6235-1.6369,18.5882-5.2963,2.2543,3.3451,4.5316,6.3327,6.9075,9.0661l.0293.0321c2.7201,3.0518,5.994,4.3689,8.9704,4.3689,2.299,0,4.4206-.7864,5.9717-2.1649,3.1475-2.7976,4.2244-8.4166-.8352-14.1222-2.6119-2.9848-5.0456-6.3299-7.2545-9.967ZM77.0262,231.0411c6.6819,0,7.2015,11.3707,7.2015,14.8555,0,10.9481-4.4807,29.1941-12.1689,43.9036-3.4785-10.1115-5.3585-20.6001-5.3585-30.1593,0-17.6656,5.3599-28.5998,10.3259-28.5998ZM50.9852,283.7831c1.8758,7.9124,4.5931,15.8401,8.0367,23.3147-2.7767,2.0902-5.4248,3.0958-7.9347,3.0134-2.9925-.1215-8.9138-2.8689-16.6642-18.8389,4.0938.2619,7.0834.146,9.0395-.3436,4.4318-1.0154,6.8711-3.9862,7.5227-7.1456Z", fill: "#231f20" }),
820
- /* @__PURE__ */ jsx20("path", { d: "M439.3528,230.7457c0-7.6994-5.8655-11.8539-11.3846-11.8539-4.9388,0-10.4593,3.4974-10.9104,11.1758l-.0056.1299c-.0964,4.3347,1.3897,8.2958,4.1839,11.1528,2.329,2.3821,5.3522,3.7481,8.2937,3.7481,2.6021,0,4.9786-.9938,6.6931-2.7983,1.4924-1.5706,3.2138-4.533,2.9757-9.74.0056-.1453.0307-.2905.0489-.4358.0573-.4595.1055-.9197.1055-1.3786Z", fill: "#231f20" }),
821
- /* @__PURE__ */ jsx20("path", { d: "M631.3563,299.4675c-3.9667-2.4938-8.7225-1.4058-11.3162,2.5937-2.6845,4.1601-5.8047,6.0156-10.1164,6.0156-6.9696,0-12.231-3.5288-14.9071-9.8315,19.4562-2.2236,33.4778-17.7446,33.4778-31.732,0-10.173-8.0912-17.0078-20.1322-17.0078-1.2012,0-2.3102.1411-3.4848.2898l-.5028.0649c-14.7065,2.2979-26.6146,16.6638-29.313,34.1564-.298.5721-.6333,1.2421-1.0083,1.9934-2.739,5.4898-8.4403,16.9128-14.8862,16.9128-5.0798,0-6.89-6.7859-6.89-13.1368,0-2.255.0517-4.2858.0992-6.156.1411-5.6846.2542-10.1744-1.1718-14.9679-2.8842-10.1786-10.4265-16.5015-19.6839-16.5015-7.1163,0-14.5782,3.9625-21.4696,11.2945-2.7075-6.5883-8.1701-11.2589-14.9672-12.3407-14.4267-2.3751-23.1882,16.602-29.5943,30.4561l-.3606.7779c-.2611.381-.5058.7812-.7176,1.2159-7.4396,15.6432-14.3931,23.5751-20.6679,23.5751-1.6635,0-3.033-.6411-4.3096-2.0176-4.7146-5.0833-6.8488-19.026-5.5931-36.4542,2.3709-6.7845,1.7682-12.9713-1.6775-17.035-2.394-2.8228-5.892-4.107-9.3566-3.4485-4.2865.8206-7.7965,4.4094-9.6262,9.8392-1.0385,3.0602-1.7822,5.7894-2.5008,8.4292-1.3946,5.1218-2.7124,9.9607-6.105,17.1454-.0112.0242-.0178.0488-.0288.073-5.629,12.4798-12.2288,20.9422-20.0636,25.6782.2912-5.9682.139-10.4293.0112-14.1927-.0594-1.7487-.1145-3.3528-.1145-4.9018,0-3.364.1522-6.6658.4623-9.9432.1292-2.2012.7661-4.4199,1.44-6.7692.7717-2.688,1.5685-5.466,1.683-8.4892.1571-1.4274.3191-3.0798.3191-4.7872,0-2.7376-.3185-6.2314-2.8039-8.9655l-.3576-.3422c-2.401-2.0001-4.9053-3.0148-7.4424-3.0148-3.9681,0-7.1791,2.5846-8.9369,6.9745-3.6915-1.3269-7.339-1.9764-11.0557-1.9764-13.8946,0-28.2295,11.2449-30.0796,30.3031-.0526.1048-.1106.2001-.1614.308-10.2973,21.4521-16.3946,23.1191-18.0183,23.1191-1.9268,0-7.0457,0-7.0457-17.5106,0-9.1115,1.7242-19.2733,2.9841-26.6933l.4037-2.3947.0489-.588c0-3.7481-3.7453-8.1051-8.5737-8.1051-2.6014,0-6.0904,1.2305-8.9893,6.5618-4.1154-1.558-8.2755-2.3451-12.4091-2.3451-15.2126,0-28.1309,11.1762-32.554,26.5726-.2941.4234-.5654.8743-.7988,1.3645-3.1286,6.4228-8.7874,13.9224-14.4357,13.9224-2.4547,0-7.0248,0-7.2015-16.5734,0-12.6193,0-31.69-19.6629-31.69-6.832,0-13.7178,3.7278-19.7949,10.6178-4.9534-8.5549-12.0676-9.9928-16.2857-9.9928-6.2126,0-13.1438,3.0637-19.392,8.4173-2.0678-6.2978-6.9424-9.9795-13.7206-9.9795-14.4951,0-23.9704,20.4255-30.8716,35.302-2.7746,5.8013-.0056,10.9956,4.0079,12.9378,3.8256,1.8513,9.1059.8394,11.8344-4.7391,6.1288-13.2436,9.6722-19.4164,11.6765-22.2825.0461,1.6453.0126,3.6259-.0161,5.2803-.0251,1.4477-.051,2.9813-.051,4.5673,0,6.221-.3764,13.2038-.7752,20.5966-.2898,5.3669-.5894,10.9167-.7815,16.7019-.1089,2.0713.6222,4.0449,2.0602,5.5603,1.7159,1.8101,4.3829,2.8898,7.133,2.8898,9.233,0,9.7155-9.4222,9.9732-14.4497.1201-1.9819.1948-4.3179.2898-7.2755.1536-4.7691.3611-11.2352.8974-20.8285,3.9415-5.0428,11.1227-14.1452,17.1104-14.1452.0265,0,2.6726.1983,2.6726,17.3542,0,2.0085-.0391,4.0554-.0775,6.1022-.0398,2.0923-.0789,4.1846-.0789,6.237,0,.7689-.0915,1.8597-.1886,3.0148-.1313,1.5622-.28,3.3333-.28,5.1064,0,11.539,5.9591,13.2611,9.5109,13.2611.9798,0,1.9505-.1941,2.8891-.3827l.6544-.1313.9686-.6146c5.4989-3.4722,5.5024-4.8564,5.5477-21.7853.0084-3.3654.0196-7.4263.0663-12.3456,5.2153-9.05,11.789-16.2857,14.8149-16.322.021.0154,2.0294,1.6579,1.322,13.1235-.6586,11.3839,2.2215,21.089,8.1093,27.3267,4.4611,4.7272,10.3448,7.2259,17.0148,7.2259,4.3421,0,10.912-1.0605,17.6099-6.059,4.1079,8.3841,11.6682,13.5566,21.1189,13.5566,5.7705,0,13.7548-2.3144,21.2049-12.3637,4.5533,9.3356,12.0502,14.5496,21.2789,14.5496,9.5364,0,18.4181-5.8688,26.1899-17.1044,3.7227,4.3644,10.1023,9.139,20.195,9.139,3.8731,0,7.5534-1.1802,11.1206-3.584-.0237.9386-.058,1.866-.111,2.7864-20.5638,5.1678-36.4521,9.8035-36.4521,27.0544,0,12.5648,10.4328,22.7874,23.256,22.7874,15.6432,0,26.8532-13.3568,30.2591-35.8676,13.785-4.8981,25.5527-15.6208,33.8894-30.7163,4.5009,20.606,16.2656,25.3501,26.1253,25.3501,15.4635,0,27.714-10.899,37.4512-33.3154.4957-.9954,1.0783-2.2258,1.7315-3.6088,5.0226-10.6248,8.6492-16.7445,10.8008-18.2306.5077,1.7068.4916,5.5212.484,7.2901l-.0028,1.0224c0,13.0516-.2472,25.3154-.778,38.6045-.1327,3.5602.0866,7.2098,2.5637,9.7798,1.6097,1.6705,3.841,2.5183,6.6316,2.5183,8.5193,0,9.2847-8.4208,9.6548-12.4936.4295-5.1462.4288-12.5502.4288-19.0826,0-2.9554,0-5.7782.0384-8.2043,2.4128-4.7977,13.4657-18.9485,18.4611-18.9485,1.2298,0,1.5964.3792,1.7536.5412,1.7934,1.8548,1.5727,8.4313,1.3786,14.2332-.0726,2.16-.1474,4.3927-.1474,6.6407,0,18.9485,9.5577,29.8164,26.2233,29.8164,8.5781,0,15.1309-4.3428,20.508-10.8234,5.7955,8.9955,15.6749,15.6658,28.5307,15.6658,10.2812,0,19.9968-5.2447,25.3895-13.7416,3.2809-5.3822.9735-10.8518-2.8633-13.266ZM593.7875,280.5958c1.9023-6.3676,8.0507-11.951,13.2576-12.7373.7095-.1117,1.2934-.1529,1.7641-.1529,1.0713,0,1.5657.213,1.6537.2926,0,.0021.1034.176.1034.7018,0,3.7292-8.4138,10.3545-16.7787,11.8958ZM357.2183,270.8698c3.1251,0,5.9193.4651,9.2016,1.5664-.2305,9.5444-1.9715,26.4258-11.3888,26.4258-5.0903,0-9.2316-6.0331-9.2316-13.449,0-8.983,5.927-14.5433,11.4188-14.5433ZM353.3131,348.3755c-3.5044,0-5.9521-1.8702-5.9521-4.5463,0-3.2655,9.1876-6.0729,15.9644-7.7504-1.5825,5.5394-4.7523,12.2967-10.0123,12.2967ZM266.3187,304.3295c-1.8367,0-6.1085-.991-6.1085-10.1702,0-13.3414,7.0799-20.3215,14.074-20.3215,3.952,0,6.6805.8366,8.5095,1.7948-1.8632,12.6389-8.5786,28.6969-16.4749,28.6969Z", fill: "#231f20" }),
822
- /* @__PURE__ */ jsx20("path", { d: "M772.68,257.9425c.9148-3.2955,1.3786-6.4025,1.3786-9.2351,0-20.6365-15.8108-34.5016-39.3426-34.5016-13.6012,0-32.056,4.7705-40.372,15.1676-2.2361,2.6412-3.0323,5.5065-3.0323,7.3076,0,4.9681,3.672,8.5737,8.7295,8.5737,1.6132,0,2.7767-.3261,3.8829-.8241-.1313,1.5895-.2654,3.1684-.3995,4.746-.7836,9.1946-1.5923,18.702-1.5923,29.8324,0,4.5044.3185,17.7257,1.2724,27.7269.6537,5.9025,1.8073,12.3658,5.3941,15.5559l.0489.0433c1.7054,1.461,3.7516,2.2655,5.7628,2.2655,4.9053,0,9.9795-4.0253,9.9795-10.7603,0-1.718-.2402-4.1105-.5447-7.1393-.4581-4.5714-1.0615-10.585-1.1663-17.4771,9.0968-.1257,19.1071-2.5476,27.4762-6.7231,8.0674-4.0253,18.519-11.5376,22.5248-24.5584ZM720.7586,238.7111h3.475l-.0014-3.5875h-.5168c-.0196-.067-.0405-.1334-.0615-.2004,4.1231-1.0336,7.7671-1.5392,11.062-1.5392,13.0663,0,18.9157,7.3041,18.9157,14.5426,0,4.1378-1.9358,8.3293-5.4514,11.8029-5.6204,5.5533-14.6641,8.7846-25.7219,9.2476.0307-.8855.0573-1.7661.0573-2.6202,0-3.6042,1.5308-25.6604,1.6914-27.2408l-3.4485-.405Z", fill: "#231f20" })
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ursignalstack/design-system",
3
- "version": "1.0.11",
3
+ "version": "1.0.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",