@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.
25 lines (24 loc) • 1.02 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createStaticVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 30 30",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g><rect width="30" height="30" rx="2"></rect><g transform="translate(11 4)" fill="#FFF"><rect width="4" height="4" rx=".5"></rect><rect x="4" y="4" width="4" height="4" rx=".5"></rect><rect y="8" width="4" height="4" rx=".5"></rect><path d="M7 14a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6Zm-.5 4h-5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5Z"></path></g></g>', 1);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var ZipType = {
render
};
var zipType = function zipType2() {
return svg({
name: "IconZipType",
component: ZipType,
filledComponent: ZipType
})();
};
export {
zipType as default
};