@solfacil/girassol 0.54.0 → 0.55.0
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/assignment-turned-in-outline-rounded.23ea0c5c.mjs +18 -0
- package/dist/girassol.es.js +1378 -1350
- package/dist/girassol.umd.js +6 -6
- package/dist/style.css +1 -1
- package/dist/types/components/sidebars/sidebar/types.d.ts +4 -0
- package/dist/types/components/tag/Tag.vue.d.ts +1 -1
- package/dist/types/components/tag/types.d.ts +3 -2
- package/dist/types/index.d.ts +7 -7
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
const q = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em"
|
|
6
|
+
}, o = /* @__PURE__ */ n("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M10.6 13.25L8.45 11.1q-.275-.275-.7-.275q-.425 0-.7.275q-.275.275-.275.7q0 .425.275.7l2.85 2.85q.3.3.7.3q.4 0 .7-.3l5.65-5.65q.275-.275.275-.7q0-.425-.275-.7q-.275-.275-.7-.275q-.425 0-.7.275ZM5 19h14V5H5v14ZM5 5v14V5Zm0 16q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h4.2q.325-.9 1.088-1.45Q11.05 1 12 1t1.713.55Q14.475 2.1 14.8 3H19q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm7-16.75q.325 0 .538-.213q.212-.212.212-.537q0-.325-.212-.538q-.213-.212-.538-.212q-.325 0-.537.212q-.213.213-.213.538q0 .325.213.537q.212.213.537.213Z"
|
|
9
|
+
}, null, -1), l = [
|
|
10
|
+
o
|
|
11
|
+
];
|
|
12
|
+
function r(i, s) {
|
|
13
|
+
return e(), t("svg", q, l);
|
|
14
|
+
}
|
|
15
|
+
const c = { name: "material-symbols-assignment-turned-in-outline-rounded", render: r };
|
|
16
|
+
export {
|
|
17
|
+
c as default
|
|
18
|
+
};
|