@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.
37 lines (36 loc) • 1.1 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 30 30",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
null,
[/* @__PURE__ */ createElementVNode("rect", {
width: "30",
height: "30",
rx: "2"
}), /* @__PURE__ */ createElementVNode("path", {
d: "M7 10v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2Zm14.165 2.632a1 1 0 0 1 .335.747v6.616a.5.5 0 0 1-.5.5H10.468a.5.5 0 0 1-.407-.79l2.37-3.338a1 1 0 0 1 1.449-.195l1.249 1.02a.5.5 0 0 0 .69-.055l3.934-4.423a1 1 0 0 1 1.412-.082ZM10.5 10a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z",
fill: "#FFF"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PictureType = {
render
};
var index = function index2() {
return svg({
name: "IconPictureType",
component: PictureType
})();
};
export {
index as default
};