t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
20 lines (19 loc) • 909 B
JavaScript
import { openBlock as e, createElementBlock as c, createElementVNode as t } from "vue";
import o from "../../_virtual/index.js";
const n = {}, r = {
width: "32",
height: "32",
viewBox: "0 0 24 24"
}, _ = /* @__PURE__ */ t("path", {
fill: "currentColor",
d: "M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54L2 5.27M12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.79 11.79 0 0 1-4 5.19l-1.42-1.43A9.862 9.862 0 0 0 20.82 12A9.821 9.821 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.821 9.821 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13Z"
}, null, -1), l = [
_
];
function s(i, a) {
return e(), c("svg", r, l);
}
const h = /* @__PURE__ */ o(n, [["render", s]]);
export {
h as default
};