@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
32 lines (31 loc) • 1.42 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M13.268 13.28a4.501 4.501 0 0 1 6.856 5.78l1.639 1.641a.75.75 0 0 1-.977 1.133l-.084-.072-1.637-1.637a4.502 4.502 0 0 1-5.796-.481 4.499 4.499 0 0 1 0-6.364Zm-2.303-.54a.75.75 0 0 1 .101 1.492l-.101.007H5.624a2.107 2.107 0 0 0-.15 4.208l.15.005h5.34a.75.75 0 0 1 .102 1.493l-.101.007H5.624a3.606 3.606 0 0 1-.192-7.208l.192-.005h5.34Zm7.462 1.466a2.999 2.999 0 0 0-4.098 4.377 3 3 0 0 0 4.243-4.242Zm-.085-10.168a3.604 3.604 0 0 1 3.605 3.605 3.605 3.605 0 0 1-3.605 3.607H2.804c-1 0-1-1.5 0-1.5a2.105 2.105 0 0 0 2.105-2.107 2.104 2.104 0 0 0-2.105-2.105c-1 0-1-1.5 0-1.5h15.538ZM5.73 5.537l.025.035a3.59 3.59 0 0 1 .653 2.071l-.005.193a3.575 3.575 0 0 1-.528 1.696l-.144.217 12.61.001a2.105 2.105 0 0 0 2.105-2.107l-.004-.15a2.106 2.106 0 0 0-2.101-1.955L5.73 5.537Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var SearchResource = {
render
};
var index = function index2() {
return svg({
name: "IconSearchResource",
component: SearchResource
})();
};
export {
index as default
};