@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.
42 lines (41 loc) • 1.41 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "zoom-out_svg__icon",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M948.522 896.4 715.467 663.347c58.54-70.264 95.164-159.438 95.164-258.044C810.63 181.458 629.166 0 405.32 0 181.486.001.022 181.458.022 405.301c0 223.838 181.465 405.302 405.3 405.302 98.6 0 187.773-36.617 258.038-95.15l233.056 233.056c14.391 14.384 37.715 14.384 52.106 0s14.393-37.73.001-52.108zm-543.2-159.489c-183.136 0-331.601-148.465-331.601-331.61S222.186 73.69 405.323 73.69c183.144 0 331.61 148.466 331.61 331.61 0 160.64-129.895 331.61-331.61 331.61z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M552.706 368.456H257.948c-20.353 0-36.853 16.5-36.853 36.845s16.5 36.845 36.853 36.845h294.758c20.353 0 36.845-16.5 36.845-36.845s-16.492-36.845-36.845-36.845z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var ZoomOut = {
render
};
var index = function index2() {
return svg({
name: "IconZoomOut",
component: ZoomOut
})();
};
export {
index as default
};