@nyaruka/temba-components 0.110.0 → 0.110.1
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/CHANGELOG.md +6 -0
- package/dist/static/svg/index.svg +1 -1
- package/dist/temba-components.js +2 -2
- package/dist/temba-components.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +2 -1
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/vectoricon/index.ts +2 -1
- package/static/svg/index.svg +1 -1
- package/static/svg/packs/2-temba/coffee-empty.svg +3 -0
- package/static/svg/work/traced/coffee-empty.svg +1 -0
- package/static/svg/work/used/coffee-empty.svg +3 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 15V9C19.829 9 20.577 9.335 21.121 9.879C21.665 10.423 22 11.171 22 12C22 12.829 21.665 13.577 21.121 14.121C20.577 14.665 19.829 15 19 15ZM2 7C1.448 7 1 7.448 1 8V17C1 18.38 1.561 19.632 2.464 20.536C3.367 21.44 4.62 22 6 22H14C15.38 22 16.632 21.439 17.536 20.536C18.44 19.633 19 18.38 19 17C20.38 17 21.632 16.439 22.536 15.536C23.44 14.633 24 13.38 24 12C24 10.62 23.439 9.368 22.536 8.464C21.633 7.56 20.38 7 19 7H18H2ZM3 9H17V17C17 17.829 16.665 18.577 16.121 19.121C15.577 19.665 14.829 20 14 20H6C5.171 20 4.423 19.665 3.879 19.121C3.335 18.577 3 17.829 3 17V9Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.275 7.365 C 0.947 7.693,0.941 7.803,0.990 12.930 C 1.039 18.025,1.050 18.181,1.416 18.992 C 1.925 20.116,3.204 21.305,4.324 21.695 C 5.110 21.969,5.693 22.000,10.000 22.000 C 15.590 22.000,15.906 21.941,17.341 20.630 C 18.240 19.808,18.760 18.847,18.957 17.640 C 19.056 17.033,19.115 16.960,19.506 16.960 C 20.865 16.960,22.699 15.678,23.487 14.177 C 23.854 13.477,23.916 13.165,23.916 12.000 C 23.916 10.837,23.854 10.524,23.492 9.840 C 22.984 8.882,22.102 8.011,21.120 7.497 L 20.400 7.120 11.005 7.075 C 1.656 7.030,1.608 7.032,1.275 7.365 M16.960 13.309 C 16.960 17.415,16.941 17.698,16.621 18.360 C 16.416 18.782,16.023 19.232,15.632 19.491 L 14.983 19.920 10.000 19.920 L 5.017 19.920 4.368 19.491 C 3.977 19.232,3.584 18.782,3.379 18.360 C 3.059 17.698,3.040 17.415,3.040 13.309 L 3.040 8.960 10.000 8.960 L 16.960 8.960 16.960 13.309 M20.676 9.573 C 21.952 10.362,22.321 12.264,21.462 13.620 C 21.017 14.321,20.410 14.733,19.480 14.965 L 19.040 15.075 19.040 12.034 L 19.040 8.994 19.590 9.118 C 19.893 9.186,20.382 9.391,20.676 9.573 " stroke="none" fill-rule="evenodd"></path></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 15V9C19.829 9 20.577 9.335 21.121 9.879C21.665 10.423 22 11.171 22 12C22 12.829 21.665 13.577 21.121 14.121C20.577 14.665 19.829 15 19 15ZM2 7C1.448 7 1 7.448 1 8V17C1 18.38 1.561 19.632 2.464 20.536C3.367 21.44 4.62 22 6 22H14C15.38 22 16.632 21.439 17.536 20.536C18.44 19.633 19 18.38 19 17C20.38 17 21.632 16.439 22.536 15.536C23.44 14.633 24 13.38 24 12C24 10.62 23.439 9.368 22.536 8.464C21.633 7.56 20.38 7 19 7H18H2ZM3 9H17V17C17 17.829 16.665 18.577 16.121 19.121C15.577 19.665 14.829 20 14 20H6C5.171 20 4.423 19.665 3.879 19.121C3.335 18.577 3 17.829 3 17V9Z" fill="black"/>
|
|
3
|
+
</svg>
|