sccoreui 6.2.81 → 6.2.82
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/App.js +1 -1
- package/dist/directives/svg-icons.js +6 -0
- package/package.json +1 -1
package/dist/App.js
CHANGED
|
@@ -9080,6 +9080,12 @@ exports.iconList = [
|
|
|
9080
9080
|
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none">
|
|
9081
9081
|
<path d="M11.1654 3.375L5.4362 9.10417L2.83203 6.5" stroke="white" stroke-width="2.08333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9082
9082
|
</svg>`,
|
|
9083
|
+
},
|
|
9084
|
+
{
|
|
9085
|
+
name: "check-circle-outline",
|
|
9086
|
+
svg: `<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
9087
|
+
<path d="M4.33268 7.9987L6.33268 9.9987L10.3327 5.9987M13.9993 7.9987C13.9993 11.6806 11.0146 14.6654 7.33268 14.6654C3.65078 14.6654 0.666016 11.6806 0.666016 7.9987C0.666016 4.3168 3.65078 1.33203 7.33268 1.33203C11.0146 1.33203 13.9993 4.3168 13.9993 7.9987Z" stroke="#667085" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9088
|
+
</svg>`,
|
|
9083
9089
|
},
|
|
9084
9090
|
{
|
|
9085
9091
|
name: "verified-check-circle",
|