@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.
33 lines (32 loc) • 1.47 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
class: "info_svg__icon",
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M511.298 73.811c-241.308 0-437.066 195.618-437.066 436.994 0 241.378 195.758 437.068 437.066 437.068 241.447 0 437.063-195.689 437.063-437.068 0-241.377-195.616-436.994-437.063-436.994zm68.538 597.868c-32.969 49.453-66.485 87.686-122.982 87.686-38.575-6.29-54.309-33.925-45.963-62.035l72.638-240.558c1.778-5.883-1.229-12.172-6.567-14.091-5.335-1.847-15.869 5.132-25.033 15.051l-43.775 52.801c-1.232-8.823-.138-23.53-.138-29.411 32.969-49.521 87.138-88.574 123.802-88.574 35.019 3.554 51.573 31.461 45.417 62.173L504.188 696.37c-1.094 5.473 1.914 11.011 6.838 12.793 5.335 1.847 16.691-5.133 25.717-15.047l43.914-52.804c1.229 8.825-.819 24.418-.819 30.367zm-9.714-314.22c-27.77 0-50.342-20.179-50.342-49.999 0-29.755 22.574-50.001 50.342-50.001 27.769 0 50.206 20.245 50.206 50.001 0 29.819-22.438 49.999-50.206 49.999z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Info = {
render
};
var index = function index2() {
return svg({
name: "IconInfo",
component: Info
})();
};
export {
index as default
};