hc-app-icons 2.0.4 → 2.0.6

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 (67) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/generated/v2/icons/bell-light.svg +1 -0
  3. package/dist/generated/v2/icons/calendar-light.svg +1 -0
  4. package/dist/generated/v2/icons/comments2-solid.svg +1 -0
  5. package/dist/generated/v2/icons/feedback-light.svg +1 -0
  6. package/dist/generated/v2/icons/gift2-light.svg +1 -0
  7. package/dist/generated/v2/icons/group-light.svg +1 -0
  8. package/dist/generated/v2/icons/group-solid.svg +1 -0
  9. package/dist/generated/v2/icons/growth-light.svg +1 -0
  10. package/dist/generated/v2/icons/heart2-light.svg +1 -0
  11. package/dist/generated/v2/icons/mail-light.svg +1 -0
  12. package/dist/generated/v2/icons/note-light.svg +1 -0
  13. package/dist/generated/v2/icons/prayer-light.svg +1 -0
  14. package/dist/generated/v2/icons/shield-light.svg +1 -0
  15. package/dist/generated/v2/icons/user2-light.svg +1 -0
  16. package/dist/generated/v2/icons/volunteer-light.svg +1 -0
  17. package/dist/generated/v2/index.js +15 -0
  18. package/dist/generated/v2/web/components/IconBellLight.js +12 -0
  19. package/dist/generated/v2/web/components/IconBellLight.js.map +1 -0
  20. package/dist/generated/v2/web/components/IconCalendarLight.js +12 -0
  21. package/dist/generated/v2/web/components/IconCalendarLight.js.map +1 -0
  22. package/dist/generated/v2/web/components/IconComments2Solid.js +12 -0
  23. package/dist/generated/v2/web/components/IconComments2Solid.js.map +1 -0
  24. package/dist/generated/v2/web/components/IconFeedbackLight.js +12 -0
  25. package/dist/generated/v2/web/components/IconFeedbackLight.js.map +1 -0
  26. package/dist/generated/v2/web/components/IconGift2Light.js +12 -0
  27. package/dist/generated/v2/web/components/IconGift2Light.js.map +1 -0
  28. package/dist/generated/v2/web/components/IconGroupLight.js +12 -0
  29. package/dist/generated/v2/web/components/IconGroupLight.js.map +1 -0
  30. package/dist/generated/v2/web/components/IconGroupSolid.js +12 -0
  31. package/dist/generated/v2/web/components/IconGroupSolid.js.map +1 -0
  32. package/dist/generated/v2/web/components/IconGrowthLight.js +12 -0
  33. package/dist/generated/v2/web/components/IconGrowthLight.js.map +1 -0
  34. package/dist/generated/v2/web/components/IconHeart2Light.js +12 -0
  35. package/dist/generated/v2/web/components/IconHeart2Light.js.map +1 -0
  36. package/dist/generated/v2/web/components/IconMailLight.js +12 -0
  37. package/dist/generated/v2/web/components/IconMailLight.js.map +1 -0
  38. package/dist/generated/v2/web/components/IconNoteLight.js +12 -0
  39. package/dist/generated/v2/web/components/IconNoteLight.js.map +1 -0
  40. package/dist/generated/v2/web/components/IconPrayerLight.js +12 -0
  41. package/dist/generated/v2/web/components/IconPrayerLight.js.map +1 -0
  42. package/dist/generated/v2/web/components/IconShieldLight.js +12 -0
  43. package/dist/generated/v2/web/components/IconShieldLight.js.map +1 -0
  44. package/dist/generated/v2/web/components/IconUser2Light.js +12 -0
  45. package/dist/generated/v2/web/components/IconUser2Light.js.map +1 -0
  46. package/dist/generated/v2/web/components/IconVolunteerLight.js +12 -0
  47. package/dist/generated/v2/web/components/IconVolunteerLight.js.map +1 -0
  48. package/dist/generated/v2/web/index.js +15 -0
  49. package/dist/generated/v2/web/index.js.map +1 -1
  50. package/dist/types/components/IconBellLight.d.ts +2 -0
  51. package/dist/types/components/IconCalendarLight.d.ts +2 -0
  52. package/dist/types/components/IconComments2Solid.d.ts +2 -0
  53. package/dist/types/components/IconFeedbackLight.d.ts +2 -0
  54. package/dist/types/components/IconGift2Light.d.ts +2 -0
  55. package/dist/types/components/IconGroupLight.d.ts +2 -0
  56. package/dist/types/components/IconGroupSolid.d.ts +2 -0
  57. package/dist/types/components/IconGrowthLight.d.ts +2 -0
  58. package/dist/types/components/IconHeart2Light.d.ts +2 -0
  59. package/dist/types/components/IconMailLight.d.ts +2 -0
  60. package/dist/types/components/IconNoteLight.d.ts +2 -0
  61. package/dist/types/components/IconPrayerLight.d.ts +2 -0
  62. package/dist/types/components/IconShieldLight.d.ts +2 -0
  63. package/dist/types/components/IconUser2Light.d.ts +2 -0
  64. package/dist/types/components/IconVolunteerLight.d.ts +2 -0
  65. package/dist/types/index.d.ts +15 -0
  66. package/dist/types/v2/index.d.ts +15 -0
  67. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ #### v2.0.6
4
+
5
+ - Add comments2 solid icon
6
+ ---
7
+
8
+ #### v2.0.5
9
+
10
+ - Add calendar, gift, group, heart, leaf, mail, note, prayer, user, bell, feedback, shield and volunteer light Icons
11
+ - Add group solid Icon
12
+ ---
13
+
3
14
  #### v2.0.4
4
15
 
5
16
  - Update the Digital Program icon on the Latest Message ribbon
@@ -0,0 +1 @@
1
+ <svg width="16" height="20" viewBox="0 0 16 20"><path d="M0 17v-2h2V8q0-2.075 1.25-3.687Q4.5 2.7 6.5 2.2v-.7q0-.625.438-1.062A1.45 1.45 0 0 1 8 0q.624 0 1.063.438Q9.5.874 9.5 1.5v.7q2 .5 3.25 2.113T14 8v7h2v2zm8 3q-.824 0-1.412-.587A1.93 1.93 0 0 1 6 18h4q0 .824-.588 1.413A1.93 1.93 0 0 1 8 20m-4-5h8V8q0-1.65-1.175-2.825T8 4 5.175 5.175 4 8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="18" height="20" viewBox="0 0 18 20"><path d="M2 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 0 18V4q0-.824.588-1.412A1.93 1.93 0 0 1 2 2h1V0h2v2h8V0h2v2h1q.824 0 1.413.587Q18 3.176 18 4v14q0 .824-.587 1.413A1.93 1.93 0 0 1 16 20zm0-2h14V8H2zM2 6h14V4H2zm7 6a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 11q0-.424.287-.713A.97.97 0 0 1 9 10q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 9 12m-4 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 4 11q0-.424.287-.713A.97.97 0 0 1 5 10q.424 0 .713.287Q6 10.576 6 11q0 .424-.287.713A.97.97 0 0 1 5 12m8 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 11q0-.424.287-.713A.97.97 0 0 1 13 10q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 13 12m-4 4a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 15q0-.424.287-.713A.97.97 0 0 1 9 14q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 9 16m-4 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 4 15q0-.424.287-.713A.97.97 0 0 1 5 14q.424 0 .713.287Q6 14.576 6 15q0 .424-.287.713A.97.97 0 0 1 5 16m8 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 15q0-.424.287-.713A.97.97 0 0 1 13 14q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 13 16"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M4.288 15.713Q4.575 16 5 16h11l4 4V5a.97.97 0 0 0-.288-.713A.97.97 0 0 0 19 4h-2v9H4v2q0 .424.287.713M0 1v14l4-4h10q.424 0 .713-.287A.97.97 0 0 0 15 10V1a.97.97 0 0 0-.287-.712A.97.97 0 0 0 14 0H1a.97.97 0 0 0-.712.288A.97.97 0 0 0 0 1m5.446 2.448c-.595.618-.595 1.627 0 2.225l2.092 2.142A.65.65 0 0 0 8.01 8a.64.64 0 0 0 .452-.185l2.092-2.142c.595-.598.595-1.607 0-2.225a1.57 1.57 0 0 0-2.195 0l-.349.37-.369-.37a1.57 1.57 0 0 0-2.195 0" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20"><path d="M4 12h8v-2H4zm0-3h12V7H4zm0-3h12V4H4zM0 20V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v12q0 .825-.587 1.412A1.93 1.93 0 0 1 18 16H4zm3.15-6H18V2H2v13.125z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="18" height="19" viewBox="0 0 18 19"><path d="M8.121 1.832 9 3.273l.844-1.441A3.1 3.1 0 0 1 12.55.25h.105c1.688 0 3.094 1.406 3.094 3.094 0 .527-.14.984-.352 1.406h.915c.914 0 1.687.773 1.687 1.688v2.25c0 .738-.492 1.37-1.125 1.617V16c0 1.266-1.02 2.25-2.25 2.25H3.375A2.22 2.22 0 0 1 1.125 16v-5.695A1.715 1.715 0 0 1 0 8.688v-2.25C0 5.523.738 4.75 1.688 4.75h.878a3.1 3.1 0 0 1-.316-1.406A3.1 3.1 0 0 1 5.344.25h.07C6.54.25 7.56.848 8.121 1.832m8.192 4.606h-6.188v2.25h6.187zm-8.438 0H1.687v2.25h6.188zm0 3.937H2.813V16c0 .316.246.563.562.563h4.5zm2.25 6.188h4.5a.58.58 0 0 0 .563-.563v-5.625h-5.063zM12.656 4.75c.774 0 1.406-.598 1.406-1.406a1.41 1.41 0 0 0-1.406-1.406h-.105c-.528 0-.985.28-1.266.738l-1.23 2.074h2.601m-4.781 0h.035L6.68 2.676a1.43 1.43 0 0 0-1.266-.739h-.07c-.809 0-1.407.633-1.407 1.407 0 .808.598 1.406 1.407 1.406z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="16" viewBox="0 0 22 16"><path d="M0 16v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a15 15 0 0 1 3.15-1.163A13.8 13.8 0 0 1 8 9q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.162 1.087Q16 12.35 16 13.2V16zm18 0v-3q0-1.1-.613-2.113-.612-1.012-1.737-1.737 1.275.15 2.4.512 1.125.363 2.1.888.9.5 1.375 1.112Q22 12.277 22 13v3zM8 8Q6.35 8 5.175 6.825T4 4t1.175-2.825T8 0t2.825 1.175T12 4t-1.175 2.825T8 8m10-4q0 1.65-1.175 2.825T14 8q-.275 0-.7-.062a6 6 0 0 1-.7-.138 6 6 0 0 0 1.037-1.775Q14 5.05 14 4t-.363-2.025A6 6 0 0 0 12.6.2a3 3 0 0 1 .7-.162Q13.65 0 14 0q1.65 0 2.825 1.175T18 4M2 14h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q3.85 11.675 2.5 12.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.588Q10 4.826 10 4q0-.824-.588-1.412A1.93 1.93 0 0 0 8 2q-.824 0-1.412.587A1.93 1.93 0 0 0 6 4q0 .824.588 1.412Q7.175 6 8 6"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="22" height="16" viewBox="0 0 22 16"><path d="M0 16v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a15 15 0 0 1 3.15-1.163A13.8 13.8 0 0 1 8 9q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.162 1.087Q16 12.35 16 13.2V16zm18 0v-3q0-1.1-.613-2.113-.612-1.012-1.737-1.737 1.275.15 2.4.512 1.125.363 2.1.888.9.5 1.375 1.112Q22 12.277 22 13v3zM8 8Q6.35 8 5.175 6.825T4 4t1.175-2.825T8 0t2.825 1.175T12 4t-1.175 2.825T8 8m10-4q0 1.65-1.175 2.825T14 8q-.275 0-.7-.062a6 6 0 0 1-.7-.138 6 6 0 0 0 1.037-1.775Q14 5.05 14 4t-.363-2.025A6 6 0 0 0 12.6.2a3 3 0 0 1 .7-.162Q13.65 0 14 0q1.65 0 2.825 1.175T18 4"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="17" height="17" viewBox="0 0 17 17"><path d="M2.4 14.6A8.3 8.3 0 0 1 .638 12Q0 10.525 0 8.95t.6-3.112T2.55 2.95q.875-.875 2.163-1.5t3.05-.988 4.024-.437T16.85.2a45 45 0 0 1 .125 4.875q-.075 2.224-.413 4.013-.337 1.787-.95 3.125Q15 13.55 14.1 14.45q-1.324 1.325-2.812 1.938A7.9 7.9 0 0 1 8.25 17a8.3 8.3 0 0 1-3.175-.637A8.1 8.1 0 0 1 2.4 14.6m2.8-.4q.725.425 1.487.613A6.5 6.5 0 0 0 8.25 15q1.15 0 2.275-.463 1.125-.462 2.15-1.487.45-.45.912-1.263.463-.812.8-2.125.338-1.312.513-3.175t.05-4.437a57 57 0 0 0-2.762-.037 22 22 0 0 0-3.063.237q-1.525.225-2.9.725T3.975 4.35Q2.85 5.475 2.425 6.575T2 8.7q0 1.475.563 2.588t.987 1.562q1.05-2 2.775-3.838A14.6 14.6 0 0 1 10.35 6a18.3 18.3 0 0 0-3.137 3.563Q5.875 11.549 5.2 14.2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="19" viewBox="0 0 20 19"><path d="m10 19-1.45-1.3q-2.525-2.275-4.175-3.925T1.75 10.812.388 8.4A6.7 6.7 0 0 1 0 6.15Q0 3.8 1.575 2.225T5.5.65q1.3 0 2.475.55A5.9 5.9 0 0 1 10 2.75a5.9 5.9 0 0 1 2.025-1.55A5.8 5.8 0 0 1 14.5.65q2.35 0 3.925 1.575T20 6.15q0 1.15-.387 2.25-.388 1.1-1.363 2.412-.975 1.313-2.625 2.963T11.45 17.7zm0-2.7a109 109 0 0 0 3.95-3.687q1.55-1.538 2.45-2.675.9-1.138 1.25-2.026T18 6.15q0-1.5-1-2.5t-2.5-1a3.86 3.86 0 0 0-2.175.663q-1 .662-1.375 1.687h-1.9q-.375-1.025-1.375-1.687A3.86 3.86 0 0 0 5.5 2.65q-1.5 0-2.5 1t-1 2.5q0 .874.35 1.762T3.6 9.939t2.45 2.675A109 109 0 0 0 10 16.3"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="16" viewBox="0 0 20 16"><path d="M2 16q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v12q0 .825-.587 1.412A1.93 1.93 0 0 1 18 16zm8-7L2 4v10h16V4zm0-2 8-5H2zM2 4V2v12z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="21" height="21" viewBox="0 0 21 21"><path d="M6 19V7.975q0-.825.6-1.4A2 2 0 0 1 8.025 6H19q.824 0 1.413.588Q21 7.175 21 8v8l-5 5H8q-.824 0-1.412-.587A1.93 1.93 0 0 1 6 19M1.025 5.25q-.15-.825.325-1.487t1.3-.813L13.5 1.025q.825-.15 1.488.325.662.475.812 1.3L16.05 4H14l-.175-1L3 4.925l1 5.65v6.975a2.25 2.25 0 0 1-.687-.6 1.85 1.85 0 0 1-.363-.85zM8 8v11h7v-4h4V8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21"><path d="M13.5 15v-2.725l-1.125-2.025a.9.9 0 0 0-.275.325.94.94 0 0 0-.1.425v5.725L14.575 21H12.25L10 17.3V11q0-.776.375-1.425.375-.65 1.025-1.075L10 6.025a3.77 3.77 0 0 1-.437-2.013 2.7 2.7 0 0 1 .812-1.812l1.7-1.7 6.9 8.1L20 21h-2l-.975-11.6-5.075-5.95-.15.15a.95.95 0 0 0-.288.575 1.1 1.1 0 0 0 .113.625l3.875 6.95V15zm-9 0v-3.25L8.375 4.8q.15-.3.113-.625A.95.95 0 0 0 8.2 3.6l-.15-.15L2.975 9.4 2 21H0L1.025 8.6l6.9-8.1 1.7 1.7q.75.75.813 1.813A3.77 3.77 0 0 1 10 6.025L8.6 8.5q.65.425 1.025 1.075T10 11v6.3L7.75 21H5.425L8 16.725V11a.94.94 0 0 0-.1-.425.9.9 0 0 0-.275-.325L6.5 12.275V15z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="20" viewBox="0 0 16 20"><path d="M8 20q-3.476-.875-5.737-3.988Q0 12.9 0 9.1V3l8-3 8 3v6.1q0 3.8-2.262 6.913Q11.475 19.124 8 20m0-2.1q2.6-.825 4.3-3.3T14 9.1V4.375l-6-2.25-6 2.25V9.1q0 3.025 1.7 5.5T8 17.9"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="18" height="19" viewBox="0 0 18 19"><path d="M9 9.76q-1.862 0-3.171-1.31-1.31-1.309-1.31-3.17 0-1.863 1.31-3.165T9 .813q1.861 0 3.171 1.302t1.31 3.164q0 1.863-1.31 3.172T9 9.76M.52 18.72v-3.308q0-.981.51-1.804.512-.823 1.358-1.256a15.6 15.6 0 0 1 3.248-1.19A14.2 14.2 0 0 1 9 10.76q1.735 0 3.391.394 1.657.395 3.221 1.184a3.4 3.4 0 0 1 1.358 1.25q.51.818.51 1.823v3.31zm2.65-2.65h11.66v-.588a.86.86 0 0 0-.137-.474.95.95 0 0 0-.362-.333 12.7 12.7 0 0 0-2.598-.942Q10.4 13.41 9 13.41q-1.371 0-2.732.323a12 12 0 0 0-2.598.942q-.225.12-.363.332a.86.86 0 0 0-.137.476zM9 7.11q.755 0 1.293-.538.538-.537.538-1.292t-.538-1.286a1.77 1.77 0 0 0-1.292-.531q-.756 0-1.293.534a1.74 1.74 0 0 0-.538 1.282q0 .755.537 1.293.538.538 1.293.538"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="21" height="21" viewBox="0 0 21 21"><path d="m15 11-4.15-4.05a7.9 7.9 0 0 1-1.312-1.663A3.85 3.85 0 0 1 9 3.3q0-1.375.963-2.337Q10.924 0 12.3 0a3.4 3.4 0 0 1 1.5.338q.7.337 1.2.912a3.7 3.7 0 0 1 1.2-.912A3.4 3.4 0 0 1 17.7 0q1.375 0 2.338.963Q21 1.924 21 3.3q0 1.076-.525 1.987a7.5 7.5 0 0 1-1.3 1.663zm0-2.8 2.725-2.675q.475-.475.875-1.013T19 3.3q0-.55-.375-.925A1.26 1.26 0 0 0 17.7 2q-.35 0-.662.138-.313.137-.538.412L15 4.35l-1.5-1.8q-.226-.274-.537-.412A1.6 1.6 0 0 0 12.3 2q-.55 0-.925.375T11 3.3q0 .675.4 1.213.4.537.875 1.012zm-9 8.3 6.95 1.9 5.95-1.85a1.14 1.14 0 0 0-.362-.387A.93.93 0 0 0 18 16h-5.05a9 9 0 0 1-1.075-.05 4 4 0 0 1-.825-.2l-2.325-.775.55-1.95 2.025.675q.425.125 1 .2t1.7.1a.95.95 0 0 0-.162-.525.75.75 0 0 0-.388-.325L7.6 11H6zM0 20V9h7.6q.175 0 .35.037.175.038.325.088L14.15 11.3q.825.3 1.338 1.05Q16 13.1 16 14h2q1.25 0 2.125.825T21 17v1l-8 2.5-7-1.95V20zm2-2h2v-7H2z"/></svg>
@@ -3,9 +3,11 @@ export { default as IconActivate } from "./icons/activate.svg";
3
3
  export { default as IconAddSolid } from "./icons/add-solid.svg";
4
4
  export { default as IconAnnouncementsSolid } from "./icons/announcements-solid.svg";
5
5
  export { default as IconBaptismSolid } from "./icons/baptism-solid.svg";
6
+ export { default as IconBellLight } from "./icons/bell-light.svg";
6
7
  export { default as IconBitcoinSolid } from "./icons/bitcoin-solid.svg";
7
8
  export { default as IconBookOpenSolid } from "./icons/book-open-solid.svg";
8
9
  export { default as IconBookSolid } from "./icons/book-solid.svg";
10
+ export { default as IconCalendarLight } from "./icons/calendar-light.svg";
9
11
  export { default as IconCalendarSolid } from "./icons/calendar-solid.svg";
10
12
  export { default as IconCalendarclockSolid } from "./icons/calendarclock-solid.svg";
11
13
  export { default as IconCheckSolid } from "./icons/check-solid.svg";
@@ -20,6 +22,7 @@ export { default as IconCircleUserSolid } from "./icons/circle-user-solid.svg";
20
22
  export { default as IconClockSolid } from "./icons/clock-solid.svg";
21
23
  export { default as IconClockbackSolid } from "./icons/clockback-solid.svg";
22
24
  export { default as IconCommentsSolid } from "./icons/comments-solid.svg";
25
+ export { default as IconComments2Solid } from "./icons/comments2-solid.svg";
23
26
  export { default as IconCommunitySolid } from "./icons/community-solid.svg";
24
27
  export { default as IconCommunity2Solid } from "./icons/community2-solid.svg";
25
28
  export { default as IconCompassSolid } from "./icons/compass-solid.svg";
@@ -36,10 +39,16 @@ export { default as IconEditSolid } from "./icons/edit-solid.svg";
36
39
  export { default as IconEditcalendarSolid } from "./icons/editcalendar-solid.svg";
37
40
  export { default as IconExtensionsSolid } from "./icons/extensions-solid.svg";
38
41
  export { default as IconFacebook } from "./icons/facebook.svg";
42
+ export { default as IconFeedbackLight } from "./icons/feedback-light.svg";
39
43
  export { default as IconFeedbackSolid } from "./icons/feedback-solid.svg";
40
44
  export { default as IconGiftSolid } from "./icons/gift-solid.svg";
45
+ export { default as IconGift2Light } from "./icons/gift2-light.svg";
41
46
  export { default as IconGlobeSolid } from "./icons/globe-solid.svg";
47
+ export { default as IconGroupLight } from "./icons/group-light.svg";
48
+ export { default as IconGroupSolid } from "./icons/group-solid.svg";
49
+ export { default as IconGrowthLight } from "./icons/growth-light.svg";
42
50
  export { default as IconHeartSolid } from "./icons/heart-solid.svg";
51
+ export { default as IconHeart2Light } from "./icons/heart2-light.svg";
43
52
  export { default as IconHospitalSolid } from "./icons/hospital-solid.svg";
44
53
  export { default as IconHouseSolid } from "./icons/house-solid.svg";
45
54
  export { default as IconInstagram } from "./icons/instagram.svg";
@@ -49,6 +58,7 @@ export { default as IconLeafSolid } from "./icons/leaf-solid.svg";
49
58
  export { default as IconListSolid } from "./icons/list-solid.svg";
50
59
  export { default as IconLocationSolid } from "./icons/location-solid.svg";
51
60
  export { default as IconLocationsearchingSolid } from "./icons/locationsearching-solid.svg";
61
+ export { default as IconMailLight } from "./icons/mail-light.svg";
52
62
  export { default as IconMailSolid } from "./icons/mail-solid.svg";
53
63
  export { default as IconMapSolid } from "./icons/map-solid.svg";
54
64
  export { default as IconMealSolid } from "./icons/meal-solid.svg";
@@ -59,6 +69,7 @@ export { default as IconMoneySolid } from "./icons/money-solid.svg";
59
69
  export { default as IconMusicSolid } from "./icons/music-solid.svg";
60
70
  export { default as IconNewspaperSolid } from "./icons/newspaper-solid.svg";
61
71
  export { default as IconNextstepSolid } from "./icons/nextstep-solid.svg";
72
+ export { default as IconNoteLight } from "./icons/note-light.svg";
62
73
  export { default as IconNoteSolid } from "./icons/note-solid.svg";
63
74
  export { default as IconNotesSolid } from "./icons/notes-solid.svg";
64
75
  export { default as IconOfficeSolid } from "./icons/office-solid.svg";
@@ -67,6 +78,7 @@ export { default as IconPlanavisitSolid } from "./icons/planavisit-solid.svg";
67
78
  export { default as IconPlaySolid } from "./icons/play-solid.svg";
68
79
  export { default as IconPodcastSolid } from "./icons/podcast-solid.svg";
69
80
  export { default as IconPopoutSolid } from "./icons/popout-solid.svg";
81
+ export { default as IconPrayerLight } from "./icons/prayer-light.svg";
70
82
  export { default as IconPrayerSolid } from "./icons/prayer-solid.svg";
71
83
  export { default as IconPrivacypolicySolid } from "./icons/privacypolicy-solid.svg";
72
84
  export { default as IconQrCodeSolid } from "./icons/qr-code-solid.svg";
@@ -84,6 +96,7 @@ export { default as IconSettingsSolid } from "./icons/settings-solid.svg";
84
96
  export { default as IconShareSolid } from "./icons/share-solid.svg";
85
97
  export { default as IconSharestorySolid } from "./icons/sharestory-solid.svg";
86
98
  export { default as IconSharingSolid } from "./icons/sharing-solid.svg";
99
+ export { default as IconShieldLight } from "./icons/shield-light.svg";
87
100
  export { default as IconSpotify } from "./icons/spotify.svg";
88
101
  export { default as IconStepsSolid } from "./icons/steps-solid.svg";
89
102
  export { default as IconStocksSolid } from "./icons/stocks-solid.svg";
@@ -94,12 +107,14 @@ export { default as IconTimerSolid } from "./icons/timer-solid.svg";
94
107
  export { default as IconToolsSolid } from "./icons/tools-solid.svg";
95
108
  export { default as IconTwitter } from "./icons/twitter.svg";
96
109
  export { default as IconUserSolid } from "./icons/user-solid.svg";
110
+ export { default as IconUser2Light } from "./icons/user2-light.svg";
97
111
  export { default as IconViewSolid } from "./icons/view-solid.svg";
98
112
  export { default as IconViewcampusSolid } from "./icons/viewcampus-solid.svg";
99
113
  export { default as IconVisitSolid } from "./icons/visit-solid.svg";
100
114
  export { default as IconVoiceSolid } from "./icons/voice-solid.svg";
101
115
  export { default as IconVolumeSolid } from "./icons/volume-solid.svg";
102
116
  export { default as IconVolumeoffSolid } from "./icons/volumeoff-solid.svg";
117
+ export { default as IconVolunteerLight } from "./icons/volunteer-light.svg";
103
118
  export { default as IconVolunteerSolid } from "./icons/volunteer-solid.svg";
104
119
  export { default as IconWorshipSolid } from "./icons/worship-solid.svg";
105
120
  export { default as IconYoutube } from "./icons/youtube.svg";
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 16 20", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "M0 17v-2h2V8q0-2.075 1.25-3.687Q4.5 2.7 6.5 2.2v-.7q0-.625.438-1.062A1.45 1.45 0 0 1 8 0q.624 0 1.063.438Q9.5.874 9.5 1.5v.7q2 .5 3.25 2.113T14 8v7h2v2zm8 3q-.824 0-1.412-.587A1.93 1.93 0 0 1 6 18h4q0 .824-.588 1.413A1.93 1.93 0 0 1 8 20m-4-5h8V8q0-1.65-1.175-2.825T8 4 5.175 5.175 4 8z" })] })));
8
+ };
9
+ var IconBellLight = generateIcon(SvgComponent);
10
+
11
+ export { IconBellLight as default };
12
+ //# sourceMappingURL=IconBellLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconBellLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconBellLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,gSAAgS,EAAA,CAClS,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,oBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 20", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M2 20q-.824 0-1.412-.587A1.93 1.93 0 0 1 0 18V4q0-.824.588-1.412A1.93 1.93 0 0 1 2 2h1V0h2v2h8V0h2v2h1q.824 0 1.413.587Q18 3.176 18 4v14q0 .824-.587 1.413A1.93 1.93 0 0 1 16 20zm0-2h14V8H2zM2 6h14V4H2zm7 6a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 11q0-.424.287-.713A.97.97 0 0 1 9 10q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 9 12m-4 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 4 11q0-.424.287-.713A.97.97 0 0 1 5 10q.424 0 .713.287Q6 10.576 6 11q0 .424-.287.713A.97.97 0 0 1 5 12m8 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 11q0-.424.287-.713A.97.97 0 0 1 13 10q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 13 12m-4 4a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 15q0-.424.287-.713A.97.97 0 0 1 9 14q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 9 16m-4 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 4 15q0-.424.287-.713A.97.97 0 0 1 5 14q.424 0 .713.287Q6 14.576 6 15q0 .424-.287.713A.97.97 0 0 1 5 16m8 0a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 15q0-.424.287-.713A.97.97 0 0 1 13 14q.424 0 .713.287.287.288.287.713 0 .424-.287.713A.97.97 0 0 1 13 16" })] })));
8
+ };
9
+ var IconCalendarLight = generateIcon(SvgComponent);
10
+
11
+ export { IconCalendarLight as default };
12
+ //# sourceMappingURL=IconCalendarLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconCalendarLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconCalendarLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,sjCAAsjC,EAAA,CACxjC,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,wBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.288 15.713Q4.575 16 5 16h11l4 4V5a.97.97 0 0 0-.288-.713A.97.97 0 0 0 19 4h-2v9H4v2q0 .424.287.713M0 1v14l4-4h10q.424 0 .713-.287A.97.97 0 0 0 15 10V1a.97.97 0 0 0-.287-.712A.97.97 0 0 0 14 0H1a.97.97 0 0 0-.712.288A.97.97 0 0 0 0 1m5.446 2.448c-.595.618-.595 1.627 0 2.225l2.092 2.142A.65.65 0 0 0 8.01 8a.64.64 0 0 0 .452-.185l2.092-2.142c.595-.598.595-1.607 0-2.225a1.57 1.57 0 0 0-2.195 0l-.349.37-.369-.37a1.57 1.57 0 0 0-2.195 0", clipRule: "evenodd" })] })));
8
+ };
9
+ var IconComments2Solid = generateIcon(SvgComponent);
10
+
11
+ export { IconComments2Solid as default };
12
+ //# sourceMappingURL=IconComments2Solid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconComments2Solid.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconComments2Solid.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,IACE,CAAA,KAAA,EAAA,QAAA,CAAA,EAAA,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,EAAA,iBAAA,EACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAO,CAAA,OAAA,EAAA,EAAA,EAAE,EAAE,OAAO,EAAA,QAAA,EAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GAAA,CAAA,MAAA,EAAA,EACE,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ubAAub,EACzb,QAAQ,EAAC,SAAS,EAAA,CAClB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,yBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "M4 12h8v-2H4zm0-3h12V7H4zm0-3h12V4H4zM0 20V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v12q0 .825-.587 1.412A1.93 1.93 0 0 1 18 16H4zm3.15-6H18V2H2v13.125z" })] })));
8
+ };
9
+ var IconFeedbackLight = generateIcon(SvgComponent);
10
+
11
+ export { IconFeedbackLight as default };
12
+ //# sourceMappingURL=IconFeedbackLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFeedbackLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconFeedbackLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,wLAAwL,EAAA,CAC1L,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,wBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M8.121 1.832 9 3.273l.844-1.441A3.1 3.1 0 0 1 12.55.25h.105c1.688 0 3.094 1.406 3.094 3.094 0 .527-.14.984-.352 1.406h.915c.914 0 1.687.773 1.687 1.688v2.25c0 .738-.492 1.37-1.125 1.617V16c0 1.266-1.02 2.25-2.25 2.25H3.375A2.22 2.22 0 0 1 1.125 16v-5.695A1.715 1.715 0 0 1 0 8.688v-2.25C0 5.523.738 4.75 1.688 4.75h.878a3.1 3.1 0 0 1-.316-1.406A3.1 3.1 0 0 1 5.344.25h.07C6.54.25 7.56.848 8.121 1.832m8.192 4.606h-6.188v2.25h6.187zm-8.438 0H1.687v2.25h6.188zm0 3.937H2.813V16c0 .316.246.563.562.563h4.5zm2.25 6.188h4.5a.58.58 0 0 0 .563-.563v-5.625h-5.063zM12.656 4.75c.774 0 1.406-.598 1.406-1.406a1.41 1.41 0 0 0-1.406-1.406h-.105c-.528 0-.985.28-1.266.738l-1.23 2.074h2.601m-4.781 0h.035L6.68 2.676a1.43 1.43 0 0 0-1.266-.739h-.07c-.809 0-1.407.633-1.407 1.407 0 .808.598 1.406 1.407 1.406z" })] })));
8
+ };
9
+ var IconGift2Light = generateIcon(SvgComponent);
10
+
11
+ export { IconGift2Light as default };
12
+ //# sourceMappingURL=IconGift2Light.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGift2Light.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconGift2Light.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,2xBAA2xB,EAAA,CAC7xB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,qBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 22 16", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "M0 16v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a15 15 0 0 1 3.15-1.163A13.8 13.8 0 0 1 8 9q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.162 1.087Q16 12.35 16 13.2V16zm18 0v-3q0-1.1-.613-2.113-.612-1.012-1.737-1.737 1.275.15 2.4.512 1.125.363 2.1.888.9.5 1.375 1.112Q22 12.277 22 13v3zM8 8Q6.35 8 5.175 6.825T4 4t1.175-2.825T8 0t2.825 1.175T12 4t-1.175 2.825T8 8m10-4q0 1.65-1.175 2.825T14 8q-.275 0-.7-.062a6 6 0 0 1-.7-.138 6 6 0 0 0 1.037-1.775Q14 5.05 14 4t-.363-2.025A6 6 0 0 0 12.6.2a3 3 0 0 1 .7-.162Q13.65 0 14 0q1.65 0 2.825 1.175T18 4M2 14h12v-.8a.973.973 0 0 0-.5-.85q-1.35-.675-2.725-1.012a11.6 11.6 0 0 0-5.55 0Q3.85 11.675 2.5 12.35a.97.97 0 0 0-.5.85zm6-8q.825 0 1.412-.588Q10 4.826 10 4q0-.824-.588-1.412A1.93 1.93 0 0 0 8 2q-.824 0-1.412.587A1.93 1.93 0 0 0 6 4q0 .824.588 1.412Q7.175 6 8 6" })] })));
8
+ };
9
+ var IconGroupLight = generateIcon(SvgComponent);
10
+
11
+ export { IconGroupLight as default };
12
+ //# sourceMappingURL=IconGroupLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGroupLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconGroupLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,wyBAAwyB,EAAA,CAC1yB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,qBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 22 16", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "M0 16v-2.8q0-.85.438-1.562.437-.713 1.162-1.088a15 15 0 0 1 3.15-1.163A13.8 13.8 0 0 1 8 9q1.65 0 3.25.387 1.6.388 3.15 1.163.724.375 1.162 1.087Q16 12.35 16 13.2V16zm18 0v-3q0-1.1-.613-2.113-.612-1.012-1.737-1.737 1.275.15 2.4.512 1.125.363 2.1.888.9.5 1.375 1.112Q22 12.277 22 13v3zM8 8Q6.35 8 5.175 6.825T4 4t1.175-2.825T8 0t2.825 1.175T12 4t-1.175 2.825T8 8m10-4q0 1.65-1.175 2.825T14 8q-.275 0-.7-.062a6 6 0 0 1-.7-.138 6 6 0 0 0 1.037-1.775Q14 5.05 14 4t-.363-2.025A6 6 0 0 0 12.6.2a3 3 0 0 1 .7-.162Q13.65 0 14 0q1.65 0 2.825 1.175T18 4" })] })));
8
+ };
9
+ var IconGroupSolid = generateIcon(SvgComponent);
10
+
11
+ export { IconGroupSolid as default };
12
+ //# sourceMappingURL=IconGroupSolid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGroupSolid.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconGroupSolid.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,iiBAAiiB,EAAA,CACniB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,qBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 17 17", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M2.4 14.6A8.3 8.3 0 0 1 .638 12Q0 10.525 0 8.95t.6-3.112T2.55 2.95q.875-.875 2.163-1.5t3.05-.988 4.024-.437T16.85.2a45 45 0 0 1 .125 4.875q-.075 2.224-.413 4.013-.337 1.787-.95 3.125Q15 13.55 14.1 14.45q-1.324 1.325-2.812 1.938A7.9 7.9 0 0 1 8.25 17a8.3 8.3 0 0 1-3.175-.637A8.1 8.1 0 0 1 2.4 14.6m2.8-.4q.725.425 1.487.613A6.5 6.5 0 0 0 8.25 15q1.15 0 2.275-.463 1.125-.462 2.15-1.487.45-.45.912-1.263.463-.812.8-2.125.338-1.312.513-3.175t.05-4.437a57 57 0 0 0-2.762-.037 22 22 0 0 0-3.063.237q-1.525.225-2.9.725T3.975 4.35Q2.85 5.475 2.425 6.575T2 8.7q0 1.475.563 2.588t.987 1.562q1.05-2 2.775-3.838A14.6 14.6 0 0 1 10.35 6a18.3 18.3 0 0 0-3.137 3.563Q5.875 11.549 5.2 14.2" })] })));
8
+ };
9
+ var IconGrowthLight = generateIcon(SvgComponent);
10
+
11
+ export { IconGrowthLight as default };
12
+ //# sourceMappingURL=IconGrowthLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconGrowthLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconGrowthLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,qqBAAqqB,EAAA,CACvqB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,sBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 19", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "m10 19-1.45-1.3q-2.525-2.275-4.175-3.925T1.75 10.812.388 8.4A6.7 6.7 0 0 1 0 6.15Q0 3.8 1.575 2.225T5.5.65q1.3 0 2.475.55A5.9 5.9 0 0 1 10 2.75a5.9 5.9 0 0 1 2.025-1.55A5.8 5.8 0 0 1 14.5.65q2.35 0 3.925 1.575T20 6.15q0 1.15-.387 2.25-.388 1.1-1.363 2.412-.975 1.313-2.625 2.963T11.45 17.7zm0-2.7a109 109 0 0 0 3.95-3.687q1.55-1.538 2.45-2.675.9-1.138 1.25-2.026T18 6.15q0-1.5-1-2.5t-2.5-1a3.86 3.86 0 0 0-2.175.663q-1 .662-1.375 1.687h-1.9q-.375-1.025-1.375-1.687A3.86 3.86 0 0 0 5.5 2.65q-1.5 0-2.5 1t-1 2.5q0 .874.35 1.762T3.6 9.939t2.45 2.675A109 109 0 0 0 10 16.3" })] })));
8
+ };
9
+ var IconHeart2Light = generateIcon(SvgComponent);
10
+
11
+ export { IconHeart2Light as default };
12
+ //# sourceMappingURL=IconHeart2Light.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconHeart2Light.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconHeart2Light.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0jBAA0jB,EAAA,CAC5jB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,sBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M2 16q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h16q.824 0 1.413.588Q20 1.175 20 2v12q0 .825-.587 1.412A1.93 1.93 0 0 1 18 16zm8-7L2 4v10h16V4zm0-2 8-5H2zM2 4V2v12z" })] })));
8
+ };
9
+ var IconMailLight = generateIcon(SvgComponent);
10
+
11
+ export { IconMailLight as default };
12
+ //# sourceMappingURL=IconMailLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconMailLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconMailLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,yMAAyM,EAAA,CAC3M,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,oBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 21 21", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M6 19V7.975q0-.825.6-1.4A2 2 0 0 1 8.025 6H19q.824 0 1.413.588Q21 7.175 21 8v8l-5 5H8q-.824 0-1.412-.587A1.93 1.93 0 0 1 6 19M1.025 5.25q-.15-.825.325-1.487t1.3-.813L13.5 1.025q.825-.15 1.488.325.662.475.812 1.3L16.05 4H14l-.175-1L3 4.925l1 5.65v6.975a2.25 2.25 0 0 1-.687-.6 1.85 1.85 0 0 1-.363-.85zM8 8v11h7v-4h4V8z" })] })));
8
+ };
9
+ var IconNoteLight = generateIcon(SvgComponent);
10
+
11
+ export { IconNoteLight as default };
12
+ //# sourceMappingURL=IconNoteLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconNoteLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconNoteLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,gUAAgU,EAAA,CAClU,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,oBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 21", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M13.5 15v-2.725l-1.125-2.025a.9.9 0 0 0-.275.325.94.94 0 0 0-.1.425v5.725L14.575 21H12.25L10 17.3V11q0-.776.375-1.425.375-.65 1.025-1.075L10 6.025a3.77 3.77 0 0 1-.437-2.013 2.7 2.7 0 0 1 .812-1.812l1.7-1.7 6.9 8.1L20 21h-2l-.975-11.6-5.075-5.95-.15.15a.95.95 0 0 0-.288.575 1.1 1.1 0 0 0 .113.625l3.875 6.95V15zm-9 0v-3.25L8.375 4.8q.15-.3.113-.625A.95.95 0 0 0 8.2 3.6l-.15-.15L2.975 9.4 2 21H0L1.025 8.6l6.9-8.1 1.7 1.7q.75.75.813 1.813A3.77 3.77 0 0 1 10 6.025L8.6 8.5q.65.425 1.025 1.075T10 11v6.3L7.75 21H5.425L8 16.725V11a.94.94 0 0 0-.1-.425.9.9 0 0 0-.275-.325L6.5 12.275V15z" })] })));
8
+ };
9
+ var IconPrayerLight = generateIcon(SvgComponent);
10
+
11
+ export { IconPrayerLight as default };
12
+ //# sourceMappingURL=IconPrayerLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPrayerLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconPrayerLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0kBAA0kB,EAAA,CAC5kB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,sBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 16 20", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "M8 20q-3.476-.875-5.737-3.988Q0 12.9 0 9.1V3l8-3 8 3v6.1q0 3.8-2.262 6.913Q11.475 19.124 8 20m0-2.1q2.6-.825 4.3-3.3T14 9.1V4.375l-6-2.25-6 2.25V9.1q0 3.025 1.7 5.5T8 17.9" })] })));
8
+ };
9
+ var IconShieldLight = generateIcon(SvgComponent);
10
+
11
+ export { IconShieldLight as default };
12
+ //# sourceMappingURL=IconShieldLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconShieldLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconShieldLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,6KAA6K,EAAA,CAC/K,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,sBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#242424", d: "M9 9.76q-1.862 0-3.171-1.31-1.31-1.309-1.31-3.17 0-1.863 1.31-3.165T9 .813q1.861 0 3.171 1.302t1.31 3.164q0 1.863-1.31 3.172T9 9.76M.52 18.72v-3.308q0-.981.51-1.804.512-.823 1.358-1.256a15.6 15.6 0 0 1 3.248-1.19A14.2 14.2 0 0 1 9 10.76q1.735 0 3.391.394 1.657.395 3.221 1.184a3.4 3.4 0 0 1 1.358 1.25q.51.818.51 1.823v3.31zm2.65-2.65h11.66v-.588a.86.86 0 0 0-.137-.474.95.95 0 0 0-.362-.333 12.7 12.7 0 0 0-2.598-.942Q10.4 13.41 9 13.41q-1.371 0-2.732.323a12 12 0 0 0-2.598.942q-.225.12-.363.332a.86.86 0 0 0-.137.476zM9 7.11q.755 0 1.293-.538.538-.537.538-1.292t-.538-1.286a1.77 1.77 0 0 0-1.292-.531q-.756 0-1.293.534a1.74 1.74 0 0 0-.538 1.282q0 .755.537 1.293.538.538 1.293.538" })] })));
8
+ };
9
+ var IconUser2Light = generateIcon(SvgComponent);
10
+
11
+ export { IconUser2Light as default };
12
+ //# sourceMappingURL=IconUser2Light.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconUser2Light.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconUser2Light.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,4qBAA4qB,EAAA,CAC9qB,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,qBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __rest, __assign } from '../../../../node_modules/tslib/tslib.es6.js';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import generateIcon from '../generateIcon.js';
4
+
5
+ var SvgComponent = function (_a) {
6
+ var title = _a.title, titleId = _a.titleId, props = __rest(_a, ["title", "titleId"]);
7
+ return (jsxs("svg", __assign({ width: "1em", height: "1em", fill: "none", viewBox: "0 0 21 21", "aria-labelledby": titleId }, props, { children: [title ? jsx("title", { id: titleId, children: title }) : null, jsx("path", { fill: "#1C1B1F", d: "m15 11-4.15-4.05a7.9 7.9 0 0 1-1.312-1.663A3.85 3.85 0 0 1 9 3.3q0-1.375.963-2.337Q10.924 0 12.3 0a3.4 3.4 0 0 1 1.5.338q.7.337 1.2.912a3.7 3.7 0 0 1 1.2-.912A3.4 3.4 0 0 1 17.7 0q1.375 0 2.338.963Q21 1.924 21 3.3q0 1.076-.525 1.987a7.5 7.5 0 0 1-1.3 1.663zm0-2.8 2.725-2.675q.475-.475.875-1.013T19 3.3q0-.55-.375-.925A1.26 1.26 0 0 0 17.7 2q-.35 0-.662.138-.313.137-.538.412L15 4.35l-1.5-1.8q-.226-.274-.537-.412A1.6 1.6 0 0 0 12.3 2q-.55 0-.925.375T11 3.3q0 .675.4 1.213.4.537.875 1.012zm-9 8.3 6.95 1.9 5.95-1.85a1.14 1.14 0 0 0-.362-.387A.93.93 0 0 0 18 16h-5.05a9 9 0 0 1-1.075-.05 4 4 0 0 1-.825-.2l-2.325-.775.55-1.95 2.025.675q.425.125 1 .2t1.7.1a.95.95 0 0 0-.162-.525.75.75 0 0 0-.388-.325L7.6 11H6zM0 20V9h7.6q.175 0 .35.037.175.038.325.088L14.15 11.3q.825.3 1.338 1.05Q16 13.1 16 14h2q1.25 0 2.125.825T21 17v1l-8 2.5-7-1.95V20zm2-2h2v-7H2z" })] })));
8
+ };
9
+ var IconVolunteerLight = generateIcon(SvgComponent);
10
+
11
+ export { IconVolunteerLight as default };
12
+ //# sourceMappingURL=IconVolunteerLight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconVolunteerLight.js","sources":["../../../../../generated/v2/generated/v2/web/components/IconVolunteerLight.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;AAMA,IAAM,YAAY,GAAG,UAAC,EAIgB,EAAA;IAHpC,IAAA,KAAK,WAAA,EACL,OAAO,aAAA,EACJ,KAAK,GAHY,MAAA,CAAA,EAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAIrB,CADS;IAER,QACEA,uBACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,qBACF,OAAO,EAAA,EACpB,KAAK,EAAA,EAAA,QAAA,EAAA,CAER,KAAK,GAAGC,GAAA,CAAA,OAAA,EAAA,EAAO,EAAE,EAAE,OAAO,YAAG,KAAK,EAAA,CAAS,GAAG,IAAI,EACnDA,GACE,CAAA,MAAA,EAAA,EAAA,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,q1BAAq1B,EAAA,CACv1B,CACE,EAAA,CAAA,CAAA;AAEV,CAAC;AACD,yBAAe,YAAY,CAAC,YAAY,CAAC;;;;"}
@@ -2,9 +2,11 @@ export { default as IconActivate } from './components/IconActivate.js';
2
2
  export { default as IconAddSolid } from './components/IconAddSolid.js';
3
3
  export { default as IconAnnouncementsSolid } from './components/IconAnnouncementsSolid.js';
4
4
  export { default as IconBaptismSolid } from './components/IconBaptismSolid.js';
5
+ export { default as IconBellLight } from './components/IconBellLight.js';
5
6
  export { default as IconBitcoinSolid } from './components/IconBitcoinSolid.js';
6
7
  export { default as IconBookOpenSolid } from './components/IconBookOpenSolid.js';
7
8
  export { default as IconBookSolid } from './components/IconBookSolid.js';
9
+ export { default as IconCalendarLight } from './components/IconCalendarLight.js';
8
10
  export { default as IconCalendarSolid } from './components/IconCalendarSolid.js';
9
11
  export { default as IconCalendarclockSolid } from './components/IconCalendarclockSolid.js';
10
12
  export { default as IconCheckSolid } from './components/IconCheckSolid.js';
@@ -18,6 +20,7 @@ export { default as IconCircleInfoSolid } from './components/IconCircleInfoSolid
18
20
  export { default as IconCircleUserSolid } from './components/IconCircleUserSolid.js';
19
21
  export { default as IconClockSolid } from './components/IconClockSolid.js';
20
22
  export { default as IconClockbackSolid } from './components/IconClockbackSolid.js';
23
+ export { default as IconComments2Solid } from './components/IconComments2Solid.js';
21
24
  export { default as IconCommentsSolid } from './components/IconCommentsSolid.js';
22
25
  export { default as IconCommunity2Solid } from './components/IconCommunity2Solid.js';
23
26
  export { default as IconCommunitySolid } from './components/IconCommunitySolid.js';
@@ -35,9 +38,15 @@ export { default as IconEditSolid } from './components/IconEditSolid.js';
35
38
  export { default as IconEditcalendarSolid } from './components/IconEditcalendarSolid.js';
36
39
  export { default as IconExtensionsSolid } from './components/IconExtensionsSolid.js';
37
40
  export { default as IconFacebook } from './components/IconFacebook.js';
41
+ export { default as IconFeedbackLight } from './components/IconFeedbackLight.js';
38
42
  export { default as IconFeedbackSolid } from './components/IconFeedbackSolid.js';
43
+ export { default as IconGift2Light } from './components/IconGift2Light.js';
39
44
  export { default as IconGiftSolid } from './components/IconGiftSolid.js';
40
45
  export { default as IconGlobeSolid } from './components/IconGlobeSolid.js';
46
+ export { default as IconGroupLight } from './components/IconGroupLight.js';
47
+ export { default as IconGroupSolid } from './components/IconGroupSolid.js';
48
+ export { default as IconGrowthLight } from './components/IconGrowthLight.js';
49
+ export { default as IconHeart2Light } from './components/IconHeart2Light.js';
41
50
  export { default as IconHeartSolid } from './components/IconHeartSolid.js';
42
51
  export { default as IconHospitalSolid } from './components/IconHospitalSolid.js';
43
52
  export { default as IconHouseSolid } from './components/IconHouseSolid.js';
@@ -48,6 +57,7 @@ export { default as IconLeafSolid } from './components/IconLeafSolid.js';
48
57
  export { default as IconListSolid } from './components/IconListSolid.js';
49
58
  export { default as IconLocationSolid } from './components/IconLocationSolid.js';
50
59
  export { default as IconLocationsearchingSolid } from './components/IconLocationsearchingSolid.js';
60
+ export { default as IconMailLight } from './components/IconMailLight.js';
51
61
  export { default as IconMailSolid } from './components/IconMailSolid.js';
52
62
  export { default as IconMapSolid } from './components/IconMapSolid.js';
53
63
  export { default as IconMealSolid } from './components/IconMealSolid.js';
@@ -58,6 +68,7 @@ export { default as IconMoneySolid } from './components/IconMoneySolid.js';
58
68
  export { default as IconMusicSolid } from './components/IconMusicSolid.js';
59
69
  export { default as IconNewspaperSolid } from './components/IconNewspaperSolid.js';
60
70
  export { default as IconNextstepSolid } from './components/IconNextstepSolid.js';
71
+ export { default as IconNoteLight } from './components/IconNoteLight.js';
61
72
  export { default as IconNoteSolid } from './components/IconNoteSolid.js';
62
73
  export { default as IconNotesSolid } from './components/IconNotesSolid.js';
63
74
  export { default as IconOfficeSolid } from './components/IconOfficeSolid.js';
@@ -66,6 +77,7 @@ export { default as IconPlanavisitSolid } from './components/IconPlanavisitSolid
66
77
  export { default as IconPlaySolid } from './components/IconPlaySolid.js';
67
78
  export { default as IconPodcastSolid } from './components/IconPodcastSolid.js';
68
79
  export { default as IconPopoutSolid } from './components/IconPopoutSolid.js';
80
+ export { default as IconPrayerLight } from './components/IconPrayerLight.js';
69
81
  export { default as IconPrayerSolid } from './components/IconPrayerSolid.js';
70
82
  export { default as IconPrivacypolicySolid } from './components/IconPrivacypolicySolid.js';
71
83
  export { default as IconQrCodeSolid } from './components/IconQrCodeSolid.js';
@@ -83,6 +95,7 @@ export { default as IconSettingsSolid } from './components/IconSettingsSolid.js'
83
95
  export { default as IconShareSolid } from './components/IconShareSolid.js';
84
96
  export { default as IconSharestorySolid } from './components/IconSharestorySolid.js';
85
97
  export { default as IconSharingSolid } from './components/IconSharingSolid.js';
98
+ export { default as IconShieldLight } from './components/IconShieldLight.js';
86
99
  export { default as IconSpotify } from './components/IconSpotify.js';
87
100
  export { default as IconStepsSolid } from './components/IconStepsSolid.js';
88
101
  export { default as IconStocksSolid } from './components/IconStocksSolid.js';
@@ -92,6 +105,7 @@ export { default as IconTicketSolid } from './components/IconTicketSolid.js';
92
105
  export { default as IconTimerSolid } from './components/IconTimerSolid.js';
93
106
  export { default as IconToolsSolid } from './components/IconToolsSolid.js';
94
107
  export { default as IconTwitter } from './components/IconTwitter.js';
108
+ export { default as IconUser2Light } from './components/IconUser2Light.js';
95
109
  export { default as IconUserSolid } from './components/IconUserSolid.js';
96
110
  export { default as IconViewSolid } from './components/IconViewSolid.js';
97
111
  export { default as IconViewcampusSolid } from './components/IconViewcampusSolid.js';
@@ -99,6 +113,7 @@ export { default as IconVisitSolid } from './components/IconVisitSolid.js';
99
113
  export { default as IconVoiceSolid } from './components/IconVoiceSolid.js';
100
114
  export { default as IconVolumeSolid } from './components/IconVolumeSolid.js';
101
115
  export { default as IconVolumeoffSolid } from './components/IconVolumeoffSolid.js';
116
+ export { default as IconVolunteerLight } from './components/IconVolunteerLight.js';
102
117
  export { default as IconVolunteerSolid } from './components/IconVolunteerSolid.js';
103
118
  export { default as IconWorshipSolid } from './components/IconWorshipSolid.js';
104
119
  export { default as IconYoutube } from './components/IconYoutube.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("../generateIcon").IIconComponentType;
2
+ export default _default;
@@ -2,9 +2,11 @@ export { default as IconActivate } from "./components/IconActivate";
2
2
  export { default as IconAddSolid } from "./components/IconAddSolid";
3
3
  export { default as IconAnnouncementsSolid } from "./components/IconAnnouncementsSolid";
4
4
  export { default as IconBaptismSolid } from "./components/IconBaptismSolid";
5
+ export { default as IconBellLight } from "./components/IconBellLight";
5
6
  export { default as IconBitcoinSolid } from "./components/IconBitcoinSolid";
6
7
  export { default as IconBookOpenSolid } from "./components/IconBookOpenSolid";
7
8
  export { default as IconBookSolid } from "./components/IconBookSolid";
9
+ export { default as IconCalendarLight } from "./components/IconCalendarLight";
8
10
  export { default as IconCalendarSolid } from "./components/IconCalendarSolid";
9
11
  export { default as IconCalendarclockSolid } from "./components/IconCalendarclockSolid";
10
12
  export { default as IconCheckSolid } from "./components/IconCheckSolid";
@@ -18,6 +20,7 @@ export { default as IconCircleInfoSolid } from "./components/IconCircleInfoSolid
18
20
  export { default as IconCircleUserSolid } from "./components/IconCircleUserSolid";
19
21
  export { default as IconClockSolid } from "./components/IconClockSolid";
20
22
  export { default as IconClockbackSolid } from "./components/IconClockbackSolid";
23
+ export { default as IconComments2Solid } from "./components/IconComments2Solid";
21
24
  export { default as IconCommentsSolid } from "./components/IconCommentsSolid";
22
25
  export { default as IconCommunity2Solid } from "./components/IconCommunity2Solid";
23
26
  export { default as IconCommunitySolid } from "./components/IconCommunitySolid";
@@ -35,9 +38,15 @@ export { default as IconEditSolid } from "./components/IconEditSolid";
35
38
  export { default as IconEditcalendarSolid } from "./components/IconEditcalendarSolid";
36
39
  export { default as IconExtensionsSolid } from "./components/IconExtensionsSolid";
37
40
  export { default as IconFacebook } from "./components/IconFacebook";
41
+ export { default as IconFeedbackLight } from "./components/IconFeedbackLight";
38
42
  export { default as IconFeedbackSolid } from "./components/IconFeedbackSolid";
43
+ export { default as IconGift2Light } from "./components/IconGift2Light";
39
44
  export { default as IconGiftSolid } from "./components/IconGiftSolid";
40
45
  export { default as IconGlobeSolid } from "./components/IconGlobeSolid";
46
+ export { default as IconGroupLight } from "./components/IconGroupLight";
47
+ export { default as IconGroupSolid } from "./components/IconGroupSolid";
48
+ export { default as IconGrowthLight } from "./components/IconGrowthLight";
49
+ export { default as IconHeart2Light } from "./components/IconHeart2Light";
41
50
  export { default as IconHeartSolid } from "./components/IconHeartSolid";
42
51
  export { default as IconHospitalSolid } from "./components/IconHospitalSolid";
43
52
  export { default as IconHouseSolid } from "./components/IconHouseSolid";
@@ -48,6 +57,7 @@ export { default as IconLeafSolid } from "./components/IconLeafSolid";
48
57
  export { default as IconListSolid } from "./components/IconListSolid";
49
58
  export { default as IconLocationSolid } from "./components/IconLocationSolid";
50
59
  export { default as IconLocationsearchingSolid } from "./components/IconLocationsearchingSolid";
60
+ export { default as IconMailLight } from "./components/IconMailLight";
51
61
  export { default as IconMailSolid } from "./components/IconMailSolid";
52
62
  export { default as IconMapSolid } from "./components/IconMapSolid";
53
63
  export { default as IconMealSolid } from "./components/IconMealSolid";
@@ -58,6 +68,7 @@ export { default as IconMoneySolid } from "./components/IconMoneySolid";
58
68
  export { default as IconMusicSolid } from "./components/IconMusicSolid";
59
69
  export { default as IconNewspaperSolid } from "./components/IconNewspaperSolid";
60
70
  export { default as IconNextstepSolid } from "./components/IconNextstepSolid";
71
+ export { default as IconNoteLight } from "./components/IconNoteLight";
61
72
  export { default as IconNoteSolid } from "./components/IconNoteSolid";
62
73
  export { default as IconNotesSolid } from "./components/IconNotesSolid";
63
74
  export { default as IconOfficeSolid } from "./components/IconOfficeSolid";
@@ -66,6 +77,7 @@ export { default as IconPlanavisitSolid } from "./components/IconPlanavisitSolid
66
77
  export { default as IconPlaySolid } from "./components/IconPlaySolid";
67
78
  export { default as IconPodcastSolid } from "./components/IconPodcastSolid";
68
79
  export { default as IconPopoutSolid } from "./components/IconPopoutSolid";
80
+ export { default as IconPrayerLight } from "./components/IconPrayerLight";
69
81
  export { default as IconPrayerSolid } from "./components/IconPrayerSolid";
70
82
  export { default as IconPrivacypolicySolid } from "./components/IconPrivacypolicySolid";
71
83
  export { default as IconQrCodeSolid } from "./components/IconQrCodeSolid";
@@ -83,6 +95,7 @@ export { default as IconSettingsSolid } from "./components/IconSettingsSolid";
83
95
  export { default as IconShareSolid } from "./components/IconShareSolid";
84
96
  export { default as IconSharestorySolid } from "./components/IconSharestorySolid";
85
97
  export { default as IconSharingSolid } from "./components/IconSharingSolid";
98
+ export { default as IconShieldLight } from "./components/IconShieldLight";
86
99
  export { default as IconSpotify } from "./components/IconSpotify";
87
100
  export { default as IconStepsSolid } from "./components/IconStepsSolid";
88
101
  export { default as IconStocksSolid } from "./components/IconStocksSolid";
@@ -92,6 +105,7 @@ export { default as IconTicketSolid } from "./components/IconTicketSolid";
92
105
  export { default as IconTimerSolid } from "./components/IconTimerSolid";
93
106
  export { default as IconToolsSolid } from "./components/IconToolsSolid";
94
107
  export { default as IconTwitter } from "./components/IconTwitter";
108
+ export { default as IconUser2Light } from "./components/IconUser2Light";
95
109
  export { default as IconUserSolid } from "./components/IconUserSolid";
96
110
  export { default as IconViewSolid } from "./components/IconViewSolid";
97
111
  export { default as IconViewcampusSolid } from "./components/IconViewcampusSolid";
@@ -99,6 +113,7 @@ export { default as IconVisitSolid } from "./components/IconVisitSolid";
99
113
  export { default as IconVoiceSolid } from "./components/IconVoiceSolid";
100
114
  export { default as IconVolumeSolid } from "./components/IconVolumeSolid";
101
115
  export { default as IconVolumeoffSolid } from "./components/IconVolumeoffSolid";
116
+ export { default as IconVolunteerLight } from "./components/IconVolunteerLight";
102
117
  export { default as IconVolunteerSolid } from "./components/IconVolunteerSolid";
103
118
  export { default as IconWorshipSolid } from "./components/IconWorshipSolid";
104
119
  export { default as IconYoutube } from "./components/IconYoutube";
@@ -3,9 +3,11 @@ export declare const IconActivate: string;
3
3
  export declare const IconAddSolid: string;
4
4
  export declare const IconAnnouncementsSolid: string;
5
5
  export declare const IconBaptismSolid: string;
6
+ export declare const IconBellLight: string;
6
7
  export declare const IconBitcoinSolid: string;
7
8
  export declare const IconBookOpenSolid: string;
8
9
  export declare const IconBookSolid: string;
10
+ export declare const IconCalendarLight: string;
9
11
  export declare const IconCalendarSolid: string;
10
12
  export declare const IconCalendarclockSolid: string;
11
13
  export declare const IconCheckSolid: string;
@@ -20,6 +22,7 @@ export declare const IconCircleUserSolid: string;
20
22
  export declare const IconClockSolid: string;
21
23
  export declare const IconClockbackSolid: string;
22
24
  export declare const IconCommentsSolid: string;
25
+ export declare const IconComments2Solid: string;
23
26
  export declare const IconCommunitySolid: string;
24
27
  export declare const IconCommunity2Solid: string;
25
28
  export declare const IconCompassSolid: string;
@@ -36,10 +39,16 @@ export declare const IconEditSolid: string;
36
39
  export declare const IconEditcalendarSolid: string;
37
40
  export declare const IconExtensionsSolid: string;
38
41
  export declare const IconFacebook: string;
42
+ export declare const IconFeedbackLight: string;
39
43
  export declare const IconFeedbackSolid: string;
40
44
  export declare const IconGiftSolid: string;
45
+ export declare const IconGift2Light: string;
41
46
  export declare const IconGlobeSolid: string;
47
+ export declare const IconGroupLight: string;
48
+ export declare const IconGroupSolid: string;
49
+ export declare const IconGrowthLight: string;
42
50
  export declare const IconHeartSolid: string;
51
+ export declare const IconHeart2Light: string;
43
52
  export declare const IconHospitalSolid: string;
44
53
  export declare const IconHouseSolid: string;
45
54
  export declare const IconInstagram: string;
@@ -49,6 +58,7 @@ export declare const IconLeafSolid: string;
49
58
  export declare const IconListSolid: string;
50
59
  export declare const IconLocationSolid: string;
51
60
  export declare const IconLocationsearchingSolid: string;
61
+ export declare const IconMailLight: string;
52
62
  export declare const IconMailSolid: string;
53
63
  export declare const IconMapSolid: string;
54
64
  export declare const IconMealSolid: string;
@@ -59,6 +69,7 @@ export declare const IconMoneySolid: string;
59
69
  export declare const IconMusicSolid: string;
60
70
  export declare const IconNewspaperSolid: string;
61
71
  export declare const IconNextstepSolid: string;
72
+ export declare const IconNoteLight: string;
62
73
  export declare const IconNoteSolid: string;
63
74
  export declare const IconNotesSolid: string;
64
75
  export declare const IconOfficeSolid: string;
@@ -67,6 +78,7 @@ export declare const IconPlanavisitSolid: string;
67
78
  export declare const IconPlaySolid: string;
68
79
  export declare const IconPodcastSolid: string;
69
80
  export declare const IconPopoutSolid: string;
81
+ export declare const IconPrayerLight: string;
70
82
  export declare const IconPrayerSolid: string;
71
83
  export declare const IconPrivacypolicySolid: string;
72
84
  export declare const IconQrCodeSolid: string;
@@ -84,6 +96,7 @@ export declare const IconSettingsSolid: string;
84
96
  export declare const IconShareSolid: string;
85
97
  export declare const IconSharestorySolid: string;
86
98
  export declare const IconSharingSolid: string;
99
+ export declare const IconShieldLight: string;
87
100
  export declare const IconSpotify: string;
88
101
  export declare const IconStepsSolid: string;
89
102
  export declare const IconStocksSolid: string;
@@ -94,12 +107,14 @@ export declare const IconTimerSolid: string;
94
107
  export declare const IconToolsSolid: string;
95
108
  export declare const IconTwitter: string;
96
109
  export declare const IconUserSolid: string;
110
+ export declare const IconUser2Light: string;
97
111
  export declare const IconViewSolid: string;
98
112
  export declare const IconViewcampusSolid: string;
99
113
  export declare const IconVisitSolid: string;
100
114
  export declare const IconVoiceSolid: string;
101
115
  export declare const IconVolumeSolid: string;
102
116
  export declare const IconVolumeoffSolid: string;
117
+ export declare const IconVolunteerLight: string;
103
118
  export declare const IconVolunteerSolid: string;
104
119
  export declare const IconWorshipSolid: string;
105
120
  export declare const IconYoutube: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "main": "./dist/generated/",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "typesVersions": {