@everchron/ec-shards 0.6.24 → 0.6.25
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/dist/ec-shards.common.js +50 -27
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +50 -27
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +1 -1
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/play.svg +1 -0
- package/src/components/data-list-item/data-list-item.vue +2 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path vector-effect="non-scaling-stroke" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M6.23583333,6.80783333 L6.23583333,23.1921667 C6.23583333,24.3849167 7.52283333,25.1345833 8.55958333,24.54525 L22.9765833,16.3530833 C24.0263333,15.75725 24.0263333,14.2438333 22.9765833,13.648 L8.55958333,5.45475 C7.52283333,4.86541667 6.23583333,5.61508333 6.23583333,6.80783333 Z"/></svg>
|