@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.
60 lines (59 loc) • 1.43 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: "M16.001 16H1.5C.672 16 0 15.328 0 14.5V0h14.501c.828 0 1.5.672 1.5 1.5V5a.5.5 0 1 1-1 0V1.5a.5.5 0 0 0-.5-.5H1v13.5a.5.5 0 0 0 .5.5h13.501v-1.996a.5.5 0 1 1 1 0V16Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M15.501 10H4.469a.5.5 0 0 1 0-1H15.5a.5.5 0 1 1 0 1Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.484 14a.5.5 0 0 1-.399-.801l3.017-4a.5.5 0 0 1 .798.602l-3.016 4a.5.5 0 0 1-.4.199Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M15.501 10a.5.5 0 0 1-.4-.199l-3.016-4a.5.5 0 0 1 .799-.602l3.016 4a.5.5 0 0 1-.399.801Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
}
var Derive = {
render
};
var derive = function derive2() {
return svg({
name: "IconDerive",
component: Derive,
filledComponent: Derive
})();
};
export {
derive as default
};