@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.
34 lines (33 loc) • 1.31 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12 1.5c1.38 0 2.5 1.11 2.5 2.5v8a2.5 2.5 0 0 1-2.5 2.5H4c-1.39 0-2.5-1.12-2.5-2.5V4c0-1.39 1.11-2.5 2.5-2.5h8Zm-8 1h8.1c.78.05 1.4.7 1.4 1.5v7.01l-2.18-2.1c-.42-.41-1.1-.4-1.52.02l-.75.76c-.04.03-.08.03-.12 0l-2.7-2.66a1.08 1.08 0 0 0-1.51 0L2.5 9.19V4c0-.83.67-1.5 1.5-1.5ZM10.02 4c.83 0 1.5.67 1.5 1.5 0 .82-.67 1.5-1.5 1.5s-1.5-.68-1.5-1.5c0-.83.67-1.5 1.5-1.5Zm-.5 1.5c0-.28.23-.5.5-.5.28 0 .5.22.5.5 0 .27-.22.5-.5.5-.27 0-.5-.23-.5-.5Zm-4.1 2.25-2.91 2.81L2.5 12c0 .79.61 1.44 1.39 1.49l.11.01h8a1.5 1.5 0 0 0 1.44-1.11l-2.81-2.76c-.04-.03-.09-.03-.12 0l-.75.77c-.42.42-1.1.42-1.53.01l-2.7-2.66a.08.08 0 0 0-.11 0Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Picture = {
render
};
var index = function index2() {
return svg({
name: "IconPicture",
component: Picture
})();
};
export {
index as default
};