@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.35 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.2 3.999a.75.75 0 0 1 0 1.5H5c-.827 0-1.5.673-1.5 1.5V17c0 .826.673 1.499 1.5 1.499h14c.827 0 1.5-.673 1.5-1.499v-3.5a.75.75 0 0 1 1.5 0V17a3.003 3.003 0 0 1-3 2.999H5c-1.654 0-3-1.346-3-2.999V6.999c0-1.654 1.346-3 3-3h8.2Zm4.802-.66 4.658 4.656c.217.217.337.507.337.815 0 .308-.12.598-.338.815l-4.658 4.658a1.147 1.147 0 0 1-1.254.251 1.15 1.15 0 0 1-.712-1.066V11.53c-3.552-.034-6.007 1.081-7.457 3.328a.75.75 0 0 1-1.218.058.754.754 0 0 1-.166-.554c.009-.08.918-7.827 8.84-8.29l.001-1.919a1.152 1.152 0 0 1 1.967-.814Zm-.467 1.653V6.8a.75.75 0 0 1-.648.744l-.102.006c-4.208 0-6.247 2.232-7.225 4.17 1.83-1.258 4.25-1.812 7.224-1.67a.747.747 0 0 1 .339.1.751.751 0 0 1 .412.67v1.808l3.818-3.818-3.818-3.818Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ShareArrow = {
render
};
var index = function index2() {
return svg({
name: "IconShareArrow",
component: ShareArrow
})();
};
export {
index as default
};