@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.
38 lines (37 loc) • 1.21 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: "M19.583 10.21c.575 0 1.042.467 1.042 1.04v.417h-5.28a.827.827 0 0 1-.59-.243l-1.213-1.215h6.041Zm2.292 1.477v-.436a2.294 2.294 0 0 0-2.292-2.292h-7.291l-.381-.381a.827.827 0 0 0-.59-.245H8.334c-.51 0-.962.238-1.269.602A1.65 1.65 0 0 0 6.667 10v9.167c0 1.375 1.126 2.5 2.5 2.5h11.666c.766 0 1.445-.356 1.905-.902a2.47 2.47 0 0 0 .595-1.598v-5.834c0-.845-.64-1.541-1.458-1.646Z",
fill: "#FFF"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var FileType = {
render
};
var fileType = function fileType2() {
return svg({
name: "IconFileType",
component: FileType,
filledComponent: FileType
})();
};
export {
fileType as default
};