@planningcenter/icons 15.15.0 → 15.16.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 +1 -1
- package/paths/general.js +2 -0
- package/sprites/general.svg +4 -0
- package/svg/general/check-double.svg +4 -0
package/package.json
CHANGED
package/paths/general.js
CHANGED
|
@@ -24,6 +24,8 @@ export const checkCalendar = "M13.444,5.667h-10.888v8.555h10.888zM14.5427,2.2345
|
|
|
24
24
|
|
|
25
25
|
export const checkCircle = "M8,0c2.1217,0 4.1566,0.84286 5.6569,2.34315c1.5002,1.50029 2.3431,3.53512 2.3431,5.65685c0,1.58225 -0.4692,3.129 -1.3482,4.4446c-0.8791,1.3156 -2.1285,2.3409 -3.5903,2.9464c-1.46184,0.6055 -3.07037,0.764 -4.62222,0.4553c-1.55185,-0.3087 -2.97731,-1.0706 -4.09613,-2.1894c-1.11882,-1.1189 -1.88075,-2.5443 -2.18943,-4.09618c-0.30868,-1.55185 -0.15025,-3.16038 0.45525,-4.62219c0.6055,-1.46181 1.63088,-2.71124 2.94647,-3.59029c1.31559,-0.87905 2.86231,-1.34824 4.44456,-1.34824zM12.57,6.07l-1.14,-1.14l-4.43,4.44l-2.43,-2.44l-1.14,1.14l3.57,3.56z"
|
|
26
26
|
|
|
27
|
+
export const checkDouble = "M8.52622,8.27552l0.73449,0.68576l5.18189,-5.03924l1.5574,1.5205l-6.73929,6.55746l-2.26071,-2.17212z M1.50069,6.81022l2.12468,2.1511l4.87547,-4.96132l1.49916,1.52049l-6.37463,6.47951l-3.62537,-3.67006z"
|
|
28
|
+
|
|
27
29
|
export const checkPerson = "M2.88161,9.57294l-1.88161,-1.87893l1.02861,-1.02861l0.84942,0.84941l1.75885,-1.75885l1.02951,1.02861zM9.51653,9.45556c1.94257,0 5.81957,0.97484 5.81957,2.91024v1.4542h-11.64002v-1.4542c0,-1.9354 3.88149,-2.91024 5.82403,-2.91024zM9.51653,8.00493c-0.38255,0.00023 -0.76138,-0.075 -1.1148,-0.22139c-0.35343,-0.14639 -0.6745,-0.36107 -0.94484,-0.63174c-0.27033,-0.27066 -0.48461,-0.592 -0.63057,-0.94561c-0.14596,-0.3536 -0.22072,-0.73253 -0.22002,-1.11507c-0.00017,-0.57547 0.17027,-1.13808 0.48978,-1.61671c0.31951,-0.47862 0.77376,-0.85177 1.30531,-1.07228c0.53155,-0.22051 1.11654,-0.27848 1.68101,-0.16658c0.5645,0.1119 1.0831,0.38865 1.4904,0.79525c0.4072,0.40661 0.6848,0.92483 0.7975,1.48914c0.1128,0.56432 0.0557,1.1494 -0.164,1.68129c-0.2197,0.53189 -0.5921,0.9867 -1.0702,1.30695c-0.4782,0.32025 -1.0405,0.49156 -1.61599,0.49227z"
|
|
28
30
|
|
|
29
31
|
export const check = "M6.26299,13.329l-6.2,-6.2l1.969,-1.965l4.231,4.236l7.70901,-7.708l1.967,1.966z"
|
package/sprites/general.svg
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
<path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346625 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0ZM7 11.63L3.43 8.07L4.57 6.93L7 9.37L11.43 4.93L12.57 6.07L7 11.63Z"/>
|
|
53
53
|
</symbol>
|
|
54
54
|
|
|
55
|
+
<symbol id="check-double" viewBox="0 0 16 16">
|
|
56
|
+
<path d="M7 9.82788L9.26071 12L16 5.44254L14.4426 3.92204L9.26071 8.96128L8.52622 8.27552L7 9.82788Z"/><path d="M0 8.32994L3.62537 12L10 5.52049L8.50084 4L3.62537 8.96132L1.50069 6.81022L0 8.32994Z"/>
|
|
57
|
+
</symbol>
|
|
58
|
+
|
|
55
59
|
<symbol id="check-person" viewBox="0 0 16 16">
|
|
56
60
|
<path d="M2.88161 9.57294L1 7.69401L2.02861 6.6654L2.87803 7.51481L4.63688 5.75596L5.66639 6.78457L2.88161 9.57294ZM9.52011 9.45556C7.57757 9.45556 3.69608 10.4304 3.69608 12.3658V13.82H15.3361V12.3658C15.3361 10.4304 11.4591 9.45556 9.51653 9.45556H9.52011ZM9.52011 8.00045C10.0956 7.99974 10.6579 7.82843 11.1361 7.50818C11.6142 7.18793 11.9866 6.73312 12.2063 6.20123C12.426 5.66934 12.4831 5.08426 12.3703 4.51994C12.2576 3.95563 11.98 3.43741 11.5728 3.0308C11.1655 2.6242 10.6469 2.34745 10.0824 2.23555C9.51793 2.12365 8.93294 2.18162 8.40139 2.40213C7.86984 2.62264 7.41559 2.99579 7.09608 3.47441C6.77657 3.95304 6.60613 4.51565 6.6063 5.09112C6.6056 5.47366 6.68036 5.85259 6.82632 6.20619C6.97228 6.5598 7.18656 6.88114 7.45689 7.1518C7.72723 7.42247 8.0483 7.63715 8.40173 7.78354C8.75515 7.92993 9.13398 8.00516 9.51653 8.00493L9.52011 8.00045Z"/>
|
|
57
61
|
</symbol>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 9.82788L9.26071 12L16 5.44254L14.4426 3.92204L9.26071 8.96128L8.52622 8.27552L7 9.82788Z" fill="black"/>
|
|
3
|
+
<path d="M0 8.32994L3.62537 12L10 5.52049L8.50084 4L3.62537 8.96132L1.50069 6.81022L0 8.32994Z" fill="black"/>
|
|
4
|
+
</svg>
|