@yahoo/uds-icons 2.39.1 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/assets/Cvc-fill-12.svg +3 -0
  2. package/assets/Cvc-fill-16.svg +3 -0
  3. package/assets/Cvc-fill-24.svg +3 -0
  4. package/assets/Cvc-fill-32.svg +3 -0
  5. package/assets/Cvc-outline-12.svg +4 -0
  6. package/assets/Cvc-outline-16.svg +4 -0
  7. package/assets/Cvc-outline-24.svg +4 -0
  8. package/assets/Cvc-outline-32.svg +4 -0
  9. package/assets/FoodDelivery-fill-12.svg +5 -0
  10. package/assets/FoodDelivery-fill-16.svg +3 -0
  11. package/assets/FoodDelivery-fill-24.svg +3 -0
  12. package/assets/FoodDelivery-fill-32.svg +3 -0
  13. package/assets/FoodDelivery-outline-12.svg +6 -0
  14. package/assets/FoodDelivery-outline-16.svg +4 -0
  15. package/assets/FoodDelivery-outline-24.svg +4 -0
  16. package/assets/FoodDelivery-outline-32.svg +5 -0
  17. package/assets/HeartSquare-fill-12.svg +5 -0
  18. package/assets/HeartSquare-fill-16.svg +3 -0
  19. package/assets/HeartSquare-fill-24.svg +3 -0
  20. package/assets/HeartSquare-fill-32.svg +3 -0
  21. package/assets/HeartSquare-outline-12.svg +5 -0
  22. package/assets/HeartSquare-outline-16.svg +3 -0
  23. package/assets/HeartSquare-outline-24.svg +3 -0
  24. package/assets/HeartSquare-outline-32.svg +3 -0
  25. package/assets/ReceiptCheck-fill-12.svg +3 -0
  26. package/assets/ReceiptCheck-fill-16.svg +3 -0
  27. package/assets/ReceiptCheck-fill-24.svg +3 -0
  28. package/assets/ReceiptCheck-fill-32.svg +3 -0
  29. package/assets/ReceiptCheck-outline-12.svg +3 -0
  30. package/assets/ReceiptCheck-outline-16.svg +3 -0
  31. package/assets/ReceiptCheck-outline-24.svg +4 -0
  32. package/assets/ReceiptCheck-outline-32.svg +4 -0
  33. package/assets/ReceiptLong-fill-12.svg +3 -0
  34. package/assets/ReceiptLong-fill-16.svg +3 -0
  35. package/assets/ReceiptLong-fill-24.svg +3 -0
  36. package/assets/ReceiptLong-fill-32.svg +3 -0
  37. package/assets/ReceiptLong-outline-12.svg +6 -0
  38. package/assets/ReceiptLong-outline-16.svg +4 -0
  39. package/assets/ReceiptLong-outline-24.svg +4 -0
  40. package/assets/ReceiptLong-outline-32.svg +4 -0
  41. package/dist/fixtures.cjs +10 -0
  42. package/dist/fixtures.d.cts +6 -1
  43. package/dist/fixtures.d.cts.map +1 -1
  44. package/dist/fixtures.d.ts +6 -1
  45. package/dist/fixtures.d.ts.map +1 -1
  46. package/dist/fixtures.js +10 -0
  47. package/dist/fixtures.js.map +1 -1
  48. package/dist/generated/icons/Cvc.cjs +74 -0
  49. package/dist/generated/icons/Cvc.d.cts +21 -0
  50. package/dist/generated/icons/Cvc.d.cts.map +1 -0
  51. package/dist/generated/icons/Cvc.d.ts +21 -0
  52. package/dist/generated/icons/Cvc.d.ts.map +1 -0
  53. package/dist/generated/icons/Cvc.js +76 -0
  54. package/dist/generated/icons/Cvc.js.map +1 -0
  55. package/dist/generated/icons/FoodDelivery.cjs +84 -0
  56. package/dist/generated/icons/FoodDelivery.d.cts +21 -0
  57. package/dist/generated/icons/FoodDelivery.d.cts.map +1 -0
  58. package/dist/generated/icons/FoodDelivery.d.ts +21 -0
  59. package/dist/generated/icons/FoodDelivery.d.ts.map +1 -0
  60. package/dist/generated/icons/FoodDelivery.js +86 -0
  61. package/dist/generated/icons/FoodDelivery.js.map +1 -0
  62. package/dist/generated/icons/HeartSquare.cjs +73 -0
  63. package/dist/generated/icons/HeartSquare.d.cts +21 -0
  64. package/dist/generated/icons/HeartSquare.d.cts.map +1 -0
  65. package/dist/generated/icons/HeartSquare.d.ts +21 -0
  66. package/dist/generated/icons/HeartSquare.d.ts.map +1 -0
  67. package/dist/generated/icons/HeartSquare.js +75 -0
  68. package/dist/generated/icons/HeartSquare.js.map +1 -0
  69. package/dist/generated/icons/ReceiptCheck.cjs +70 -0
  70. package/dist/generated/icons/ReceiptCheck.d.cts +21 -0
  71. package/dist/generated/icons/ReceiptCheck.d.cts.map +1 -0
  72. package/dist/generated/icons/ReceiptCheck.d.ts +21 -0
  73. package/dist/generated/icons/ReceiptCheck.d.ts.map +1 -0
  74. package/dist/generated/icons/ReceiptCheck.js +72 -0
  75. package/dist/generated/icons/ReceiptCheck.js.map +1 -0
  76. package/dist/generated/icons/ReceiptLong.cjs +72 -0
  77. package/dist/generated/icons/ReceiptLong.d.cts +21 -0
  78. package/dist/generated/icons/ReceiptLong.d.cts.map +1 -0
  79. package/dist/generated/icons/ReceiptLong.d.ts +21 -0
  80. package/dist/generated/icons/ReceiptLong.d.ts.map +1 -0
  81. package/dist/generated/icons/ReceiptLong.js +74 -0
  82. package/dist/generated/icons/ReceiptLong.js.map +1 -0
  83. package/dist/glyphMap.cjs +3725 -3680
  84. package/dist/glyphMap.d.cts +2 -2
  85. package/dist/glyphMap.d.cts.map +1 -1
  86. package/dist/glyphMap.d.ts +2 -2
  87. package/dist/glyphMap.d.ts.map +1 -1
  88. package/dist/glyphMap.js +3725 -3680
  89. package/dist/glyphMap.js.map +1 -1
  90. package/dist/index.cjs +10 -0
  91. package/dist/index.d.cts +6 -1
  92. package/dist/index.d.ts +6 -1
  93. package/dist/index.js +6 -1
  94. package/dist/svgMap.cjs +451 -451
  95. package/dist/svgMap.js +451 -451
  96. package/dist/svgMap.js.map +1 -1
  97. package/generated/font/uds-icons.ttf +0 -0
  98. package/package.json +1 -1
  99. package/assets/.node-id-hints.json +0 -5
@@ -0,0 +1,72 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ let react_jsx_runtime = require("react/jsx-runtime");
3
+ //#region generated/icons/ReceiptLong.tsx
4
+ const ReceiptLong = ({ size, variant }) => {
5
+ if (variant === "outline") switch (size) {
6
+ case "xs": return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", {
7
+ fill: "currentColor",
8
+ clipPath: "url(#ReceiptLong-outline-12_svg__a)",
9
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.125 8.925h-2.25v-1.35h2.25zm1.5-2.625h-3.75V4.95h3.75z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m11.25 9-.003.116A2.25 2.25 0 0 1 9 11.25H2.25a1.5 1.5 0 0 1-1.5-1.5v-4.5h1.68V.75l1.633 1.313L5.475.75l1.312 1.381L8.363.75l1.312 1.381L11.25.75zm-9.15.75a.15.15 0 0 0 .3 0V6.6h-.3zm4.602-5.748L5.416 2.648l-.433.403-.855.795-.348-.28V9.9H9a.9.9 0 0 0 .9-.9V3.73l-.31.272L8.277 2.62z" })]
10
+ }) });
11
+ case "sm": return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
12
+ fill: "currentColor",
13
+ d: "M9.5 11.9h-3v-1.8h3zm2-3.5h-5V6.6h5z"
14
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
15
+ fill: "currentColor",
16
+ d: "m15 12-.004.154A3 3 0 0 1 12 15H3a2 2 0 0 1-2-2V7h2.24V1l2.178 1.75L7.3 1l1.75 1.842L11.15 1l1.75 1.842L15 1zM2.8 13a.2.2 0 0 0 .4 0V8.8h-.4zm6.137-7.664L7.22 3.53l-.577.538-1.14 1.06-.464-.373V13.2H12a1.2 1.2 0 0 0 1.2-1.2V4.973l-.414.363-1.75-1.842z"
17
+ })] });
18
+ case "md": return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
19
+ fill: "currentColor",
20
+ d: "M13.68 15.9H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69zm-4.51-4H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69z"
21
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
22
+ fill: "currentColor",
23
+ d: "M22 19a3 3 0 0 1-3 3H4l.076-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zm9.587-12.374L10.92 4.53 9.537 5.818l-1.14 1.06-1.213-.975L7 5.755v14.367l-.003.078H19a1.2 1.2 0 0 0 1.2-1.2V5.972l-.014.012-1.3 1.142-2.5-2.633z"
24
+ })] });
25
+ case "lg": return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
26
+ fill: "currentColor",
27
+ d: "M18.352 23.1H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-4.8H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-5H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767z"
28
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
29
+ fill: "currentColor",
30
+ d: "M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zM17.96 8.732l-3.456-3.64-3.564 3.314L8.68 6.59V27.8H26a1.8 1.8 0 0 0 1.8-1.8V6.856l-2.14 1.876-3.5-3.684z"
31
+ })] });
32
+ }
33
+ if (variant === "fill") switch (size) {
34
+ case "xs": return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
35
+ fill: "currentColor",
36
+ d: "M14 11.429A2.57 2.57 0 0 1 11.429 14H4.57q.013-.024.023-.05A2.143 2.143 0 0 1 2 11.858V7.143h2.76V2l1.71 1.5L7.95 2l1.375 1.579L10.975 2l1.375 1.579L14 2zm-10.457.428a.6.6 0 0 0 1.2 0V8.686h-1.2zm3.6-.514h2.571V9.8H7.143zm0-3h4.286V6.8H7.143z"
37
+ }) });
38
+ case "sm": return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ fill: "currentColor",
40
+ d: "M15 12a3 3 0 0 1-3 3H4q.014-.028.026-.058Q3.771 15 3.5 15A2.5 2.5 0 0 1 1 12.5V7h3.22V1l1.996 1.75L7.94 1l1.605 1.842L11.47 1l1.604 1.842L15 1zm-12.2.5a.7.7 0 0 0 1.4 0V8.8H2.8zm4.2-.6h3v-1.8H7zm0-3.5h5V6.6H7z"
41
+ }) });
42
+ case "md": return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
43
+ fill: "currentColor",
44
+ d: "M22 19a3 3 0 0 1-3 3H4q.038-.019.075-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zM9 15.9h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5zm-6.5-4h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5z"
45
+ }) });
46
+ case "lg": return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
47
+ fill: "currentColor",
48
+ d: "M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zm7.6-3.65h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-4.8h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-5h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9z"
49
+ }) });
50
+ }
51
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, {});
52
+ };
53
+ ReceiptLong.metadata = {
54
+ name: "ReceiptLong",
55
+ isSvgIcon: true,
56
+ variants: ["outline", "fill"],
57
+ category: "Currency",
58
+ tags: [
59
+ "receipt",
60
+ "invoice",
61
+ "billing",
62
+ "transaction history",
63
+ "itemized list",
64
+ "payment record",
65
+ "purchase history",
66
+ "order summary",
67
+ "expense report",
68
+ "financial statement"
69
+ ]
70
+ };
71
+ //#endregion
72
+ exports.ReceiptLong = ReceiptLong;
@@ -0,0 +1,21 @@
1
+
2
+ import { IconVariant, SvgIconProps } from "@yahoo/uds-icons/types";
3
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
+
5
+ //#region generated/icons/ReceiptLong.d.ts
6
+ declare const ReceiptLong: {
7
+ ({
8
+ size,
9
+ variant
10
+ }: SvgIconProps): _$react_jsx_runtime0.JSX.Element;
11
+ metadata: {
12
+ name: string;
13
+ isSvgIcon: boolean;
14
+ variants: IconVariant[];
15
+ category: string;
16
+ tags: string[];
17
+ };
18
+ };
19
+ //#endregion
20
+ export { ReceiptLong };
21
+ //# sourceMappingURL=ReceiptLong.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReceiptLong.d.cts","names":[],"sources":["../../../generated/icons/ReceiptLong.tsx"],"mappings":";;;;;cASa,WAAA;EAAA;;;KAAkC,YAAA,GAAY,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;cAoGxB,WAAA"}
@@ -0,0 +1,21 @@
1
+
2
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
+ import { IconVariant, SvgIconProps } from "@yahoo/uds-icons/types";
4
+
5
+ //#region generated/icons/ReceiptLong.d.ts
6
+ declare const ReceiptLong: {
7
+ ({
8
+ size,
9
+ variant
10
+ }: SvgIconProps): _$react_jsx_runtime0.JSX.Element;
11
+ metadata: {
12
+ name: string;
13
+ isSvgIcon: boolean;
14
+ variants: IconVariant[];
15
+ category: string;
16
+ tags: string[];
17
+ };
18
+ };
19
+ //#endregion
20
+ export { ReceiptLong };
21
+ //# sourceMappingURL=ReceiptLong.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReceiptLong.d.ts","names":[],"sources":["../../../generated/icons/ReceiptLong.tsx"],"mappings":";;;;;cASa,WAAA;EAAA;;;KAAkC,YAAA,GAAY,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;cAoGxB,WAAA"}
@@ -0,0 +1,74 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
+ //#region generated/icons/ReceiptLong.tsx
4
+ const ReceiptLong = ({ size, variant }) => {
5
+ if (variant === "outline") switch (size) {
6
+ case "xs": return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("g", {
7
+ fill: "currentColor",
8
+ clipPath: "url(#ReceiptLong-outline-12_svg__a)",
9
+ children: [/* @__PURE__ */ jsx("path", { d: "M7.125 8.925h-2.25v-1.35h2.25zm1.5-2.625h-3.75V4.95h3.75z" }), /* @__PURE__ */ jsx("path", { d: "m11.25 9-.003.116A2.25 2.25 0 0 1 9 11.25H2.25a1.5 1.5 0 0 1-1.5-1.5v-4.5h1.68V.75l1.633 1.313L5.475.75l1.312 1.381L8.363.75l1.312 1.381L11.25.75zm-9.15.75a.15.15 0 0 0 .3 0V6.6h-.3zm4.602-5.748L5.416 2.648l-.433.403-.855.795-.348-.28V9.9H9a.9.9 0 0 0 .9-.9V3.73l-.31.272L8.277 2.62z" })]
10
+ }) });
11
+ case "sm": return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
12
+ fill: "currentColor",
13
+ d: "M9.5 11.9h-3v-1.8h3zm2-3.5h-5V6.6h5z"
14
+ }), /* @__PURE__ */ jsx("path", {
15
+ fill: "currentColor",
16
+ d: "m15 12-.004.154A3 3 0 0 1 12 15H3a2 2 0 0 1-2-2V7h2.24V1l2.178 1.75L7.3 1l1.75 1.842L11.15 1l1.75 1.842L15 1zM2.8 13a.2.2 0 0 0 .4 0V8.8h-.4zm6.137-7.664L7.22 3.53l-.577.538-1.14 1.06-.464-.373V13.2H12a1.2 1.2 0 0 0 1.2-1.2V4.973l-.414.363-1.75-1.842z"
17
+ })] });
18
+ case "md": return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
19
+ fill: "currentColor",
20
+ d: "M13.68 15.9H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69zm-4.51-4H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69z"
21
+ }), /* @__PURE__ */ jsx("path", {
22
+ fill: "currentColor",
23
+ d: "M22 19a3 3 0 0 1-3 3H4l.076-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zm9.587-12.374L10.92 4.53 9.537 5.818l-1.14 1.06-1.213-.975L7 5.755v14.367l-.003.078H19a1.2 1.2 0 0 0 1.2-1.2V5.972l-.014.012-1.3 1.142-2.5-2.633z"
24
+ })] });
25
+ case "lg": return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("path", {
26
+ fill: "currentColor",
27
+ d: "M18.352 23.1H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-4.8H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-5H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767z"
28
+ }), /* @__PURE__ */ jsx("path", {
29
+ fill: "currentColor",
30
+ d: "M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zM17.96 8.732l-3.456-3.64-3.564 3.314L8.68 6.59V27.8H26a1.8 1.8 0 0 0 1.8-1.8V6.856l-2.14 1.876-3.5-3.684z"
31
+ })] });
32
+ }
33
+ if (variant === "fill") switch (size) {
34
+ case "xs": return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
35
+ fill: "currentColor",
36
+ d: "M14 11.429A2.57 2.57 0 0 1 11.429 14H4.57q.013-.024.023-.05A2.143 2.143 0 0 1 2 11.858V7.143h2.76V2l1.71 1.5L7.95 2l1.375 1.579L10.975 2l1.375 1.579L14 2zm-10.457.428a.6.6 0 0 0 1.2 0V8.686h-1.2zm3.6-.514h2.571V9.8H7.143zm0-3h4.286V6.8H7.143z"
37
+ }) });
38
+ case "sm": return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
39
+ fill: "currentColor",
40
+ d: "M15 12a3 3 0 0 1-3 3H4q.014-.028.026-.058Q3.771 15 3.5 15A2.5 2.5 0 0 1 1 12.5V7h3.22V1l1.996 1.75L7.94 1l1.605 1.842L11.47 1l1.604 1.842L15 1zm-12.2.5a.7.7 0 0 0 1.4 0V8.8H2.8zm4.2-.6h3v-1.8H7zm0-3.5h5V6.6H7z"
41
+ }) });
42
+ case "md": return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
43
+ fill: "currentColor",
44
+ d: "M22 19a3 3 0 0 1-3 3H4q.038-.019.075-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zM9 15.9h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5zm-6.5-4h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5z"
45
+ }) });
46
+ case "lg": return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("path", {
47
+ fill: "currentColor",
48
+ d: "M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zm7.6-3.65h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-4.8h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-5h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9z"
49
+ }) });
50
+ }
51
+ return /* @__PURE__ */ jsx(Fragment, {});
52
+ };
53
+ ReceiptLong.metadata = {
54
+ name: "ReceiptLong",
55
+ isSvgIcon: true,
56
+ variants: ["outline", "fill"],
57
+ category: "Currency",
58
+ tags: [
59
+ "receipt",
60
+ "invoice",
61
+ "billing",
62
+ "transaction history",
63
+ "itemized list",
64
+ "payment record",
65
+ "purchase history",
66
+ "order summary",
67
+ "expense report",
68
+ "financial statement"
69
+ ]
70
+ };
71
+ //#endregion
72
+ export { ReceiptLong };
73
+
74
+ //# sourceMappingURL=ReceiptLong.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReceiptLong.js","names":[],"sources":["../../../generated/icons/ReceiptLong.tsx"],"sourcesContent":["/**\n * ------------------- GENERATED | DO NOT MODIFY THIS FILE ---------------------\n * This file is generated by package/icons/scripts/codegen.ts.\n * To make changes, update the source script and run bun run icons:codegen\n * in the icons package.\n */\n\nimport type { SvgIconProps, IconVariant } from '@yahoo/uds-icons/types';\n\nexport const ReceiptLong = ({ size, variant }: SvgIconProps) => {\n if (variant === 'outline') {\n switch (size) {\n case 'xs':\n return (\n <>\n <g fill=\"currentColor\" clipPath=\"url(#ReceiptLong-outline-12_svg__a)\">\n <path d=\"M7.125 8.925h-2.25v-1.35h2.25zm1.5-2.625h-3.75V4.95h3.75z\"></path>\n <path d=\"m11.25 9-.003.116A2.25 2.25 0 0 1 9 11.25H2.25a1.5 1.5 0 0 1-1.5-1.5v-4.5h1.68V.75l1.633 1.313L5.475.75l1.312 1.381L8.363.75l1.312 1.381L11.25.75zm-9.15.75a.15.15 0 0 0 .3 0V6.6h-.3zm4.602-5.748L5.416 2.648l-.433.403-.855.795-.348-.28V9.9H9a.9.9 0 0 0 .9-.9V3.73l-.31.272L8.277 2.62z\"></path>\n </g>\n </>\n );\n case 'sm':\n return (\n <>\n <path fill=\"currentColor\" d=\"M9.5 11.9h-3v-1.8h3zm2-3.5h-5V6.6h5z\"></path>\n <path\n fill=\"currentColor\"\n d=\"m15 12-.004.154A3 3 0 0 1 12 15H3a2 2 0 0 1-2-2V7h2.24V1l2.178 1.75L7.3 1l1.75 1.842L11.15 1l1.75 1.842L15 1zM2.8 13a.2.2 0 0 0 .4 0V8.8h-.4zm6.137-7.664L7.22 3.53l-.577.538-1.14 1.06-.464-.373V13.2H12a1.2 1.2 0 0 0 1.2-1.2V4.973l-.414.363-1.75-1.842z\"\n ></path>\n </>\n );\n case 'md':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M13.68 15.9H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69zm-4.51-4H9v-1.8h4.68zm4.51 0H15.5v-1.8h2.69z\"\n ></path>\n <path\n fill=\"currentColor\"\n d=\"M22 19a3 3 0 0 1-3 3H4l.076-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zm9.587-12.374L10.92 4.53 9.537 5.818l-1.14 1.06-1.213-.975L7 5.755v14.367l-.003.078H19a1.2 1.2 0 0 0 1.2-1.2V5.972l-.014.012-1.3 1.142-2.5-2.633z\"\n ></path>\n </>\n );\n case 'lg':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M18.352 23.1H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-4.8H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767zm-6.315-5H11.8v-2.2h6.552zm6.315 0H20.9v-2.2h3.767z\"\n ></path>\n <path\n fill=\"currentColor\"\n d=\"M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zM17.96 8.732l-3.456-3.64-3.564 3.314L8.68 6.59V27.8H26a1.8 1.8 0 0 0 1.8-1.8V6.856l-2.14 1.876-3.5-3.684z\"\n ></path>\n </>\n );\n }\n }\n\n if (variant === 'fill') {\n switch (size) {\n case 'xs':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M14 11.429A2.57 2.57 0 0 1 11.429 14H4.57q.013-.024.023-.05A2.143 2.143 0 0 1 2 11.858V7.143h2.76V2l1.71 1.5L7.95 2l1.375 1.579L10.975 2l1.375 1.579L14 2zm-10.457.428a.6.6 0 0 0 1.2 0V8.686h-1.2zm3.6-.514h2.571V9.8H7.143zm0-3h4.286V6.8H7.143z\"\n ></path>\n </>\n );\n case 'sm':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M15 12a3 3 0 0 1-3 3H4q.014-.028.026-.058Q3.771 15 3.5 15A2.5 2.5 0 0 1 1 12.5V7h3.22V1l1.996 1.75L7.94 1l1.605 1.842L11.47 1l1.604 1.842L15 1zm-12.2.5a.7.7 0 0 0 1.4 0V8.8H2.8zm4.2-.6h3v-1.8H7zm0-3.5h5V6.6H7z\"\n ></path>\n </>\n );\n case 'md':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M22 19a3 3 0 0 1-3 3H4q.038-.019.075-.04A2.5 2.5 0 0 1 2 19.5V12h3.2V2l3.112 2.5L11 2l2.5 2.632L16.5 2 19 4.632 22 2zm-18.2.5a.7.7 0 0 0 1.4 0v-5.7H3.8zM9 15.9h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5zm-6.5-4h4.68v-1.8H9zm6.5 0h2.69v-1.8H15.5z\"\n ></path>\n </>\n );\n case 'lg':\n return (\n <>\n <path\n fill=\"currentColor\"\n d=\"M30 26a4 4 0 0 1-4 4H5.5l.013-.012A3.25 3.25 0 0 1 2 26.75V16h4.48V2l4.356 3.5L14.6 2l3.5 3.685L22.3 2l3.5 3.685L30 2zm-25.8.75a1.05 1.05 0 1 0 2.1 0V18.2H4.2zm7.6-3.65h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-4.8h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9zm-9.1-5h6.552v-2.2H11.8zm9.1 0h3.767v-2.2H20.9z\"\n ></path>\n </>\n );\n }\n }\n\n // If no variant matches or the requested variant doesn't exist for this icon,\n // return an empty fragment\n return <></>;\n};\n\nReceiptLong.metadata = {\n name: 'ReceiptLong',\n isSvgIcon: true,\n variants: ['outline', 'fill'] as IconVariant[],\n category: 'Currency',\n tags: [\n 'receipt',\n 'invoice',\n 'billing',\n 'transaction history',\n 'itemized list',\n 'payment record',\n 'purchase history',\n 'order summary',\n 'expense report',\n 'financial statement',\n ],\n};\n"],"mappings":";;;AASA,MAAa,eAAe,EAAE,MAAM,cAA4B;AAC9D,KAAI,YAAY,UACd,SAAQ,MAAR;EACE,KAAK,KACH,QACE,oBAAA,UAAA,EAAA,UACE,qBAAC,KAAD;GAAG,MAAK;GAAe,UAAS;aAAhC,CACE,oBAAC,QAAD,EAAM,GAAE,6DAAmE,CAAA,EAC3E,oBAAC,QAAD,EAAM,GAAE,+RAAqS,CAAA,CAC3S;MACH,CAAA;EAEP,KAAK,KACH,QACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GAAM,MAAK;GAAe,GAAE;GAA8C,CAAA,EAC1E,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,CACP,EAAA,CAAA;EAEP,KAAK,KACH,QACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACR,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,CACP,EAAA,CAAA;EAEP,KAAK,KACH,QACE,qBAAA,UAAA,EAAA,UAAA,CACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACR,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,CACP,EAAA,CAAA;;AAKX,KAAI,YAAY,OACd,SAAQ,MAAR;EACE,KAAK,KACH,QACE,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACP,CAAA;EAEP,KAAK,KACH,QACE,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACP,CAAA;EAEP,KAAK,KACH,QACE,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACP,CAAA;EAEP,KAAK,KACH,QACE,oBAAA,UAAA,EAAA,UACE,oBAAC,QAAD;GACE,MAAK;GACL,GAAE;GACI,CAAA,EACP,CAAA;;AAOX,QAAO,oBAAA,UAAA,EAAK,CAAA;;AAGd,YAAY,WAAW;CACrB,MAAM;CACN,WAAW;CACX,UAAU,CAAC,WAAW,OAAO;CAC7B,UAAU;CACV,MAAM;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACD;CACF"}