@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.43 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 22 22",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M18.031 14.541c-1.21 0-2.278.624-2.899 1.566l-5.538-3.928a4.623 4.623 0 0 0-.209-2.895l6.03-3.037a3.46 3.46 0 0 0 2.616 1.193A3.473 3.473 0 0 0 21.5 3.97 3.473 3.473 0 0 0 18.031.502a3.473 3.473 0 0 0-3.382 4.24L8.464 7.86a4.624 4.624 0 0 0-3.37-1.453 4.645 4.645 0 0 0-4.64 4.64c0 2.56 2.08 4.642 4.64 4.642a4.645 4.645 0 0 0 3.78-1.95l5.698 4.04a3.473 3.473 0 0 0 3.462 3.703 3.473 3.473 0 0 0 3.468-3.469 3.477 3.477 0 0 0-3.47-3.47Zm0-12.351c.982 0 1.782.8 1.782 1.781 0 .982-.8 1.781-1.782 1.781s-1.781-.799-1.781-1.78c0-.983.8-1.782 1.781-1.782ZM5.094 14a2.956 2.956 0 0 1-2.953-2.953 2.956 2.956 0 0 1 2.953-2.953 2.956 2.956 0 0 1 2.953 2.953A2.956 2.956 0 0 1 5.094 14Zm12.937 5.791c-.982 0-1.781-.799-1.781-1.78 0-.983.8-1.782 1.781-1.782.982 0 1.782.8 1.782 1.781 0 .982-.8 1.781-1.782 1.781Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Share = {
render
};
var index = function index2() {
return svg({
name: "IconShare",
component: Share
})();
};
export {
index as default
};