@spectrum-web-components/icons-workflow 1.2.0-beta.9 → 1.2.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 (135) hide show
  1. package/custom-elements.json +559 -0
  2. package/icons/sp-icon-discover-outline.d.ts +6 -0
  3. package/icons/sp-icon-discover-outline.js +2 -0
  4. package/icons/sp-icon-discover-outline.js.map +7 -0
  5. package/icons/sp-icon-enterprise.d.ts +6 -0
  6. package/icons/sp-icon-enterprise.js +2 -0
  7. package/icons/sp-icon-enterprise.js.map +7 -0
  8. package/icons/sp-icon-government.d.ts +6 -0
  9. package/icons/sp-icon-government.js +2 -0
  10. package/icons/sp-icon-government.js.map +7 -0
  11. package/icons/sp-icon-learn.d.ts +6 -0
  12. package/icons/sp-icon-learn.js +2 -0
  13. package/icons/sp-icon-learn.js.map +7 -0
  14. package/icons/sp-icon-offer-activities.d.ts +6 -0
  15. package/icons/sp-icon-offer-activities.js +2 -0
  16. package/icons/sp-icon-offer-activities.js.map +7 -0
  17. package/icons/sp-icon-offers.d.ts +6 -0
  18. package/icons/sp-icon-offers.js +2 -0
  19. package/icons/sp-icon-offers.js.map +7 -0
  20. package/icons/sp-icon-placeholder.d.ts +6 -0
  21. package/icons/sp-icon-placeholder.js +2 -0
  22. package/icons/sp-icon-placeholder.js.map +7 -0
  23. package/icons/sp-icon-resolved-comment.d.ts +6 -0
  24. package/icons/sp-icon-resolved-comment.js +2 -0
  25. package/icons/sp-icon-resolved-comment.js.map +7 -0
  26. package/icons/sp-icon-tree-view.d.ts +6 -0
  27. package/icons/sp-icon-tree-view.js +2 -0
  28. package/icons/sp-icon-tree-view.js.map +7 -0
  29. package/icons/sp-icon-unresolved-comment.d.ts +6 -0
  30. package/icons/sp-icon-unresolved-comment.js +2 -0
  31. package/icons/sp-icon-unresolved-comment.js.map +7 -0
  32. package/icons/sp-icon-vertical-masonry-grid-view.d.ts +6 -0
  33. package/icons/sp-icon-vertical-masonry-grid-view.js +2 -0
  34. package/icons/sp-icon-vertical-masonry-grid-view.js.map +7 -0
  35. package/icons/sp-icon-view-card-one-col.d.ts +6 -0
  36. package/icons/sp-icon-view-card-one-col.js +2 -0
  37. package/icons/sp-icon-view-card-one-col.js.map +7 -0
  38. package/icons/sp-icon-view-table.d.ts +6 -0
  39. package/icons/sp-icon-view-table.js +2 -0
  40. package/icons/sp-icon-view-table.js.map +7 -0
  41. package/package.json +5 -5
  42. package/src/elements/IconDiscoverOutline.d.ts +8 -0
  43. package/src/elements/IconDiscoverOutline.js +2 -0
  44. package/src/elements/IconDiscoverOutline.js.map +7 -0
  45. package/src/elements/IconEnterprise.d.ts +8 -0
  46. package/src/elements/IconEnterprise.js +2 -0
  47. package/src/elements/IconEnterprise.js.map +7 -0
  48. package/src/elements/IconGovernment.d.ts +8 -0
  49. package/src/elements/IconGovernment.js +2 -0
  50. package/src/elements/IconGovernment.js.map +7 -0
  51. package/src/elements/IconLearn.d.ts +8 -0
  52. package/src/elements/IconLearn.js +2 -0
  53. package/src/elements/IconLearn.js.map +7 -0
  54. package/src/elements/IconOfferActivities.d.ts +8 -0
  55. package/src/elements/IconOfferActivities.js +2 -0
  56. package/src/elements/IconOfferActivities.js.map +7 -0
  57. package/src/elements/IconOffers.d.ts +8 -0
  58. package/src/elements/IconOffers.js +2 -0
  59. package/src/elements/IconOffers.js.map +7 -0
  60. package/src/elements/IconPlaceholder.d.ts +8 -0
  61. package/src/elements/IconPlaceholder.js +2 -0
  62. package/src/elements/IconPlaceholder.js.map +7 -0
  63. package/src/elements/IconResolvedComment.d.ts +8 -0
  64. package/src/elements/IconResolvedComment.js +2 -0
  65. package/src/elements/IconResolvedComment.js.map +7 -0
  66. package/src/elements/IconTreeView.d.ts +8 -0
  67. package/src/elements/IconTreeView.js +2 -0
  68. package/src/elements/IconTreeView.js.map +7 -0
  69. package/src/elements/IconUnresolvedComment.d.ts +8 -0
  70. package/src/elements/IconUnresolvedComment.js +2 -0
  71. package/src/elements/IconUnresolvedComment.js.map +7 -0
  72. package/src/elements/IconVerticalMasonryGridView.d.ts +8 -0
  73. package/src/elements/IconVerticalMasonryGridView.js +2 -0
  74. package/src/elements/IconVerticalMasonryGridView.js.map +7 -0
  75. package/src/elements/IconViewCardOneCol.d.ts +8 -0
  76. package/src/elements/IconViewCardOneCol.js +2 -0
  77. package/src/elements/IconViewCardOneCol.js.map +7 -0
  78. package/src/elements/IconViewTable.d.ts +8 -0
  79. package/src/elements/IconViewTable.js +2 -0
  80. package/src/elements/IconViewTable.js.map +7 -0
  81. package/src/icons/Apps.js +10 -10
  82. package/src/icons/Apps.js.map +2 -2
  83. package/src/icons/ChevronUpDown.js +4 -7
  84. package/src/icons/ChevronUpDown.js.map +2 -2
  85. package/src/icons/ColorWheel.js +6 -6
  86. package/src/icons/ColorWheel.js.map +1 -1
  87. package/src/icons/Discover.d.ts +8 -0
  88. package/src/icons/Discover.js +16 -0
  89. package/src/icons/Discover.js.map +7 -0
  90. package/src/icons/DiscoverOutline.d.ts +8 -0
  91. package/src/icons/DiscoverOutline.js +18 -0
  92. package/src/icons/DiscoverOutline.js.map +7 -0
  93. package/src/icons/Enterprise.d.ts +8 -0
  94. package/src/icons/Enterprise.js +15 -0
  95. package/src/icons/Enterprise.js.map +7 -0
  96. package/src/icons/Government.d.ts +8 -0
  97. package/src/icons/Government.js +15 -0
  98. package/src/icons/Government.js.map +7 -0
  99. package/src/icons/ImageAdd.js +4 -4
  100. package/src/icons/ImageAdd.js.map +2 -2
  101. package/src/icons/Learn.d.ts +8 -0
  102. package/src/icons/Learn.js +36 -0
  103. package/src/icons/Learn.js.map +7 -0
  104. package/src/icons/OfferActivities.d.ts +8 -0
  105. package/src/icons/OfferActivities.js +20 -0
  106. package/src/icons/OfferActivities.js.map +7 -0
  107. package/src/icons/Offers.d.ts +8 -0
  108. package/src/icons/Offers.js +19 -0
  109. package/src/icons/Offers.js.map +7 -0
  110. package/src/icons/Placeholder.d.ts +8 -0
  111. package/src/icons/Placeholder.js +13 -0
  112. package/src/icons/Placeholder.js.map +7 -0
  113. package/src/icons/ResolvedComment.d.ts +8 -0
  114. package/src/icons/ResolvedComment.js +15 -0
  115. package/src/icons/ResolvedComment.js.map +7 -0
  116. package/src/icons/TreeView.d.ts +8 -0
  117. package/src/icons/TreeView.js +18 -0
  118. package/src/icons/TreeView.js.map +7 -0
  119. package/src/icons/UnresolvedComment.d.ts +8 -0
  120. package/src/icons/UnresolvedComment.js +16 -0
  121. package/src/icons/UnresolvedComment.js.map +7 -0
  122. package/src/icons/VerticalMasonryGridView.d.ts +8 -0
  123. package/src/icons/VerticalMasonryGridView.js +14 -0
  124. package/src/icons/VerticalMasonryGridView.js.map +7 -0
  125. package/src/icons/ViewCardOneCol.d.ts +8 -0
  126. package/src/icons/ViewCardOneCol.js +15 -0
  127. package/src/icons/ViewCardOneCol.js.map +7 -0
  128. package/src/icons/ViewTable.d.ts +8 -0
  129. package/src/icons/ViewTable.js +15 -0
  130. package/src/icons/ViewTable.js.map +7 -0
  131. package/src/icons.d.ts +14 -0
  132. package/src/icons.js +1 -1
  133. package/src/icons.js.map +2 -2
  134. package/stories/icon-manifest.js +28 -0
  135. package/stories/icon-manifest.js.map +2 -2
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["Offers.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const OffersIcon = ({ width = 24, height = 24, hidden = false, title = 'Offers' } = {}):\n | string\n | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <circle cx=\"14\" cy=\"18\" r=\"2\" />\n <path\n d=\"m31.086 5.54.132 3.66a2.984 2.984 0 0 0 1.524 2.496l3.2 1.8-3.66.132a2.986 2.986 0 0 0-2.498 1.524l-1.8 3.2-.132-3.66a3 3 0 0 0-1.524-2.498l-3.2-1.79 3.672-.142a2.984 2.984 0 0 0 2.496-1.524l1.79-3.198Z\"\n />\n <path\n d=\"m31.526 16.124-3.108 4.034a1 1 0 0 1-1.78-.454l-.78-4.95a1 1 0 0 0-.504-.826L21.02 11.01a.958.958 0 0 1-.412-.924l1.244-2.22a2.32 2.32 0 0 1 1.938-1.184l2.844-.102-2.482-1.38a2.316 2.316 0 0 1-1.184-1.938L22.864.4l-1.4 2.482a2.318 2.318 0 0 1-1.938 1.184l-2.842.102 2.482 1.4a2.316 2.316 0 0 1 1.182 1.938L20.45 10H1a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V15.724a.936.936 0 0 0-.474.4ZM4 14h14v11.332l-3.48-3.2a1 1 0 0 0-1.296-.046l-2.332 1.842-2.75-3.4a1 1 0 0 0-1.456-.104L4 22.926V14Zm24 16H4v-2h24v2Zm0-4h-8v-2h8v2Z\"\n />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,WAAa,CAAC,CAAE,MAAAC,EAAQ,GAAI,OAAAC,EAAS,GAAI,OAAAC,EAAS,GAAO,MAAAC,EAAQ,QAAS,EAAI,CAAC,IAGnFJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const PlaceholderIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,13 @@
1
+ "use strict";import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const PlaceholderIcon=({width:e=24,height:t=24,hidden:l=!1,title:r="Placeholder"}={})=>a`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${l?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${r}"
10
+ >
11
+ <circle cx="18" cy="18" r="16" />
12
+ </svg>`;
13
+ //# sourceMappingURL=Placeholder.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["Placeholder.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const PlaceholderIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'Placeholder',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <circle cx=\"18\" cy=\"18\" r=\"16\" />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,gBAAkB,CAAC,CAC9B,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,aACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const ResolvedCommentIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,15 @@
1
+ "use strict";import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ResolvedCommentIcon=({width:e=24,height:a=24,hidden:t=!1,title:l="Resolved Comment"}={})=>o`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${a}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${t?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${l}"
10
+ >
11
+ <path
12
+ d="M30 2H6a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h2v8.793a.5.5 0 0 0 .854.354L18 26h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Zm-4.204 7.722-8.658 10.93a.883.883 0 0 1-1.34.076l-5.53-5.249a.956.956 0 0 1-.007-1.32l.008-.008 1.286-1.263a.883.883 0 0 1 1.278-.008l.008.008 3.234 3.183 6.9-8.722a.877.877 0 0 1 1.26-.147l.017.014 1.415 1.177a.971.971 0 0 1 .129 1.329Z"
13
+ />
14
+ </svg>`;
15
+ //# sourceMappingURL=ResolvedComment.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["ResolvedComment.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const ResolvedCommentIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'Resolved Comment',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <path\n d=\"M30 2H6a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h2v8.793a.5.5 0 0 0 .854.354L18 26h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Zm-4.204 7.722-8.658 10.93a.883.883 0 0 1-1.34.076l-5.53-5.249a.956.956 0 0 1-.007-1.32l.008-.008 1.286-1.263a.883.883 0 0 1 1.278-.008l.008.008 3.234 3.183 6.9-8.722a.877.877 0 0 1 1.26-.147l.017.014 1.415 1.177a.971.971 0 0 1 .129 1.329Z\"\n />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,oBAAsB,CAAC,CAClC,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,kBACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const TreeViewIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,18 @@
1
+ "use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TreeViewIcon=({width:e=24,height:t=24,hidden:r=!1,title:i="Tree View"}={})=>h`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${r?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${i}"
10
+ >
11
+ <rect x="2" y="2" width="6" height="6" rx=".5" ry=".5" />
12
+ <rect x="10" y="4" width="24" height="4" rx=".25" ry=".25" />
13
+ <rect x="18" y="16" width="16" height="4" rx=".25" ry=".25" />
14
+ <rect x="18" y="28" width="16" height="4" rx=".25" ry=".25" />
15
+ <rect x="10" y="14" width="6" height="6" rx=".5" ry=".5" />
16
+ <rect x="10" y="26" width="6" height="6" rx=".5" ry=".5" />
17
+ </svg>`;
18
+ //# sourceMappingURL=TreeView.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["TreeView.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const TreeViewIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'Tree View',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <rect x=\"2\" y=\"2\" width=\"6\" height=\"6\" rx=\".5\" ry=\".5\" />\n <rect x=\"10\" y=\"4\" width=\"24\" height=\"4\" rx=\".25\" ry=\".25\" />\n <rect x=\"18\" y=\"16\" width=\"16\" height=\"4\" rx=\".25\" ry=\".25\" />\n <rect x=\"18\" y=\"28\" width=\"16\" height=\"4\" rx=\".25\" ry=\".25\" />\n <rect x=\"10\" y=\"14\" width=\"6\" height=\"6\" rx=\".5\" ry=\".5\" />\n <rect x=\"10\" y=\"26\" width=\"6\" height=\"6\" rx=\".5\" ry=\".5\" />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,aAAe,CAAC,CAC3B,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,WACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const UnresolvedCommentIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,16 @@
1
+ "use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const UnresolvedCommentIcon=({width:e=24,height:t=24,hidden:a=!1,title:r="Unresolved Comment"}={})=>l`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${a?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${r}"
10
+ >
11
+ <path
12
+ d="M30 4a2.002 2.002 0 0 1 2 2v16a2.002 2.002 0 0 1-2 2H17.171l-.585.586L10 31.172V24H6a2.002 2.002 0 0 1-2-2V6a2.002 2.002 0 0 1 2-2h24Zm0-2H6a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h2v8.793a.5.5 0 0 0 .854.354L18 26h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Z"
13
+ />
14
+ <rect x="10" y="12" width="16" height="4" rx=".5" ry=".5" />
15
+ </svg>`;
16
+ //# sourceMappingURL=UnresolvedComment.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["UnresolvedComment.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const UnresolvedCommentIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'Unresolved Comment',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <path\n d=\"M30 4a2.002 2.002 0 0 1 2 2v16a2.002 2.002 0 0 1-2 2H17.171l-.585.586L10 31.172V24H6a2.002 2.002 0 0 1-2-2V6a2.002 2.002 0 0 1 2-2h24Zm0-2H6a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h2v8.793a.5.5 0 0 0 .854.354L18 26h12a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Z\"\n />\n <rect x=\"10\" y=\"12\" width=\"16\" height=\"4\" rx=\".5\" ry=\".5\" />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,sBAAwB,CAAC,CACpC,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,oBACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const VerticalMasonryGridViewIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,14 @@
1
+ "use strict";import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const VerticalMasonryGridViewIcon=({width:e=24,height:t=24,hidden:r=!1,title:i="Vertical Masonry Grid View"}={})=>a`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${r?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${i}"
10
+ >
11
+ <rect x="2" y="2" width="32" height="10" rx=".5" ry=".5" />
12
+ <rect x="2" y="16" width="32" height="18" rx=".5" ry=".5" />
13
+ </svg>`;
14
+ //# sourceMappingURL=VerticalMasonryGridView.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["VerticalMasonryGridView.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const VerticalMasonryGridViewIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'Vertical Masonry Grid View',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <rect x=\"2\" y=\"2\" width=\"32\" height=\"10\" rx=\".5\" ry=\".5\" />\n <rect x=\"2\" y=\"16\" width=\"32\" height=\"18\" rx=\".5\" ry=\".5\" />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,4BAA8B,CAAC,CAC1C,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,4BACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const ViewCardOneColIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,15 @@
1
+ "use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ViewCardOneColIcon=({width:e=24,height:t=24,hidden:a=!1,title:r="View Card One Col"}={})=>l`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${a?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${r}"
10
+ >
11
+ <path
12
+ d="M2 12h32v12H2zM33 2H3a1 1 0 0 0-1 1v5h32V3a1 1 0 0 0-1-1ZM3 34h30a1 1 0 0 0 1-1v-5H2v5a1 1 0 0 0 1 1Z"
13
+ />
14
+ </svg>`;
15
+ //# sourceMappingURL=ViewCardOneCol.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["ViewCardOneCol.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const ViewCardOneColIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'View Card One Col',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <path\n d=\"M2 12h32v12H2zM33 2H3a1 1 0 0 0-1 1v5h32V3a1 1 0 0 0-1-1ZM3 34h30a1 1 0 0 0 1-1v-5H2v5a1 1 0 0 0 1 1Z\"\n />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,mBAAqB,CAAC,CACjC,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,mBACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateResult } from '../custom-tag.js';
2
+ export { setCustomTemplateLiteralTag } from '../custom-tag.js';
3
+ export declare const ViewTableIcon: ({ width, height, hidden, title, }?: {
4
+ width?: number | undefined;
5
+ height?: number | undefined;
6
+ hidden?: boolean | undefined;
7
+ title?: string | undefined;
8
+ }) => string | TemplateResult;
@@ -0,0 +1,15 @@
1
+ "use strict";import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ViewTableIcon=({width:e=24,height:t=24,hidden:a=!1,title:l="View Table"}={})=>r`<svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="${e}"
4
+ height="${t}"
5
+ viewBox="0 0 36 36"
6
+ aria-hidden=${a?"true":"false"}
7
+ role="img"
8
+ fill="currentColor"
9
+ aria-label="${l}"
10
+ >
11
+ <path
12
+ d="M33 2H3a1 1 0 0 0-1 1v7h32V3a1 1 0 0 0-1-1ZM33 34H14v-6h20v5a1 1 0 0 1-1 1ZM12 34H3a1 1 0 0 1-1-1v-5h10v6ZM14 12h20v6H14zM14 20h20v6H14zM2 12h10v6H2zM2 20h10v6H2z"
13
+ />
14
+ </svg>`;
15
+ //# sourceMappingURL=ViewTable.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["ViewTable.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2024 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { tag as html, TemplateResult } from '../custom-tag.js';\n\nexport { setCustomTemplateLiteralTag } from '../custom-tag.js';\nexport const ViewTableIcon = ({\n width = 24,\n height = 24,\n hidden = false,\n title = 'View Table',\n} = {}): string | TemplateResult => {\n return html`<svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"${width}\"\n height=\"${height}\"\n viewBox=\"0 0 36 36\"\n aria-hidden=${hidden ? 'true' : 'false'}\n role=\"img\"\n fill=\"currentColor\"\n aria-label=\"${title}\"\n >\n <path\n d=\"M33 2H3a1 1 0 0 0-1 1v7h32V3a1 1 0 0 0-1-1ZM33 34H14v-6h20v5a1 1 0 0 1-1 1ZM12 34H3a1 1 0 0 1-1-1v-5h10v6ZM14 12h20v6H14zM14 20h20v6H14zM2 12h10v6H2zM2 20h10v6H2z\"\n />\n </svg>`;\n};\n"],
5
+ "mappings": "aAYA,OAAS,OAAOA,MAA4B,mBAE5C,OAAS,gCAAmC,mBACrC,aAAM,cAAgB,CAAC,CAC5B,MAAAC,EAAQ,GACR,OAAAC,EAAS,GACT,OAAAC,EAAS,GACT,MAAAC,EAAQ,YACV,EAAI,CAAC,IACIJ;AAAA;AAAA,aAEIC,CAAK;AAAA,cACJC,CAAM;AAAA;AAAA,kBAEFC,EAAS,OAAS,OAAO;AAAA;AAAA;AAAA,kBAGzBC,CAAK;AAAA;AAAA;AAAA;AAAA;",
6
+ "names": ["html", "width", "height", "hidden", "title"]
7
+ }
package/src/icons.d.ts CHANGED
@@ -213,6 +213,8 @@ export { DeviceRotatePortraitIcon } from './icons/DeviceRotatePortrait.js';
213
213
  export { DeviceTVIcon } from './icons/DeviceTV.js';
214
214
  export { DeviceTabletIcon } from './icons/DeviceTablet.js';
215
215
  export { DevicesIcon } from './icons/Devices.js';
216
+ export { DiscoverIcon } from './icons/Discover.js';
217
+ export { DiscoverOutlineIcon } from './icons/DiscoverOutline.js';
216
218
  export { DistributeBottomEdgeIcon } from './icons/DistributeBottomEdge.js';
217
219
  export { DistributeHorizontalCenterIcon } from './icons/DistributeHorizontalCenter.js';
218
220
  export { DistributeHorizontallyIcon } from './icons/DistributeHorizontally.js';
@@ -263,6 +265,7 @@ export { EmailOutlineIcon } from './icons/EmailOutline.js';
263
265
  export { EmailRefreshIcon } from './icons/EmailRefresh.js';
264
266
  export { EmailScheduleIcon } from './icons/EmailSchedule.js';
265
267
  export { EngagementIcon } from './icons/Engagement.js';
268
+ export { EnterpriseIcon } from './icons/Enterprise.js';
266
269
  export { EraseIcon } from './icons/Erase.js';
267
270
  export { EventIcon } from './icons/Event.js';
268
271
  export { EventExcludeIcon } from './icons/EventExclude.js';
@@ -384,6 +387,7 @@ export { GlobeRemoveIcon } from './icons/GlobeRemove.js';
384
387
  export { GlobeSearchIcon } from './icons/GlobeSearch.js';
385
388
  export { GlobeStrikeIcon } from './icons/GlobeStrike.js';
386
389
  export { GlobeStrikeClockIcon } from './icons/GlobeStrikeClock.js';
390
+ export { GovernmentIcon } from './icons/Government.js';
387
391
  export { GradientIcon } from './icons/Gradient.js';
388
392
  export { GraphAreaIcon } from './icons/GraphArea.js';
389
393
  export { GraphAreaStackedIcon } from './icons/GraphAreaStacked.js';
@@ -477,6 +481,7 @@ export { LayersBackwardIcon } from './icons/LayersBackward.js';
477
481
  export { LayersBringToFrontIcon } from './icons/LayersBringToFront.js';
478
482
  export { LayersForwardIcon } from './icons/LayersForward.js';
479
483
  export { LayersSendToBackIcon } from './icons/LayersSendToBack.js';
484
+ export { LearnIcon } from './icons/Learn.js';
480
485
  export { LightIcon } from './icons/Light.js';
481
486
  export { LineIcon } from './icons/Line.js';
482
487
  export { LineHeightIcon } from './icons/LineHeight.js';
@@ -546,7 +551,9 @@ export { NoteIcon } from './icons/Note.js';
546
551
  export { NoteAddIcon } from './icons/NoteAdd.js';
547
552
  export { OsIcon } from './icons/OS.js';
548
553
  export { OfferIcon } from './icons/Offer.js';
554
+ export { OfferActivitiesIcon } from './icons/OfferActivities.js';
549
555
  export { OfferDeleteIcon } from './icons/OfferDelete.js';
556
+ export { OffersIcon } from './icons/Offers.js';
550
557
  export { OnAirIcon } from './icons/OnAir.js';
551
558
  export { OpenInIcon } from './icons/OpenIn.js';
552
559
  export { OpenInLightIcon } from './icons/OpenInLight.js';
@@ -584,6 +591,7 @@ export { PerspectiveIcon } from './icons/Perspective.js';
584
591
  export { PinOffIcon } from './icons/PinOff.js';
585
592
  export { PinOnIcon } from './icons/PinOn.js';
586
593
  export { PivotIcon } from './icons/Pivot.js';
594
+ export { PlaceholderIcon } from './icons/Placeholder.js';
587
595
  export { PlatformDataMappingIcon } from './icons/PlatformDataMapping.js';
588
596
  export { PlayIcon } from './icons/Play.js';
589
597
  export { PlayCircleIcon } from './icons/PlayCircle.js';
@@ -639,6 +647,7 @@ export { ReplyAllIcon } from './icons/ReplyAll.js';
639
647
  export { ReportIcon } from './icons/Report.js';
640
648
  export { ReportAddIcon } from './icons/ReportAdd.js';
641
649
  export { ResizeIcon } from './icons/Resize.js';
650
+ export { ResolvedCommentIcon } from './icons/ResolvedComment.js';
642
651
  export { RetweetIcon } from './icons/Retweet.js';
643
652
  export { ReuseIcon } from './icons/Reuse.js';
644
653
  export { RevenueIcon } from './icons/Revenue.js';
@@ -825,6 +834,7 @@ export { TreeCollapseIcon } from './icons/TreeCollapse.js';
825
834
  export { TreeCollapseAllIcon } from './icons/TreeCollapseAll.js';
826
835
  export { TreeExpandIcon } from './icons/TreeExpand.js';
827
836
  export { TreeExpandAllIcon } from './icons/TreeExpandAll.js';
837
+ export { TreeViewIcon } from './icons/TreeView.js';
828
838
  export { TrendInspectIcon } from './icons/TrendInspect.js';
829
839
  export { TrimPathIcon } from './icons/TrimPath.js';
830
840
  export { TrophyIcon } from './icons/Trophy.js';
@@ -835,6 +845,7 @@ export { UndoIcon } from './icons/Undo.js';
835
845
  export { UngroupIcon } from './icons/Ungroup.js';
836
846
  export { UnlinkIcon } from './icons/Unlink.js';
837
847
  export { UnmergeIcon } from './icons/Unmerge.js';
848
+ export { UnresolvedCommentIcon } from './icons/UnresolvedComment.js';
838
849
  export { UploadToCloudIcon } from './icons/UploadToCloud.js';
839
850
  export { UploadToCloudOutlineIcon } from './icons/UploadToCloudOutline.js';
840
851
  export { UserIcon } from './icons/User.js';
@@ -855,12 +866,14 @@ export { UsersLockIcon } from './icons/UsersLock.js';
855
866
  export { UsersShareIcon } from './icons/UsersShare.js';
856
867
  export { VariableIcon } from './icons/Variable.js';
857
868
  export { VectorDrawIcon } from './icons/VectorDraw.js';
869
+ export { VerticalMasonryGridViewIcon } from './icons/VerticalMasonryGridView.js';
858
870
  export { VideoCheckedOutIcon } from './icons/VideoCheckedOut.js';
859
871
  export { VideoFilledIcon } from './icons/VideoFilled.js';
860
872
  export { VideoOutlineIcon } from './icons/VideoOutline.js';
861
873
  export { ViewAllTagsIcon } from './icons/ViewAllTags.js';
862
874
  export { ViewBiWeekIcon } from './icons/ViewBiWeek.js';
863
875
  export { ViewCardIcon } from './icons/ViewCard.js';
876
+ export { ViewCardOneColIcon } from './icons/ViewCardOneCol.js';
864
877
  export { ViewColumnIcon } from './icons/ViewColumn.js';
865
878
  export { ViewDayIcon } from './icons/ViewDay.js';
866
879
  export { ViewDetailIcon } from './icons/ViewDetail.js';
@@ -869,6 +882,7 @@ export { ViewListIcon } from './icons/ViewList.js';
869
882
  export { ViewRowIcon } from './icons/ViewRow.js';
870
883
  export { ViewSingleIcon } from './icons/ViewSingle.js';
871
884
  export { ViewStackIcon } from './icons/ViewStack.js';
885
+ export { ViewTableIcon } from './icons/ViewTable.js';
872
886
  export { ViewWeekIcon } from './icons/ViewWeek.js';
873
887
  export { ViewedMarkAsIcon } from './icons/ViewedMarkAs.js';
874
888
  export { VignetteIcon } from './icons/Vignette.js';