@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) • 2.22 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "zoom-in_svg__icon",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M943.616 892.416 742.4 691.712c24.064-29.184 44.032-61.44 58.88-96.256 19.968-47.104 30.208-97.792 30.208-149.504s-10.24-101.888-30.208-149.504c-19.456-45.568-47.104-86.528-81.92-121.856A385.587 385.587 0 0 0 597.504 92.16C550.4 72.192 500.224 61.952 448 61.952S346.112 72.192 298.496 92.16c-45.568 19.456-86.528 47.104-121.856 82.432s-62.976 76.288-81.92 121.856c-19.968 47.104-30.208 97.792-30.208 149.504S74.752 547.84 94.72 595.456c19.456 45.568 47.104 86.528 81.92 121.856 35.328 35.328 76.288 62.976 121.856 82.432 47.104 19.968 97.28 30.208 149.504 30.208 51.712 0 101.888-10.24 149.504-30.208 34.816-14.848 66.56-34.304 95.232-57.856l201.728 201.216c6.656 6.656 15.872 10.24 25.088 10.24 9.216 0 17.92-3.584 25.088-10.24 12.8-14.336 12.8-36.864-1.024-50.688zm-273.92-225.792c-.512.512-1.024.512-1.024 1.024l-1.024 1.024C608.768 727.04 530.432 759.296 448 759.296c-83.456 0-162.304-32.768-221.184-91.648s-91.648-137.728-91.648-221.184 32.256-162.304 91.648-221.184S364.544 133.632 448 133.632 610.304 166.4 669.184 225.28c58.88 58.88 91.648 137.728 91.648 221.184 0 82.944-32.768 161.28-91.136 220.16z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M573.952 418.816H473.088v-97.792c0-19.456-12.8-35.328-32.256-35.328s-32.256 15.872-32.256 35.328v97.792H305.152c-19.456 0-35.328 12.8-35.328 32.256s15.872 32.256 35.328 32.256h102.912V588.8c0 19.456 12.8 35.328 32.256 35.328s32.256-15.872 32.256-35.328V483.84H573.44c19.456 0 35.328-12.8 35.328-32.256s-15.36-32.768-34.816-32.768z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var ZoomIn = {
render
};
var index = function index2() {
return svg({
name: "IconZoomIn",
component: ZoomIn
})();
};
export {
index as default
};