@nyaruka/temba-components 0.108.6 → 0.108.7
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 +8 -10
- 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 +3 -2
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/vectoricon/index.ts +3 -2
- package/static/svg/index.svg +1 -1
- package/static/svg/work/traced/user-plus-01.svg +1 -0
- package/static/svg/work/used/user-plus-01.svg +3 -0
|
@@ -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="M7.732 2.548 C 4.801 3.934,3.642 7.429,5.204 10.166 C 7.312 13.856,12.688 13.856,14.796 10.166 C 16.362 7.422,15.196 3.940,12.240 2.536 C 11.433 2.153,11.076 2.080,10.000 2.080 C 8.918 2.080,8.568 2.152,7.732 2.548 M11.796 4.532 C 13.034 5.314,13.520 6.311,13.409 7.844 C 13.359 8.535,13.223 8.945,12.882 9.437 C 11.020 12.124,6.824 11.061,6.591 7.844 C 6.460 6.026,7.303 4.746,9.040 4.127 C 9.683 3.898,11.127 4.110,11.796 4.532 M18.314 14.304 C 18.071 14.482,17.995 14.775,17.947 15.728 L 17.887 16.927 16.688 16.987 C 15.394 17.053,15.040 17.277,15.040 18.031 C 15.040 18.737,15.564 19.040,16.783 19.040 L 17.885 19.040 17.945 20.237 C 18.012 21.563,18.244 21.960,18.951 21.960 C 19.739 21.960,20.000 21.526,20.000 20.215 L 20.000 19.040 21.127 19.040 C 22.111 19.040,22.305 18.990,22.647 18.647 C 23.143 18.152,23.143 17.848,22.647 17.353 C 22.305 17.010,22.111 16.960,21.127 16.960 L 20.000 16.960 20.000 15.785 C 20.000 14.849,19.940 14.556,19.707 14.345 C 19.350 14.021,18.727 14.003,18.314 14.304 M4.400 14.782 C 3.016 15.216,1.959 16.212,1.363 17.646 C 1.224 17.979,1.068 18.915,1.015 19.726 C 0.931 21.032,0.955 21.243,1.229 21.580 C 1.595 22.029,2.304 22.084,2.694 21.695 C 2.889 21.500,2.983 21.030,3.044 19.936 C 3.116 18.675,3.194 18.344,3.550 17.807 C 4.305 16.666,4.703 16.567,8.800 16.507 C 12.732 16.449,12.960 16.395,12.960 15.520 C 12.960 14.609,12.735 14.559,8.707 14.571 C 6.242 14.578,4.830 14.647,4.400 14.782 " stroke="none" fill-rule="evenodd" fill="black"></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="M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M19 21V15M16 18H22M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|