@planningcenter/icons 15.4.3 → 15.6.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.
- package/package.json +4 -2
- package/paths/accounts.js +1 -1
- package/paths/calendar.js +2 -0
- package/paths/church-center.js +7 -7
- package/paths/general.js +14 -10
- package/paths/logomark.js +1 -1
- package/paths/services.js +1 -1
- package/sprites/accounts.svg +1 -1
- package/sprites/calendar.svg +4 -0
- package/sprites/church-center.svg +10 -10
- package/sprites/general.svg +28 -20
- package/sprites/logomark.svg +2 -2
- package/sprites/services.svg +2 -2
- package/svg/accounts/addons.svg +3 -1
- package/svg/calendar/duplicate.svg +3 -0
- package/svg/church-center/giving-pledges-o.svg +8 -1
- package/svg/church-center/profile-info-o.svg +8 -1
- package/svg/church-center/registrations-history-o.svg +6 -1
- package/svg/church-center/services-alt-o.svg +9 -1
- package/svg/church-center/services-alt.svg +3 -1
- package/svg/church-center/services-o.svg +3 -1
- package/svg/church-center/services.svg +3 -1
- package/svg/general/bill.svg +2 -2
- package/svg/general/outlined-blank-file.svg +2 -2
- package/svg/general/outlined-generic-file.svg +2 -2
- package/svg/general/outlined-image-file.svg +2 -2
- package/svg/general/outlined-music-file.svg +2 -2
- package/svg/general/outlined-open-envelope.svg +2 -2
- package/svg/general/outlined-pdf-file.svg +2 -2
- package/svg/general/outlined-text-file.svg +2 -2
- package/svg/general/outlined-video-file.svg +3 -3
- package/svg/general/share.svg +2 -2
- package/svg/general/three-dots-o.svg +3 -0
- package/svg/general/three-dots.svg +3 -0
- package/svg/logomark/planning-center.svg +3 -3
- package/svg/publishing/block-button.svg +2 -2
- package/svg/publishing/block-contact.svg +1 -1
- package/svg/publishing/block-location.svg +2 -2
- package/svg/publishing/block-social.svg +2 -2
- package/svg/services/dollar-sign-circular-arrow.svg +3 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="
|
|
2
|
-
<path
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.6845 15.1269C11.8614 15.3447 12.1717 15.4036 12.4059 15.2488C14.5715 13.8173 16 11.3606 16 8.57031C16 4.15203 12.4183 0.570312 8 0.570312C3.58172 0.570312 0 4.15203 0 8.57031C0 10.8004 0.912483 12.8173 2.38446 14.2682L1.8164 14.8362C1.59826 15.0544 1.75276 15.4274 2.06125 15.4274H4.79659C4.98783 15.4274 5.14286 15.2723 5.14286 15.0811V12.3457C5.14286 12.0372 4.76988 11.8828 4.55174 12.1009L3.59673 13.0559C2.43494 11.9153 1.71429 10.3269 1.71429 8.57021C1.71429 5.0987 4.5285 2.28449 8 2.28449C11.4715 2.28449 14.2857 5.0987 14.2857 8.57021C14.2857 10.748 13.1782 12.6671 11.4957 13.795C11.195 13.9966 11.1066 14.4156 11.3348 14.6966L11.6845 15.1269Z" fill="black"/>
|
|
3
|
+
<path d="M7.71427 3.99878C7.39868 3.99878 7.14284 4.25462 7.14284 4.57022V4.87229C6.71307 5.0366 6.33439 5.33596 6.07438 5.74585C5.39211 6.82144 5.76673 8.25005 6.88901 8.85244L7.28751 9.06634L8.38011 9.69715C8.62763 9.84005 8.70633 10.1603 8.55324 10.4017C8.43075 10.5948 8.19336 10.6808 7.97558 10.6111L6.89801 10.2662C6.44715 10.1219 5.96466 10.3704 5.82035 10.8213C5.67604 11.2721 5.92455 11.7546 6.37541 11.8989L7.14284 12.1446V12.5702C7.14284 12.8858 7.39868 13.1416 7.71427 13.1416H8.28568C8.60128 13.1416 8.85712 12.8858 8.85712 12.5702V12.2263C9.31776 12.0661 9.72526 11.7544 10.0009 11.3199C10.6761 10.2554 10.329 8.84282 9.23727 8.21251L8.12167 7.56841L7.69976 7.34195C7.45489 7.21052 7.37316 6.89881 7.52202 6.66413C7.63861 6.48033 7.86458 6.39839 8.07188 6.46474L9.16724 6.81534C9.6181 6.95966 10.1006 6.71115 10.2449 6.26028C10.3892 5.80942 10.1407 5.32694 9.68984 5.18262L8.85712 4.91609V4.57022C8.85712 4.25462 8.60128 3.99878 8.28568 3.99878H7.71427Z" fill="black"/>
|
|
3
4
|
</svg>
|