@kengic/vue 0.16.6-beta.3 → 0.16.6-beta.4
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/aim-outlined.c49e7018.mjs +8 -0
- package/dist/audit-outlined.f37f7da2.mjs +8 -0
- package/dist/caret-right-filled.bfffd471.mjs +8 -0
- package/dist/check-circle-outlined.7d48e8e7.mjs +8 -0
- package/dist/check-outlined.9928ff0c.mjs +8 -0
- package/dist/check-square-outlined.d21c4d4e.mjs +8 -0
- package/dist/checkbox-indeterminate.e5386a53.mjs +8 -0
- package/dist/close-circle-outlined.247eef63.mjs +8 -0
- package/dist/close-outlined.b338331c.mjs +8 -0
- package/dist/control-outlined.69345ce9.mjs +8 -0
- package/dist/copy-filled.28f04bba.mjs +8 -0
- package/dist/copy-outlined.ca34e717.mjs +8 -0
- package/dist/delete-outlined.d1c5c60d.mjs +8 -0
- package/dist/delete-twotone.8485a948.mjs +8 -0
- package/dist/down-circle-outlined.1e7e4a7b.mjs +8 -0
- package/dist/download-outlined.f13eae9a.mjs +8 -0
- package/dist/edit-outlined.c08469a0.mjs +8 -0
- package/dist/edit-twotone.8e37fd1c.mjs +8 -0
- package/dist/email-resend-outline.780506de.mjs +8 -0
- package/dist/exception-outlined.6dede184.mjs +8 -0
- package/dist/eye-outlined.649899dc.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/info-circle-outlined.c59a629f.mjs +8 -0
- package/dist/kengic-vue.js +1251 -1271
- package/dist/key-return-thin.ce6f074c.mjs +8 -0
- package/dist/pause-circle-outlined.c32a598a.mjs +8 -0
- package/dist/plus-outlined.2ff6998c.mjs +8 -0
- package/dist/printer-outlined.d9d087d5.mjs +8 -0
- package/dist/release-gate-check.8c1ba629.mjs +8 -0
- package/dist/retweet-outlined.a2c4bb1a.mjs +8 -0
- package/dist/save-as-outline-rounded.c65d61b2.mjs +8 -0
- package/dist/save-outline-rounded.c9c3f880.mjs +8 -0
- package/dist/stop-outlined.facea37d.mjs +8 -0
- package/dist/stop.ea3dde55.mjs +8 -0
- package/package.json +6 -1
@@ -0,0 +1,8 @@
|
|
1
|
+
const t = {
|
2
|
+
width: 1024,
|
3
|
+
height: 1024,
|
4
|
+
body: '<path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372z"/><path fill="currentColor" d="M464 336a48 48 0 1 0 96 0a48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
t as default
|
8
|
+
};
|