@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.
48 lines (47 loc) • 1.69 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "add-picture_svg__st1",
d: "M8.4 4.6c0 .87.73 1.6 1.6 1.6s1.6-.73 1.6-1.6S10.87 3 10 3c-.87-.07-1.6.67-1.6 1.6zm2.2 0c0 .33-.27.6-.6.6s-.6-.27-.6-.6c0-.33.27-.6.6-.6.33-.07.6.2.6.6zM9.8 9l-.8.8c-.47.47-1.13.47-1.6 0L4.47 6.93c-.07-.07-.13-.07-.2 0L1.8 9.4V11c0 .93.8 1.67 1.87 1.67H7.8c.27 0 .53.2.53.53 0 .27-.2.53-.53.53H3.67c-1.6 0-2.87-1.2-2.87-2.67v-7.6C.8 2 2.07.8 3.67.8h8.27c1.6 0 2.87 1.2 2.87 2.67v3.87c0 .27-.2.53-.53.53a.52.52 0 0 1-.53-.53V3.47c0-.93-.8-1.67-1.87-1.67h-8.2c-1 .07-1.8.8-1.8 1.67V8l1.8-1.73c.47-.47 1.13-.47 1.6 0L8.2 9.13c.07.07.13.07.2 0l.8-.8c.2-.2.53-.2.73 0 .2.2.07.47-.13.67zm5.4 3c0 .27-.2.53-.53.53H13v1.67c0 .27-.2.53-.53.53a.52.52 0 0 1-.53-.53v-1.67h-1.67c-.27 0-.53-.2-.53-.53s.2-.53.53-.53H12V9.8c0-.27.2-.53.53-.53.27 0 .53.2.53.53v1.67h1.6c.27 0 .54.2.54.53z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var AddPicture = {
render
};
var index = function index2() {
return svg({
name: "IconAddPicture",
component: AddPicture
})();
};
export {
index as default
};