UNPKG

@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.

32 lines (31 loc) 1.47 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M17.978 3.022a3.008 3.008 0 0 1 2.995 2.824l.005.176v7.456a.75.75 0 0 1-1.348.452l-3.246-3.245a1.25 1.25 0 0 0-1.666-.091l-.102.09-5.557 5.558a.806.806 0 0 1-1.095.04.695.695 0 0 1-.073-.98l.034-.037 5.63-5.641a2.75 2.75 0 0 1 3.752-.129l.137.129 2.034 2.034V6.022c0-.774-.6-1.42-1.356-1.493l-.144-.007H6.021c-.774 0-1.42.6-1.493 1.356l-.007.144v11.956c0 .775.6 1.42 1.357 1.493l.143.007h7.202a.75.75 0 0 1 .743.647l.007.102a.75.75 0 0 1-.75.75l-7.202.001a3.007 3.007 0 0 1-2.995-2.824l-.005-.176V6.022a3.008 3.008 0 0 1 2.825-2.995l.175-.005h11.957ZM17.501 13.5c.378 0 .69.28.74.645l.006.102v2.506h2.506a.747.747 0 0 1 .102 1.487l-.102.007h-2.506v2.506a.747.747 0 0 1-1.486.102l-.007-.102-.001-2.506h-2.506a.747.747 0 0 1-.102-1.486l.102-.007 2.506-.001.001-2.506c0-.413.334-.747.747-.747ZM9 7.35a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var ImageAdd = { render }; var index = function index2() { return svg({ name: "IconImageAdd", component: ImageAdd })(); }; export { index as default };