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.33 kB
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: "M9.757 2.833a2 2 0 0 1 1.997 1.883l.003.117v.53l1.621-.856a1.222 1.222 0 0 1 1.79.986l.004.094v4.826c0 .89-.913 1.47-1.71 1.121l-.085-.041-.646-.343a.5.5 0 0 1 .407-.91l.062.027.645.342a.222.222 0 0 0 .322-.148l.005-.048V5.587a.222.222 0 0 0-.281-.214l-.045.018-2.355 1.245a.5.5 0 0 1-.73-.373l-.004-.069v-1.36a1 1 0 0 0-.903-.996l-.097-.005H2.828a1 1 0 0 0-.995.904l-.005.096v6.334a1 1 0 0 0 .904.995l.096.005h6.93a1 1 0 0 0 .995-.904l.004-.096V7.893a.5.5 0 0 1 .996-.066l.004.066v3.274a2 2 0 0 1-1.882 1.996l-.118.004H2.828a2 2 0 0 1-1.997-1.883l-.003-.117V4.833A2 2 0 0 1 2.71 2.837l.118-.004h6.93ZM4.5 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 .833a.667.667 0 1 0 0 1.334.667.667 0 0 0 0-1.334Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorVideo = { render }; var index = function index2() { return svg({ name: "EditorVideo", component: EditorVideo })(); }; export { index as default };